@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&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.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans JP, serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}/*
 * Sometimes, when you're using AlpineJS for a part of your template, there is a "blip" where you
 * might see your uninitialized template after the page loads, but before Alpine loads.
 * `x-cloak` addresses this scenario by hiding the element it's attached to until Alpine is fully
 * loaded on the page.
 *
 * See: https://alpinejs.dev/directives/cloak
 */

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

html {
  overflow-x: clip;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', serif;
}

body {
  overflow: clip;
}

header,
footer {
  z-index: 100;
}

footer {
  position: relative;
}

img {
  width: 100%;
}[x-data='lottie'] {
  pointer-events: none;
}
.container {
  width: 100%;
}
@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}
@media (min-width: 640px) {

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

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {

  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
.anime-flip-01 {
  animation: flip 2s linear infinite;
}
.anime-flip-02 {
  opacity: 0;
  animation: flip 2s linear infinite;
  animation-delay: 1s;
}
@keyframes flip {
  0%,
  50% {
    opacity: 1;
  }
  50.01%,
  100% {
    opacity: 0;
  }
}
.anime-float {
  animation: float 2s cubic-bezier(0.41,0,0.58,1) infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-float-revers {
  animation: float-revers 2s cubic-bezier(0.41,0,0.58,1) infinite;
}
@keyframes float-revers {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.anime-hop {
  animation: hop 5s 5s infinite;
}
@keyframes hop {
  0%,
  6% {
    transform: translateY(0);
  }
  2% {
    transform: translateY(-20px);
  }
  8%,
  14% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-20px);
  }
  16% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.anime-sway {
  transform-origin: bottom center;
  animation: sway 6s 6s linear infinite;
}
@keyframes sway {
  0%,
  6% {
    transform: rotate(0);
  }
  2% {
    transform: rotate(6deg);
  }
  4% {
    transform: rotate(-6deg);
  }
  6% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.anime-blink {
  position: relative;

  .default {
    opacity: 1;
    animation: blink-01 5s step-end infinite;

    &.--delay {
      animation: blink-01 5s 2s step-end infinite;
    }
  }
  .close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: blink-02 5s step-end infinite;

    &.--delay {
      animation: blink-02 5s 2s step-end infinite;
    }
  }
}
/* キーフレーム定義 */
@keyframes blink-01 {
  0%,
  26% {
    opacity: 1;
  }
  28%,
  29% {
    opacity: 0;
  }
  30%,
  31% {
    opacity: 1;
  }
  32%,
  33% {
    opacity: 0;
  }
  34%,
  84% {
    opacity: 1;
  }
  85%,
  86% {
    opacity: 0;
  }
  87%,
  88% {
    opacity: 1;
  }
  86%,
  87% {
    opacity: 0;
  }
  88%,
  100% {
    opacity: 1;
  }
}
@keyframes blink-02 {
  0%,
  26% {
    opacity: 0;
  }
  28%,
  29% {
    opacity: 1;
  }
  30%,
  31% {
    opacity: 0;
  }
  32%,
  33% {
    opacity: 1;
  }
  34%,
  84% {
    opacity: 0;
  }
  85%,
  86% {
    opacity: 1;
  }
  87%,
  88% {
    opacity: 0;
  }
  86%,
  87% {
    opacity: 1;
  }
  88%,
  100% {
    opacity: 0;
  }
}
.effect-scale {
  transform: scale(0);
  transform-origin: center center;
  opacity: 0;
  transition:
    transform 400ms cubic-bezier(.34, 1.56, .64, 1),
    opacity 100ms;

  &.is-active {
    transform: scale(1);
    opacity: 1;
  }
}
.header-transition {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.22,1,0.36,1);
  animation-duration: 200ms;
  animation-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.history-slide {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
  animation-duration: 150ms;
  animation-timing-function: linear;

  &.--cm,
  &.--initial {
    z-index: 20;
  }

  @media (min-width: 1025px) {

    &.--cm,
  &.--initial {
      z-index: auto;
    }
  }

  &.is-active {
    pointer-events: auto;
  }

  &.is-active {
    opacity: 1;
  }

  .quote-wrapper {
    &.--dantyo {
      position: absolute;
    }
    &.--dantyo {
      left: calc(106 / 375 * 100vw);
    }
    &.--dantyo {
      top: calc(-40 / 375 * 100vw);
    }
    @media (min-width: 1025px) {

      &.--dantyo {
        left: calc(294 / 1440 * 100vw);
      }
    }
    @media (min-width: 1025px) {

      &.--dantyo {
        top: calc(150 / 1440 * 100vw);
      }
    }
    &.--yuchami {
      position: absolute;
    }
    &.--yuchami {
      left: calc(148 / 375 * 100vw);
    }
    &.--yuchami {
      top: calc(62 / 375 * 100vw);
    }
    @media (min-width: 1025px) {

      &.--yuchami {
        left: calc(357 / 1440 * 100vw);
      }
    }
    @media (min-width: 1025px) {

      &.--yuchami {
        top: calc(52 / 1440 * 100vw);
      }
    }
  }

  .quote {
    position: absolute;
  }

  .quote {
    top: 0px;
  }

  .quote {
    height: 0px;
  }

  .quote {
    --tw-rotate: 15deg;
    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));
  }

  .quote {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .quote {
    opacity: 0;
  }

  .quote {
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .quote {
    transition-delay: 0s;
  }

  .quote {
    transition-duration: 0s;
  }

  .quote {
    transition-timing-function: cubic-bezier(.34, 1.56, .64, 1);
  }

  .quote {
    animation-duration: 0s;
  }

  .quote {
    animation-delay: 0s;
  }

  .quote {
    animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
  }

  .quote {

    &.--dantyo {
      left: 0px;
    }

    &.--dantyo {
      transform-origin: bottom left;
    }

    &.--dantyo {
      --tw-drop-shadow: drop-shadow(6px 6px 15px rgba(2,60,13,0.20));
      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);
    }

    &.--dantyo {

      &.--big {
        --tw-rotate: 25deg;
        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));
      }

      &.--big {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
        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));
      }
    }

    &.--yuchami {
      right: 0px;
    }

    &.--yuchami {
      transform-origin: bottom right;
    }

    &.--yuchami {
      --tw-drop-shadow: drop-shadow(-6px 6px 15px rgba(2,60,13,0.20));
      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);
    }

    &.is-active {
      height: auto;
    }

    &.is-active {
      --tw-rotate: 0deg !important;
      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)) !important;
    }

    &.is-active {
      --tw-scale-x: 1 !important;
      --tw-scale-y: 1 !important;
      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)) !important;
    }

    &.is-active {
      opacity: 1;
    }

    &.is-active {
      transition-duration: 300ms;
    }

    &.is-active {
      animation-duration: 300ms;
    }

    &.is-active {

      &:first-child {
        transition-delay: 300ms;
      }

      &:first-child {
        animation-delay: 300ms;
      }

      &.--yuchami {
        transition-delay: 300ms;
      }

      &.--yuchami {
        animation-delay: 300ms;
      }
    }
  }

  .character {
    height: 0px;
  }

  .character {
    opacity: 0;
  }

  .character {
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .character {
    transition-duration: 300ms;
  }

  .character {
    animation-duration: 300ms;
  }

  .character {

    &.is-active {
      height: auto;
    }

    &.is-active {
      opacity: 1;
    }

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

    &.--dantyo {

      &.is-active {
        --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));
      }
    }

    &.--yuchami {
      margin-left: auto;
    }

    &.--yuchami {

      &:nth-of-type(1) {
        --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));
      }

      &:nth-of-type(1) {
        transition-duration: 0s;
      }

      &:nth-of-type(1) {
        animation-duration: 0s;
      }

      &:nth-of-type(1) {

        &.is-active {
          --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));
        }

        &.is-active {
          transition-delay: 200ms;
        }

        &.is-active {
          transition-duration: 300ms;
        }

        &.is-active {
          animation-duration: 300ms;
        }

        &.is-active {
          animation-delay: 200ms;
        }
      }
    }

    &.--yuchami-cm {
      --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));
    }

    &.--yuchami-cm {

      &.is-active {
        --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));
      }

      &.is-active {
        transition-delay: 100ms;
      }

      &.is-active {
        animation-delay: 100ms;
      }
    }
  }
}
.link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  animation-duration: 150ms;
}
@media (hover: hover) and (pointer: fine) {

  .link:hover {
    opacity: 0.6;
  }
}
.story_character {
  --tw-translate-x: 110%;
  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: 400ms;
  transition-timing-function: cubic-bezier(.34, 1.56, .64, 1);
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
}
@media (min-width: 1025px) {

  .story_character {
    --tw-translate-x: 0px;
    --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));
  }
}
.story_character {

  &.is-active {
    --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));
  }

  @media (min-width: 1025px) {

    &.is-active {
      --tw-translate-y: 20%;
      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));
    }
  }

  .menma & {
    --tw-translate-x: -110%;
    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));
  }

  @media (min-width: 1025px) {

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

  .menma & {
    &.is-active {
      --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));
    }
    @media (min-width: 1025px) {

      &.is-active {
        --tw-translate-y: 24%;
        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));
      }
    }
  }

  .dantyo & {
    --tw-translate-x: -110%;
    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));
  }

  @media (min-width: 1025px) {

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

  .dantyo & {
    &.is-active {
      --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));
    }
    @media (min-width: 1025px) {

      &.is-active {
        --tw-translate-y: 18%;
        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));
      }
    }
  }
}
.story_quote {
  --tw-rotate: -30deg;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(.34, 1.56, .64, 1);
  animation-duration: 0s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);

  &.is-active {
    --tw-rotate: 0deg;
    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));
  }

  &.is-active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  &.is-active {
    opacity: 1;
  }

  &.is-active {
    transition-delay: 400ms;
  }

  &.is-active {
    transition-duration: 300ms;
  }

  &.is-active {
    animation-duration: 300ms;
  }

  &.is-active {
    animation-delay: 400ms;
  }
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.\!pointer-events-auto {
  pointer-events: auto !important;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-right-8 {
  right: -2rem;
}
.-top-px {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[-15\%\] {
  left: -15%;
}
.left-\[-32\%\] {
  left: -32%;
}
.left-\[-37\%\] {
  left: -37%;
}
.left-\[-5\%\] {
  left: -5%;
}
.right-0 {
  right: 0px;
}
.right-\[-10\%\] {
  right: -10%;
}
.right-\[-16\%\] {
  right: -16%;
}
.right-\[-20\%\] {
  right: -20%;
}
.top-0 {
  top: 0px;
}
.top-\[-10\%\] {
  top: -10%;
}
.top-\[-22\%\] {
  top: -22%;
}
.top-\[-23\%\] {
  top: -23%;
}
.top-\[-26\%\] {
  top: -26%;
}
.top-\[32\%\] {
  top: 32%;
}
.top-\[56\%\] {
  top: 56%;
}
.top-\[calc\(20\/16\*-1rem\)\] {
  top: calc(20 / 16 * -1rem);
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1500\] {
  z-index: 1500;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[9000\] {
  z-index: 9000;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[535\/714\] {
  aspect-ratio: 535/714;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-\[33\%\] {
  width: 33%;
  height: 33%;
}
.size-\[98\%\] {
  width: 98%;
  height: 98%;
}
.size-\[98\.5\%\] {
  width: 98.5%;
  height: 98.5%;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-3\/5 {
  height: 60%;
}
.h-\[50px\] {
  height: 50px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.min-h-\[650px\] {
  min-height: 650px;
}
.min-h-svh {
  min-height: 100svh;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[213px\] {
  max-width: 213px;
}
.max-w-\[265px\] {
  max-width: 265px;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.origin-center {
  transform-origin: center;
}
.\!translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.\!translate-y-0 {
  --tw-translate-y: 0px !important;
  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)) !important;
}
.\!translate-y-5 {
  --tw-translate-y: 1.25rem !important;
  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)) !important;
}
.-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));
}
.translate-x-\[-120\%\] {
  --tw-translate-x: -120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-\[spin_35s_linear_infinite\] {
  animation: spin 35s linear infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-\[spin_6s_linear_infinite\] {
  animation: spin 6s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-clip {
  overflow-y: clip;
}
.rounded-full {
  border-radius: 9999px;
}
.bg-\[\#081F0C\]\/70 {
  background-color: rgb(8 31 12 / 0.7);
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[length\:100\%_auto\] {
  background-size: 100% auto;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.fill-DarkGreen {
  fill: #00500F;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.font-sans {
  font-family: Noto Sans JP, serif;
}
.font-black {
  font-weight: 900;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-DarkGreen {
  --tw-text-opacity: 1;
  color: rgb(0 80 15 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.\!opacity-0 {
  opacity: 0 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.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-\[opacity_\2c transform\] {
  transition-property: opacity ,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c _opacity\] {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!delay-500 {
  transition-delay: 500ms !important;
}
.delay-0 {
  transition-delay: 0s;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-400 {
  transition-delay: 400ms;
}
.delay-600 {
  transition-delay: 600ms;
}
.delay-800 {
  transition-delay: 800ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-400 {
  transition-duration: 400ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-600 {
  transition-duration: 600ms;
}
.\!ease-out-back {
  transition-timing-function: cubic-bezier(.34, 1.56, .64, 1) !important;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out-back {
  transition-timing-function: cubic-bezier(.34, 1.56, .64, 1);
}
.ease-out-quart {
  transition-timing-function: cubic-bezier(0.25,1,0.5,1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-0 {
  animation-duration: 0s;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-400 {
  animation-duration: 400ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.duration-600 {
  animation-duration: 600ms;
}
.\!delay-500 {
  animation-delay: 500ms !important;
}
.delay-0 {
  animation-delay: 0s;
}
.delay-100 {
  animation-delay: 100ms;
}
.delay-150 {
  animation-delay: 150ms;
}
.delay-200 {
  animation-delay: 200ms;
}
.delay-400 {
  animation-delay: 400ms;
}
.delay-600 {
  animation-delay: 600ms;
}
.delay-800 {
  animation-delay: 800ms;
}
.\!ease-out-back {
  animation-timing-function: cubic-bezier(.34, 1.56, .64, 1) !important;
}
.ease-linear {
  animation-timing-function: linear;
}
.ease-out-back {
  animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
}
.ease-out-quart {
  animation-timing-function: cubic-bezier(0.25,1,0.5,1);
}
.pc-elem {
  display: none;

  @media (min-width: 1025px) {
    display: inherit;
  }
}
.sp-elem {
  @media (min-width: 1025px) {
    display: none;
  }
}
.hover-scale {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.25,1,0.5,1);
  animation-duration: 300ms;
  animation-timing-function: cubic-bezier(0.25,1,0.5,1);
}
@media (hover: hover) and (pointer: fine) {

  .hover-scale:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
/*
 * Handle font kerning.
 *
 * This utility controls the font kerning.
 * It is based on a method described in a GitHub comment on a CSS Working Group Drafts issue.
 * See: https://github.com/w3c/csswg-drafts/issues/6723#issuecomment-1411487571
 */
.kerning-none {
  font-kerning: none;
  font-feature-settings: normal;
}
.position-center {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}
.position-y-center {
  top: 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));
}
.position-x-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));
}
.\!right-liquid-\[-40\2c ip\] {
  right: calc(-40 / 375 * 100vw) !important;
}
.bottom-liquid-\[-120\2c 2xl\] {
  bottom: calc(-120 / 1440 * 100vw);
}
.bottom-liquid-\[-125\2c ip\] {
  bottom: calc(-125 / 375 * 100vw);
}
.bottom-liquid-\[-180\2c 2xl\] {
  bottom: calc(-180 / 1440 * 100vw);
}
.bottom-liquid-\[-20\2c ip\] {
  bottom: calc(-20 / 375 * 100vw);
}
.bottom-liquid-\[-440\2c ip\] {
  bottom: calc(-440 / 375 * 100vw);
}
.bottom-liquid-\[-8\2c ip\] {
  bottom: calc(-8 / 375 * 100vw);
}
.bottom-liquid-\[0\2c ip\] {
  bottom: calc(0 / 375 * 100vw);
}
.bottom-liquid-\[133\2c ip\] {
  bottom: calc(133 / 375 * 100vw);
}
.bottom-liquid-\[139\2c ip\] {
  bottom: calc(139 / 375 * 100vw);
}
.bottom-liquid-\[143\2c ip\] {
  bottom: calc(143 / 375 * 100vw);
}
.bottom-liquid-\[156\2c ip\] {
  bottom: calc(156 / 375 * 100vw);
}
.bottom-liquid-\[203\2c ip\] {
  bottom: calc(203 / 375 * 100vw);
}
.bottom-liquid-\[325\2c ip\] {
  bottom: calc(325 / 375 * 100vw);
}
.bottom-liquid-\[38\2c ip\] {
  bottom: calc(38 / 375 * 100vw);
}
.bottom-liquid-\[586\2c ip\] {
  bottom: calc(586 / 375 * 100vw);
}
.bottom-liquid-\[60\2c ip\] {
  bottom: calc(60 / 375 * 100vw);
}
.gap-liquid-\[10\2c ip\] {
  gap: calc(10 / 375 * 100vw);
}
.gap-liquid-\[22\2c ip\] {
  gap: calc(22 / 375 * 100vw);
}
.gap-liquid-\[8\2c ip\] {
  gap: calc(8 / 375 * 100vw);
}
.h-liquid-\[153\2c ip\] {
  height: calc(153 / 375 * 100vw);
}
.h-liquid-\[320\2c ip\] {
  height: calc(320 / 375 * 100vw);
}
.h-liquid-\[350\2c ip\] {
  height: calc(350 / 375 * 100vw);
}
.h-liquid-\[375\2c ip\] {
  height: calc(375 / 375 * 100vw);
}
.h-liquid-\[754\2c 2xl\] {
  height: calc(754 / 1440 * 100vw);
}
.h-liquid-\[830\2c 2xl\] {
  height: calc(830 / 1440 * 100vw);
}
.left-liquid-\[-10\2c ip\] {
  left: calc(-10 / 375 * 100vw);
}
.left-liquid-\[-100\2c ip\] {
  left: calc(-100 / 375 * 100vw);
}
.left-liquid-\[-195\2c ip\] {
  left: calc(-195 / 375 * 100vw);
}
.left-liquid-\[-23\2c ip\] {
  left: calc(-23 / 375 * 100vw);
}
.left-liquid-\[-285\2c ip\] {
  left: calc(-285 / 375 * 100vw);
}
.left-liquid-\[-30\2c ip\] {
  left: calc(-30 / 375 * 100vw);
}
.left-liquid-\[-38\2c ip\] {
  left: calc(-38 / 375 * 100vw);
}
.left-liquid-\[-50\2c ip\] {
  left: calc(-50 / 375 * 100vw);
}
.left-liquid-\[-69\2c ip\] {
  left: calc(-69 / 375 * 100vw);
}
.left-liquid-\[10\2c ip\] {
  left: calc(10 / 375 * 100vw);
}
.left-liquid-\[15\2c ip\] {
  left: calc(15 / 375 * 100vw);
}
.left-liquid-\[17\2c ip\] {
  left: calc(17 / 375 * 100vw);
}
.left-liquid-\[20\2c ip\] {
  left: calc(20 / 375 * 100vw);
}
.left-liquid-\[30\2c 2xl\] {
  left: calc(30 / 1440 * 100vw);
}
.left-liquid-\[5\2c ip\] {
  left: calc(5 / 375 * 100vw);
}
.left-liquid-\[8\2c ip\] {
  left: calc(8 / 375 * 100vw);
}
.max-h-liquid-\[700\2c ip\] {
  max-height: calc(700 / 375 * 100vw);
}
.min-h-liquid-\[667\2c ip\] {
  min-height: calc(667 / 375 * 100vw);
}
.mt-liquid-\[-10\2c ip\] {
  margin-top: calc(-10 / 375 * 100vw);
}
.mt-liquid-\[-133\2c ip\] {
  margin-top: calc(-133 / 375 * 100vw);
}
.mt-liquid-\[-14\2c ip\] {
  margin-top: calc(-14 / 375 * 100vw);
}
.mt-liquid-\[20\2c ip\] {
  margin-top: calc(20 / 375 * 100vw);
}
.mt-liquid-\[202\2c ip\] {
  margin-top: calc(202 / 375 * 100vw);
}
.mt-liquid-\[24\2c ip\] {
  margin-top: calc(24 / 375 * 100vw);
}
.mt-liquid-\[240\2c ip\] {
  margin-top: calc(240 / 375 * 100vw);
}
.mt-liquid-\[256\2c ip\] {
  margin-top: calc(256 / 375 * 100vw);
}
.pb-liquid-\[16\2c ip\] {
  padding-bottom: calc(16 / 375 * 100vw);
}
.pb-liquid-\[245\2c ip\] {
  padding-bottom: calc(245 / 375 * 100vw);
}
.pb-liquid-\[96\2c ip\] {
  padding-bottom: calc(96 / 375 * 100vw);
}
.pt-liquid-\[142\2c ip\] {
  padding-top: calc(142 / 375 * 100vw);
}
.pt-liquid-\[210\2c ip\] {
  padding-top: calc(210 / 375 * 100vw);
}
.pt-liquid-\[249\2c ip\] {
  padding-top: calc(249 / 375 * 100vw);
}
.right-liquid-\[-10\2c ip\] {
  right: calc(-10 / 375 * 100vw);
}
.right-liquid-\[-110\2c ip\] {
  right: calc(-110 / 375 * 100vw);
}
.right-liquid-\[-125\2c ip\] {
  right: calc(-125 / 375 * 100vw);
}
.right-liquid-\[-13\2c ip\] {
  right: calc(-13 / 375 * 100vw);
}
.right-liquid-\[-144\2c ip\] {
  right: calc(-144 / 375 * 100vw);
}
.right-liquid-\[-17\2c ip\] {
  right: calc(-17 / 375 * 100vw);
}
.right-liquid-\[-170\2c 2xl\] {
  right: calc(-170 / 1440 * 100vw);
}
.right-liquid-\[-20\2c ip\] {
  right: calc(-20 / 375 * 100vw);
}
.right-liquid-\[-230\2c ip\] {
  right: calc(-230 / 375 * 100vw);
}
.right-liquid-\[-25\2c ip\] {
  right: calc(-25 / 375 * 100vw);
}
.right-liquid-\[-417\2c 2xl\] {
  right: calc(-417 / 1440 * 100vw);
}
.right-liquid-\[-43\2c ip\] {
  right: calc(-43 / 375 * 100vw);
}
.right-liquid-\[-5\2c ip\] {
  right: calc(-5 / 375 * 100vw);
}
.right-liquid-\[-501\2c 2xl\] {
  right: calc(-501 / 1440 * 100vw);
}
.right-liquid-\[-69\2c ip\] {
  right: calc(-69 / 375 * 100vw);
}
.right-liquid-\[-72\2c ip\] {
  right: calc(-72 / 375 * 100vw);
}
.right-liquid-\[-80\2c ip\] {
  right: calc(-80 / 375 * 100vw);
}
.right-liquid-\[10\2c ip\] {
  right: calc(10 / 375 * 100vw);
}
.right-liquid-\[147\2c ip\] {
  right: calc(147 / 375 * 100vw);
}
.right-liquid-\[15\2c ip\] {
  right: calc(15 / 375 * 100vw);
}
.right-liquid-\[16\2c ip\] {
  right: calc(16 / 375 * 100vw);
}
.right-liquid-\[20\2c ip\] {
  right: calc(20 / 375 * 100vw);
}
.right-liquid-\[22\2c ip\] {
  right: calc(22 / 375 * 100vw);
}
.right-liquid-\[24\2c ip\] {
  right: calc(24 / 375 * 100vw);
}
.right-liquid-\[40\2c ip\] {
  right: calc(40 / 375 * 100vw);
}
.text-liquid-\[18\2c ip\] {
  font-size: max(calc(18 / 375 * 100vw), 10px);
}
.top-liquid-\[-100\2c ip\] {
  top: calc(-100 / 375 * 100vw);
}
.top-liquid-\[-128\2c ip\] {
  top: calc(-128 / 375 * 100vw);
}
.top-liquid-\[-132\2c ip\] {
  top: calc(-132 / 375 * 100vw);
}
.top-liquid-\[-139\2c ip\] {
  top: calc(-139 / 375 * 100vw);
}
.top-liquid-\[-145\2c ip\] {
  top: calc(-145 / 375 * 100vw);
}
.top-liquid-\[-146\2c ip\] {
  top: calc(-146 / 375 * 100vw);
}
.top-liquid-\[-154\2c ip\] {
  top: calc(-154 / 375 * 100vw);
}
.top-liquid-\[-155\2c ip\] {
  top: calc(-155 / 375 * 100vw);
}
.top-liquid-\[-187\2c ip\] {
  top: calc(-187 / 375 * 100vw);
}
.top-liquid-\[-194\2c ip\] {
  top: calc(-194 / 375 * 100vw);
}
.top-liquid-\[-220\2c ip\] {
  top: calc(-220 / 375 * 100vw);
}
.top-liquid-\[-226\2c 2xl\] {
  top: calc(-226 / 1440 * 100vw);
}
.top-liquid-\[-24\2c ip\] {
  top: calc(-24 / 375 * 100vw);
}
.top-liquid-\[-250\2c ip\] {
  top: calc(-250 / 375 * 100vw);
}
.top-liquid-\[-265\2c ip\] {
  top: calc(-265 / 375 * 100vw);
}
.top-liquid-\[-28\2c ip\] {
  top: calc(-28 / 375 * 100vw);
}
.top-liquid-\[-367\2c 2xl\] {
  top: calc(-367 / 1440 * 100vw);
}
.top-liquid-\[-54\2c ip\] {
  top: calc(-54 / 375 * 100vw);
}
.top-liquid-\[-650\2c 2xl\] {
  top: calc(-650 / 1440 * 100vw);
}
.top-liquid-\[-82\2c 2xl\] {
  top: calc(-82 / 1440 * 100vw);
}
.top-liquid-\[-92\2c ip\] {
  top: calc(-92 / 375 * 100vw);
}
.top-liquid-\[114\2c ip\] {
  top: calc(114 / 375 * 100vw);
}
.top-liquid-\[134\2c ip\] {
  top: calc(134 / 375 * 100vw);
}
.top-liquid-\[1534\2c ip\] {
  top: calc(1534 / 375 * 100vw);
}
.top-liquid-\[160\2c ip\] {
  top: calc(160 / 375 * 100vw);
}
.top-liquid-\[197\2c ip\] {
  top: calc(197 / 375 * 100vw);
}
.top-liquid-\[1971\2c ip\] {
  top: calc(1971 / 375 * 100vw);
}
.top-liquid-\[2\2c ip\] {
  top: calc(2 / 375 * 100vw);
}
.top-liquid-\[21\2c ip\] {
  top: calc(21 / 375 * 100vw);
}
.top-liquid-\[221\2c ip\] {
  top: calc(221 / 375 * 100vw);
}
.top-liquid-\[24\2c ip\] {
  top: calc(24 / 375 * 100vw);
}
.top-liquid-\[27\2c ip\] {
  top: calc(27 / 375 * 100vw);
}
.top-liquid-\[3\2c ip\] {
  top: calc(3 / 375 * 100vw);
}
.top-liquid-\[309\2c ip\] {
  top: calc(309 / 375 * 100vw);
}
.top-liquid-\[340\2c ip\] {
  top: calc(340 / 375 * 100vw);
}
.top-liquid-\[411\2c ip\] {
  top: calc(411 / 375 * 100vw);
}
.top-liquid-\[452\2c ip\] {
  top: calc(452 / 375 * 100vw);
}
.top-liquid-\[5\2c ip\] {
  top: calc(5 / 375 * 100vw);
}
.top-liquid-\[601\2c ip\] {
  top: calc(601 / 375 * 100vw);
}
.top-liquid-\[62\2c ip\] {
  top: calc(62 / 375 * 100vw);
}
.top-liquid-\[749\2c ip\] {
  top: calc(749 / 375 * 100vw);
}
.top-liquid-\[8\2c ip\] {
  top: calc(8 / 375 * 100vw);
}
.top-liquid-\[851\2c ip\] {
  top: calc(851 / 375 * 100vw);
}
.top-liquid-\[91\2c ip\] {
  top: calc(91 / 375 * 100vw);
}
.w-liquid-\[105\2c ip\] {
  width: calc(105 / 375 * 100vw);
}
.w-liquid-\[111\2c ip\] {
  width: calc(111 / 375 * 100vw);
}
.w-liquid-\[113\2c ip\] {
  width: calc(113 / 375 * 100vw);
}
.w-liquid-\[1140\2c 2xl\] {
  width: calc(1140 / 1440 * 100vw);
}
.w-liquid-\[125\2c ip\] {
  width: calc(125 / 375 * 100vw);
}
.w-liquid-\[128\2c ip\] {
  width: calc(128 / 375 * 100vw);
}
.w-liquid-\[139\2c ip\] {
  width: calc(139 / 375 * 100vw);
}
.w-liquid-\[144\2c ip\] {
  width: calc(144 / 375 * 100vw);
}
.w-liquid-\[15\2c ip\] {
  width: calc(15 / 375 * 100vw);
}
.w-liquid-\[150\2c ip\] {
  width: calc(150 / 375 * 100vw);
}
.w-liquid-\[151\2c ip\] {
  width: calc(151 / 375 * 100vw);
}
.w-liquid-\[159\2c ip\] {
  width: calc(159 / 375 * 100vw);
}
.w-liquid-\[160\2c ip\] {
  width: calc(160 / 375 * 100vw);
}
.w-liquid-\[162\2c ip\] {
  width: calc(162 / 375 * 100vw);
}
.w-liquid-\[165\2c ip\] {
  width: calc(165 / 375 * 100vw);
}
.w-liquid-\[168\2c ip\] {
  width: calc(168 / 375 * 100vw);
}
.w-liquid-\[170\2c ip\] {
  width: calc(170 / 375 * 100vw);
}
.w-liquid-\[172\2c ip\] {
  width: calc(172 / 375 * 100vw);
}
.w-liquid-\[182\2c ip\] {
  width: calc(182 / 375 * 100vw);
}
.w-liquid-\[186\2c ip\] {
  width: calc(186 / 375 * 100vw);
}
.w-liquid-\[190\2c ip\] {
  width: calc(190 / 375 * 100vw);
}
.w-liquid-\[192\2c ip\] {
  width: calc(192 / 375 * 100vw);
}
.w-liquid-\[196\2c ip\] {
  width: calc(196 / 375 * 100vw);
}
.w-liquid-\[198\2c ip\] {
  width: calc(198 / 375 * 100vw);
}
.w-liquid-\[199\2c ip\] {
  width: calc(199 / 375 * 100vw);
}
.w-liquid-\[201\2c ip\] {
  width: calc(201 / 375 * 100vw);
}
.w-liquid-\[203\2c ip\] {
  width: calc(203 / 375 * 100vw);
}
.w-liquid-\[217\2c ip\] {
  width: calc(217 / 375 * 100vw);
}
.w-liquid-\[224\2c ip\] {
  width: calc(224 / 375 * 100vw);
}
.w-liquid-\[229\2c ip\] {
  width: calc(229 / 375 * 100vw);
}
.w-liquid-\[230\2c ip\] {
  width: calc(230 / 375 * 100vw);
}
.w-liquid-\[236\2c ip\] {
  width: calc(236 / 375 * 100vw);
}
.w-liquid-\[240\2c ip\] {
  width: calc(240 / 375 * 100vw);
}
.w-liquid-\[241\2c ip\] {
  width: calc(241 / 375 * 100vw);
}
.w-liquid-\[246\2c ip\] {
  width: calc(246 / 375 * 100vw);
}
.w-liquid-\[260\2c ip\] {
  width: calc(260 / 375 * 100vw);
}
.w-liquid-\[271\2c ip\] {
  width: calc(271 / 375 * 100vw);
}
.w-liquid-\[280\2c ip\] {
  width: calc(280 / 375 * 100vw);
}
.w-liquid-\[290\2c ip\] {
  width: calc(290 / 375 * 100vw);
}
.w-liquid-\[293\2c ip\] {
  width: calc(293 / 375 * 100vw);
}
.w-liquid-\[298\2c ip\] {
  width: calc(298 / 375 * 100vw);
}
.w-liquid-\[310\2c ip\] {
  width: calc(310 / 375 * 100vw);
}
.w-liquid-\[320\2c ip\] {
  width: calc(320 / 375 * 100vw);
}
.w-liquid-\[325\2c ip\] {
  width: calc(325 / 375 * 100vw);
}
.w-liquid-\[335\2c ip\] {
  width: calc(335 / 375 * 100vw);
}
.w-liquid-\[350\2c ip\] {
  width: calc(350 / 375 * 100vw);
}
.w-liquid-\[370\2c ip\] {
  width: calc(370 / 375 * 100vw);
}
.w-liquid-\[374\2c ip\] {
  width: calc(374 / 375 * 100vw);
}
.w-liquid-\[397\2c ip\] {
  width: calc(397 / 375 * 100vw);
}
.w-liquid-\[40\2c ip\] {
  width: calc(40 / 375 * 100vw);
}
.w-liquid-\[47\.8\2c ip\] {
  width: calc(47.8 / 375 * 100vw);
}
.w-liquid-\[481\2c ip\] {
  width: calc(481 / 375 * 100vw);
}
.w-liquid-\[50\2c ip\] {
  width: calc(50 / 375 * 100vw);
}
.w-liquid-\[510\2c ip\] {
  width: calc(510 / 375 * 100vw);
}
.w-liquid-\[520\2c ip\] {
  width: calc(520 / 375 * 100vw);
}
.w-liquid-\[566\2c 2xl\] {
  width: calc(566 / 1440 * 100vw);
}
.w-liquid-\[586\2c ip\] {
  width: calc(586 / 375 * 100vw);
}
.w-liquid-\[60\2c ip\] {
  width: calc(60 / 375 * 100vw);
}
.w-liquid-\[670\2c ip\] {
  width: calc(670 / 375 * 100vw);
}
.w-liquid-\[72\2c ip\] {
  width: calc(72 / 375 * 100vw);
}
.w-liquid-\[80\2c ip\] {
  width: calc(80 / 375 * 100vw);
}
.w-liquid-\[834\2c ip\] {
  width: calc(834 / 375 * 100vw);
}
.w-liquid-\[843\2c ip\] {
  width: calc(843 / 375 * 100vw);
}
.w-liquid-\[905\2c 2xl\] {
  width: calc(905 / 1440 * 100vw);
}
.w-liquid-\[91\2c ip\] {
  width: calc(91 / 375 * 100vw);
}
.w-liquid-\[955\2c 2xl\] {
  width: calc(955 / 1440 * 100vw);
}
.w-liquid-\[970\2c 2xl\] {
  width: calc(970 / 1440 * 100vw);
}
.w-liquid-\[98\2c ip\] {
  width: calc(98 / 375 * 100vw);
}
.\[animation-delay\:0ms\] {
  animation-delay: 0ms;
}
.\[animation-delay\:100ms\] {
  animation-delay: 100ms;
}
.\[animation-delay\:200ms\] {
  animation-delay: 200ms;
}
.\[line-break\:normal\] {
  line-break: normal;
}
.\[overflow-wrap\:anywhere\] {
  overflow-wrap: anywhere;
}
@media (hover: hover) and (pointer: fine) {

  .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:scale-\[115\%\] {
    --tw-scale-x: 115%;
    --tw-scale-y: 115%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:scale-\[70\%\] {
    --tw-scale-x: 70%;
    --tw-scale-y: 70%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .peer:hover ~ .peer-hover\:translate-y-\[-5\%\] {
    --tw-translate-y: -5%;
    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));
  }
}
@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:focus-within\:scroll-smooth:focus-within {
    scroll-behavior: smooth;
  }
}
@media (min-width: 768px) {

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

  .md\:right-\[80px\] {
    right: 80px;
  }

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

  .md\:size-\[34px\] {
    width: 34px;
    height: 34px;
  }

  .md\:w-\[76\%\] {
    width: 76%;
  }

  .md\:bottom-liquid-\[108\2c md\] {
    bottom: calc(108 / 768 * 100vw);
  }

  .md\:bottom-liquid-\[159\2c md\] {
    bottom: calc(159 / 768 * 100vw);
  }

  .md\:bottom-liquid-\[45\2c md\] {
    bottom: calc(45 / 768 * 100vw);
  }

  .md\:left-liquid-\[20\2c md\] {
    left: calc(20 / 768 * 100vw);
  }

  .md\:left-liquid-\[28\2c md\] {
    left: calc(28 / 768 * 100vw);
  }

  .md\:mt-liquid-\[-133\2c md\] {
    margin-top: calc(-133 / 768 * 100vw);
  }

  .md\:pt-liquid-\[142\2c md\] {
    padding-top: calc(142 / 768 * 100vw);
  }

  .md\:right-liquid-\[-17\2c md\] {
    right: calc(-17 / 768 * 100vw);
  }

  .md\:right-liquid-\[190\2c md\] {
    right: calc(190 / 768 * 100vw);
  }

  .md\:top-liquid-\[154\2c md\] {
    top: calc(154 / 768 * 100vw);
  }

  .md\:top-liquid-\[321\2c md\] {
    top: calc(321 / 768 * 100vw);
  }

  .md\:top-liquid-\[328\2c md\] {
    top: calc(328 / 768 * 100vw);
  }

  .md\:w-liquid-\[195\2c md\] {
    width: calc(195 / 768 * 100vw);
  }

  .md\:w-liquid-\[219\2c md\] {
    width: calc(219 / 768 * 100vw);
  }

  .md\:w-liquid-\[221\2c md\] {
    width: calc(221 / 768 * 100vw);
  }

  .md\:w-liquid-\[282\2c md\] {
    width: calc(282 / 768 * 100vw);
  }

  .md\:w-liquid-\[299\2c md\] {
    width: calc(299 / 768 * 100vw);
  }

  .md\:w-liquid-\[420\2c md\] {
    width: calc(420 / 768 * 100vw);
  }
}
@media (min-width: 1025px) {

  .lg\:static {
    position: static;
  }

  .lg\:\!right-0 {
    right: 0px !important;
  }

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

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

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

  .lg\:left-\[-2\%\] {
    left: -2%;
  }

  .lg\:left-\[-32\%\] {
    left: -32%;
  }

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

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

  .lg\:right-\[-14\%\] {
    right: -14%;
  }

  .lg\:right-\[-36\%\] {
    right: -36%;
  }

  .lg\:right-\[-40\%\] {
    right: -40%;
  }

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

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

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

  .lg\:top-\[-5\%\] {
    top: -5%;
  }

  .lg\:top-\[-7\%\] {
    top: -7%;
  }

  .lg\:top-\[1\%\] {
    top: 1%;
  }

  .lg\:top-\[10\%\] {
    top: 10%;
  }

  .lg\:top-\[15\%\] {
    top: 15%;
  }

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

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

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

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

  .lg\:order-none {
    order: 0;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

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

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

  .lg\:block {
    display: block;
  }

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

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

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

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

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

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

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

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

  .lg\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:fill-white {
    fill: #FFFFFF;
  }

  .lg\:delay-0 {
    transition-delay: 0s;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-400 {
    transition-delay: 400ms;
  }

  .lg\:delay-0 {
    animation-delay: 0s;
  }

  .lg\:delay-200 {
    animation-delay: 200ms;
  }

  .lg\:delay-400 {
    animation-delay: 400ms;
  }

.lg\:position-x-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));
  }

.lg\:bottom-liquid-\[-12\2c 2xl\] {
    bottom: calc(-12 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[-38\2c 2xl\] {
    bottom: calc(-38 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[-80\2c 2xl\] {
    bottom: calc(-80 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[-845\2c 2xl\] {
    bottom: calc(-845 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[-90\2c 2xl\] {
    bottom: calc(-90 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[156\2c 2xl\] {
    bottom: calc(156 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[166\2c 2xl\] {
    bottom: calc(166 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[254\2c 2xl\] {
    bottom: calc(254 / 1440 * 100vw);
  }

.lg\:bottom-liquid-\[760\2c 2xl\] {
    bottom: calc(760 / 1440 * 100vw);
  }

.lg\:gap-liquid-\[16\2c 2xl\] {
    gap: calc(16 / 1440 * 100vw);
  }

.lg\:gap-liquid-\[24\2c 2xl\] {
    gap: calc(24 / 1440 * 100vw);
  }

.lg\:gap-liquid-\[36\2c 2xl\] {
    gap: calc(36 / 1440 * 100vw);
  }

.lg\:gap-liquid-\[64\2c 2xl\] {
    gap: calc(64 / 1440 * 100vw);
  }

.lg\:h-liquid-\[491\2c 2xl\] {
    height: calc(491 / 1440 * 100vw);
  }

.lg\:h-liquid-\[800\2c 2xl\] {
    height: calc(800 / 1440 * 100vw);
  }

.lg\:left-liquid-\[-1000\2c 2xl\] {
    left: calc(-1000 / 1440 * 100vw);
  }

.lg\:left-liquid-\[-144\2c 2xl\] {
    left: calc(-144 / 1440 * 100vw);
  }

.lg\:left-liquid-\[-154\2c 2xl\] {
    left: calc(-154 / 1440 * 100vw);
  }

.lg\:left-liquid-\[-44\2c 2xl\] {
    left: calc(-44 / 1440 * 100vw);
  }

.lg\:left-liquid-\[-46\2c 2xl\] {
    left: calc(-46 / 1440 * 100vw);
  }

.lg\:left-liquid-\[-66\2c 2xl\] {
    left: calc(-66 / 1440 * 100vw);
  }

.lg\:left-liquid-\[12\2c 2xl\] {
    left: calc(12 / 1440 * 100vw);
  }

.lg\:left-liquid-\[180\2c 2xl\] {
    left: calc(180 / 1440 * 100vw);
  }

.lg\:left-liquid-\[274\2c 2xl\] {
    left: calc(274 / 1440 * 100vw);
  }

.lg\:left-liquid-\[32\2c 2xl\] {
    left: calc(32 / 1440 * 100vw);
  }

.lg\:left-liquid-\[74\2c 2xl\] {
    left: calc(74 / 1440 * 100vw);
  }

.lg\:left-liquid-\[98\2c 2xl\] {
    left: calc(98 / 1440 * 100vw);
  }

.lg\:max-h-liquid-\[680\2c 2xl\] {
    max-height: calc(680 / 1440 * 100vw);
  }

.lg\:min-h-liquid-\[673\2c 2xl\] {
    min-height: calc(673 / 1440 * 100vw);
  }

.lg\:ml-liquid-\[48\2c 2xl\] {
    margin-left: calc(48 / 1440 * 100vw);
  }

.lg\:mr-liquid-\[184\2c 2xl\] {
    margin-right: calc(184 / 1440 * 100vw);
  }

.lg\:mr-liquid-\[48\2c 2xl\] {
    margin-right: calc(48 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[-156\2c 2xl\] {
    margin-top: calc(-156 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[-36\2c 2xl\] {
    margin-top: calc(-36 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[116\2c 2xl\] {
    margin-top: calc(116 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[193\2c 2xl\] {
    margin-top: calc(193 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[20\2c 2xl\] {
    margin-top: calc(20 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[262\2c 2xl\] {
    margin-top: calc(262 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[30\2c 2xl\] {
    margin-top: calc(30 / 1440 * 100vw);
  }

.lg\:mt-liquid-\[42\2c 2xl\] {
    margin-top: calc(42 / 1440 * 100vw);
  }

.lg\:pb-liquid-\[140\2c 2xl\] {
    padding-bottom: calc(140 / 1440 * 100vw);
  }

.lg\:pb-liquid-\[200\2c 2xl\] {
    padding-bottom: calc(200 / 1440 * 100vw);
  }

.lg\:pb-liquid-\[40\2c 2xl\] {
    padding-bottom: calc(40 / 1440 * 100vw);
  }

.lg\:pt-liquid-\[136\2c 2xl\] {
    padding-top: calc(136 / 1440 * 100vw);
  }

.lg\:pt-liquid-\[251\2c 2xl\] {
    padding-top: calc(251 / 1440 * 100vw);
  }

.lg\:pt-liquid-\[320\2c 2xl\] {
    padding-top: calc(320 / 1440 * 100vw);
  }

.lg\:right-liquid-\[-113\2c 2xl\] {
    right: calc(-113 / 1440 * 100vw);
  }

.lg\:right-liquid-\[-15\2c 2xl\] {
    right: calc(-15 / 1440 * 100vw);
  }

.lg\:right-liquid-\[-20\2c 2xl\] {
    right: calc(-20 / 1440 * 100vw);
  }

.lg\:right-liquid-\[-37\2c 2xl\] {
    right: calc(-37 / 1440 * 100vw);
  }

.lg\:right-liquid-\[-74\2c 2xl\] {
    right: calc(-74 / 1440 * 100vw);
  }

.lg\:right-liquid-\[-76\2c 2xl\] {
    right: calc(-76 / 1440 * 100vw);
  }

.lg\:right-liquid-\[100\2c 2xl\] {
    right: calc(100 / 1440 * 100vw);
  }

.lg\:right-liquid-\[102\2c 2xl\] {
    right: calc(102 / 1440 * 100vw);
  }

.lg\:right-liquid-\[194\2c 2xl\] {
    right: calc(194 / 1440 * 100vw);
  }

.lg\:right-liquid-\[20\2c 2xl\] {
    right: calc(20 / 1440 * 100vw);
  }

.lg\:right-liquid-\[200\2c 2xl\] {
    right: calc(200 / 1440 * 100vw);
  }

.lg\:right-liquid-\[32\2c 2xl\] {
    right: calc(32 / 1440 * 100vw);
  }

.lg\:right-liquid-\[369\2c 2xl\] {
    right: calc(369 / 1440 * 100vw);
  }

.lg\:right-liquid-\[418\2c 2xl\] {
    right: calc(418 / 1440 * 100vw);
  }

.lg\:right-liquid-\[522\2c 2xl\] {
    right: calc(522 / 1440 * 100vw);
  }

.lg\:right-liquid-\[81\2c 2xl\] {
    right: calc(81 / 1440 * 100vw);
  }

.lg\:text-liquid-\[40\2c 2xl\] {
    font-size: max(calc(40 / 1440 * 100vw), 10px);
  }

.lg\:top-liquid-\[-107\2c 2xl\] {
    top: calc(-107 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-127\2c 2xl\] {
    top: calc(-127 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-136\2c 2xl\] {
    top: calc(-136 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-200\2c 2xl\] {
    top: calc(-200 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-260\2c 2xl\] {
    top: calc(-260 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-269\2c 2xl\] {
    top: calc(-269 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-30\2c 2xl\] {
    top: calc(-30 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-330\2c 2xl\] {
    top: calc(-330 / 1440 * 100vw);
  }

.lg\:top-liquid-\[-498\2c 2xl\] {
    top: calc(-498 / 1440 * 100vw);
  }

.lg\:top-liquid-\[1012\2c 2xl\] {
    top: calc(1012 / 1440 * 100vw);
  }

.lg\:top-liquid-\[1223\2c 2xl\] {
    top: calc(1223 / 1440 * 100vw);
  }

.lg\:top-liquid-\[1286\2c 2xl\] {
    top: calc(1286 / 1440 * 100vw);
  }

.lg\:top-liquid-\[169\2c 2xl\] {
    top: calc(169 / 1440 * 100vw);
  }

.lg\:top-liquid-\[18\2c 2xl\] {
    top: calc(18 / 1440 * 100vw);
  }

.lg\:top-liquid-\[182\2c 2xl\] {
    top: calc(182 / 1440 * 100vw);
  }

.lg\:top-liquid-\[1994\2c 2xl\] {
    top: calc(1994 / 1440 * 100vw);
  }

.lg\:top-liquid-\[2\2c 2xl\] {
    top: calc(2 / 1440 * 100vw);
  }

.lg\:top-liquid-\[221\2c 2xl\] {
    top: calc(221 / 1440 * 100vw);
  }

.lg\:top-liquid-\[279\2c 2xl\] {
    top: calc(279 / 1440 * 100vw);
  }

.lg\:top-liquid-\[285\2c 2xl\] {
    top: calc(285 / 1440 * 100vw);
  }

.lg\:top-liquid-\[3\2c 2xl\] {
    top: calc(3 / 1440 * 100vw);
  }

.lg\:top-liquid-\[303\2c 2xl\] {
    top: calc(303 / 1440 * 100vw);
  }

.lg\:top-liquid-\[348\2c 2xl\] {
    top: calc(348 / 1440 * 100vw);
  }

.lg\:top-liquid-\[434\2c 2xl\] {
    top: calc(434 / 1440 * 100vw);
  }

.lg\:top-liquid-\[45\2c 2xl\] {
    top: calc(45 / 1440 * 100vw);
  }

.lg\:top-liquid-\[5\2c 2xl\] {
    top: calc(5 / 1440 * 100vw);
  }

.lg\:top-liquid-\[608\2c 2xl\] {
    top: calc(608 / 1440 * 100vw);
  }

.lg\:top-liquid-\[664\2c 2xl\] {
    top: calc(664 / 1440 * 100vw);
  }

.lg\:w-liquid-\[100\.5\2c 2xl\] {
    width: calc(100.5 / 1440 * 100vw);
  }

.lg\:w-liquid-\[108\2c 2xl\] {
    width: calc(108 / 1440 * 100vw);
  }

.lg\:w-liquid-\[120\2c 2xl\] {
    width: calc(120 / 1440 * 100vw);
  }

.lg\:w-liquid-\[1420\2c 2xl\] {
    width: calc(1420 / 1440 * 100vw);
  }

.lg\:w-liquid-\[1598\2c 2xl\] {
    width: calc(1598 / 1440 * 100vw);
  }

.lg\:w-liquid-\[161\2c 2xl\] {
    width: calc(161 / 1440 * 100vw);
  }

.lg\:w-liquid-\[182\2c 2xl\] {
    width: calc(182 / 1440 * 100vw);
  }

.lg\:w-liquid-\[199\2c 2xl\] {
    width: calc(199 / 1440 * 100vw);
  }

.lg\:w-liquid-\[210\2c 2xl\] {
    width: calc(210 / 1440 * 100vw);
  }

.lg\:w-liquid-\[231\2c 2xl\] {
    width: calc(231 / 1440 * 100vw);
  }

.lg\:w-liquid-\[234\2c 2xl\] {
    width: calc(234 / 1440 * 100vw);
  }

.lg\:w-liquid-\[240\2c 2xl\] {
    width: calc(240 / 1440 * 100vw);
  }

.lg\:w-liquid-\[249\2c 2xl\] {
    width: calc(249 / 1440 * 100vw);
  }

.lg\:w-liquid-\[265\2c 2xl\] {
    width: calc(265 / 1440 * 100vw);
  }

.lg\:w-liquid-\[278\2c 2xl\] {
    width: calc(278 / 1440 * 100vw);
  }

.lg\:w-liquid-\[30\2c 2xl\] {
    width: calc(30 / 1440 * 100vw);
  }

.lg\:w-liquid-\[325\2c 2xl\] {
    width: calc(325 / 1440 * 100vw);
  }

.lg\:w-liquid-\[330\2c 2xl\] {
    width: calc(330 / 1440 * 100vw);
  }

.lg\:w-liquid-\[348\2c 2xl\] {
    width: calc(348 / 1440 * 100vw);
  }

.lg\:w-liquid-\[359\2c 2xl\] {
    width: calc(359 / 1440 * 100vw);
  }

.lg\:w-liquid-\[371\2c 2xl\] {
    width: calc(371 / 1440 * 100vw);
  }

.lg\:w-liquid-\[383\2c 2xl\] {
    width: calc(383 / 1440 * 100vw);
  }

.lg\:w-liquid-\[387\2c 2xl\] {
    width: calc(387 / 1440 * 100vw);
  }

.lg\:w-liquid-\[404\2c 2xl\] {
    width: calc(404 / 1440 * 100vw);
  }

.lg\:w-liquid-\[410\2c 2xl\] {
    width: calc(410 / 1440 * 100vw);
  }

.lg\:w-liquid-\[422\2c 2xl\] {
    width: calc(422 / 1440 * 100vw);
  }

.lg\:w-liquid-\[433\2c 2xl\] {
    width: calc(433 / 1440 * 100vw);
  }

.lg\:w-liquid-\[443\2c 2xl\] {
    width: calc(443 / 1440 * 100vw);
  }

.lg\:w-liquid-\[449\2c 2xl\] {
    width: calc(449 / 1440 * 100vw);
  }

.lg\:w-liquid-\[450\2c 2xl\] {
    width: calc(450 / 1440 * 100vw);
  }

.lg\:w-liquid-\[453\2c 2xl\] {
    width: calc(453 / 1440 * 100vw);
  }

.lg\:w-liquid-\[455\2c 2xl\] {
    width: calc(455 / 1440 * 100vw);
  }

.lg\:w-liquid-\[457\2c 2xl\] {
    width: calc(457 / 1440 * 100vw);
  }

.lg\:w-liquid-\[470\2c 2xl\] {
    width: calc(470 / 1440 * 100vw);
  }

.lg\:w-liquid-\[481\2c 2xl\] {
    width: calc(481 / 1440 * 100vw);
  }

.lg\:w-liquid-\[500\2c 2xl\] {
    width: calc(500 / 1440 * 100vw);
  }

.lg\:w-liquid-\[507\2c 2xl\] {
    width: calc(507 / 1440 * 100vw);
  }

.lg\:w-liquid-\[513\2c 2xl\] {
    width: calc(513 / 1440 * 100vw);
  }

.lg\:w-liquid-\[523\2c 2xl\] {
    width: calc(523 / 1440 * 100vw);
  }

.lg\:w-liquid-\[528\2c 2xl\] {
    width: calc(528 / 1440 * 100vw);
  }

.lg\:w-liquid-\[530\2c 2xl\] {
    width: calc(530 / 1440 * 100vw);
  }

.lg\:w-liquid-\[585\2c 2xl\] {
    width: calc(585 / 1440 * 100vw);
  }

.lg\:w-liquid-\[591\2c 2xl\] {
    width: calc(591 / 1440 * 100vw);
  }

.lg\:w-liquid-\[598\2c 2xl\] {
    width: calc(598 / 1440 * 100vw);
  }

.lg\:w-liquid-\[600\2c 2xl\] {
    width: calc(600 / 1440 * 100vw);
  }

.lg\:w-liquid-\[635\2c 2xl\] {
    width: calc(635 / 1440 * 100vw);
  }

.lg\:w-liquid-\[660\2c 2xl\] {
    width: calc(660 / 1440 * 100vw);
  }

.lg\:w-liquid-\[72\2c 2xl\] {
    width: calc(72 / 1440 * 100vw);
  }

.lg\:w-liquid-\[721\2c 2xl\] {
    width: calc(721 / 1440 * 100vw);
  }

.lg\:w-liquid-\[79\.6\2c 2xl\] {
    width: calc(79.6 / 1440 * 100vw);
  }

.lg\:w-liquid-\[890\2c 2xl\] {
    width: calc(890 / 1440 * 100vw);
  }

.lg\:w-liquid-\[90\2c 2xl\] {
    width: calc(90 / 1440 * 100vw);
  }

.lg\:w-liquid-\[902\2c 2xl\] {
    width: calc(902 / 1440 * 100vw);
  }

.lg\:w-liquid-\[909\2c 2xl\] {
    width: calc(909 / 1440 * 100vw);
  }

.lg\:w-liquid-\[911\2c 2xl\] {
    width: calc(911 / 1440 * 100vw);
  }

.lg\:w-liquid-\[968\2c 2xl\] {
    width: calc(968 / 1440 * 100vw);
  }
}
@media (max-width: 767px) and (max-height: calc(100vw * 1.78)) {

  .narrowHeighMd\:bottom-\[16svh\] {
    bottom: 16svh;
  }

  .narrowHeighMd\:bottom-\[23\.3svh\] {
    bottom: 23.3svh;
  }

  .narrowHeighMd\:bottom-\[5\.6svh\] {
    bottom: 5.6svh;
  }

  .narrowHeighMd\:left-\[1svh\] {
    left: 1svh;
  }

  .narrowHeighMd\:right-\[-2\.5svh\] {
    right: -2.5svh;
  }

  .narrowHeighMd\:right-\[-21svh\] {
    right: -21svh;
  }

  .narrowHeighMd\:right-\[6svh\] {
    right: 6svh;
  }

  .narrowHeighMd\:top-\[33svh\] {
    top: 33svh;
  }

  .narrowHeighMd\:top-\[3svh\] {
    top: 3svh;
  }

  .narrowHeighMd\:w-\[126svh\] {
    width: 126svh;
  }

  .narrowHeighMd\:w-\[19svh\] {
    width: 19svh;
  }

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

  .narrowHeighMd\:w-\[21svh\] {
    width: 21svh;
  }

  .narrowHeighMd\:w-\[27svh\] {
    width: 27svh;
  }

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

  .narrowHeighMd\:w-\[47svh\] {
    width: 47svh;
  }
}
@media (max-width: 1023px) and (max-height: calc(100vw * 1.2)) {

  .narrowHeightLg\:right-0 {
    right: 0px;
  }

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

  .narrowHeightLg\:w-\[100svh\] {
    width: 100svh;
  }

  .narrowHeightLg\:w-\[23svh\] {
    width: 23svh;
  }

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

  .narrowHeightLg\:w-\[27svh\] {
    width: 27svh;
  }

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

  .narrowHeightLg\:bottom-liquid-\[0\2c ip\] {
    bottom: calc(0 / 375 * 100vw);
  }

  .narrowHeightLg\:bottom-liquid-\[100\2c ip\] {
    bottom: calc(100 / 375 * 100vw);
  }
}
@media (max-width: 767px) and (min-height: calc(100vw * 1.8)) {

  .tallAspectMd\:h-full {
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-height: calc(100vw * 0.47)) {

  .aspectMinPc\:left-\[-6\.7svh\] {
    left: -6.7svh;
  }

  .aspectMinPc\:right-\[2\.9svh\] {
    right: 2.9svh;
  }

  .aspectMinPc\:top-\[2\.6svh\] {
    top: 2.6svh;
  }

  .aspectMinPc\:top-\[26svh\] {
    top: 26svh;
  }

  .aspectMinPc\:top-\[44svh\] {
    top: 44svh;
  }

  .aspectMinPc\:w-\[34svh\] {
    width: 34svh;
  }

  .aspectMinPc\:w-\[36svh\] {
    width: 36svh;
  }

  .aspectMinPc\:w-\[47svh\] {
    width: 47svh;
  }

  .aspectMinPc\:w-\[51svh\] {
    width: 51svh;
  }

  .aspectMinPc\:w-\[66svh\] {
    width: 66svh;
  }

  .aspectMinPc\:w-\[70svh\] {
    width: 70svh;
  }
}
@media (min-width: 1024px) and (min-height: calc(100vw * 0.83)) {

  .aspectMaxPc\:top-0 {
    top: 0px;
  }

  .aspectMaxPc\:h-full {
    height: 100%;
  }
}
.\[\&\.is-active\]\:scale-100.is-active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\.is-active\]\:opacity-100.is-active {
  opacity: 1;
}
