*, ::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;
}
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
    --part-space: 4rem;
    --container-min-width: 320px;
    --container-max-width: 100vw;
    --container-content-max-width:1405px;
    font-size: calc(100vw * (14 / 2429));
  }
  @media (max-width: 768px) {

  html {
    font-size: calc(100vw * (14 / 480));
  }
}
  html {
  overflow: auto;
}
  body {
    text-align: justify;
    --text-size: 1.1428571429rem;
    --text-size-px: 16px;
    font-size: clamp(12px,var(--text-size),1000px);
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 768px) {

  body {
    min-width: var(--container-min-width);
  }
}
  body {
  position: relative;
}
  .text-size-1 {
    --text-size: 1rem;
    --text-size-px: 14px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-2 {
    --text-size: 1.1428571429rem;
    --text-size-px: 16px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-3 {
    --text-size: 1.2857142857rem;
    --text-size-px: 18px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-4 {
    --text-size: 1.4285714286rem;
    --text-size-px: 20px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-5 {
    --text-size: 1.5714285714rem;
    --text-size-px: 22px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-7 {
    --text-size: 1.8571428571rem;
    --text-size-px: 26px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-8 {
    --text-size: 2rem;
    --text-size-px: 28px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-9 {
    --text-size: 2.1428571429rem;
    --text-size-px: 30px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-13 {
    --text-size: 2.7142857143rem;
    --text-size-px: 38px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-14 {
    --text-size: 2.8571428571rem;
    --text-size-px: 40px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-24 {
    --text-size: 4.2857142857rem;
    --text-size-px: 60px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .text-size-32 {
    --text-size: 5.4285714286rem;
    --text-size-px: 76px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .container {
    --container-px: 3.0876904076%;
    padding-left: var(--container-px);
    padding-right: var(--container-px);
  }
  @media (max-width: 768px) {

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
  @media (min-width: 768px) {

  .container {
    max-width: var(--container-max-width);
    min-width: var(--container-min-width);
  }
}
  .container-content {
    --container-px: 3.0876904076%;
    padding-left: var(--container-px);
    padding-right: var(--container-px);
  }
  @media (max-width: 768px) {

  .container-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
  @media (min-width: 768px) {

  .container-content {
    max-width: var(--container-max-width);
    min-width: var(--container-min-width);
  }
}
  .container-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
  @media (min-width: 768px) {

  .container-content {
    max-width: var(--container-content-max-width);
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.part-space {
  padding-top: var(--part-space);
  padding-bottom: var(--part-space);
}
.part-space-top {
  padding-top: var(--part-space);
}
.part-header {
  margin-bottom: 20px;
}
.part-header .title {
    --text-size: 4.2857142857rem;
    --text-size-px: 60px;
    font-size: clamp(12px,var(--text-size),1000px);
    text-align: center;
    font-weight: 700;
  }
@media (max-width: 768px) {
  .part-header .title {
    --text-size: 1.8571428571rem;
    --text-size-px: 26px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
}
#pages {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
}
#pages li.disabled span {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#pages li a,
  #pages li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#pages li a:hover,
  #pages li span {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#pages li a.disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
a.disabled {
  pointer-events: none;
}
.switch .buttons > * {
  margin-left: 30px;
  margin-right: 30px;
  display: none;
  cursor: pointer;
}
.switch .buttons > *:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .switch .buttons > * {
    display: block;
  }
}
.switch .buttons > *.active {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.waterfall {
  width: 100%;
}
.waterfall .column {
  position: relative;
  float: left;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 50%;
}
@media (min-width: 768px) {

  .waterfall .column {
    min-width: 30%;
  }
}
.waterfall .column .item {
  margin-bottom: 10px;
  border-bottom-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.waterfall .column .item:last-child {
  margin-bottom: 0px;
}
.waterfall .column .item .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.waterfall .column .item .title {
    --text-size: 1.4285714286rem;
    --text-size-px: 20px;
    font-size: clamp(12px,var(--text-size),1000px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
@media (max-width: 768px) {
  .waterfall .column .item .title {
    --text-size: 1.1428571429rem;
    --text-size-px: 16px;
    font-size: clamp(12px,var(--text-size),1000px);
    padding-bottom: 0px;
  }
}
.waterfall .column .item .title::after {
  margin-inline-start: 3px;
  display: inline-block;
  height: 1em;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(233 117 46 / var(--tw-border-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.waterfall .column .item .description {
    --text-size: 1rem;
    --text-size-px: 14px;
    font-size: clamp(12px,var(--text-size),1000px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1em;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
.waterfall .column .item .description .clip {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[1em\] {
  bottom: 1em;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[30px\] {
  right: 30px;
}
.top-0 {
  top: 0px;
}
.top-\[50\%\] {
  top: 50%;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[1em\] {
  margin-top: 1em;
  margin-bottom: 1em;
}
.my-\[2vw\] {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.my-\[4vw\] {
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[\.5em\] {
  margin-bottom: .5em;
}
.mb-\[0\.4em\] {
  margin-bottom: 0.4em;
}
.mb-\[0\.5em\] {
  margin-bottom: 0.5em;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[1em\] {
  margin-bottom: 1em;
}
.mb-\[2em\] {
  margin-bottom: 2em;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[3em\] {
  margin-bottom: 3em;
}
.mb-\[5em\] {
  margin-bottom: 5em;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[5rem\] {
  margin-bottom: 5rem;
}
.ml-\[10em\] {
  margin-left: 10em;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-\[1em\] {
  margin-right: 1em;
}
.mr-\[3em\] {
  margin-right: 3em;
}
.mr-\[3vw\] {
  margin-right: 3vw;
}
.mr-\[4em\] {
  margin-right: 4em;
}
.mt-\[1em\] {
  margin-top: 1em;
}
.mt-\[2em\] {
  margin-top: 2em;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.size-\[10px\] {
  width: 10px;
  height: 10px;
}
.size-\[2em\] {
  width: 2em;
  height: 2em;
}
.size-\[66px\] {
  width: 66px;
  height: 66px;
}
.size-\[calc\(var\(--text-size\)\*1\.5\)\] {
  width: calc(var(--text-size) * 1.5);
  height: calc(var(--text-size) * 1.5);
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[20rem\] {
  height: 20rem;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[3em\] {
  height: 3em;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[70px\] {
  height: 70px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[26px\] {
  min-height: 26px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[1\.5em\] {
  width: 1.5em;
}
.w-\[10em\] {
  width: 10em;
}
.w-\[11em\] {
  width: 11em;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[2em\] {
  width: 2em;
}
.w-\[2vw\] {
  width: 2vw;
}
.w-\[33\.33333\%\] {
  width: 33.33333%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[8em\] {
  width: 8em;
}
.w-\[calc\(445\/2429\*100\%\)\] {
  width: calc(445 / 2429 * 100%);
}
.w-full {
  width: 100%;
}
.min-w-\[10em\] {
  min-width: 10em;
}
.min-w-\[20em\] {
  min-width: 20em;
}
.min-w-\[26px\] {
  min-width: 26px;
}
.min-w-\[50\%\] {
  min-width: 50%;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[1em\] {
  max-width: 1em;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[35px\] {
  max-width: 35px;
}
.max-w-\[4vw\] {
  max-width: 4vw;
}
.max-w-\[58px\] {
  max-width: 58px;
}
.max-w-full {
  max-width: 100%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-start {
  align-content: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[0\.5em\] {
  gap: 0.5em;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-x-\[1em\] {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.gap-y-\[3vw\] {
  row-gap: 3vw;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.\!border-b-\[10px\] {
  border-bottom-width: 10px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[0\.8em\] {
  border-bottom-width: 0.8em;
}
.border-b-\[10px\] {
  border-bottom-width: 10px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#637a9d\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 122 157 / var(--tw-border-opacity, 1));
}
.border-\[\#A6A6A5\] {
  --tw-border-opacity: 1;
  border-color: rgb(166 166 165 / var(--tw-border-opacity, 1));
}
.border-\[\#e9752e\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 117 46 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-orange-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDEEE5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 229 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-\[url\(\'\/skin\/v1\/images\/bg-1\.png\'\)\] {
  background-image: url('/skin/v1/images/bg-1.png');
}
.bg-\[length\:100\%_100\%\] {
  background-size: 100% 100%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[1\.8em\] {
  padding: 1.8em;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[20\%\] {
  padding: 20%;
}
.p-\[20px\] {
  padding: 20px;
}
.px-\[0\.3em\] {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[1vw\] {
  padding-left: 1vw;
  padding-right: 1vw;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[3\%\] {
  padding-left: 3%;
  padding-right: 3%;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[3vh\] {
  padding-left: 3vh;
  padding-right: 3vh;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[0\.4em\] {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[2vw\] {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pe-\[3px\] {
  padding-inline-end: 3px;
}
.pl-\[1em\] {
  padding-left: 1em;
}
.pr-\[10\%\] {
  padding-right: 10%;
}
.pr-\[2em\] {
  padding-right: 2em;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[30\%\] {
  padding-top: 30%;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-end {
  text-align: end;
}
.text-\[14px\] {
  font-size: 14px;
}
.font-bold {
  font-weight: 700;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[1em\] {
  line-height: 1em;
}
.leading-\[30px\] {
  line-height: 30px;
}
.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-\[\#A6A6A5\] {
  --tw-text-opacity: 1;
  color: rgb(166 166 165 / var(--tw-text-opacity, 1));
}
.text-\[\#E0651A\] {
  --tw-text-opacity: 1;
  color: rgb(224 101 26 / var(--tw-text-opacity, 1));
}
.text-\[\#EC6613\] {
  --tw-text-opacity: 1;
  color: rgb(236 102 19 / var(--tw-text-opacity, 1));
}
.text-\[\#FFA028\] {
  --tw-text-opacity: 1;
  color: rgb(255 160 40 / var(--tw-text-opacity, 1));
}
.text-\[\#ffaa49\] {
  --tw-text-opacity: 1;
  color: rgb(255 170 73 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-\[1px_1px_4px_0_\#ddd\] {
  --tw-shadow: 1px 1px 4px 0 #ddd;
  --tw-shadow-colored: 1px 1px 4px 0 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-\[2px_2px_5px_3px_\#ddd\] {
  --tw-shadow: 2px 2px 5px 3px #ddd;
  --tw-shadow-colored: 2px 2px 5px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ratio-\[1\/1\] {
  position: relative;
}
.ratio-\[1\/1\]::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-\[1\/1\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[1599\/290\] {
  position: relative;
}
.ratio-\[1599\/290\]::before {
  content: "";
  display: block;
  padding-top: 18.13633520950594%;
}
.ratio-\[1599\/290\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[410\/242\] {
  position: relative;
}
.ratio-\[410\/242\]::before {
  content: "";
  display: block;
  padding-top: 59.02439024390244%;
}
.ratio-\[410\/242\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[499\/358\] {
  position: relative;
}
.ratio-\[499\/358\]::before {
  content: "";
  display: block;
  padding-top: 71.7434869739479%;
}
.ratio-\[499\/358\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[754\/445\] {
  position: relative;
}
.ratio-\[754\/445\]::before {
  content: "";
  display: block;
  padding-top: 59.01856763925729%;
}
.ratio-\[754\/445\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-square {
  position: relative;
}
.ratio-square::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-square > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.\[bottom\:calc\(80\/290\*100\%\*-1\)\] {
  bottom: calc(80 / 290 * 100% * -1);
}
.\[padding-bottom\:calc\(43\/1599\*100\%\)\] {
  padding-bottom: calc(43 / 1599 * 100%);
}
.bg-ede4df {
  --tw-bg-opacity: 1;
  background-color: rgb(237 228 223 / var(--tw-bg-opacity, 1));
}

@media (max-width: 768px) {

  #main-nav {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
#main-nav .active-line {
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
@media (max-width: 768px) {

  #main-nav .active-line {
    visibility: visible;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  }

  #main-nav .active {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
#main-nav .active .active-line {
  visibility: visible;
}
@media (max-width: 768px) {

  #main-nav .active .active-line {
    height: 100%;
    width: 10px;
  }
  .lt-md\:text-size-0 {
    --text-size: 0.8571428571rem;
    --text-size-px: 12px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .lt-md\:text-size-1 {
    --text-size: 1rem;
    --text-size-px: 14px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .lt-md\:text-size-2 {
    --text-size: 1.1428571429rem;
    --text-size-px: 16px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .lt-md\:text-size-3 {
    --text-size: 1.2857142857rem;
    --text-size-px: 18px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .lt-md\:text-size-4 {
    --text-size: 1.4285714286rem;
    --text-size-px: 20px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .lt-md\:text-size-7 {
    --text-size: 1.8571428571rem;
    --text-size-px: 26px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .lt-md\:text-size-9 {
    --text-size: 2.1428571429rem;
    --text-size-px: 30px;
    font-size: clamp(12px,var(--text-size),1000px);
  }
  .lt-md\:container {
    --container-px: 3.0876904076%;
    padding-left: var(--container-px);
    padding-right: var(--container-px);
  }
  @media (max-width: 768px) {

    .lt-md\:container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 768px) {

    .lt-md\:container {
      max-width: var(--container-max-width);
      min-width: var(--container-min-width);
    }
  }
}
@media (min-width: 768px) {
  .gt-md\:container-content {
    --container-px: 3.0876904076%;
    padding-left: var(--container-px);
    padding-right: var(--container-px);
  }
  @media (max-width: 768px) {

    .gt-md\:container-content {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media (min-width: 768px) {

    .gt-md\:container-content {
      max-width: var(--container-max-width);
      min-width: var(--container-min-width);
    }
  }
  .gt-md\:container-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px) {

    .gt-md\:container-content {
      max-width: var(--container-content-max-width);
    }
  }
}
@media (max-width: 768px) {

  .lt-md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.first\:border-t:first-child {
  border-top-width: 1px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.hover\:outline-orange-600:hover {
  outline-color: #ea580c;
}
@media (max-width: 768px) {

  .lt-md\:absolute {
    position: absolute;
  }

  .lt-md\:relative {
    position: relative;
  }

  .lt-md\:right-0 {
    right: 0px;
  }

  .lt-md\:top-full {
    top: 100%;
  }

  .lt-md\:z-50 {
    z-index: 50;
  }

  .lt-md\:order-first {
    order: -9999;
  }

  .lt-md\:mb-\[2rem\] {
    margin-bottom: 2rem;
  }

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

  .lt-md\:mr-\[1\.5em\] {
    margin-right: 1.5em;
  }

  .lt-md\:mt-\[2em\] {
    margin-top: 2em;
  }

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

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

  .lt-md\:min-h-\[3em\] {
    min-height: 3em;
  }

  .lt-md\:min-h-\[632px\] {
    min-height: 632px;
  }

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

  .lt-md\:w-\[30vw\] {
    width: 30vw;
  }

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

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

  .lt-md\:w-\[calc\(268\.5\/480\*100\%\)\] {
    width: calc(268.5 / 480 * 100%);
  }

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

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

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

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

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

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

  .lt-md\:py-\[3vw\] {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .lt-md\:pr-\[0\] {
    padding-right: 0;
  }

  .lt-md\:text-center {
    text-align: center;
  }

  .lt-md\:font-bold {
    font-weight: 700;
  }

  .lt-md\:ratio-\[127\/60\] {
    position: relative;
  }

  .lt-md\:ratio-\[127\/60\]::before {
    content: "";
    display: block;
    padding-top: 47.24409448818898%;
  }

  .lt-md\:ratio-\[127\/60\] > * {
    position: absolute;
    display: block;
    -o-object-fit: fill;
       object-fit: fill;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {

  .gt-md\:order-last {
    order: 9999;
  }

  .gt-md\:float-right {
    float: right;
  }

  .gt-md\:float-left {
    float: left;
  }

  .gt-md\:mx-\[calc\(\(100\%-\(32\%\*3\)\)\/3\/2\)\] {
    margin-left: calc((100% - (32% * 3)) / 3 / 2);
    margin-right: calc((100% - (32% * 3)) / 3 / 2);
  }

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

  .gt-md\:mr-\[3\%\] {
    margin-right: 3%;
  }

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

  .gt-md\:flex {
    display: flex;
  }

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

  .gt-md\:h-\[3em\] {
    height: 3em;
  }

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

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

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

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

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

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

  .gt-md\:w-\[33\.33333\%\] {
    width: 33.33333%;
  }

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

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

  .gt-md\:w-\[calc\(1\/3\*100\%-10px\)\] {
    width: calc(1 / 3 * 100% - 10px);
  }

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

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

  .gt-md\:max-w-\[calc\(65\.8\%\)\] {
    max-width: calc(65.8%);
  }

  .gt-md\:flex-grow {
    flex-grow: 1;
  }

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

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

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

  .gt-md\:items-center {
    align-items: center;
  }

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

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

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

  .gt-md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

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

  .gt-md\:p-\[8px\] {
    padding: 8px;
  }

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

  .gt-md\:pr-\[2em\] {
    padding-right: 2em;
  }

  .gt-md\:hover\:outline:hover {
    outline-style: solid;
  }

  .gt-md\:hover\:outline-1:hover {
    outline-width: 1px;
  }
}