@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');

.member-data-table {
  width: 100%;
  margin-bottom: 30px;
}

.member-data-table > * {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #0000001A;
}

.member-data-table > * > * {
  display: flex;
  flex-direction: row;
}

.member-data-table > * > *:first-child {
  display: flex;
  align-items: center;
  color: #666666;
  width: 170px;
}

.member-data-table > * > *:last-child {
  gap: 10px;
  flex-grow: 1;
  align-items: center;
}

@media(max-width:768px) {
  .member-data-table > * {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
}

@media(min-width:768px) {
  .member-data-table > * > * {
    padding: 10px 0;
    line-height: 24px;
  }
}

.member-data-table-border {
  width: 100%;
  background: white;
  margin-bottom: 60px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.member-data-table-border > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0000001A;
  border-radius: 8px 8px 0 0;
}

.member-data-table-border > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.member-data-table-border > div:last-child > .toolbar {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 0.875rem;
  width: 100%;
}

@media (min-width: 768px) {
  .member-data-table-border > div:first-child {
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgb(229 140 23 / 0.1);
  }
}

@media(max-width: 768px) {
  .member-data-table-border {
    border: none;
  }

  .member-data-table-border > div:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .member-data-table-border > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width:768px) {
  #accountNavItems {
    display: none;
  }
}

#accountNavItems div {
  border-bottom: 1px solid #cccccc;
}

#accountNavItems > div > button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 7px 0;
  padding: 6px 10px;
}

#accountNavItems > div > button > img:last-child {
  position: absolute;
  right: 10px;
}

.scrollbar {
  scrollbar-gutter: stable both-edges;
}

.scrollbar::-webkit-scrollbar {
  width: 7px;
}

.scrollbar::-webkit-scrollbar-button {
  display: none;
  background: transparent;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-track-piece {
  background: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid slategrey;
}

.scrollbar::-webkit-scrollbar-track {
  box-shadow: transparent;
}

html {
  color: #222;
}

/* input[type="tel"], */

input[type="text"],
/* input[type="number"], */
input[type="password"] {
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  height: 36px;
}

/* input[type="tel"]:focus-visible, */

input[type="text"]:focus-visible,
/* input[type="number"]:focus-visible, */
input[type="password"]:focus-visible {
  color: #666;
}

/* input[type="tel"]::placeholder, */

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: #ccc;
}

input[type="text"]::placeholder,
/* input[type="number"]::placeholder, */
input[type="password"]::placeholder {
  color: #ccc;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.input-number-appearance-none::-webkit-outer-spin-button,
.input-number-appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}

.btn,
.btn-dark,
.btn-blue,
.btn-gray,
.btn-red,
.btn-darkred {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  background: #f6f6f6;
  cursor: pointer;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 16px;
}

.btn-dark {
  background: #666;
  color: #fff;
}

.btn-gray {
  background: #f6f6f6;
}

.btn-blue {
  background: #375D99;
  color: #fff;
}

.btn-red {
  background: #e66;
  color: #fff;
}

.btn-darkred {
  background: #BB3939;
  color: #fff;
}

.background-line::before {
  margin-left: -50%;
  text-align: right;
}

.background-line::before,
.background-line::after {
  position: absolute;
  top: calc(50% - 1px);
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: "\a0";
  background-color: #dddddd;
}

.switch {
  transition: all;
  transition-duration: .5s;
  background-color: #CCCCCC;
}

.switch div {
  transition: all;
  transition-duration: .5s;
  transform: translateY(-50%) translateX(0);
  left: 2px;
}

.switch.open {
  background-color: #375D99;
}

.switch.open div {
  left: calc(100% - 2px);
  transform: translateY(-50%) translateX(-100%);
}

@keyframes bounce-custom {
  0%,
  100% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(25%);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.animate-bounce-custom {
  animation: bounce-custom 1s infinite;
}

/* ! tailwindcss v3.4.0 | 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}

.container{
  width: 100%;
}

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

@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;
}

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-bottom-24{
  bottom: -6rem;
}

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

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

.-left-12{
  left: -3rem;
}

.-right-12{
  right: -3rem;
}

.-top-12{
  top: -3rem;
}

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-2\.5{
  bottom: 0.625rem;
}

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

.left-0{
  left: 0px;
}

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

.left-3{
  left: 0.75rem;
}

.left-5{
  left: 1.25rem;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-12{
  right: 3rem;
}

.right-2{
  right: 0.5rem;
}

.right-2\.5{
  right: 0.625rem;
}

.right-3{
  right: 0.75rem;
}

.right-8{
  right: 2rem;
}

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

.top-0{
  top: 0px;
}

.top-0\.5{
  top: 0.125rem;
}

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

.top-10{
  top: 2.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-2\.5{
  top: 0.625rem;
}

.top-20{
  top: 5rem;
}

.top-3{
  top: 0.75rem;
}

.top-3\.5{
  top: 0.875rem;
}

.top-7{
  top: 1.75rem;
}

.top-9{
  top: 2.25rem;
}

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

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

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

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

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

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

.top-\[calc\(100\%\+5px\)\]{
  top: calc(100% + 5px);
}

.top-\[calc\(100\%-5px\)\]{
  top: calc(100% - 5px);
}

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

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

.m-0{
  margin: 0px;
}

.m-0\.5{
  margin: 0.125rem;
}

.m-\[1px\]{
  margin: 1px;
}

.m-auto{
  margin: auto;
}

.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

.-mt-1\.5{
  margin-top: -0.375rem;
}

.mb-0{
  margin-bottom: 0px;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

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

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

.me-4{
  margin-inline-end: 1rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-32{
  margin-left: 8rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

.mr-5{
  margin-right: 1.25rem;
}

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

.mt-1\.5{
  margin-top: 0.375rem;
}

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.size-12{
  width: 3rem;
  height: 3rem;
}

.size-16{
  width: 4rem;
  height: 4rem;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-9{
  width: 2.25rem;
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

.\!h-auto{
  height: auto !important;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-44{
  height: 11rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

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

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

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

.h-\[calc\(100vh-60px\)\]{
  height: calc(100vh - 60px);
}

.h-auto{
  height: auto;
}

.h-dvh{
  height: 100dvh;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-64{
  max-height: 16rem;
}

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

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

.min-h-32{
  min-height: 8rem;
}

.min-h-60{
  min-height: 15rem;
}

.min-h-9{
  min-height: 2.25rem;
}

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

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

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

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2\/5{
  width: 40%;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/12{
  width: 25%;
}

.w-4{
  width: 1rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-96{
  width: 24rem;
}

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

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

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

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

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

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

.w-\[calc\(\(100\%-30px\)\/2\)\]{
  width: calc((100% - 30px) / 2);
}

.w-\[calc\(100\%-40px\)\]{
  width: calc(100% - 40px);
}

.w-auto{
  width: auto;
}

.w-dvw{
  width: 100dvw;
}

.w-full{
  width: 100%;
}

.min-w-12{
  min-width: 3rem;
}

.min-w-16{
  min-width: 4rem;
}

.min-w-24{
  min-width: 6rem;
}

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

.min-w-full{
  min-width: 100%;
}

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

.\!max-w-full{
  max-width: 100% !important;
}

.max-w-44{
  max-width: 11rem;
}

.max-w-96{
  max-width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100\%-84px\)\]{
  max-width: calc(100% - 84px);
}

.max-w-\[calc\(160px\*2\+30px\)\]{
  max-width: calc(160px * 2 + 30px);
}

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

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

.shrink{
  flex-shrink: 1;
}

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

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

.grow{
  flex-grow: 1;
}

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

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

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

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

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

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

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

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

.grid-rows-2{
  grid-template-rows: repeat(2, 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;
}

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

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

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

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

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

.\!gap-2{
  gap: 0.5rem !important;
}

.\!gap-2\.5{
  gap: 0.625rem !important;
}

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

.\!gap-\[60px\]{
  gap: 60px !important;
}

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

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

.overflow-y-scroll{
  overflow-y: scroll;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.rounded-2xl{
  border-radius: 1rem;
}

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

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

.rounded-\[50\%\]{
  border-radius: 50%;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

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

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-\[30px\]{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

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

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

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

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

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

.border-t-0{
  border-top-width: 0px;
}

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

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

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

.border-\[\#0000001A\]{
  border-color: #0000001A;
}

.border-\[\#5C8BD6\]{
  --tw-border-opacity: 1;
  border-color: rgb(92 139 214 / var(--tw-border-opacity));
}

.border-\[\#5C95D6\]{
  --tw-border-opacity: 1;
  border-color: rgb(92 149 214 / var(--tw-border-opacity));
}

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

.border-\[\#99DDFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(153 221 255 / var(--tw-border-opacity));
}

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

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

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

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

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

.border-\[\#FBBC05\]{
  --tw-border-opacity: 1;
  border-color: rgb(251 188 5 / var(--tw-border-opacity));
}

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

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

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

.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(55 93 153 / var(--tw-border-opacity));
}

.border-blue\/20{
  border-color: rgb(55 93 153 / 0.2);
}

.border-blue\/50{
  border-color: rgb(55 93 153 / 0.5);
}

.border-gray\/25{
  border-color: rgb(102 102 102 / 0.25);
}

.border-gray\/30{
  border-color: rgb(102 102 102 / 0.3);
}

.border-gray\/60{
  border-color: rgb(102 102 102 / 0.6);
}

.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(187 57 57 / var(--tw-border-opacity));
}

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

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-b-black\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-black\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-b-black\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-black\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-t-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#121F33\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 31 51 / var(--tw-bg-opacity));
}

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

.bg-\[\#2E4E80\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 78 128 / var(--tw-bg-opacity));
}

.bg-\[\#2F64A1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 100 161 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-\[\#F2F5FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 250 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.bg-blue\/10{
  background-color: rgb(55 93 153 / 0.1);
}

.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(153 102 51 / var(--tw-bg-opacity));
}

.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(32 54 89 / var(--tw-bg-opacity));
}

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

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

.bg-gray\/10{
  background-color: rgb(102 102 102 / 0.1);
}

.bg-gray\/5{
  background-color: rgb(102 102 102 / 0.05);
}

.bg-gray\/50{
  background-color: rgb(102 102 102 / 0.5);
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 156 26 / var(--tw-bg-opacity));
}

.bg-orange\/10{
  background-color: rgb(255 156 26 / 0.1);
}

.bg-orange\/5{
  background-color: rgb(255 156 26 / 0.05);
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(187 57 57 / var(--tw-bg-opacity));
}

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

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

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-\[url\(\/images\/bg_office_working_blur\.webp\)\]{
  background-image: url(/images/bg_office_working_blur.webp);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-none{
  background-image: none;
}

.from-\[\#5C8BD6\]{
  --tw-gradient-from: #5C8BD6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(92 139 214 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#5C95D6\]{
  --tw-gradient-from: #5C95D6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(92 149 214 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#99DDFF40\]{
  --tw-gradient-from: #99DDFF40 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 221 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#99DDFF66\]{
  --tw-gradient-from: #99DDFF66 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 221 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/90{
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-dark-blue{
  --tw-gradient-from: #203659 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 54 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#2E4E80\]{
  --tw-gradient-to: #2E4E80 var(--tw-gradient-to-position);
}

.to-\[\#404246F2\]{
  --tw-gradient-to: #404246F2 var(--tw-gradient-to-position);
}

.to-\[\#5C9DD6\]{
  --tw-gradient-to: #5C9DD6 var(--tw-gradient-to-position);
}

.to-\[\#5CA7D6\]{
  --tw-gradient-to: #5CA7D6 var(--tw-gradient-to-position);
}

.to-\[\#99DDFF00\]{
  --tw-gradient-to: #99DDFF00 var(--tw-gradient-to-position);
}

.to-black\/95{
  --tw-gradient-to: rgb(0 0 0 / 0.95) var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

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

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-9{
  padding: 2.25rem;
}

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

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

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

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-20{
  padding-bottom: 5rem;
}

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

.pb-5{
  padding-bottom: 1.25rem;
}

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

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

.pl-11{
  padding-left: 2.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

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

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

.pr-10{
  padding-right: 2.5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pt-10{
  padding-top: 2.5rem;
}

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

.pt-2\.5{
  padding-top: 0.625rem;
}

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

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

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

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

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

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

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

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

.font-noto-sans{
  font-family: Noto Sans TC, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

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

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-9{
  line-height: 2.25rem;
}

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

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

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

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

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

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

.tracking-widest{
  letter-spacing: 0.1em;
}

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

.text-\[\#497CCC\]{
  --tw-text-opacity: 1;
  color: rgb(73 124 204 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#ED831A\]{
  --tw-text-opacity: 1;
  color: rgb(237 131 26 / var(--tw-text-opacity));
}

.text-\[\#FFD466\]{
  --tw-text-opacity: 1;
  color: rgb(255 212 102 / var(--tw-text-opacity));
}

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

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(55 93 153 / var(--tw-text-opacity));
}

.text-blue\/50{
  color: rgb(55 93 153 / 0.5);
}

.text-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(32 54 89 / var(--tw-text-opacity));
}

.text-dark-blue\/60{
  color: rgb(32 54 89 / 0.6);
}

.text-dark-gray{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 156 26 / var(--tw-text-opacity));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(187 57 57 / var(--tw-text-opacity));
}

.text-transparent{
  color: transparent;
}

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

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

.line-through{
  text-decoration-line: line-through;
}

.accent-blue{
  accent-color: #375D99;
}

.opacity-0{
  opacity: 0;
}

.shadow-\[0_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 8px 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-\[0_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 4px 8px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 4px 8px 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-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 4px 8px 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-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]{
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 4px 8px 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);
}

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

.content-checkbox-indeterminate{
  --tw-content: url('/images/icon_checkbox_indeterminate.svg');
  content: var(--tw-content);
}

.content-checkbox-selected{
  --tw-content: url('/images/icon_checkbox_selected.svg');
  content: var(--tw-content);
}

.content-checkbox-unselected{
  --tw-content: url('/images/icon_checkbox_unselected.svg');
  content: var(--tw-content);
}

.content-show{
  --tw-content: url('/images/icon_visibility_on.svg');
  content: var(--tw-content);
}

.\*\:mb-5 > *{
  margin-bottom: 1.25rem;
}

.\*\:block > *{
  display: block;
}

.\*\:flex > *{
  display: flex;
}

.\*\:size-9 > *{
  width: 2.25rem;
  height: 2.25rem;
}

.\*\:w-1\/2 > *{
  width: 50%;
}

.\*\:w-\[90px\] > *{
  width: 90px;
}

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

.\*\:cursor-pointer > *{
  cursor: pointer;
}

.\*\:list-disc > *{
  list-style-type: disc;
}

.\*\:items-center > *{
  align-items: center;
}

.\*\:justify-between > *{
  justify-content: space-between;
}

.\*\:rounded-lg > *{
  border-radius: 0.5rem;
}

.\*\:border > *{
  border-width: 1px;
}

.\*\:border-b > *{
  border-bottom-width: 1px;
}

.\*\:border-dashed > *{
  border-style: dashed;
}

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

.\*\:border-b-black\/20 > *{
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.\*\:\*\:p-2 > * > *{
  padding: 0.5rem;
}

.\*\:\*\:p-2\.5 > * > *{
  padding: 0.625rem;
}

.\*\:p-2 > *{
  padding: 0.5rem;
}

.\*\:p-2\.5 > *{
  padding: 0.625rem;
}

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

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

.\*\:py-2\.5 > *{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\*\:text-left > *{
  text-align: left;
}

.\*\:\*\:text-center > * > *{
  text-align: center;
}

.\*\:text-center > *{
  text-align: center;
}

.\*\:text-sm > *{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\*\:font-normal > *{
  font-weight: 400;
}

.\*\:\*\:leading-none > * > *{
  line-height: 1;
}

.\*\:leading-none > *{
  line-height: 1;
}

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

.selection\:bg-blue *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.selection\:bg-blue *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.selection\:text-white *::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white *::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:bg-blue::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.selection\:bg-blue::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.selection\:text-white::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.file\:w-48::file-selector-button{
  width: 12rem;
}

.file\:cursor-pointer::file-selector-button{
  cursor: pointer;
}

.file\:rounded-lg::file-selector-button{
  border-radius: 0.5rem;
}

.file\:border-none::file-selector-button{
  border-style: none;
}

.file\:bg-gray::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.file\:p-1::file-selector-button{
  padding: 0.25rem;
}

.file\:p-1\.5::file-selector-button{
  padding: 0.375rem;
}

.file\:text-white::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.last\:\*\:border-none > *:last-child{
  border-style: none;
}

.hover\:border-2:hover{
  border-width: 2px;
}

.hover\:border-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 156 26 / var(--tw-border-opacity));
}

.hover\:bg-\[\#DDDDDD\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.hover\:bg-dark-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(32 54 89 / var(--tw-bg-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-white\/60:hover{
  color: rgb(255 255 255 / 0.6);
}

.focus\:border-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

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

.\*\:focus\:border-gray:focus > *{
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.invalid\:focus\:border-red:focus:invalid{
  --tw-border-opacity: 1;
  border-color: rgb(187 57 57 / var(--tw-border-opacity));
}

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

.active\:border-blue:active{
  --tw-border-opacity: 1;
  border-color: rgb(55 93 153 / var(--tw-border-opacity));
}

.active\:border-white\/20:active{
  border-color: rgb(255 255 255 / 0.2);
}

.active\:bg-\[\#333333\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.active\:bg-\[\#DDDDDD\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}

.active\:bg-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.active\:bg-dark-blue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(32 54 89 / var(--tw-bg-opacity));
}

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

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

.active\:bg-white\/90:active{
  background-color: rgb(255 255 255 / 0.9);
}

.active\:text-dark-gray:active{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.active\:text-orange:active{
  --tw-text-opacity: 1;
  color: rgb(255 156 26 / var(--tw-text-opacity));
}

.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:text-white\/60:active{
  color: rgb(255 255 255 / 0.6);
}

.file\:active\:bg-\[\#333333\]:active::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.file\:active\:text-white\/60:active::file-selector-button{
  color: rgb(255 255 255 / 0.6);
}

.disabled\:bg-gray:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.disabled\:text-white\/30:disabled{
  color: rgb(255 255 255 / 0.3);
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:active .group-active\:font-bold{
  font-weight: 700;
}

.group:active .group-active\:text-dark-gray{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.group:active .group-active\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.has-\[\:checked\]\:m-0:has(:checked){
  margin: 0px;
}

.has-\[\:checked\]\:border-2:has(:checked){
  border-width: 2px;
}

.has-\[\:checked\]\:border-orange:has(:checked){
  --tw-border-opacity: 1;
  border-color: rgb(255 156 26 / var(--tw-border-opacity));
}

.has-\[\:checked\]\:bg-orange\/5:has(:checked){
  background-color: rgb(255 156 26 / 0.05);
}

@media (min-width: 576px){
  .sm\:absolute{
    position: absolute;
  }

  .sm\:-top-1{
    top: -0.25rem;
  }

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

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

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

  .sm\:flex{
    display: flex;
  }

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

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-\[calc\(\(100\%-60px\)\/3\)\]{
    width: calc((100% - 60px) / 3);
  }

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

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

  .sm\:max-w-\[calc\(160px\*3\+30px\*2\)\]{
    max-width: calc(160px * 3 + 30px * 2);
  }

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

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

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

@media (min-width: 768px){
  .md\:m-auto{
    margin: auto;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

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

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

  .md\:mt-1\.5{
    margin-top: 0.375rem;
  }

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

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:size-40{
    width: 10rem;
    height: 10rem;
  }

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

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

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

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-60{
    width: 15rem;
  }

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

  .md\:w-auto{
    width: auto;
  }

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

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

  .md\:max-w-\[calc\(160px\*4\+30px\*3\)\]{
    max-width: calc(160px * 4 + 30px * 3);
  }

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

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

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

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

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

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

  .md\:gap-9{
    gap: 2.25rem;
  }

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

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

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

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-b-black\/15{
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-l-white\/20{
    border-left-color: rgb(255 255 255 / 0.2);
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

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

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

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

  .lg\:right-40{
    right: 10rem;
  }

  .lg\:right-56{
    right: 14rem;
  }

  .lg\:right-\[42px\]{
    right: 42px;
  }

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

  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:top-14{
    top: 3.5rem;
  }

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

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

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

  .lg\:z-\[12\]{
    z-index: 12;
  }

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

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

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

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

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

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

  .lg\:block{
    display: block;
  }

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

  .lg\:size-5{
    width: 1.25rem;
    height: 1.25rem;
  }

  .lg\:size-\[210px\]{
    width: 210px;
    height: 210px;
  }

  .lg\:size-\[60px\]{
    width: 60px;
    height: 60px;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

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

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

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

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-96{
    width: 24rem;
  }

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

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

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

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

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

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

  .lg\:w-\[calc\(\(100\%-90px\)\/4\)\]{
    width: calc((100% - 90px) / 4);
  }

  .lg\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-1\.5{
    gap: 0.375rem;
  }

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

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

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

  .lg\:border{
    border-width: 1px;
  }

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

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

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

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

  .lg\:border-\[\#DDDDDD\]{
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221 / var(--tw-border-opacity));
  }

  .lg\:border-b-black\/15{
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .lg\:bg-\[\#F2F5FA\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 245 250 / var(--tw-bg-opacity));
  }

  .lg\:bg-light-orange\/10{
    background-color: rgb(229 140 23 / 0.1);
  }

  .lg\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(255 156 26 / var(--tw-bg-opacity));
  }

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

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

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

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

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

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

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

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

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

  .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-9{
    padding-left: 2.25rem;
  }

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

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-dark-gray{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }

  .lg\:shadow-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
    --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0px 4px 8px 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);
  }

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

  .lg\:hover\:bg-\[\#E4E8F0\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(228 232 240 / var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 156 26 / var(--tw-bg-opacity));
  }

  .lg\:hover\:text-dark-gray:hover{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }

  .lg\:active\:bg-\[\#E4E8F0\]:active{
    --tw-bg-opacity: 1;
    background-color: rgb(228 232 240 / var(--tw-bg-opacity));
  }

  .lg\:active\:text-dark-gray:active{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:font-bold{
    font-weight: 700;
  }

  .group:hover .lg\:group-hover\:text-dark-gray{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .group:active .lg\:group-active\:text-dark-gray{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px){
  .xl\:-right-10{
    right: -2.5rem;
  }

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

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

.\[\&\.hide\]\:content-hide.hide{
  --tw-content: url('/images/icon_visibility_off.svg');
  content: var(--tw-content);
}

.\[\&\>\*\]\:flex-shrink>*{
  flex-shrink: 1;
}

.\[\&\>\*\]\:overflow-hidden>*{
  overflow: hidden;
}

.\[\&\>\*\]\:text-ellipsis>*{
  text-overflow: ellipsis;
}

.\[\&\>\*\]\:text-nowrap>*{
  text-wrap: nowrap;
}

@media (min-width: 768px){
  .md\:\[\&\>\*\]\:max-w-\[10\%\]>*{
    max-width: 10%;
  }
}

.first\:\[\&\>\.item-block\>div\>div\]\:w-1\/4>.item-block>div>div:first-child{
  width: 25%;
}

.\[\&\>\.item-block\>div\>label\>input\]\:hidden>.item-block>div>label>input{
  display: none;
}

.\[\&\>\.item-block\>div\>label\]\:flex>.item-block>div>label{
  display: flex;
}

.\[\&\>\.item-block\>div\>label\]\:flex-row>.item-block>div>label{
  flex-direction: row;
}

.\[\&\>\.item-block\>div\>label\]\:justify-center>.item-block>div>label{
  justify-content: center;
}

@media (min-width: 576px){
  .\[\&\>\.item-block\>div\>label\]\:sm\:w-1\/6>.item-block>div>label{
    width: 16.666667%;
  }
}

.\[\&\>\.item-block\>div\]\:flex>.item-block>div{
  display: flex;
}

.\[\&\>\.item-block\>div\]\:w-full>.item-block>div{
  width: 100%;
}

.\[\&\>\.item-block\>div\]\:flex-row>.item-block>div{
  flex-direction: row;
}

.\[\&\>\.item-block\>div\]\:items-center>.item-block>div{
  align-items: center;
}

.\[\&\>\.item-block\>div\]\:border-b>.item-block>div{
  border-bottom-width: 1px;
}

.\[\&\>\.item-block\>div\]\:border-dashed>.item-block>div{
  border-style: dashed;
}

.\[\&\>\.item-block\>div\]\:border-black\/20>.item-block>div{
  border-color: rgb(0 0 0 / 0.2);
}

.\[\&\>\.item-block\>div\]\:p-2\.5>.item-block>div{
  padding: 0.625rem;
}

.first\:\[\&\>\.item-main-title\>div\]\:w-1\/4>.item-main-title>div:first-child{
  width: 25%;
}

.\[\&\>\.item-main-title\>label\>img\]\:h-6>.item-main-title>label>img{
  height: 1.5rem;
}

.\[\&\>\.item-main-title\>label\]\:items-center>.item-main-title>label{
  align-items: center;
}

.\[\&\>\.item-main-title\]\:flex>.item-main-title{
  display: flex;
}

.\[\&\>\.item-main-title\]\:w-full>.item-main-title{
  width: 100%;
}

.\[\&\>\.item-main-title\]\:flex-row>.item-main-title{
  flex-direction: row;
}

.\[\&\>\.item-main-title\]\:items-center>.item-main-title{
  align-items: center;
}

.\[\&\>\.item-main-title\]\:border-b>.item-main-title{
  border-bottom-width: 1px;
}

.\[\&\>\.item-main-title\]\:border-dashed>.item-main-title{
  border-style: dashed;
}

.\[\&\>\.item-main-title\]\:border-black\/20>.item-main-title{
  border-color: rgb(0 0 0 / 0.2);
}

.\[\&\>\.item-main-title\]\:p-2\.5>.item-main-title{
  padding: 0.625rem;
}

.\[\&\>\.item-title\]\:bg-\[\#F2F5FA\]>.item-title{
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 250 / var(--tw-bg-opacity));
}

.\[\&\>\.item-title\]\:font-bold>.item-title{
  font-weight: 700;
}

.\[\&\>button\:active\]\:bg-blue>button:active{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.\[\&\>button\:active\]\:font-bold>button:active{
  font-weight: 700;
}

.\[\&\>button\:active\]\:text-white>button:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>button\:hover\]\:bg-blue>button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.\[\&\>button\:hover\]\:font-bold>button:hover{
  font-weight: 700;
}

.\[\&\>button\:hover\]\:text-white>button:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>button\:nth-child\(1\)\]\:me-2\.5>button:nth-child(1){
  margin-inline-end: 0.625rem;
}

.\[\&\>button\>img\]\:me-1\.5>button>img{
  margin-inline-end: 0.375rem;
}

.\[\&\>button\>img\]\:h-6>button>img{
  height: 1.5rem;
}

.\[\&\>button\>img\]\:w-6>button>img{
  width: 1.5rem;
}

.\[\&\>button\>p\]\:ml-3>button>p{
  margin-left: 0.75rem;
}

.\[\&\>button\]\:relative>button{
  position: relative;
}

.\[\&\>button\]\:flex>button{
  display: flex;
}

.\[\&\>button\]\:w-full>button{
  width: 100%;
}

.\[\&\>button\]\:flex-row>button{
  flex-direction: row;
}

.\[\&\>button\]\:items-center>button{
  align-items: center;
}

.\[\&\>button\]\:justify-start>button{
  justify-content: flex-start;
}

.\[\&\>button\]\:px-3>button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&\>button\]\:py-2>button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hover\:\[\&\>button\]\:bg-blue>button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 93 153 / var(--tw-bg-opacity));
}

.hover\:\[\&\>button\]\:text-white>button:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>div\>\.item-title\]\:bg-\[\#F2F5FA\]>div>.item-title{
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 250 / var(--tw-bg-opacity));
}

.\[\&\>div\>\.item-title\]\:font-bold>div>.item-title{
  font-weight: 700;
}

.\[\&\>div\>div\]\:flex>div>div{
  display: flex;
}

.\[\&\>div\>div\]\:w-1\/6>div>div{
  width: 16.666667%;
}

.\[\&\>div\>div\]\:flex-row>div>div{
  flex-direction: row;
}

.\[\&\>div\>div\]\:items-center>div>div{
  align-items: center;
}

.\[\&\>div\>div\]\:justify-center>div>div{
  justify-content: center;
}

.\[\&\>div\>div\]\:py-2\.5>div>div{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&\>div\>div\]\:text-center>div>div{
  text-align: center;
}

.first\:\[\&\>div\>div\]\:w-1\/4>div>div:first-child{
  width: 25%;
}

.first\:\[\&\>div\>div\]\:justify-start>div>div:first-child{
  justify-content: flex-start;
}

.first\:\[\&\>div\>div\]\:text-start>div>div:first-child{
  text-align: start;
}

.\[\&\>div\>label\>input\]\:hidden>div>label>input{
  display: none;
}

.\[\&\>div\>label\]\:mb-1>div>label{
  margin-bottom: 0.25rem;
}

.\[\&\>div\>label\]\:inline-block>div>label{
  display: inline-block;
}

.\[\&\>div\>label\]\:flex>div>label{
  display: flex;
}

.\[\&\>div\>label\]\:w-32>div>label{
  width: 8rem;
}

.\[\&\>div\>label\]\:flex-row>div>label{
  flex-direction: row;
}

.\[\&\>div\>label\]\:justify-center>div>label{
  justify-content: center;
}

.\[\&\>div\>label\]\:text-gray>div>label{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (min-width: 576px){
  .\[\&\>div\>label\]\:sm\:w-1\/6>div>label{
    width: 16.666667%;
  }
}

.\[\&\>div\]\:flex>div{
  display: flex;
}

.\[\&\>div\]\:w-full>div{
  width: 100%;
}

.\[\&\>div\]\:flex-row>div{
  flex-direction: row;
}

.\[\&\>div\]\:items-center>div{
  align-items: center;
}

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

.\[\&\>div\]\:border-dashed>div{
  border-style: dashed;
}

.\[\&\>div\]\:border-black\/20>div{
  border-color: rgb(0 0 0 / 0.2);
}

.\[\&\>div\]\:p-2\.5>div{
  padding: 0.625rem;
}

@media (min-width: 768px){
  .md\:\[\&\>div\]\:w-1\/2>div{
    width: 50%;
  }
}

.\[\&\>h1\]\:text-3xl>h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\[\&\>h2\]\:text-2xl>h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.\[\&\>h3\]\:text-xl>h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&\>h3\]\:font-bold>h3{
  font-weight: 700;
}

.\[\&\>hr\]\:border-slate-300>hr{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.\[\&\>img\]\:aspect-video>img{
  aspect-ratio: 16 / 9;
}

.\[\&\>img\]\:cursor-pointer>img{
  cursor: pointer;
}

.\[\&\>label\>input\]\:size-5>label>input{
  width: 1.25rem;
  height: 1.25rem;
}

.\[\&\>label\>input\]\:accent-blue>label>input{
  accent-color: #375D99;
}

.\[\&\>label\]\:cursor-pointer>label{
  cursor: pointer;
}

.\[\&\>ol\>li\]\:list-decimal>ol>li{
  list-style-type: decimal;
}

.\[\&\>ol\]\:pl-4>ol{
  padding-left: 1rem;
}

.first\:\[\&\>p\>span\]\:text-sm>p>span:first-child{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.first\:\[\&\>p\>span\]\:text-gray>p>span:first-child{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

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

.\[\&\>p\]\:flex>p{
  display: flex;
}

.\[\&\>p\]\:cursor-pointer>p{
  cursor: pointer;
}

.\[\&\>p\]\:justify-between>p{
  justify-content: space-between;
}

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

.\[\&\>p\]\:border-b-black\/10>p{
  border-bottom-color: rgb(0 0 0 / 0.1);
}

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

.\[\&\>p\]\:text-lg>p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&\>p\]\:text-gray>p{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.\[\&\>path\]\:fill-\[\#CCCCCC\]>path{
  fill: #CCCCCC;
}

.\[\&\>path\]\:fill-blue>path{
  fill: #375D99;
}

.\[\&\>path\]\:fill-current>path{
  fill: currentColor;
}

.\[\&\>path\]\:fill-orange>path{
  fill: #FF9C1A;
}

.\[\&\>path\]\:fill-red>path{
  fill: #BB3939;
}

.\[\&\>path\]\:fill-white>path{
  fill: #fff;
}

.group:hover .group-hover\:\[\&\>path\]\:fill-white>path{
  fill: #fff;
}

.group:active .group-active\:\[\&\>path\]\:fill-\[\#444444\]>path{
  fill: #444444;
}

.group:active .group-active\:\[\&\>path\]\:fill-white>path{
  fill: #fff;
}

@media (min-width: 1024px){
  .lg\:\[\&\>path\]\:fill-\[\#444444\]>path{
    fill: #444444;
  }

  .group:hover .lg\:group-hover\:\[\&\>path\]\:fill-dark-gray>path{
    fill: #222222;
  }

  .group:hover .lg\:group-hover\:\[\&\>path\]\:fill-white>path{
    fill: #fff;
  }

  .group:active .lg\:group-active\:\[\&\>path\]\:fill-dark-gray>path{
    fill: #222222;
  }
}

.\[\&\>svg\>g\>path\]\:fill-\[\#ffffff\]>svg>g>path{
  fill: #ffffff;
}

.\[\&\>svg\>path\]\:fill-orange>svg>path{
  fill: #FF9C1A;
}

.\[\&\>table\]\:mt-5>table{
  margin-top: 1.25rem;
}

.\[\&\>table_td\]\:border>table td{
  border-width: 1px;
}

.\[\&\>table_td\]\:border-\[\#DDDDDD\]>table td{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.\[\&\>table_td\]\:px-3>table td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&\>table_td\]\:py-2>table td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>table_th\]\:min-w-20>table th{
  min-width: 5rem;
}

.\[\&\>table_th\]\:border>table th{
  border-width: 1px;
}

.\[\&\>table_th\]\:border-\[\#DDDDDD\]>table th{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.\[\&\>table_th\]\:px-3>table th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&\>table_th\]\:py-2>table th{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>ul\>li\>ul\]\:my-1>ul>li>ul{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.\[\&\>ul\>li\>ul\]\:pl-5>ul>li>ul{
  padding-left: 1.25rem;
}

.\[\&\>ul\>li\]\:list-disc>ul>li{
  list-style-type: disc;
}

.\[\&\>ul\>li\]\:text-gray>ul>li{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.\[\&\>ul\]\:mt-3>ul{
  margin-top: 0.75rem;
}

.\[\&\>ul\]\:pl-4>ul{
  padding-left: 1rem;
}

.\[\&\>ul\]\:pl-5>ul{
  padding-left: 1.25rem;
}

.\[\&_a\]\:text-dark-blue a{
  --tw-text-opacity: 1;
  color: rgb(32 54 89 / var(--tw-text-opacity));
}

.\[\&_a\]\:underline a{
  text-decoration-line: underline;
}

@media(max-width:768px){
  .\[\@media\(max-width\:768px\)\]\:pointer-events-none{
    pointer-events: none;
  }

  .\[\@media\(max-width\:768px\)\]\:order-1{
    order: 1;
  }

  .\[\@media\(max-width\:768px\)\]\:order-2{
    order: 2;
  }

  .\[\@media\(max-width\:768px\)\]\:order-3{
    order: 3;
  }

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

  .\[\@media\(max-width\:768px\)\]\:flex{
    display: flex;
  }

  .\[\@media\(max-width\:768px\)\]\:hidden{
    display: none;
  }

  .\[\@media\(max-width\:768px\)\]\:w-1\/3{
    width: 33.333333%;
  }

  .\[\@media\(max-width\:768px\)\]\:w-9\/12{
    width: 75%;
  }

  .\[\@media\(max-width\:768px\)\]\:w-full{
    width: 100%;
  }

  .\[\@media\(max-width\:768px\)\]\:flex-row{
    flex-direction: row;
  }

  .\[\@media\(max-width\:768px\)\]\:flex-col{
    flex-direction: column;
  }

  .\[\@media\(max-width\:768px\)\]\:flex-wrap{
    flex-wrap: wrap;
  }

  .\[\@media\(max-width\:768px\)\]\:gap-1\.5{
    gap: 0.375rem;
  }

  .\[\@media\(max-width\:768px\)\]\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\[\@media\(max-width\:768px\)\]\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\[\@media\(max-width\:768px\)\]\:\[\&\>\*\]\:max-w-\[25\%\]>*{
    max-width: 25%;
  }

  .\[\@media\(max-width\:768px\)\]\:\[\&\>\.item-main-title\>label\]\:w-1\/6>.item-main-title>label{
    width: 16.666667%;
  }

  .\[\@media\(max-width\:768px\)\]\:first\:\[\&\>div\>div\>div\]\:grow>div>div>div:first-child{
    flex-grow: 1;
  }

  .\[\@media\(max-width\:768px\)\]\:\[\&\>div\>div\>label\]\:w-1\/6>div>div>label{
    width: 16.666667%;
  }

  .\[\@media\(max-width\:768px\)\]\:first\:\[\&\>div\>div\]\:grow>div>div:first-child{
    flex-grow: 1;
  }

  .\[\@media\(max-width\:768px\)\]\:\[\&\>div\>label\>img\]\:hidden>div>label>img{
    display: none;
  }
}

@media(min-width:768px){
  .\[\@media\(min-width\:768px\)\]\:items-center{
    align-items: center;
  }
}