*, ::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.19 | 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;
}
  .text-1 {
    font-size: var(--font-size-1);
  }
  .text-2 {
    font-size: var(--font-size-2);
  }
  .title-1 {
  font-weight: 700;
  font-size: calc(36px * var(--scale));
}
  .title-2 {
  font-weight: 700;
  font-size: calc(30px * var(--scale));
}
  .title-3 {
  font-weight: 700;
  font-size: calc(22px * var(--scale));
}
  .desc-1 {
  font-size: calc(18px * var(--scale));
}
  @media (max-width: 768px) {

  .desc-1 {
    font-size: 12px;
  }
}
  .desc-2 {
  font-size: calc(20px * var(--scale));
}
  @media (max-width: 768px) {

  .desc-2 {
    font-size: 14px;
  }
}
  .desc-3 {
  font-size: calc(16px * var(--scale));
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.bottom-\[8px\] {
  bottom: 8px;
}
.left-0 {
  left: 0px;
}
.left-\[110\%\] {
  left: 110%;
}
.left-\[3\%\] {
  left: 3%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[51\.45\%\] {
  left: 51.45%;
}
.left-\[59\.64\%\] {
  left: 59.64%;
}
.left-\[70\.58\%\] {
  left: 70.58%;
}
.right-0 {
  right: 0px;
}
.right-\[8px\] {
  right: 8px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-9vw\] {
  top: -9vw;
}
.top-\[110\%\] {
  top: 110%;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[25\%\] {
  top: 25%;
}
.top-\[32\.14\%\] {
  top: 32.14%;
}
.top-\[35\%\] {
  top: 35%;
}
.top-\[48\.05\%\] {
  top: 48.05%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[53\.1\%\] {
  top: 53.1%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[6\] {
  z-index: 6;
}
.m-auto {
  margin: auto;
}
.-mx-\[0\.5em\] {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.-mx-\[1em\] {
  margin-left: -1em;
  margin-right: -1em;
}
.mx-\[0\.5em\] {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[2em\] {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mb-\[0\.08rem\] {
  margin-bottom: 0.08rem;
}
.mb-\[0\.16rem\] {
  margin-bottom: 0.16rem;
}
.mb-\[0\.1em\] {
  margin-bottom: 0.1em;
}
.mb-\[0\.2em\] {
  margin-bottom: 0.2em;
}
.mb-\[0\.5em\] {
  margin-bottom: 0.5em;
}
.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
.mb-\[0\.8em\] {
  margin-bottom: 0.8em;
}
.mb-\[1\.2em\] {
  margin-bottom: 1.2em;
}
.mb-\[1\.5em\] {
  margin-bottom: 1.5em;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[1em\] {
  margin-bottom: 1em;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2\.2em\] {
  margin-bottom: 2.2em;
}
.mb-\[2\.5em\] {
  margin-bottom: 2.5em;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[2em\] {
  margin-bottom: 2em;
}
.mb-\[3em\] {
  margin-bottom: 3em;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[4em\] {
  margin-bottom: 4em;
}
.ml-\[0\.5em\] {
  margin-left: 0.5em;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.ml-\[1em\] {
  margin-left: 1em;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[0\.3em\] {
  margin-right: 0.3em;
}
.mr-\[0\.4em\] {
  margin-right: 0.4em;
}
.mr-\[0\.5em\] {
  margin-right: 0.5em;
}
.mr-\[1\.5em\] {
  margin-right: 1.5em;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[1em\] {
  margin-right: 1em;
}
.mr-\[21\%\] {
  margin-right: 21%;
}
.mr-\[2em\] {
  margin-right: 2em;
}
.mr-\[5\%\] {
  margin-right: 5%;
}
.mt-\[0\.5em\] {
  margin-top: 0.5em;
}
.mt-\[1\.5em\] {
  margin-top: 1.5em;
}
.mt-\[10\%\] {
  margin-top: 10%;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[1em\] {
  margin-top: 1em;
}
.mt-\[2em\] {
  margin-top: 2em;
}
.mt-\[calc\(\(600-600\*\(1-var\(--scale\)\)\)\*-1px\)\] {
  margin-top: calc((600 - 600 * (1 - var(--scale))) * -1px);
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size-\[0\] {
  width: 0;
  height: 0;
}
.size-\[128px\] {
  width: 128px;
  height: 128px;
}
.size-\[25px\] {
  width: 25px;
  height: 25px;
}
.size-\[5em\] {
  width: 5em;
  height: 5em;
}
.size-\[6em\] {
  width: 6em;
  height: 6em;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[0\.4rem\] {
  height: 0.4rem;
}
.h-\[0\.6em\] {
  height: 0.6em;
}
.h-\[1\.5em\] {
  height: 1.5em;
}
.h-\[1000rem\] {
  height: 1000rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[2\.5em\] {
  height: 2.5em;
}
.h-\[200vh\] {
  height: 200vh;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[325px\] {
  height: 325px;
}
.h-\[6em\] {
  height: 6em;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[calc\(5\*1\.5em\)\] {
  height: calc(5 * 1.5em);
}
.h-full {
  height: 100%;
}
.max-h-\[unset\] {
  max-height: unset;
}
.min-h-\[20em\] {
  min-height: 20em;
}
.min-h-\[8em\] {
  min-height: 8em;
}
.\!w-\[28\%\] {
  width: 28% !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[0\.4rem\] {
  width: 0.4rem;
}
.w-\[1\.2em\] {
  width: 1.2em;
}
.w-\[1\.5em\] {
  width: 1.5em;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[10em\] {
  width: 10em;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[1em\] {
  width: 1em;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[20em\] {
  width: 20em;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[2em\] {
  width: 2em;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[4\.5em\] {
  width: 4.5em;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[48vw\] {
  width: 48vw;
}
.w-\[4em\] {
  width: 4em;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[53\%\] {
  width: 53%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[8em\] {
  width: 8em;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-full {
  width: 100%;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-center flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-\[800px\] {
  flex-basis: 800px;
}
.border-separate {
  border-collapse: separate;
}
.origin-top-left {
  transform-origin: top left;
}
.-translate-y-0 {
  --tw-translate-y: -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));
}
.-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-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-100\%\] {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-120\%\] {
  --tw-translate-y: -120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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-90 {
  --tw-rotate: 90deg;
  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-\[-90deg\] {
  --tw-rotate: -90deg;
  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-\[270deg\] {
  --tw-rotate: 270deg;
  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));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

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

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.animate-none {
  animation: none;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-\[10em_1fr\] {
  grid-template-columns: 10em 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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-\[0\.2rem\] {
  gap: 0.2rem;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\.08rem\] {
  border-radius: 0.08rem;
}
.rounded-\[0\.2rem\] {
  border-radius: 0.2rem;
}
.rounded-\[0\.3em\] {
  border-radius: 0.3em;
}
.rounded-\[0\.3rem\] {
  border-radius: 0.3rem;
}
.rounded-\[0\.5em\] {
  border-radius: 0.5em;
}
.rounded-\[10\%\] {
  border-radius: 10%;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[1em\] {
  border-radius: 1em;
}
.rounded-\[2em\] {
  border-radius: 2em;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[4px\] {
  border-top-width: 4px;
}
.border-dotted {
  border-style: dotted;
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  border-color: rgba(255,255,255,0.5);
}
.border-bgGreen {
  --tw-border-opacity: 1;
  border-color: rgb(229 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-2 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(63 171 193 / var(--tw-border-opacity, 1));
}
.border-primaryDark {
  --tw-border-opacity: 1;
  border-color: rgb(0 144 168 / var(--tw-border-opacity, 1));
}
.bg-\[\#252d38\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 45 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EF9F55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 159 85 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef7fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5fcfc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(234\2c 249\2c 252\2c 0\.5\)\] {
  background-color: rgb(234,249,252,0.5);
}
.bg-\[rgb\(255\2c 255\2c 255\2c 0\.8\)\] {
  background-color: rgb(255,255,255,0.8);
}
.bg-bgGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 246 / 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-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
.bg-primaryDark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 168 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.fill-gray-500 {
  fill: #6b7280;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[0\.1rem\] {
  padding: 0.1rem;
}
.p-\[0\.24rem\] {
  padding: 0.24rem;
}
.p-\[0\.4rem\] {
  padding: 0.4rem;
}
.p-\[1em\] {
  padding: 1em;
}
.p-\[1em_1\.5em\] {
  padding: 1em 1.5em;
}
.p-\[2em\] {
  padding: 2em;
}
.p-\[4em\] {
  padding: 4em;
}
.p-\[9\%\] {
  padding: 9%;
}
.px-\[0\.2rem\] {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.px-\[1\.5em\] {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[1em\] {
  padding-left: 1em;
  padding-right: 1em;
}
.px-\[2\.5em\] {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[2em\] {
  padding-left: 2em;
  padding-right: 2em;
}
.px-\[3em\] {
  padding-left: 3em;
  padding-right: 3em;
}
.px-\[4em\] {
  padding-left: 4em;
  padding-right: 4em;
}
.py-\[0\.2em\] {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.py-\[0\.2rem\] {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-\[0\.3em\] {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.py-\[0\.3rem\] {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.py-\[0\.4em\] {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.py-\[0\.5em\] {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.py-\[0\.6em\] {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.py-\[0\.8em\] {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.py-\[1\.5em\] {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[1em\] {
  padding-top: 1em;
  padding-bottom: 1em;
}
.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[2\.5em\] {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.py-\[2em\] {
  padding-top: 2em;
  padding-bottom: 2em;
}
.py-\[3\.5em\] {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.py-\[3em\] {
  padding-top: 3em;
  padding-bottom: 3em;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-\[10\%\] {
  padding-left: 10% !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.\!pt-\[0\.4rem\] {
  padding-top: 0.4rem !important;
}
.\!pt-\[1\.1rem\] {
  padding-top: 1.1rem !important;
}
.pb-\[0\.5em\] {
  padding-bottom: 0.5em;
}
.pb-\[0\.8rem\] {
  padding-bottom: 0.8rem;
}
.pb-\[1\.5em\] {
  padding-bottom: 1.5em;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[1em\] {
  padding-bottom: 1em;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-\[2em\] {
  padding-bottom: 2em;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-\[0\.24rem\] {
  padding-left: 0.24rem;
}
.pr-\[0\.3em\] {
  padding-right: 0.3em;
}
.pt-\[0\.2em\] {
  padding-top: 0.2em;
}
.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}
.pt-\[1\.5em\] {
  padding-top: 1.5em;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[1em\] {
  padding-top: 1em;
}
.pt-\[1rem\] {
  padding-top: 1rem;
}
.pt-\[300px\] {
  padding-top: 300px;
}
.pt-\[450px\] {
  padding-top: 450px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-\[0\.18rem\] {
  font-size: 0.18rem;
}
.text-\[0\.3rem\] {
  font-size: 0.3rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[2em\] {
  font-size: 2em;
}
.text-\[3em\] {
  font-size: 3em;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[800\] {
  font-weight: 800;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[1em\] {
  line-height: 1em;
}
.leading-\[2em\] {
  line-height: 2em;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-\[\#ddd\] {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1));
}
.text-\[rgb\(194\2c 217\2c 254\)\] {
  --tw-text-opacity: 1;
  color: rgb(194 217 254 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  color: rgba(255,255,255,0.5);
}
.text-gray-1 {
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity, 1));
}
.text-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / 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-primary {
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.text-primaryDark {
  --tw-text-opacity: 1;
  color: rgb(0 144 168 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.20\] {
  opacity: 0.20;
}
.opacity-\[0\.8\] {
  opacity: 0.8;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 10px 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-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 10px 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_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-\[font-size\] {
  transition-property: font-size;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-0 {
  transition-delay: 0s;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ratio-\[16\/9\] {
  position: relative;
}
.ratio-\[16\/9\]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio-\[16\/9\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[3\/2\] {
  position: relative;
}
.ratio-\[3\/2\]::before {
  content: "";
  display: block;
  padding-top: 66.66666666666666%;
}
.ratio-\[3\/2\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[3936\/2624\] {
  position: relative;
}
.ratio-\[3936\/2624\]::before {
  content: "";
  display: block;
  padding-top: 66.66666666666666%;
}
.ratio-\[3936\/2624\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[5\/5\] {
  position: relative;
}
.ratio-\[5\/5\]::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-\[5\/5\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[500\.333\/143\.999\] {
  position: relative;
}
.ratio-\[500\.333\/143\.999\]::before {
  content: "";
  display: block;
  padding-top: 28.780632099022046%;
}
.ratio-\[500\.333\/143\.999\] > * {
  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%;
}
.\!w-c-\[1\.2rem\] {
  width: calc(1.2rem * var(--scale)) !important;
}
.\!w-c-\[1rem\] {
  width: calc(1rem * var(--scale)) !important;
}
.h-c-\[0\.7em\] {
  height: calc(0.7em * var(--scale));
}
.h-c-\[11em\] {
  height: calc(11em * var(--scale));
}
.h-c-\[800px\] {
  height: calc(800px * var(--scale));
}
.max-size-\[400px\] {
  max-width: 400px;
  max-height: 400px;
}
.max-size-\[unset\] {
  max-width: unset;
  max-height: unset;
}
.mb-c-\[100px\] {
  margin-bottom: calc(100px * var(--scale));
}
.mb-c-\[15px\] {
  margin-bottom: calc(15px * var(--scale));
}
.mb-c-\[1rem\] {
  margin-bottom: calc(1rem * var(--scale));
}
.mb-c-\[50px\] {
  margin-bottom: calc(50px * var(--scale));
}
.min-size-\[500px\] {
  min-width: 500px;
  min-height: 500px;
}
.mr-c-\[15px\] {
  margin-right: calc(15px * var(--scale));
}
.mt-c-\[3em\] {
  margin-top: calc(3em * var(--scale));
}
.mt-c-\[50px\] {
  margin-top: calc(50px * var(--scale));
}
.p-c-\[30px\] {
  padding: calc(30px * var(--scale));
}
.p-c-\[60px\] {
  padding: calc(60px * var(--scale));
}
.pb-c-\[1\.5rem\] {
  padding-bottom: calc(1.5rem * var(--scale));
}
.pb-c-\[2rem\] {
  padding-bottom: calc(2rem * var(--scale));
}
.pb-c-\[3\.5em\] {
  padding-bottom: calc(3.5em * var(--scale));
}
.pt-c-\[1\.5em\] {
  padding-top: calc(1.5em * var(--scale));
}
.pt-c-\[1\.5rem\] {
  padding-top: calc(1.5rem * var(--scale));
}
.pt-c-\[100px\] {
  padding-top: calc(100px * var(--scale));
}
.px-c-\[4em\] {
  padding-left: calc(4em * var(--scale));
  padding-right: calc(4em * var(--scale));
}
.px-c-\[50px\] {
  padding-left: calc(50px * var(--scale));
  padding-right: calc(50px * var(--scale));
}
.py-c-\[2rem\] {
  padding-top: calc(2rem * var(--scale));
  padding-bottom: calc(2rem * var(--scale));
}
.py-c-\[3em\] {
  padding-top: calc(3em * var(--scale));
  padding-bottom: calc(3em * var(--scale));
}
.py-c-\[5em\] {
  padding-top: calc(5em * var(--scale));
  padding-bottom: calc(5em * var(--scale));
}
.size-c-\[5em\] {
  width: calc(5em * var(--scale));
  height: calc(5em * var(--scale));
}
.text-c-\[0\.16rem\] {
  font-size: calc(0.16rem * var(--scale));
}
.text-c-\[0\.18rem\] {
  font-size: calc(0.18rem * var(--scale));
}
.text-c-\[0\.5rem\] {
  font-size: calc(0.5rem * var(--scale));
}
.text-c-\[1\.2em\] {
  font-size: calc(1.2em * var(--scale));
}
.text-c-\[12px\] {
  font-size: calc(12px * var(--scale));
}
.text-c-\[16px\] {
  font-size: calc(16px * var(--scale));
}
.text-c-\[18px\] {
  font-size: calc(18px * var(--scale));
}
.text-c-\[20px\] {
  font-size: calc(20px * var(--scale));
}
.text-c-\[30px\] {
  font-size: calc(30px * var(--scale));
}
.text-c-\[45px\] {
  font-size: calc(45px * var(--scale));
}
.text-px-rem-c-\[0\.16rem\] {
  font-size: calc(0.16rem / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[14px\] {
  font-size: calc(14 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[16px\] {
  font-size: calc(16 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[18px\] {
  font-size: calc(18 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[20px\] {
  font-size: calc(20 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[48px\] {
  font-size: calc(48 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[56px\] {
  font-size: calc(56 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.w-c-\[25em\] {
  width: calc(25em * var(--scale));
}
.w-c-\[4em\] {
  width: calc(4em * var(--scale));
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-row-\[0\.5em\] {
  display: flex;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.layout-row-\[0\.5em\]>.col {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.layout-row-\[0\.75em\] {
  display: flex;
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.layout-row-\[0\.75em\]>.col {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.layout-row-\[1\.5em\] {
  display: flex;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.layout-row-\[1\.5em\]>.col {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.layout-row-\[1em\] {
  display: flex;
  margin-left: -1em;
  margin-right: -1em;
}
.layout-row-\[1em\]>.col {
  padding-left: 1em;
  padding-right: 1em;
}
.layout-row-\[2em\] {
  display: flex;
  margin-left: -2em;
  margin-right: -2em;
}
.layout-row-\[2em\]>.col {
  padding-left: 2em;
  padding-right: 2em;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-clip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sfw-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-primary-2 {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.module-padding {
  padding-top: calc(0.8rem * var(--scale));
  padding-bottom: calc(0.8rem * var(--scale));
}
.module-header-bottom {
  padding-bottom: 3em;
}
.module-header-pb {
  padding-bottom: calc(80px * var(--scale));
}
.\[font-size\:unset\] {
  font-size: unset;
}
.\[word-break\:normal\] {
  word-break: normal;
}
#module-product-rect {
  padding-bottom: calc(1rem * var(--scale));
}
#module-product-rect .relative-box {
  position: relative;
  width: 100%;
}
#module-product-rect .category-item {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 35em;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 246 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {

  #module-product-rect .category-item {
    position: relative;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#module-product-rect .category-item.item-1 {
  visibility: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}
@media (max-width: 768px) {

  #module-product-rect .category-item.item-1 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
#module-product-rect .category-item.item-1 .category-show-list-btn {
  cursor: pointer;
}
#module-product-rect .category-item.item-2 {
  visibility: hidden;
  opacity: 0;
  display: flex;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 768px) {

  #module-product-rect .category-item.item-2 {
    display: none;
    overflow: hidden;
  }
}
#module-product-rect .category-item.item-2 .content-box {
  flex-grow: 1;
}
#module-product-rect .category-item.item-2 .content-box .category-title {
  font-weight: 700;
  font-size: calc(30px * var(--scale));
  margin-bottom: 0.5em;
}
#module-product-rect .category-item.item-2 .content-box div.ul {
  font-size: calc(16px * var(--scale));
  height: 18em;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  #module-product-rect .category-item.item-2 .content-box div.ul {
    font-size: calc(18px * var(--scale));
  }
  @media (max-width: 768px) {

    #module-product-rect .category-item.item-2 .content-box div.ul {
      font-size: 12px;
    }
  }
}
#module-product-rect .category-item.item-2 .content-box div.ul a.li::before {
  margin-right: 1em;
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 55 55 / var(--tw-bg-opacity, 1)) !important;
  --tw-content: '';
  content: var(--tw-content);
}
#module-product-rect .category-item.item-2 .content-box div.ul a.li {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
#module-product-rect .category-item.item-2 .icon {
  width: 30%;
  flex-shrink: 0;
  align-self: flex-end;
}
@media (max-width: 768px) {

  #module-product-rect .category-item.item-2 .icon {
    width: 30%;
  }
}
#module-product-rect .category-item.item-2 .icon img {
  height: 6em;
  max-width: 90%;
  background-size: cover;
}
#module-product-rect .category-item-col.active {
  flex-grow: 1;
}
#module-product-rect .category-item-col.active .category-item.item-1 {
  opacity: 0;
}
@media (max-width: 768px) {

  #module-product-rect .category-item-col.active .category-item.item-1 {
    display: none;
    opacity: 1;
  }
}
#module-product-rect .category-item-col.active .category-item.item-2 {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {

  #module-product-rect .category-item-col.active .category-item.item-2 {
    display: flex;
    overflow: hidden;
  }
}
#module-product-rect .category-item-col.active .category-item.item-2 .ul .li:hover {
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
#module-product-rect .category-item-col.active .category-item.item-2 .ul .li:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
@media (max-width: 768px) {
  .lt-md\:title-2 {
    font-weight: 700;
    font-size: calc(30px * var(--scale));
  }
  .lt-md\:desc-1 {
    font-size: calc(18px * var(--scale));
  }
  @media (max-width: 768px) {

    .lt-md\:desc-1 {
      font-size: 12px;
    }
  }
  .lt-md\:desc-2 {
    font-size: calc(20px * var(--scale));
  }
  @media (max-width: 768px) {

    .lt-md\:desc-2 {
      font-size: 14px;
    }
  }
}
.first\:border-r:first-child {
  border-right-width: 1px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:w-full:last-child {
  width: 100%;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.last\:border-t:last-child {
  border-top-width: 1px;
}
.hover\:translate-x-\[-0\.5em\]:hover {
  --tw-translate-x: -0.5em;
  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));
}
.hover\:translate-y-\[-0\.5em\]:hover {
  --tw-translate-y: -0.5em;
  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));
}
.hover\:translate-y-\[-20px\]:hover {
  --tw-translate-y: -20px;
  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));
}
.hover\:bg-bgGreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.hover\:shadow-\[10px_10px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]:hover {
  --tw-shadow: 10px 10px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 10px 10px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:text-primary:active {
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.group:hover .group-hover\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.group:hover .group-hover\:fill-primary {
  fill: #3fabc1;
}
.group:hover .group-hover\:fill-primaryDark {
  fill: rgb(0,144,168);
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

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

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

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

  .lt-md\:\!top-\[0\%\] {
    top: 0% !important;
  }

  .lt-md\:\!top-\[15\%\] {
    top: 15% !important;
  }

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

  .lt-md\:top-\[-15vw\] {
    top: -15vw;
  }

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

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

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

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

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

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

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

  .lt-md\:ml-0 {
    margin-left: 0px;
  }

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

  .lt-md\:mr-\[0\] {
    margin-right: 0;
  }

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

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

  .lt-md\:\!block {
    display: block !important;
  }

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

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

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

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

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

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

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

  .lt-md\:h-\[auto\] {
    height: auto;
  }

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

  .lt-md\:\!w-\[15vw\] {
    width: 15vw !important;
  }

  .lt-md\:\!w-\[60\%\] {
    width: 60% !important;
  }

  .lt-md\:\!w-auto {
    width: auto !important;
  }

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

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

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

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

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

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

  .lt-md\:flex-center flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lt-md\:\!translate-x-\[-10px\] {
    --tw-translate-x: -10px !important;
    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)) !important;
  }

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

  .lt-md\:rotate-90 {
    --tw-rotate: 90deg;
    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));
  }

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

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

  .lt-md\:items-start {
    align-items: flex-start;
  }

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

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

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

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

  .lt-md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

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

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

  .lt-md\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
    background-color: rgba(255,255,255,0.5);
  }

  .lt-md\:p-\[1em_2em\] {
    padding: 1em 2em;
  }

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

  .lt-md\:px-\[2em\] {
    padding-left: 2em;
    padding-right: 2em;
  }

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

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

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

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

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

  .lt-md\:text-\[1\.2em\] {
    font-size: 1.2em;
  }

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

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

  .lt-md\:leading-\[1\.2em\] {
    line-height: 1.2em;
  }

  .lt-md\:shadow-\[0px_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lt-md\:min-size-\[unset\] {
    min-width: unset;
    min-height: unset;
  }

  .lt-md\:pt-c-\[2em\] {
    padding-top: calc(2em * var(--scale));
  }

  .lt-md\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lt-md\:layout-row-\[0\] {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }

  .lt-md\:layout-row-\[0\]>.col {
    padding-left: 0;
    padding-right: 0;
  }

  .lt-md\:layout-row-\[1em\] {
    display: flex;
    margin-left: -1em;
    margin-right: -1em;
  }

  .lt-md\:layout-row-\[1em\]>.col {
    padding-left: 1em;
    padding-right: 1em;
  }
  .lt-md\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lt-md\:first\:border-r-\[0\]:first-child {
    border-right-width: 0;
  }
}
@media (max-width: 480px) {

  .lt-xs\:\!hidden {
    display: none !important;
  }

  .lt-xs\:\!ratio-\[5\/7\] {
    position: relative !important;
  }

  .lt-xs\:\!ratio-\[5\/7\]::before {
    content: "" !important;
    display: block !important;
    padding-top: 140% !important;
  }

  .lt-xs\:\!ratio-\[5\/7\] > * {
    position: absolute !important;
    display: block !important;
    -o-object-fit: fill !important;
       object-fit: fill !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .lt-xs\:\!layout-row-\[6px\] {
    display: flex !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
  }

  .lt-xs\:\!layout-row-\[6px\]>.col {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}