*, ::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: #e5e7eb; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-32px {
  left: 32px;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[70px\] {
  left: 70px;
}
.right-32px {
  right: 32px;
}
.top-0 {
  top: 0px;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-\[-16px\] {
  top: -16px;
}
.top-\[0px\] {
  top: 0px;
}
.top-header {
  top: 64px;
}
.z-content10 {
  z-index: 10;
}
.z-header20 {
  z-index: 20;
}
.z-headerMenu30 {
  z-index: 30;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16px {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mb-16px {
  margin-bottom: 16px;
}
.mb-\[314px\] {
  margin-bottom: 314px;
}
.ml-10px {
  margin-left: 10px;
}
.ml-12px {
  margin-left: 12px;
}
.ml-1px {
  margin-left: 1px;
}
.ml-24px {
  margin-left: 24px;
}
.ml-32px {
  margin-left: 32px;
}
.ml-4px {
  margin-left: 4px;
}
.ml-6px {
  margin-left: 6px;
}
.ml-8px {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-6px {
  margin-right: 6px;
}
.mt-16px {
  margin-top: 16px;
}
.mt-20px {
  margin-top: 20px;
}
.mt-24px {
  margin-top: 24px;
}
.mt-32px {
  margin-top: 32px;
}
.mt-6px {
  margin-top: 6px;
}
.mt-8px {
  margin-top: 8px;
}
.mt-\[103px\] {
  margin-top: 103px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-64px {
  height: 64px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[264px\] {
  height: 264px;
}
.h-\[336px\] {
  height: 336px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[534px\] {
  height: 534px;
}
.h-\[85px\] {
  height: 85px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[296px\] {
  max-height: 296px;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.min-h-\[159px\] {
  min-height: 159px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[348px\] {
  width: 348px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[468px\] {
  width: 468px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[560px\] {
  width: 560px;
}
.w-\[calc\(50\%\)\] {
  width: calc(50%);
}
.w-\[calc\(60\%\)\] {
  width: calc(60%);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[344px\] {
  min-width: 344px;
}
.min-w-\[34px\] {
  min-width: 34px;
}
.max-w-1024px {
  max-width: 1024px;
}
.max-w-720px {
  max-width: 720px;
}
.max-w-800px {
  max-width: 800px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[175px\] {
  max-width: 175px;
}
.max-w-\[275px\] {
  max-width: 275px;
}
.max-w-\[296px\] {
  max-width: 296px;
}
.max-w-\[344px\] {
  max-width: 344px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[616px\] {
  max-width: 616px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[816px\] {
  max-width: 816px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.flex-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));
}
.translate-y-\[calc\(100\%\+8px\)\] {
  --tw-translate-y: calc(100% + 8px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 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-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-100px {
  gap: 100px;
}
.gap-10px {
  gap: 10px;
}
.gap-12px {
  gap: 12px;
}
.gap-16px {
  gap: 16px;
}
.gap-24px {
  gap: 24px;
}
.gap-32px {
  gap: 32px;
}
.gap-40px {
  gap: 40px;
}
.gap-48px {
  gap: 48px;
}
.gap-8px {
  gap: 8px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[32px\] {
  gap: 32px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded-12px {
  border-radius: 12px;
}
.rounded-4px {
  border-radius: 4px;
}
.rounded-8px {
  border-radius: 8px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[23px\] {
  border-radius: 23px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-12px {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rounded-r-8px {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-t-12px {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-c-grey-10 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-c-grey-20 {
  --tw-border-opacity: 1;
  border-color: rgb(167 167 167 / var(--tw-border-opacity, 1));
}
.border-c-grey-5 {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-c-burning-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 108 31 / var(--tw-bg-opacity, 1));
}
.bg-c-grey-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-c-grey-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-c-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 65 65 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[radial-gradient\(68\.9\%_134\.51\%_at_50\.06\%_0\%\2c _\#FFFFFF_51\.69\%\2c _\#6F6F6F_100\%\)\] {
  background-image: radial-gradient(68.9% 134.51% at 50.06% 0%, #FFFFFF 51.69%, #6F6F6F 100%);
}
.\!bg-cover {
  background-size: cover !important;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.\!bg-center {
  background-position: center !important;
}
.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}
.fill-c-grey-5 {
  fill: #FFFFFF;
}
.fill-c-grey-90 {
  fill: #7F7F7F;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-16px {
  padding: 16px;
}
.p-24px {
  padding: 24px;
}
.p-32px {
  padding: 32px;
}
.p-4px {
  padding: 4px;
}
.p-8px {
  padding: 8px;
}
.p-\[24px\] {
  padding: 24px;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.px-28px {
  padding-left: 28px;
  padding-right: 28px;
}
.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-64px {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}
.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-24px {
  padding-bottom: 24px;
}
.pb-48px {
  padding-bottom: 48px;
}
.pb-72px {
  padding-bottom: 72px;
}
.pt-24px {
  padding-top: 24px;
}
.pt-48px {
  padding-top: 48px;
}
.pt-header {
  padding-top: 64px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-10 {
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.text-12 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}
.text-14 {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.text-16 {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.64px;
}
.text-20 {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.12px;
}
.text-24 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.text-28 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.6px;
}
.text-44 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -1.32px;
}
.text-56 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.68px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[20px\] {
  line-height: 20px;
}
.text-c-grey-10 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-c-grey-100 {
  --tw-text-opacity: 1;
  color: rgb(14 14 14 / var(--tw-text-opacity, 1));
}
.text-c-grey-110 {
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity, 1));
}
.text-c-grey-20 {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity, 1));
}
.text-c-grey-30 {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity, 1));
}
.text-c-grey-5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-c-grey-50 {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.text-c-grey-60 {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}
.text-c-grey-80 {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
.text-c-grey-90 {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.text-c-steel-blue {
  --tw-text-opacity: 1;
  color: rgb(15 35 46 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.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);
}
.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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
  /* font-family: Sora, -apple-system, "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
  font-family: 'Inter', -apple-system, "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 400;
  /* color-scheme: light dark; */
  /* background-color: #242424; */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  width: 100vw;
  height: 100vh;
}

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

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  width: 100vw;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: start;

}button:focus,
button:focus-visible {
  outline: none;
}

/*編輯器，讓前端設計不蓋過客戶後台的文案設計*/
.ckeditor-content * {
  all: revert; /* 恢復瀏覽器的預設樣式，防止 Tailwind / reset.css 覆蓋 */
}

.ckeditor-content {
  overflow-wrap: break-word; /* 讓長單詞自動換行 */
  word-break: break-word; /* 部分舊瀏覽器需要 */ 
  font-family: 'Inter', -apple-system, "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

}
.ckeditor-content a {
  color: #007bff;
  text-decoration: underline;
  text-decoration: none; /* 去掉底線 */

}

.ckeditor-content a:hover {
  color: #0056b3;
  text-decoration: none;

} 

.ckeditor-content table {
  max-width: 100% !important;
 width: auto !important;
  /* table-layout: fixed;
  border-collapse: collapse; */
} 

/* .ckeditor-content table th:nth-child(1),
.ckeditor-content table td:nth-child(1) {
  width: 30% !important;
} */
.ckeditor-content {
  /* overflow-x: auto; */
}

/* 文字 & 段落 */


/* 
.ckeditor-content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ckeditor-content h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.ckeditor-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.ckeditor-content h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
} */

/* 超連結 */
/* .ckeditor-content a {
  color: #007bff;
  text-decoration: underline;
}

.ckeditor-content a:hover {
  color: #0056b3;
  text-decoration: none;
} */

/* 圖片 */
.ckeditor-content img {
  max-width: 100%; /* 避免圖片超出容器 */
  height: auto;
  /* display: block;  */
  /* margin: 10px auto;  */
  
}
.hover\:bg-c-grey-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:text-c-burning-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(255 108 31 / var(--tw-text-opacity, 1));
}
.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }
}
@media (max-width: 1023px) {

  .c-lg\:block {
    display: block;
  }

  .c-lg\:hidden {
    display: none;
  }

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

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

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

  .c-lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .c-lg\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 744px) {

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

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

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

  .c-md\:block {
    display: block;
  }

  .c-md\:hidden {
    display: none;
  }

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

  .c-md\:max-h-\[555px\] {
    max-height: 555px;
  }

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

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

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

  .c-md\:w-\[49\.75px\] {
    width: 49.75px;
  }

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

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

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

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

  .c-md\:flex-col {
    flex-direction: column;
  }

  .c-md\:gap-16px {
    gap: 16px;
  }

  .c-md\:gap-8px {
    gap: 8px;
  }

  .c-md\:overflow-x-auto {
    overflow-x: auto;
  }

  .c-md\:rounded-b-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .c-md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .c-md\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-md\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-md\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-md\:pt-16px {
    padding-top: 16px;
  }

  .c-md\:text-44 {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -1.32px;
  }
}
