/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body.user-page {
    /*font-family: "M PLUS 1 Code", monospace;*/
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

*, ::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.17 | 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: currentColor; /* 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: 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::-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;
}
.container{
    width: 100%;
}
@media (min-width: 640px){

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

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

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

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

    .container{
        max-width: 1536px;
    }
}
.icon-\[mdi--clipboard-list-outline\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M7 7h10V5h2v14H5V5h2zm5 10v-2h5v2zm0-6V9h5v2zm-4 1V9H7V8h2v4zm1.25 2c.41 0 .75.34.75.75c0 .2-.08.39-.21.52L8.12 17H10v1H7v-.92L9 15H7v-1z'/%3E%3C/svg%3E");
}
.icon-\[mdi--computer-classic\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6 2c-1.11 0-2 .89-2 2v8c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 2h12v8H6zM4 15c-1.11 0-2 .89-2 2v3c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2v-3c0-1.11-.89-2-2-2zm4 2h12v3H8zm1 .75v1.5h4v-1.5zm6 0v1.5h4v-1.5z'/%3E%3C/svg%3E");
}
.icon-\[mdi--credit-card-outline\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 8H4V6h16m0 12H4v-6h16m0-8H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
}
.icon-\[mdi--dog\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18 4c-1.71 0-2.75.33-3.35.61C13.88 4.23 13 4 12 4s-1.88.23-2.65.61C8.75 4.33 7.71 4 6 4c-3 0-5 8-5 10c0 .83 1.32 1.59 3.14 1.9c.64 2.24 3.66 3.95 7.36 4.1v-4.28c-.59-.37-1.5-1.04-1.5-1.72c0-1 2-1 2-1s2 0 2 1c0 .68-.91 1.35-1.5 1.72V20c3.7-.15 6.72-1.86 7.36-4.1C21.68 15.59 23 14.83 23 14c0-2-2-10-5-10M4.15 13.87c-.5-.12-.89-.26-1.15-.37c.25-2.77 2.2-7.1 3.05-7.5c.54 0 .95.06 1.32.11c-2.1 2.31-2.93 5.93-3.22 7.76M9 12a1 1 0 0 1-1-1c0-.54.45-1 1-1a1 1 0 0 1 1 1c0 .56-.45 1-1 1m6 0a1 1 0 0 1-1-1c0-.54.45-1 1-1a1 1 0 0 1 1 1c0 .56-.45 1-1 1m4.85 1.87c-.29-1.83-1.12-5.45-3.22-7.76c.37-.05.78-.11 1.32-.11c.85.4 2.8 4.73 3.05 7.5c-.25.11-.64.25-1.15.37'/%3E%3C/svg%3E");
}
.icon-\[mdi--format-vertical-align-top\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 11h3v10h2V11h3l-4-4zM4 3v2h16V3z'/%3E%3C/svg%3E");
}
.icon-\[mdi--home-outline\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81zM12 3L2 12h3v8h6v-6h2v6h6v-8h3'/%3E%3C/svg%3E");
}
.icon-\[mdi--information-outline\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2z'/%3E%3C/svg%3E");
}
.icon-\[mdi--logout\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z'/%3E%3C/svg%3E");
}
.icon-\[mdi--menu\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z'/%3E%3C/svg%3E");
}
.icon-\[mdi--star-outline\]{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 15.39l-3.76 2.27l.99-4.28l-3.32-2.88l4.38-.37L12 6.09l1.71 4.04l4.38.37l-3.32 2.88l.99 4.28M22 9.24l-7.19-.61L12 2L9.19 8.63L2 9.24l5.45 4.73L5.82 21L12 17.27L18.18 21l-1.64-7.03z'/%3E%3C/svg%3E");
}
.collapse{
    visibility: collapse;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.bottom-0{
    bottom: 0;
}
.bottom-\[-30\%\]{
    bottom: -30%;
}
.bottom-\[calc\(76\%\+5px\)\]{
    bottom: calc(76% + 5px);
}
.left-0{
    left: 0;
}
.left-\[-10px\]{
    left: -10px;
}
.left-\[2\%\]{
    left: 2%;
}
.left-\[6\%\]{
    left: 6%;
}
.right-0{
    right: 0;
}
.right-\[2\%\]{
    right: 2%;
}
.right-\[3\%\]{
    right: 3%;
}
.right-\[calc\(3\%\)\]{
    right: calc(3%);
}
.top-0{
    top: 0;
}
.top-\[-15px\]{
    top: -15px;
}
.top-\[-2\.5em\]{
    top: -2.5em;
}
.top-\[-20\%\]{
    top: -20%;
}
.top-\[-25px\]{
    top: -25px;
}
.top-\[-72px\]{
    top: -72px;
}
.top-\[15px\]{
    top: 15px;
}
.top-\[2px\]{
    top: 2px;
}
.top-\[45\%\]{
    top: 45%;
}
.top-\[48px\]{
    top: 48px;
}
.top-\[50\%\]{
    top: 50%;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-50{
    z-index: 50;
}
.z-\[1001\]{
    z-index: 1001;
}
.z-\[1002\]{
    z-index: 1002;
}
.z-\[1\]{
    z-index: 1;
}
.z-\[2\]{
    z-index: 2;
}
.z-\[99\]{
    z-index: 99;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.m-8{
    margin: 32px;
}
.m-auto{
    margin: auto;
}
.mx-0{
    margin-left: 0;
    margin-right: 0;
}
.mx-3{
    margin-left: 12px;
    margin-right: 12px;
}
.mx-\[20px\]{
    margin-left: 20px;
    margin-right: 20px;
}
.mx-\[35px\]{
    margin-left: 35px;
    margin-right: 35px;
}
.mx-\[46px\]{
    margin-left: 46px;
    margin-right: 46px;
}
.mx-\[5px\]{
    margin-left: 5px;
    margin-right: 5px;
}
.mx-\[calc\(50\%-50vw\)\]{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-0{
    margin-top: 0;
    margin-bottom: 0;
}
.my-10{
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.\!mb-\[2em\]{
    margin-bottom: 2em !important;
}
.\!mt-\[2\.5em\]{
    margin-top: 2.5em !important;
}
.mb-0{
    margin-bottom: 0;
}
.mb-1{
    margin-bottom: 4px;
}
.mb-10{
    margin-bottom: 40px;
}
.mb-14{
    margin-bottom: 56px;
}
.mb-16{
    margin-bottom: 64px;
}
.mb-2{
    margin-bottom: 8px;
}
.mb-3\.5{
    margin-bottom: 14px;
}
.mb-4{
    margin-bottom: 16px;
}
.mb-5{
    margin-bottom: 20px;
}
.mb-6{
    margin-bottom: 24px;
}
.mb-9{
    margin-bottom: 36px;
}
.mb-\[0\.2em\]{
    margin-bottom: 0.2em;
}
.mb-\[0\.5em\]{
    margin-bottom: 0.5em;
}
.mb-\[0\.6em\]{
    margin-bottom: 0.6em;
}
.mb-\[0\.7em\]{
    margin-bottom: 0.7em;
}
.mb-\[0\.85em\]{
    margin-bottom: 0.85em;
}
.mb-\[1\.1em\]{
    margin-bottom: 1.1em;
}
.mb-\[1\.2em\]{
    margin-bottom: 1.2em;
}
.mb-\[1\.5em\]{
    margin-bottom: 1.5em;
}
.mb-\[1\.7em\]{
    margin-bottom: 1.7em;
}
.mb-\[140px\]{
    margin-bottom: 140px;
}
.mb-\[15px\]{
    margin-bottom: 15px;
}
.mb-\[18px\]{
    margin-bottom: 18px;
}
.mb-\[1em\]{
    margin-bottom: 1em;
}
.mb-\[2\.5em\]{
    margin-bottom: 2.5em;
}
.mb-\[20px\]{
    margin-bottom: 20px;
}
.mb-\[2em\]{
    margin-bottom: 2em;
}
.mb-\[3\.5em\]{
    margin-bottom: 3.5em;
}
.mb-\[3em\]{
    margin-bottom: 3em;
}
.mb-\[4\.5em\]{
    margin-bottom: 4.5em;
}
.mb-\[5\.5em\]{
    margin-bottom: 5.5em;
}
.mb-\[5em\]{
    margin-bottom: 5em;
}
.ml-0{
    margin-left: 0;
}
.ml-1{
    margin-left: 4px;
}
.ml-auto{
    margin-left: auto;
}
.mr-\[13px\]{
    margin-right: 13px;
}
.mr-\[24px\]{
    margin-right: 24px;
}
.mr-\[5px\]{
    margin-right: 5px;
}
.mr-auto{
    margin-right: auto;
}
.ms-2{
    margin-inline-start: 8px;
}
.mt-3{
    margin-top: 12px;
}
.mt-4{
    margin-top: 16px;
}
.mt-6{
    margin-top: 24px;
}
.mt-\[1\.4em\]{
    margin-top: 1.4em;
}
.mt-\[40px\]{
    margin-top: 40px;
}
.\!block{
    display: block !important;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-\[240\/200\]{
    aspect-ratio: 240/200;
}
.aspect-\[260\/170\]{
    aspect-ratio: 260/170;
}
.aspect-\[372\/320\]{
    aspect-ratio: 372/320;
}
.h-12{
    height: 48px;
}
.h-16{
    height: 64px;
}
.h-4{
    height: 16px;
}
.h-48{
    height: 192px;
}
.h-5{
    height: 20px;
}
.h-6{
    height: 24px;
}
.h-8{
    height: 32px;
}
.h-\[100px\]{
    height: 100px;
}
.h-\[100svh\]{
    height: 100svh;
}
.h-\[100vh\]{
    height: 100vh;
}
.h-\[120px\]{
    height: 120px;
}
.h-\[142px\]{
    height: 142px;
}
.h-\[16px\]{
    height: 16px;
}
.h-\[34px\]{
    height: 34px;
}
.h-\[400px\]{
    height: 400px;
}
.h-\[412px\]{
    height: 412px;
}
.h-\[48px\]{
    height: 48px;
}
.h-\[76\%\]{
    height: 76%;
}
.h-\[80px\]{
    height: 80px;
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.max-h-\[640px\]{
    max-height: 640px;
}
.min-h-full{
    min-height: 100%;
}
.min-h-svh{
    min-height: 100svh;
}
.\!w-full{
    width: 100% !important;
}
.w-4{
    width: 16px;
}
.w-5{
    width: 20px;
}
.w-6{
    width: 24px;
}
.w-8{
    width: 32px;
}
.w-96{
    width: 384px;
}
.w-\[100px\]{
    width: 100px;
}
.w-\[100vw\]{
    width: 100vw;
}
.w-\[120px\]{
    width: 120px;
}
.w-\[142px\]{
    width: 142px;
}
.w-\[153px\]{
    width: 153px;
}
.w-\[16px\]{
    width: 16px;
}
.w-\[170px\]{
    width: 170px;
}
.w-\[180px\]{
    width: 180px;
}
.w-\[182px\]{
    width: 182px;
}
.w-\[22px\]{
    width: 22px;
}
.w-\[230px\]{
    width: 230px;
}
.w-\[240px\]{
    width: 240px;
}
.w-\[260px\]{
    width: 260px;
}
.w-\[26px\]{
    width: 26px;
}
.w-\[27px\]{
    width: 27px;
}
.w-\[280px\]{
    width: 280px;
}
.w-\[28px\]{
    width: 28px;
}
.w-\[33px\]{
    width: 33px;
}
.w-\[34px\]{
    width: 34px;
}
.w-\[400px\]{
    width: 400px;
}
.w-\[45px\]{
    width: 45px;
}
.w-\[46\.36\%\]{
    width: 46.36%;
}
.w-\[48px\]{
    width: 48px;
}
.w-\[500px\]{
    width: 500px;
}
.w-\[66\.7\%\]{
    width: 66.7%;
}
.w-\[69\.7\%\]{
    width: 69.7%;
}
.w-\[80\%\]{
    width: 80%;
}
.w-\[80px\]{
    width: 80px;
}
.w-\[84\.84\%\]{
    width: 84.84%;
}
.w-\[88\%\]{
    width: 88%;
}
.w-\[90\.66\%\]{
    width: 90.66%;
}
.w-\[91\.17\%\]{
    width: 91.17%;
}
.w-\[calc\(100\%\/2\)\]{
    width: calc(100% / 2);
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.min-w-\[210px\]{
    min-width: 210px;
}
.min-w-\[270px\]{
    min-width: 270px;
}
.max-w-\[1200px\]{
    max-width: 1200px;
}
.max-w-\[1500px\]{
    max-width: 1500px;
}
.max-w-\[1600px\]{
    max-width: 1600px;
}
.max-w-\[210px\]{
    max-width: 210px;
}
.max-w-\[270px\]{
    max-width: 270px;
}
.max-w-\[300px\]{
    max-width: 300px;
}
.max-w-\[310px\]{
    max-width: 310px;
}
.max-w-\[450px\]{
    max-width: 450px;
}
.max-w-\[640px\]{
    max-width: 640px;
}
.max-w-\[900px\]{
    max-width: 900px;
}
.max-w-\[980px\]{
    max-width: 980px;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.grow{
    flex-grow: 1;
}
.translate-x-\[-100\%\]{
    --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));
}
.translate-x-\[-25\%\]{
    --tw-translate-x: -25%;
    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-\[-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));
}
.translate-x-\[100\%\]{
    --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));
}
.translate-y-\[-40\%\]{
    --tw-translate-y: -40%;
    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-\[-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));
}
.translate-y-\[1px\]{
    --tw-translate-y: 1px;
    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));
}
.animate-\[infinity-scroll-L_65s_linear_both_infinite\]{
    animation: infinity-scroll-L 65s linear both infinite;
}
.cursor-pointer{
    cursor: pointer;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.items-baseline{
    align-items: baseline;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-1{
    gap: 4px;
}
.gap-3{
    gap: 12px;
}
.gap-4{
    gap: 16px;
}
.gap-5{
    gap: 20px;
}
.gap-\[10px\]{
    gap: 10px;
}
.gap-\[12px\]{
    gap: 12px;
}
.gap-\[15px\]{
    gap: 15px;
}
.gap-\[20px\]{
    gap: 20px;
}
.gap-\[23px\]{
    gap: 23px;
}
.gap-\[25px\]{
    gap: 25px;
}
.gap-\[26px\]{
    gap: 26px;
}
.gap-\[3\.5em\]{
    gap: 3.5em;
}
.gap-\[30px\]{
    gap: 30px;
}
.gap-\[43px\]{
    gap: 43px;
}
.gap-\[5px\]{
    gap: 5px;
}
.gap-\[7px\]{
    gap: 7px;
}
.gap-\[9\.33\%\]{
    gap: 9.33%;
}
.gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
}
.gap-x-\[50px\]{
    -moz-column-gap: 50px;
         column-gap: 50px;
}
.gap-y-4{
    row-gap: 16px;
}
.gap-y-\[1\.5em\]{
    row-gap: 1.5em;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-y-auto{
    overflow-y: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.scroll-smooth{
    scroll-behavior: smooth;
}
.\!rounded-\[20px\]{
    border-radius: 20px !important;
}
.rounded{
    border-radius: 4px;
}
.rounded-\[12px\]{
    border-radius: 12px;
}
.rounded-\[20px\]{
    border-radius: 20px;
}
.rounded-\[5px\]{
    border-radius: 5px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 8px;
}
.rounded-md{
    border-radius: 6px;
}
.rounded-xl{
    border-radius: 12px;
}
.rounded-b-\[50px\]{
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.rounded-t-\[12px\]{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.rounded-t-\[20px\]{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.rounded-t-lg{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.rounded-bl-\[110px\]{
    border-bottom-left-radius: 110px;
}
.rounded-tl-\[110px\]{
    border-top-left-radius: 110px;
}
.rounded-tl-\[12px\]{
    border-top-left-radius: 12px;
}
.rounded-tr-\[12px\]{
    border-top-right-radius: 12px;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-\[1px\]{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-\[3px\]{
    border-bottom-width: 3px;
}
.border-l{
    border-left-width: 1px;
}
.border-l-\[5px\]{
    border-left-width: 5px;
}
.border-r{
    border-right-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-solid{
    border-style: solid;
}
.border-none{
    border-style: none;
}
.\!border-brown{
    --tw-border-opacity: 1 !important;
    border-color: rgb(100 78 78 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brown-alpha{
    border-color: rgba(100, 78, 78, 0.5) !important;
}
.\!border-salmon-pink{
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 167 125 / var(--tw-border-opacity, 1)) !important;
}
.border-amber-600{
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-brown{
    --tw-border-opacity: 1;
    border-color: rgb(100 78 78 / var(--tw-border-opacity, 1));
}
.border-brown-alpha{
    border-color: rgba(100, 78, 78, 0.5);
}
.border-gray{
    --tw-border-opacity: 1;
    border-color: rgb(229 222 219 / var(--tw-border-opacity, 1));
}
.border-orange-300{
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-red{
    --tw-border-opacity: 1;
    border-color: rgb(237 63 63 / var(--tw-border-opacity, 1));
}
.border-salmon-pink{
    --tw-border-opacity: 1;
    border-color: rgb(255 167 125 / var(--tw-border-opacity, 1));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow{
    --tw-border-opacity: 1;
    border-color: rgb(239 203 111 / var(--tw-border-opacity, 1));
}
.border-b-brown-alpha{
    border-bottom-color: rgba(100, 78, 78, 0.5);
}
.\!bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 222 219 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#FAE9C9\]{
    --tw-bg-opacity: 1;
    background-color: rgb(250 233 201 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCF8F5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(252 248 245 / var(--tw-bg-opacity, 1));
}
.bg-amber-50{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-600{
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgb(254 245 239 / var(--tw-bg-opacity, 1));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-brown{
    --tw-bg-opacity: 1;
    background-color: rgb(100 78 78 / var(--tw-bg-opacity, 1));
}
.bg-brown-alpha{
    background-color: rgba(100, 78, 78, 0.5);
}
.bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(229 222 219 / var(--tw-bg-opacity, 1));
}
.bg-orange-800{
    --tw-bg-opacity: 1;
    background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.bg-ps-bg-cream{
    --tw-bg-opacity: 1;
    background-color: rgb(255 243 231 / var(--tw-bg-opacity, 1));
}
.bg-ps-bg-menu{
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 238 / var(--tw-bg-opacity, 1));
}
.bg-ps-bg-page-title{
    --tw-bg-opacity: 1;
    background-color: rgb(255 229 206 / var(--tw-bg-opacity, 1));
}
.bg-salmon-pink{
    --tw-bg-opacity: 1;
    background-color: rgb(255 167 125 / var(--tw-bg-opacity, 1));
}
.bg-salmon-pink-alpha{
    background-color: rgba(255, 167, 125, 0.3);
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(239 203 111 / var(--tw-bg-opacity, 1));
}
.bg-yellow-alpha{
    background-color: rgba(250, 233, 201, 0.3);
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-\[67\%_top\]{
    -o-object-position: 67% top;
       object-position: 67% top;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.p-2\.5{
    padding: 10px;
}
.p-4{
    padding: 16px;
}
.p-5{
    padding: 20px;
}
.p-6{
    padding: 24px;
}
.p-\[0\.2em\]{
    padding: 0.2em;
}
.px-0{
    padding-left: 0;
    padding-right: 0;
}
.px-3{
    padding-left: 12px;
    padding-right: 12px;
}
.px-4{
    padding-left: 16px;
    padding-right: 16px;
}
.px-6{
    padding-left: 24px;
    padding-right: 24px;
}
.px-8{
    padding-left: 32px;
    padding-right: 32px;
}
.px-\[0\.2em\]{
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.px-\[0\.4em\]{
    padding-left: 0.4em;
    padding-right: 0.4em;
}
.px-\[0\.7em\]{
    padding-left: 0.7em;
    padding-right: 0.7em;
}
.px-\[0\.9em\]{
    padding-left: 0.9em;
    padding-right: 0.9em;
}
.px-\[1\.1em\]{
    padding-left: 1.1em;
    padding-right: 1.1em;
}
.px-\[1\.2em\]{
    padding-left: 1.2em;
    padding-right: 1.2em;
}
.px-\[1\.4em\]{
    padding-left: 1.4em;
    padding-right: 1.4em;
}
.px-\[1\.7em\]{
    padding-left: 1.7em;
    padding-right: 1.7em;
}
.px-\[11px\]{
    padding-left: 11px;
    padding-right: 11px;
}
.px-\[12\.6\%\]{
    padding-left: 12.6%;
    padding-right: 12.6%;
}
.px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
}
.px-\[17px\]{
    padding-left: 17px;
    padding-right: 17px;
}
.px-\[18px\]{
    padding-left: 18px;
    padding-right: 18px;
}
.px-\[1em\]{
    padding-left: 1em;
    padding-right: 1em;
}
.px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
}
.px-\[3px\]{
    padding-left: 3px;
    padding-right: 3px;
}
.px-\[46px\]{
    padding-left: 46px;
    padding-right: 46px;
}
.px-\[5\.8\%\]{
    padding-left: 5.8%;
    padding-right: 5.8%;
}
.px-\[6\%\]{
    padding-left: 6%;
    padding-right: 6%;
}
.px-\[6\.1\%\]{
    padding-left: 6.1%;
    padding-right: 6.1%;
}
.px-\[6\.8\%\]{
    padding-left: 6.8%;
    padding-right: 6.8%;
}
.px-\[7\.57\%\]{
    padding-left: 7.57%;
    padding-right: 7.57%;
}
.py-1{
    padding-top: 4px;
    padding-bottom: 4px;
}
.py-3{
    padding-top: 12px;
    padding-bottom: 12px;
}
.py-4{
    padding-top: 16px;
    padding-bottom: 16px;
}
.py-5{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-\[0\.12em\]{
    padding-top: 0.12em;
    padding-bottom: 0.12em;
}
.py-\[0\.2em\]{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.py-\[0\.3em\]{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.py-\[0\.45em\]{
    padding-top: 0.45em;
    padding-bottom: 0.45em;
}
.py-\[0\.48em\]{
    padding-top: 0.48em;
    padding-bottom: 0.48em;
}
.py-\[0\.4em\]{
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
.py-\[0\.5em\]{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.py-\[0\.67em\]{
    padding-top: 0.67em;
    padding-bottom: 0.67em;
}
.py-\[0\.83em\]{
    padding-top: 0.83em;
    padding-bottom: 0.83em;
}
.py-\[0\.85em\]{
    padding-top: 0.85em;
    padding-bottom: 0.85em;
}
.py-\[0\.8em\]{
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
.py-\[0\.95em\]{
    padding-top: 0.95em;
    padding-bottom: 0.95em;
}
.py-\[0\.9em\]{
    padding-top: 0.9em;
    padding-bottom: 0.9em;
}
.py-\[1\.05em\]{
    padding-top: 1.05em;
    padding-bottom: 1.05em;
}
.py-\[1\.25em\]{
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}
.py-\[1\.2em\]{
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.py-\[1\.5em\]{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.py-\[1em\]{
    padding-top: 1em;
    padding-bottom: 1em;
}
.py-\[2\.5em\]{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.py-\[35px\]{
    padding-top: 35px;
    padding-bottom: 35px;
}
.py-\[43px\]{
    padding-top: 43px;
    padding-bottom: 43px;
}
.py-\[4px\]{
    padding-top: 4px;
    padding-bottom: 4px;
}
.pb-0{
    padding-bottom: 0;
}
.pb-2{
    padding-bottom: 8px;
}
.pb-3{
    padding-bottom: 12px;
}
.pb-3\.5{
    padding-bottom: 14px;
}
.pb-4{
    padding-bottom: 16px;
}
.pb-5{
    padding-bottom: 20px;
}
.pb-\[0\.9em\]{
    padding-bottom: 0.9em;
}
.pb-\[15px\]{
    padding-bottom: 15px;
}
.pb-\[1em\]{
    padding-bottom: 1em;
}
.pb-\[2\.4em\]{
    padding-bottom: 2.4em;
}
.pb-\[2\.5em\]{
    padding-bottom: 2.5em;
}
.pb-\[2em\]{
    padding-bottom: 2em;
}
.pb-\[30px\]{
    padding-bottom: 30px;
}
.pb-\[3em\]{
    padding-bottom: 3em;
}
.pb-\[4em\]{
    padding-bottom: 4em;
}
.pb-\[5\.5em\]{
    padding-bottom: 5.5em;
}
.pb-\[5em\]{
    padding-bottom: 5em;
}
.pl-4{
    padding-left: 16px;
}
.pl-\[0\.8\%\]{
    padding-left: 0.8%;
}
.pl-\[1\.5em\]{
    padding-left: 1.5em;
}
.pl-\[12\.12\%\]{
    padding-left: 12.12%;
}
.pl-\[16\%\]{
    padding-left: 16%;
}
.pl-\[17px\]{
    padding-left: 17px;
}
.pl-\[1em\]{
    padding-left: 1em;
}
.pl-\[4\.67\%\]{
    padding-left: 4.67%;
}
.pl-\[50px\]{
    padding-left: 50px;
}
.pr-0{
    padding-right: 0;
}
.pr-\[14px\]{
    padding-right: 14px;
}
.pr-\[17px\]{
    padding-right: 17px;
}
.pr-\[40px\]{
    padding-right: 40px;
}
.pr-\[50px\]{
    padding-right: 50px;
}
.pt-0{
    padding-top: 0;
}
.pt-12{
    padding-top: 48px;
}
.pt-3{
    padding-top: 12px;
}
.pt-4{
    padding-top: 16px;
}
.pt-5{
    padding-top: 20px;
}
.pt-\[1\.4em\]{
    padding-top: 1.4em;
}
.pt-\[1\.5em\]{
    padding-top: 1.5em;
}
.pt-\[10em\]{
    padding-top: 10em;
}
.pt-\[10px\]{
    padding-top: 10px;
}
.pt-\[2\.2em\]{
    padding-top: 2.2em;
}
.pt-\[2\.5em\]{
    padding-top: 2.5em;
}
.pt-\[25px\]{
    padding-top: 25px;
}
.pt-\[2em\]{
    padding-top: 2em;
}
.pt-\[3\.5em\]{
    padding-top: 3.5em;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.align-middle{
    vertical-align: middle;
}
.align-text-bottom{
    vertical-align: text-bottom;
}
.\!text-\[14px\]{
    font-size: 14px !important;
}
.\!text-base{
    font-size: 16px !important;
    line-height: 24px !important;
}
.text-2xl{
    font-size: 24px;
    line-height: 32px;
}
.text-3xl{
    font-size: 30px;
    line-height: 36px;
}
.text-\[1\.8rem\]{
    font-size: 1.8rem;
}
.text-\[12px\]{
    font-size: 12px;
}
.text-\[13px\]{
    font-size: 13px;
}
.text-\[14px\]{
    font-size: 14px;
}
.text-\[15px\]{
    font-size: 15px;
}
.text-\[16px\]{
    font-size: 16px;
}
.text-\[18px\]{
    font-size: 18px;
}
.text-\[20px\]{
    font-size: 20px;
}
.text-\[26px\]{
    font-size: 26px;
}
.text-\[36px\]{
    font-size: 36px;
}
.text-base{
    font-size: 16px;
    line-height: 24px;
}
.text-lg{
    font-size: 18px;
    line-height: 28px;
}
.text-lg\/\[1\.5\]{
    font-size: 18px;
    line-height: 1.5;
}
.text-sm{
    font-size: 14px;
    line-height: 20px;
}
.text-xl{
    font-size: 20px;
    line-height: 28px;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.\!leading-9{
    line-height: 36px !important;
}
.leading-\[1\.9\]{
    line-height: 1.9;
}
.leading-\[2\.2\]{
    line-height: 2.2;
}
.leading-\[2\.4\]{
    line-height: 2.4;
}
.leading-\[initial\]{
    line-height: initial;
}
.\!text-brown{
    --tw-text-opacity: 1 !important;
    color: rgb(100 78 78 / var(--tw-text-opacity, 1)) !important;
}
.text-amber-600{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-brown{
    --tw-text-opacity: 1;
    color: rgb(100 78 78 / var(--tw-text-opacity, 1));
}
.text-brown-alpha{
    color: rgba(100, 78, 78, 0.5);
}
.text-cyan-700{
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.text-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-orange-400{
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-600{
    --tw-text-opacity: 1;
    color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-ps-main-text{
    --tw-text-opacity: 1;
    color: rgb(100 78 78 / var(--tw-text-opacity, 1));
}
.text-ps-menu-text{
    --tw-text-opacity: 1;
    color: rgb(237 63 63 / var(--tw-text-opacity, 1));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
    text-decoration-line: underline;
}
.accent-brown{
    accent-color: #644E4E;
}
.opacity-0{
    opacity: 0;
}
.opacity-70{
    opacity: 0.7;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[3px_3px_6px_rgba\(100\2c 78\2c 78\2c 0\.16\)\]{
    --tw-shadow: 3px 3px 6px rgba(100,78,78,0.16);
    --tw-shadow-colored: 3px 3px 6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.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{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-\[0\.2s\]{
    transition-duration: 0.2s;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
}
.before\:left-2\/4::before{
    content: var(--tw-content);
    left: 50%;
}
.before\:left-\[51\.5\%\]::before{
    content: var(--tw-content);
    left: 51.5%;
}
.before\:right-\[5px\]::before{
    content: var(--tw-content);
    right: 5px;
}
.before\:right-\[7px\]::before{
    content: var(--tw-content);
    right: 7px;
}
.before\:top-0::before{
    content: var(--tw-content);
    top: 0;
}
.before\:top-\[48\%\]::before{
    content: var(--tw-content);
    top: 48%;
}
.before\:top-\[50\%\]::before{
    content: var(--tw-content);
    top: 50%;
}
.before\:mr-\[7px\]::before{
    content: var(--tw-content);
    margin-right: 7px;
}
.before\:inline-block::before{
    content: var(--tw-content);
    display: inline-block;
}
.before\:h-\[130\%\]::before{
    content: var(--tw-content);
    height: 130%;
}
.before\:h-\[18px\]::before{
    content: var(--tw-content);
    height: 18px;
}
.before\:h-\[20px\]::before{
    content: var(--tw-content);
    height: 20px;
}
.before\:h-full::before{
    content: var(--tw-content);
    height: 100%;
}
.before\:w-\[130\%\]::before{
    content: var(--tw-content);
    width: 130%;
}
.before\:w-\[18px\]::before{
    content: var(--tw-content);
    width: 18px;
}
.before\:w-\[200\%\]::before{
    content: var(--tw-content);
    width: 200%;
}
.before\:w-\[20px\]::before{
    content: var(--tw-content);
    width: 20px;
}
.before\:translate-x-\[-50\%\]::before{
    content: var(--tw-content);
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:translate-y-\[-50\%\]::before{
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded-\[45\%\]::before{
    content: var(--tw-content);
    border-radius: 45%;
}
.before\:bg-\[url\(\.\.\/\.\.\/images\/caret-down\.svg\)\]::before{
    content: var(--tw-content);
    background-image: url(../../images/caret-down.svg);
}
.before\:bg-\[url\(\.\.\/\.\.\/images\/check-circle\.svg\)\]::before{
    content: var(--tw-content);
    background-image: url(../../images/check-circle.svg);
}
.before\:bg-\[url\(\.\.\/\.\.\/images\/index_about_bg\.jpg\)\]::before{
    content: var(--tw-content);
    background-image: url(../../images/index_about_bg.jpg);
}
.before\:bg-\[url\(\.\.\/\.\.\/images\/index_main_txt\.svg\)\]::before{
    content: var(--tw-content);
    background-image: url(../../images/index_main_txt.svg);
}
.before\:bg-contain::before{
    content: var(--tw-content);
    background-size: contain;
}
.before\:bg-cover::before{
    content: var(--tw-content);
    background-size: cover;
}
.before\:bg-center::before{
    content: var(--tw-content);
    background-position: center;
}
.before\:bg-no-repeat::before{
    content: var(--tw-content);
    background-repeat: no-repeat;
}
.before\:text-\[22px\]::before{
    content: var(--tw-content);
    font-size: 22px;
}
.before\:content-\[\'\'\]::before{
    --tw-content: '';
    content: var(--tw-content);
}
.before\:content-\[\'\A5\'\]::before{
    --tw-content: '¥';
    content: var(--tw-content);
}
.after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
}
.after\:bottom-\[-3px\]::after{
    content: var(--tw-content);
    bottom: -3px;
}
.after\:bottom-\[-87px\]::after{
    content: var(--tw-content);
    bottom: -87px;
}
.after\:bottom-\[0\]::after{
    content: var(--tw-content);
    bottom: 0;
}
.after\:left-\[-23px\]::after{
    content: var(--tw-content);
    left: -23px;
}
.after\:left-\[50\%\]::after{
    content: var(--tw-content);
    left: 50%;
}
.after\:right-0::after{
    content: var(--tw-content);
    right: 0;
}
.after\:right-\[-12px\]::after{
    content: var(--tw-content);
    right: -12px;
}
.after\:right-\[-132px\]::after{
    content: var(--tw-content);
    right: -132px;
}
.after\:right-\[-1px\]::after{
    content: var(--tw-content);
    right: -1px;
}
.after\:right-\[14px\]::after{
    content: var(--tw-content);
    right: 14px;
}
.after\:right-\[6\%\]::after{
    content: var(--tw-content);
    right: 6%;
}
.after\:top-0::after{
    content: var(--tw-content);
    top: 0;
}
.after\:top-\[-12px\]::after{
    content: var(--tw-content);
    top: -12px;
}
.after\:top-\[2px\]::after{
    content: var(--tw-content);
    top: 2px;
}
.after\:top-\[50\%\]::after{
    content: var(--tw-content);
    top: 50%;
}
.after\:inline-block::after{
    content: var(--tw-content);
    display: inline-block;
}
.after\:size-\[28px\]::after{
    content: var(--tw-content);
    width: 28px;
    height: 28px;
}
.after\:h-\[116px\]::after{
    content: var(--tw-content);
    height: 116px;
}
.after\:h-\[15px\]::after{
    content: var(--tw-content);
    height: 15px;
}
.after\:h-\[20px\]::after{
    content: var(--tw-content);
    height: 20px;
}
.after\:h-\[28px\]::after{
    content: var(--tw-content);
    height: 28px;
}
.after\:h-\[3px\]::after{
    content: var(--tw-content);
    height: 3px;
}
.after\:h-\[43px\]::after{
    content: var(--tw-content);
    height: 43px;
}
.after\:h-\[45px\]::after{
    content: var(--tw-content);
    height: 45px;
}
.after\:w-\[116px\]::after{
    content: var(--tw-content);
    width: 116px;
}
.after\:w-\[15px\]::after{
    content: var(--tw-content);
    width: 15px;
}
.after\:w-\[20px\]::after{
    content: var(--tw-content);
    width: 20px;
}
.after\:w-\[28px\]::after{
    content: var(--tw-content);
    width: 28px;
}
.after\:w-\[43px\]::after{
    content: var(--tw-content);
    width: 43px;
}
.after\:w-\[45px\]::after{
    content: var(--tw-content);
    width: 45px;
}
.after\:w-\[90px\]::after{
    content: var(--tw-content);
    width: 90px;
}
.after\:translate-x-\[-50\%\]::after{
    content: var(--tw-content);
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:translate-y-\[-50\%\]::after{
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:translate-y-\[-55\%\]::after{
    content: var(--tw-content);
    --tw-translate-y: -55%;
    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));
}
.after\:rounded-\[50\%\]::after{
    content: var(--tw-content);
    border-radius: 50%;
}
.after\:rounded-full::after{
    content: var(--tw-content);
    border-radius: 9999px;
}
.after\:bg-\[\#FAE9C9\]::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(250 233 201 / var(--tw-bg-opacity, 1));
}
.after\:bg-brown::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(100 78 78 / var(--tw-bg-opacity, 1));
}
.after\:bg-inherit::after{
    content: var(--tw-content);
    background-color: inherit;
}
.after\:bg-red::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(237 63 63 / var(--tw-bg-opacity, 1));
}
.after\:bg-salmon-pink::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 167 125 / var(--tw-bg-opacity, 1));
}
.after\:bg-white::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:bg-yellow::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(239 203 111 / var(--tw-bg-opacity, 1));
}
.after\:bg-\[url\(\.\.\/\.\.\/images\/caret-down\.svg\)\]::after{
    content: var(--tw-content);
    background-image: url(../../images/caret-down.svg);
}
.after\:bg-\[url\(\.\.\/\.\.\/images\/caret-right\.svg\)\]::after{
    content: var(--tw-content);
    background-image: url(../../images/caret-right.svg);
}
.after\:bg-contain::after{
    content: var(--tw-content);
    background-size: contain;
}
.after\:bg-no-repeat::after{
    content: var(--tw-content);
    background-repeat: no-repeat;
}
.after\:text-\[140\%\]::after{
    content: var(--tw-content);
    font-size: 140%;
}
.after\:text-white::after{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.after\:content-\[\'\'\]::after{
    --tw-content: '';
    content: var(--tw-content);
}
.after\:content-\[\'next\'\]::after{
    --tw-content: 'next';
    content: var(--tw-content);
}
.after\:content-\[\'prev\'\]::after{
    --tw-content: 'prev';
    content: var(--tw-content);
}
.hover\:cursor-pointer:hover{
    cursor: pointer;
}
.hover\:border-\[\#FCF8F5\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(252 248 245 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-brown:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(100 78 78 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(100 78 78 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(239 203 111 / var(--tw-bg-opacity, 1));
}
.hover\:\!text-brown:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(100 78 78 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-80:hover{
    opacity: 0.8;
}
.after\:hover\:bg-yellow:hover::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(239 203 111 / var(--tw-bg-opacity, 1));
}
.focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}
@media (min-width: 640px){

    .sm\:relative{
        position: relative;
    }

    .sm\:bottom-\[-10\%\]{
        bottom: -10%;
    }

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

    .sm\:mb-\[100px\]{
        margin-bottom: 100px;
    }

    .sm\:box-content{
        box-sizing: content-box;
    }

    .sm\:h-\[625px\]{
        height: 625px;
    }

    .sm\:w-\[260px\]{
        width: 260px;
    }

    .sm\:w-\[30\.36\%\]{
        width: 30.36%;
    }

    .sm\:w-\[52\%\]{
        width: 52%;
    }

    .sm\:min-w-\[90px\]{
        min-width: 90px;
    }

    .sm\:translate-x-\[-20\%\]{
        --tw-translate-x: -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));
    }

    .sm\:justify-start{
        justify-content: flex-start;
    }

    .sm\:gap-y-6{
        row-gap: 24px;
    }

    .sm\:border-none{
        border-style: none;
    }

    .sm\:border-brown-alpha{
        border-color: rgba(100, 78, 78, 0.5);
    }

    .sm\:px-\[2\.4em\]{
        padding-left: 2.4em;
        padding-right: 2.4em;
    }

    .sm\:py-\[1\.5em\]{
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .sm\:pb-0{
        padding-bottom: 0;
    }

    .sm\:pb-\[2\.5em\]{
        padding-bottom: 2.5em;
    }

    .sm\:pl-0{
        padding-left: 0;
    }

    .sm\:text-center{
        text-align: center;
    }

    .sm\:text-\[18px\]{
        font-size: 18px;
    }
}
@media (min-width: 768px){

    .md\:fixed{
        position: fixed;
    }

    .md\:absolute{
        position: absolute;
    }

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

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

    .md\:left-\[5\%\]{
        left: 5%;
    }

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

    .md\:top-\[50\%\]{
        top: 50%;
    }

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

    .md\:\!mx-0{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .md\:mx-\[50\%\]{
        margin-left: 50%;
        margin-right: 50%;
    }

    .md\:mb-\[140px\]{
        margin-bottom: 140px;
    }

    .md\:mb-\[3em\]{
        margin-bottom: 3em;
    }

    .md\:aspect-\[280\/220\]{
        aspect-ratio: 280/220;
    }

    .md\:h-\[120px\]{
        height: 120px;
    }

    .md\:h-\[152px\]{
        height: 152px;
    }

    .md\:h-\[200px\]{
        height: 200px;
    }

    .md\:h-\[495px\]{
        height: 495px;
    }

    .md\:h-\[526px\]{
        height: 526px;
    }

    .md\:h-\[540px\]{
        height: 540px;
    }

    .md\:h-\[62px\]{
        height: 62px;
    }

    .md\:h-auto{
        height: auto;
    }

    .md\:w-4\/5{
        width: 80%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:flex-wrap{
        flex-wrap: wrap;
    }

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

    .md\:justify-center{
        justify-content: center;
    }

    .md\:gap-\[10px\]{
        gap: 10px;
    }

    .md\:gap-\[50px\]{
        gap: 50px;
    }

    .md\:rounded-\[20px\]{
        border-radius: 20px;
    }

    .md\:p-14{
        padding: 56px;
    }

    .md\:px-\[1\.5em\]{
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .md\:px-\[10px\]{
        padding-left: 10px;
        padding-right: 10px;
    }

    .md\:px-\[25px\]{
        padding-left: 25px;
        padding-right: 25px;
    }

    .md\:py-\[1\.05em\]{
        padding-top: 1.05em;
        padding-bottom: 1.05em;
    }

    .md\:py-\[1\.15em\]{
        padding-top: 1.15em;
        padding-bottom: 1.15em;
    }

    .md\:py-\[15px\]{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .md\:py-\[2\.5em\]{
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .md\:pb-\[35px\]{
        padding-bottom: 35px;
    }

    .md\:pl-\[25px\]{
        padding-left: 25px;
    }

    .md\:pr-\[25px\]{
        padding-right: 25px;
    }

    .md\:text-\[14px\]{
        font-size: 14px;
    }

    .md\:text-\[15px\]{
        font-size: 15px;
    }

    .md\:text-\[20px\]{
        font-size: 20px;
    }

    .md\:text-\[22px\]{
        font-size: 22px;
    }

    .md\:leading-\[1\.8\]{
        line-height: 1.8;
    }

    .md\:after\:bottom-\[-123px\]::after{
        content: var(--tw-content);
        bottom: -123px;
    }

    .md\:after\:right-\[-188px\]::after{
        content: var(--tw-content);
        right: -188px;
    }

    .md\:after\:h-\[155px\]::after{
        content: var(--tw-content);
        height: 155px;
    }

    .md\:after\:h-\[55px\]::after{
        content: var(--tw-content);
        height: 55px;
    }

    .md\:after\:w-\[155px\]::after{
        content: var(--tw-content);
        width: 155px;
    }

    .md\:after\:w-\[55px\]::after{
        content: var(--tw-content);
        width: 55px;
    }
}
@media (min-width: 769px){

    .min-\[769px\]\:hidden{
        display: none;
    }

    .min-\[769px\]\:w-auto{
        width: auto;
    }

    .min-\[769px\]\:w-fit{
        width: -moz-fit-content;
        width: fit-content;
    }

    .min-\[769px\]\:text-2xl{
        font-size: 24px;
        line-height: 32px;
    }

    .min-\[769px\]\:text-2xl\/\[1\.5\]{
        font-size: 24px;
        line-height: 1.5;
    }

    .min-\[769px\]\:text-\[15px\]{
        font-size: 15px;
    }
}
@media (min-width: 980px){

    .min-\[980px\]\:\!mb-0{
        margin-bottom: 0 !important;
    }

    .min-\[980px\]\:mb-0{
        margin-bottom: 0;
    }

    .min-\[980px\]\:flex{
        display: flex;
    }

    .min-\[980px\]\:\!w-\[145px\]{
        width: 145px !important;
    }

    .min-\[980px\]\:w-\[50\%\]{
        width: 50%;
    }

    .min-\[980px\]\:gap-\[25px\]{
        gap: 25px;
    }

    .min-\[980px\]\:border-t-2{
        border-top-width: 2px;
    }

    .min-\[980px\]\:\!py-\[0\.9em\]{
        padding-top: 0.9em !important;
        padding-bottom: 0.9em !important;
    }

    .min-\[980px\]\:\!py-\[3em\]{
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    .min-\[980px\]\:px-\[5\.8\%\]{
        padding-left: 5.8%;
        padding-right: 5.8%;
    }

    .min-\[980px\]\:py-\[1\.5em\]{
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}
@media (min-width: 1024px){

    .lg\:left-\[-20px\]{
        left: -20px;
    }

    .lg\:mb-0{
        margin-bottom: 0;
    }

    .lg\:mb-28{
        margin-bottom: 112px;
    }

    .lg\:mb-\[1em\]{
        margin-bottom: 1em;
    }

    .lg\:mb-\[4\.5em\]{
        margin-bottom: 4.5em;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:w-\[35\.7\%\]{
        width: 35.7%;
    }

    .lg\:w-\[38\%\]{
        width: 38%;
    }

    .lg\:w-\[48\.54\%\]{
        width: 48.54%;
    }

    .lg\:w-\[60\%\]{
        width: 60%;
    }

    .lg\:w-\[90\%\]{
        width: 90%;
    }

    .lg\:max-w-\[560px\]{
        max-width: 560px;
    }

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

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

    .lg\:pb-\[2em\]{
        padding-bottom: 2em;
    }

    .lg\:pt-\[6em\]{
        padding-top: 6em;
    }

    .lg\:\!text-left{
        text-align: left !important;
    }
}
@media (min-width: 1200px){

    .min-\[1200px\]\:left-0{
        left: 0;
    }

    .min-\[1200px\]\:left-\[-25px\]{
        left: -25px;
    }

    .min-\[1200px\]\:top-\[15px\]{
        top: 15px;
    }

    .min-\[1200px\]\:m-0{
        margin: 0;
    }

    .min-\[1200px\]\:mb-\[2\.5em\]{
        margin-bottom: 2.5em;
    }

    .min-\[1200px\]\:flex{
        display: flex;
    }

    .min-\[1200px\]\:w-\[32\%\]{
        width: 32%;
    }

    .min-\[1200px\]\:w-\[360px\]{
        width: 360px;
    }

    .min-\[1200px\]\:w-\[42\.66\%\]{
        width: 42.66%;
    }

    .min-\[1200px\]\:translate-y-\[-55\%\]{
        --tw-translate-y: -55%;
        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));
    }

    .min-\[1200px\]\:pt-\[9em\]{
        padding-top: 9em;
    }

    .min-\[1200px\]\:text-\[1\.8rem\]\/\[inherit\]{
        font-size: 1.8rem;
        line-height: inherit;
    }
}
@media (min-width: 1280px){

    .xl\:bottom-\[-10\%\]{
        bottom: -10%;
    }

    .xl\:left-\[12\.29\%\]{
        left: 12.29%;
    }

    .xl\:left-\[8\%\]{
        left: 8%;
    }

    .xl\:top-0{
        top: 0;
    }

    .xl\:top-\[-178px\]{
        top: -178px;
    }

    .xl\:top-\[-50\%\]{
        top: -50%;
    }

    .xl\:\!mx-0{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .xl\:mx-0{
        margin-left: 0;
        margin-right: 0;
    }

    .xl\:mb-0{
        margin-bottom: 0;
    }

    .xl\:mb-\[1\.5em\]{
        margin-bottom: 1.5em;
    }

    .xl\:mb-\[1em\]{
        margin-bottom: 1em;
    }

    .xl\:mb-\[3\.5em\]{
        margin-bottom: 3.5em;
    }

    .xl\:mb-\[4em\]{
        margin-bottom: 4em;
    }

    .xl\:mb-\[5\.5em\]{
        margin-bottom: 5.5em;
    }

    .xl\:mb-\[5em\]{
        margin-bottom: 5em;
    }

    .xl\:mb-\[7\.5em\]{
        margin-bottom: 7.5em;
    }

    .xl\:mb-\[7em\]{
        margin-bottom: 7em;
    }

    .xl\:mb-\[8em\]{
        margin-bottom: 8em;
    }

    .xl\:mr-\[50px\]{
        margin-right: 50px;
    }

    .xl\:mt-\[1\.7em\]{
        margin-top: 1.7em;
    }

    .xl\:mt-\[10px\]{
        margin-top: 10px;
    }

    .xl\:\!block{
        display: block !important;
    }

    .xl\:flex{
        display: flex;
    }

    .xl\:\!hidden{
        display: none !important;
    }

    .xl\:aspect-\[1833\/780\]{
        aspect-ratio: 1833/780;
    }

    .xl\:h-\[360px\]{
        height: 360px;
    }

    .xl\:h-\[780px\]{
        height: 780px;
    }

    .xl\:w-\[17\.33\%\]{
        width: 17.33%;
    }

    .xl\:w-\[260px\]{
        width: 260px;
    }

    .xl\:w-\[280px\]{
        width: 280px;
    }

    .xl\:w-\[30\%\]{
        width: 30%;
    }

    .xl\:w-\[360px\]{
        width: 360px;
    }

    .xl\:w-\[38px\]{
        width: 38px;
    }

    .xl\:w-\[55\%\]{
        width: 55%;
    }

    .xl\:w-\[56\.66\%\]{
        width: 56.66%;
    }

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

    .xl\:min-w-\[280px\]{
        min-width: 280px;
    }

    .xl\:max-w-\[280px\]{
        max-width: 280px;
    }

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

    .xl\:translate-y-\[-15\%\]{
        --tw-translate-y: -15%;
        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));
    }

    .xl\:flex-row-reverse{
        flex-direction: row-reverse;
    }

    .xl\:items-start{
        align-items: flex-start;
    }

    .xl\:justify-between{
        justify-content: space-between;
    }

    .xl\:gap-y-\[3\.5em\]{
        row-gap: 3.5em;
    }

    .xl\:overflow-visible{
        overflow: visible;
    }

    .xl\:rounded-t-\[50px\]{
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .xl\:bg-transparent{
        background-color: transparent;
    }

    .xl\:px-0{
        padding-left: 0;
        padding-right: 0;
    }

    .xl\:px-\[0\.35em\]{
        padding-left: 0.35em;
        padding-right: 0.35em;
    }

    .xl\:px-\[2\.13\%\]{
        padding-left: 2.13%;
        padding-right: 2.13%;
    }

    .xl\:px-\[4\.3em\]{
        padding-left: 4.3em;
        padding-right: 4.3em;
    }

    .xl\:px-\[5\%\]{
        padding-left: 5%;
        padding-right: 5%;
    }

    .xl\:px-\[50px\]{
        padding-left: 50px;
        padding-right: 50px;
    }

    .xl\:px-\[6\%\]{
        padding-left: 6%;
        padding-right: 6%;
    }

    .xl\:py-\[1\.15em\]{
        padding-top: 1.15em;
        padding-bottom: 1.15em;
    }

    .xl\:py-\[2\.2em\]{
        padding-top: 2.2em;
        padding-bottom: 2.2em;
    }

    .xl\:pb-\[1\.5em\]{
        padding-bottom: 1.5em;
    }

    .xl\:pb-\[2\.6\%\]{
        padding-bottom: 2.6%;
    }

    .xl\:pb-\[3\.5em\]{
        padding-bottom: 3.5em;
    }

    .xl\:pb-\[4em\]{
        padding-bottom: 4em;
    }

    .xl\:pb-\[6em\]{
        padding-bottom: 6em;
    }

    .xl\:pl-\[120px\]{
        padding-left: 120px;
    }

    .xl\:pl-\[4\.53\%\]{
        padding-left: 4.53%;
    }

    .xl\:pl-\[60px\]{
        padding-left: 60px;
    }

    .xl\:pl-\[8\.43\%\]{
        padding-left: 8.43%;
    }

    .xl\:pl-\[84px\]{
        padding-left: 84px;
    }

    .xl\:pr-\[9\.84\%\]{
        padding-right: 9.84%;
    }

    .xl\:pt-\[110px\]{
        padding-top: 110px;
    }

    .xl\:pt-\[1em\]{
        padding-top: 1em;
    }

    .xl\:pt-\[23px\]{
        padding-top: 23px;
    }

    .xl\:pt-\[3em\]{
        padding-top: 3em;
    }

    .xl\:pt-\[40px\]{
        padding-top: 40px;
    }

    .xl\:pt-\[5em\]{
        padding-top: 5em;
    }

    .xl\:pt-\[80px\]{
        padding-top: 80px;
    }

    .xl\:pt-\[81px\]{
        padding-top: 81px;
    }

    .xl\:text-\[15px\]{
        font-size: 15px;
    }

    .xl\:text-\[16px\]{
        font-size: 16px;
    }

    .xl\:text-\[18px\]{
        font-size: 18px;
    }

    .xl\:text-\[20px\]{
        font-size: 20px;
    }

    .xl\:text-\[24px\]{
        font-size: 24px;
    }

    .xl\:text-\[28px\]{
        font-size: 28px;
    }

    .xl\:text-\[40px\]{
        font-size: 40px;
    }

    .xl\:text-\[clamp\(1\.6rem\2c 0\.267rem\+1\.78vw\2c 2\.4rem\)\]{
        font-size: clamp(1.6rem,0.267rem + 1.78vw,2.4rem);
    }

    .xl\:text-base{
        font-size: 16px;
        line-height: 24px;
    }

    .xl\:leading-\[2\.6\]{
        line-height: 2.6;
    }

    .xl\:before\:w-\[150\%\]::before{
        content: var(--tw-content);
        width: 150%;
    }

    .xl\:after\:right-\[-25px\]::after{
        content: var(--tw-content);
        right: -25px;
    }

    .xl\:after\:top-\[-25px\]::after{
        content: var(--tw-content);
        top: -25px;
    }

    .xl\:after\:h-\[100px\]::after{
        content: var(--tw-content);
        height: 100px;
    }

    .xl\:after\:h-\[24px\]::after{
        content: var(--tw-content);
        height: 24px;
    }

    .xl\:after\:h-\[48px\]::after{
        content: var(--tw-content);
        height: 48px;
    }

    .xl\:after\:w-\[100px\]::after{
        content: var(--tw-content);
        width: 100px;
    }

    .xl\:after\:w-\[24px\]::after{
        content: var(--tw-content);
        width: 24px;
    }

    .xl\:after\:w-\[48px\]::after{
        content: var(--tw-content);
        width: 48px;
    }
}
@media (min-width: 1360px){

    .min-\[1360px\]\:mb-\[3\.5em\]{
        margin-bottom: 3.5em;
    }

    .min-\[1360px\]\:mt-\[-120px\]{
        margin-top: -120px;
    }

    .min-\[1360px\]\:min-w-\[388px\]{
        min-width: 388px;
    }

    .min-\[1360px\]\:gap-x-\[444px\]{
        -moz-column-gap: 444px;
             column-gap: 444px;
    }

    .min-\[1360px\]\:gap-y-\[70px\]{
        row-gap: 70px;
    }

    .min-\[1360px\]\:px-\[1\.5em\]{
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .min-\[1360px\]\:py-\[1\.4em\]{
        padding-top: 1.4em;
        padding-bottom: 1.4em;
    }

    .min-\[1360px\]\:pb-\[1\.2em\]{
        padding-bottom: 1.2em;
    }

    .min-\[1360px\]\:text-\[18px\]{
        font-size: 18px;
    }

    .min-\[1360px\]\:after\:w-\[110px\]::after{
        content: var(--tw-content);
        width: 110px;
    }
}
.\[\&\.active\]\:block.active{
    display: block;
}
.\[\&\>\*\:first-child\]\:rounded-tl-\[20px\]>*:first-child{
    border-top-left-radius: 20px;
}
.\[\&\>\*\:last-child\]\:rounded-tr-\[20px\]>*:last-child{
    border-top-right-radius: 20px;
}
.\[\&_a\]\:relative a{
    position: relative;
}
.\[\&_a\]\:flex a{
    display: flex;
}
.\[\&_a\]\:items-center a{
    align-items: center;
}
.\[\&_a\]\:justify-between a{
    justify-content: space-between;
}
.\[\&_a\]\:gap-\[20px\] a{
    gap: 20px;
}
.\[\&_a\]\:border-b a{
    border-bottom-width: 1px;
}
.\[\&_a\]\:border-brown-alpha a{
    border-color: rgba(100, 78, 78, 0.5);
}
.\[\&_a\]\:py-\[1\.5em\] a{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.\[\&_a\]\:pl-\[17px\] a{
    padding-left: 17px;
}
.\[\&_a\]\:pr-\[50px\] a{
    padding-right: 50px;
}
.\[\&_a\]\:text-\[14px\] a{
    font-size: 14px;
}
.\[\&_a\]\:after\:absolute a::after{
    content: var(--tw-content);
    position: absolute;
}
.\[\&_a\]\:after\:right-\[14px\] a::after{
    content: var(--tw-content);
    right: 14px;
}
.\[\&_a\]\:after\:top-\[50\%\] a::after{
    content: var(--tw-content);
    top: 50%;
}
.\[\&_a\]\:after\:inline-block a::after{
    content: var(--tw-content);
    display: inline-block;
}
.\[\&_a\]\:after\:h-\[20px\] a::after{
    content: var(--tw-content);
    height: 20px;
}
.\[\&_a\]\:after\:w-\[20px\] a::after{
    content: var(--tw-content);
    width: 20px;
}
.\[\&_a\]\:after\:translate-y-\[-50\%\] a::after{
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_a\]\:after\:bg-\[url\(\.\.\/\.\.\/images\/caret-right\.svg\)\] a::after{
    content: var(--tw-content);
    background-image: url(../../images/caret-right.svg);
}
.\[\&_a\]\:after\:bg-contain a::after{
    content: var(--tw-content);
    background-size: contain;
}
.\[\&_a\]\:after\:bg-no-repeat a::after{
    content: var(--tw-content);
    background-repeat: no-repeat;
}
.\[\&_a\]\:after\:content-\[\'\'\] a::after{
    --tw-content: '';
    content: var(--tw-content);
}
@media (min-width: 768px){

    .\[\&_a\]\:md\:pl-\[25px\] a{
        padding-left: 25px;
    }

    .\[\&_a\]\:md\:text-\[15px\] a{
        font-size: 15px;
    }
}
.\[\&_input\]\:mr-\[5px\] input{
    margin-right: 5px;
}
.\[\&_input\]\:h-\[16px\] input{
    height: 16px;
}
.\[\&_input\]\:w-\[16px\] input{
    width: 16px;
}
.\[\&_input\]\:align-middle input{
    vertical-align: middle;
}
.\[\&_input\]\:accent-brown input{
    accent-color: #644E4E;
}
.\[\&_li\]\:mb-\[0\.85em\] li{
    margin-bottom: 0.85em;
}
.\[\&_li\]\:text-\[14px\] li{
    font-size: 14px;
}
@media (min-width: 768px){

    .\[\&_li\]\:md\:text-\[15px\] li{
        font-size: 15px;
    }
}
