*, ::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.15 | 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)
*/

*:not([name*="CSM_"]),
::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:not([name="entry"]) {
  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;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[25px\] {
  bottom: 25px;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-\[16px\] {
  right: 16px;
}

.right-\[6px\] {
  right: 6px;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-\[140px\] {
  top: 140px;
}

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

.z-10 {
  z-index: 10;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[100\] {
  z-index: 100;
}

.\!mx-\[12\.5\%\] {
  margin-left: 12.5% !important;
  margin-right: 12.5% !important;
}

.mx-\[159px\] {
  margin-left: 159px;
  margin-right: 159px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!mt-\[14px\] {
  margin-top: 14px !important;
}

.\!mt-\[18px\] {
  margin-top: 18px !important;
}

.\!mt-\[43px\] {
  margin-top: 43px !important;
}

.\!mt-\[45px\] {
  margin-top: 45px !important;
}

.\!mt-\[49px\] {
  margin-top: 49px !important;
}

.\!mt-\[54px\] {
  margin-top: 54px !important;
}

.\!mt-\[5px\] {
  margin-top: 5px !important;
}

.\!mt-\[83px\] {
  margin-top: 83px !important;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[29px\] {
  margin-left: 29px;
}

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

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-4 {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.w-0 {
  width: 0px;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: auto;
}
.w-100per {
  width: 100%;
}
.min-w-\[104px\] {
  min-width: 104px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.flex-col {
  flex-direction: column;
}

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

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

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.justify-around {
  justify-content: space-around;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[17px\] {
  gap: 17px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[22\.5px\] {
  gap: 22.5px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[70px\] {
  gap: 70px;
}

.gap-\[75px\] {
  gap: 75px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[9px\] {
  gap: 9px;
}

.self-start {
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-all {
  word-break: break-all;
}

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded-t-sm {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 4px;
}

.rounded-br-sm {
  border-bottom-right-radius: 4px;
}

.rounded-tl-sm {
  border-top-left-radius: 4px;
}

.rounded-tr-sm {
  border-top-right-radius: 4px;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[6px\] {
  border-bottom-width: 6px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-l-\[5px\] {
  border-left-width: 5px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

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

.\!border-\[\#737373\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}

.\!border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 85 170 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#D00F31\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 15 49 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#e9e9e9\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-darkGray {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.border-darkRed {
  --tw-border-opacity: 1;
  border-color: rgb(208 15 49 / var(--tw-border-opacity, 1));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-lightGray {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(23 85 170 / var(--tw-border-opacity, 1));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

.border-b-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-b-\[\#FFD33E\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 211 62 / var(--tw-border-opacity, 1));
}

.border-b-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-b-gray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-r-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-t-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#CCCCCC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-darkRed {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 15 49 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#1755AA33\] {
  background-color: #1755AA33;
}

.bg-\[\#C8DAF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 218 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D00F311A\] {
  background-color: #D00F311A;
}

.bg-\[\#D00F31\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 15 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9E9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8FBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD33E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 62 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cccccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ececec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-darkRed {
  --tw-bg-opacity: 1;
  background-color: rgb(208 15 49 / var(--tw-bg-opacity, 1));
}

.bg-darkRed\/10 {
  background-color: rgb(208 15 49 / 0.1);
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 85 170 / var(--tw-bg-opacity, 1));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.\!p-4 {
  padding: 1rem !important;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[13px\] {
  padding: 13px;
}

.p-\[14px\] {
  padding: 14px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[6px\] {
  padding: 6px;
}

.p-\[9px\] {
  padding: 9px;
}

.\!px-\[14px\] {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.\!py-\[17px\] {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.\!py-\[9px\] {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.px-\[11\.5px\] {
  padding-left: 11.5px;
  padding-right: 11.5px;
}

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.py-\[11\.5px\] {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

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

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

.py-\[13\.5px\] {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

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

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

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

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

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

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

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

.py-\[3\.5px\] {
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}

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

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

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

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

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

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

.py-\[9\.5px\] {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

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

.\!pb-\[47px\] {
  padding-bottom: 47px !important;
}

.\!pb-\[9px\] {
  padding-bottom: 9px !important;
}

.\!pl-\[30px\] {
  padding-left: 30px !important;
}

.\!pt-\[9px\] {
  padding-top: 9px !important;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[16\.5px\] {
  padding-right: 16.5px;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

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

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

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-top {
  vertical-align: top;
}

.\!text-\[11px\] {
  font-size: 11px !important;
}

.\!text-lg {
  font-size: 16px !important;
}

.\!text-md {
  font-size: 14px !important;
}

.\!text-xl {
  font-size: 18px !important;
}

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

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

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 16px;
  margin: 10px 0 0 0;
}

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

.text-sm {
  font-size: 12px;
  margin: 0 !important;
}

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

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-\[300\] {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.\!leading-\[16px\] {
  line-height: 16px !important;
}

.\!leading-\[19\.6px\] {
  line-height: 19.6px !important;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[16\.8px\] {
  line-height: 16.8px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[19\.2px\] {
  line-height: 19.2px;
}

.leading-\[19\.6px\] {
  line-height: 19.6px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[22\.4px\] {
  line-height: 22.4px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30\.4px\] {
  line-height: 30.4px;
}

.leading-\[30\.8px\] {
  line-height: 30.8px;
}

.leading-\[36\.4px\] {
  line-height: 36.4px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[0px\] {
  letter-spacing: 0px;
}

.tracking-normal {
  letter-spacing: 0em;
}

.\!text-\[\#000000\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#728aab\] {
  --tw-text-opacity: 1;
  color: rgb(114 138 171 / var(--tw-text-opacity, 1));
}

.text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-\[\#818181\] {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}

.text-\[\#CCCCCC\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.text-\[\#D00F31\] {
  --tw-text-opacity: 1;
  color: rgb(208 15 49 / var(--tw-text-opacity, 1));
}

.text-\[\#F1000D\] {
  --tw-text-opacity: 1;
  color: rgb(241 0 13 / var(--tw-text-opacity, 1));
}

.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-darkGray {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-darkRed {
  --tw-text-opacity: 1;
  color: rgb(208 15 49 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(23 85 170 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / 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;
}

.no-underline {
  text-decoration-line: none;
}

.placeholder-darkGray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.placeholder-darkGray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.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-\[0px_4px_4px_0px_\#00000040\] {
  --tw-shadow: 0px 4px 4px 0px #00000040;
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:bg-lightGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(23 85 170 / 0.9);
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-\[\#CCCCCC\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:block {
  display: block;
}

.has-\[option\:checked\:is\(\[value\=\'\'\]\)\]\:text-\[\#CCCCCC\]:has(option:checked:is([value=''])) {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:mx-\[159px\] {
    margin-left: 159px;
    margin-right: 159px;
  }

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

  .md\:\!mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:\!mt-8 {
    margin-top: 2rem !important;
  }

  .md\:\!mt-\[13px\] {
    margin-top: 13px !important;
  }

  .md\:\!mt-\[14px\] {
    margin-top: 14px !important;
  }

  .md\:\!mt-\[24px\] {
    margin-top: 24px !important;
  }

  .md\:\!mt-\[26px\] {
    margin-top: 26px !important;
  }

  .md\:\!mt-\[33px\] {
    margin-top: 33px !important;
  }

  .md\:\!mt-\[51px\] {
    margin-top: 51px !important;
  }

  .md\:\!mt-\[55px\] {
    margin-top: 55px !important;
  }

  .md\:\!mt-\[63px\] {
    margin-top: 63px !important;
  }

  .md\:\!mt-\[67px\] {
    margin-top: 67px !important;
  }

  .md\:\!mt-\[73px\] {
    margin-top: 73px !important;
  }

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

  .md\:mt-\[18px\] {
    margin-top: 18px;
  }

  .md\:mt-\[23px\] {
    margin-top: 23px;
  }

  .md\:mt-\[33px\] {
    margin-top: 33px;
  }

  .md\:mt-\[59px\] {
    margin-top: 59px;
  }

  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

  .md\:\!max-w-\[664px\] {
    max-width: 664px !important;
  }

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

  .md\:\!border-0 {
    border-width: 0px !important;
  }

  .md\:\!bg-\[\#ececec\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-transparent {
    background-color: transparent !important;
  }

  .md\:\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:bg-\[\#ececec\] {
    --tw-bg-opacity: 1;
    background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
  }

  .md\:\!p-0 {
    padding: 0px !important;
  }

  .md\:\!px-\[105px\] {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:\!pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:\!pt-\[31px\] {
    padding-top: 31px !important;
  }

  .md\:\!pt-\[48px\] {
    padding-top: 48px !important;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:\!text-lg {
    font-size: 16px !important;
  }

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

  .md\:\!leading-none {
    line-height: 1 !important;
  }
}

.\[\&\*\>li\>svg\]\:hidden*>li>svg {
  display: none;
}

.\[\&\>\*\>li\>svg\]\:hidden>*>li>svg {
  display: none;
}

.\[\&\>li\>svg\]\:hidden>li>svg {
  display: none;
}

.\[\&\>li\>svg\]\:hover\:block:hover>li>svg {
  display: block;
}

.\[\&\>svg\]\:hidden>svg {
  display: none;
}

.\[\&\>tbody\>tr\>td\:nth-child\(2\)\]\:pl-2>tbody>tr>td:nth-child(2) {
  padding-left: 0.5rem;
}

.\[\&\>tbody\>tr\>td\:nth-child\(2\)\]\:pl-5>tbody>tr>td:nth-child(2) {
  padding-left: 1.25rem;
}

.\[\&ul\>\*\>button\>svg\]\:hiddenul>*>button>svg {
  display: none;
}

.\[\&ul\>\*\>li\>svg\]\:hiddenul>*>li>svg {
  display: none;
}

#footer ul li {
  display: inline;
  margin: 0 1em 0 0;
  white-space: nowrap;
  padding:0;
}

#footer ul li.ItemDetailHistory {
  white-space: wrap;
}

.box_menu_right {
  display: flex;
  align-items: center;
}

.btn_login {
  font-size: 12px;
  padding-left: 9px;
  white-space: nowrap;
}

.btn_login a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.icon_login {
  display: inline-block;
  height: 30px;
  padding-right: 8px;
}

.btn_cart_01 {
  padding-right: 20px;
  padding-left: 14px;
  border-right: 1px solid #ccc;
}

.icon_cart {
  height: 34px;
}

#relservice_wrap {
  position: relative;
}

#relservice {
  top: 123%;
  right: auto;
  left: -8px;
/*  width: 100vw;
  height: 100vh;
*/  font-size: 16px;
  transition: 0.5s;
  pointer-events: none;
}

#relservice ul {
  background: #fff;
  border: solid 1px #000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
  border-bottom: 0;
  display: none;
}

#relservice.hover {
  background: rgba(0,0,0,.7);
  pointer-events: auto;
}

#relservice.hover ul {
  width: 150%;
  border: none;
  display: block;
  position: absolute;
  z-index: 10;
  text-align: left;
}

#relservice .box_relservice {
  position: relative;
}

#relservice .btn_close {
  position: absolute;
  top: 5%;
  right: 7%;
  width: 16px;
  height: 16px;
  display: none;
}
#relservice.hover .btn_close{
	display: block;
}
#relservice .btn_close > img{
	width: 100%;
}
.global_menu > ul > li > span {
  width: 100px;
  height: 47px;
  padding: 5px 8px;
  box-sizing: border-box;
  color: #fff;
  background: #1755AA;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.important li {
  padding: 5px 0 5px 25px;
  background: url("/images/top/icon_arrow_bk.png") no-repeat 0 50%;
    background-size: auto;
  background-size: 15px;
  list-style: none;
}

.footerrow > div {
/*  display: block;*/
  box-sizing: border-box;
  text-align: left;
/*  width: 20%;*/
  min-width: 196px;
/*  float: left;
  margin: 0;
*/  padding-right: 10px;
}

/* 数字が一桁のとき */
.num_item_01{
	position: absolute;
	background: #FF0000;
	border-radius: 8px;
	font-size: 10px;
	color: #fff;
	padding: 1px 5px;
	top: -5px;
	right: -12px;
}
/* 数字が二桁のとき */
.num_item_02{
	position: absolute;
	background: #FF0000;
	border-radius: 8px;
	font-size: 10px;
	color: #fff;
	padding: 1px 2px;
	top: -5px;
	right: -13px;
}

.btn_cart_01 a, .btn_cart_02 a {
  position: relative;
  text-decoration: none;
}
#footer a{
  color:#000
}

#footer ul{
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

#footer P{
  display: flex;
}

#footer .mrg-right{
  margin-right: 0px;
}

#footer .sns_flex {
  display: flex;
  align-items: center;
}

#WRAPPING_MESSAGE  {
  border-style: solid;       
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;   
}

.messagered img,
.innbox .cl_prcs_mgn img,
.innbox img[src="/images/common/cart/cl_img_card_240521.gif"],
.innbox img[src="/images/common/cart/cl_img_loading.gif"]
{
  display: initial !important;
}
#itemranking_main_id img,
.noteText img,
ul.receiptBtn li.issue a img,
.registwrapper img,
.registbody img,
#incontents div.cartbody div.thanksbox div.alertbox div.message img {
  display: initial !important;
}
#ID_FORM_CSCODE .btnblock #ID_NEXT_CART {
  all: revert;
}
#waribiki *{
  box-sizing: initial;
}
#issue .recommendItem .bxslider li {
  box-sizing: initial;
}
#incontents .xday2 *{
  box-sizing: initial;
  margin: auto;
}
#incontents .xday2 .btFull{
  margin: 20px 30px 30px 30px;
}
.textareabox textarea[name="entry"],
input[name="SEQ2"] {
  box-sizing: initial;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
#incontents div.xday div.xitem .carttable table tbody tr th{ 
  box-sizing: initial; 
}

#incontents input[type="text"],#incontents textarea{
  box-sizing: initial;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
#cartblock .cartcontents .inbox{
    background: url(/images/common/hdft/icon_cart.png) 12px 12px no-repeat;
}

div.disflex {
  display: flex;
  justify-content: normal ;
}
.\!justify-between {
  justify-content: space-between !important;
}
#tn-top li {
  padding: 0;
  float: none;
  border-right:none;
  background:initial;
  transition:none;
  font-size: 16px !important;
}
#tn-top li a:visited {
  color: inherit;
}
#tn-top li a:link {
  display: flex;
  width: auto;
  color: inherit;
  text-decoration:inherit;
}
#tn-top li a.pr-\[16\.5px\] {
  padding-right: 16.5px;
}
#tn-top li a.pl-8 {
  padding-left: 2rem;
}
#tn-top li a.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.submenuContent{
  width: 200px;
  z-index: 10;
  left: 276px;
  padding: 0;
  top: 10px;
}
#relservice.hover ul.submenulist{
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ddd;
  height: 579.5px;
}

.font-black{
  color:#000
}
.hoverlist {
  margin-right: 10px;
}
.hover-block:hover .hoverlist {
  display: block;
}
#tn-top li a.w-100per{
  width: 100%;
}
#submenu-w60 li{
  width: 60%;
}
#storemenu:has(.menuSP:hover)  .submenu-wrapper{
  display: none !important;
}
#categoryselected span.Category_ZeroItem{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#categoryselected .Category_ZeroSelectItem{
  appearance: none;
  outline: none;
  text-align-last: center;
  padding-left: 30px;
  padding-right: 5px;
}
.owl-access .owl-nav.disabled{
  display: inline;
}