*, ::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;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-\[120px\] {
  bottom: 120px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-\[-425px\] {
  left: -425px;
}
.left-\[60px\] {
  left: 60px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[20\.6px\] {
  right: 20.6px;
}
.right-\[25px\] {
  right: 25px;
}
.right-\[60px\] {
  right: 60px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-4 {
  top: 1rem;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[182px\] {
  top: 182px;
}
.top-\[20\.6px\] {
  top: 20.6px;
}
.top-\[200px\] {
  top: 200px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[235px\] {
  top: 235px;
}
.top-\[28px\] {
  top: 28px;
}
.top-\[35px\] {
  top: 35px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[888\] {
  z-index: 888;
}
.z-\[999\] {
  z-index: 999;
}
.m-0 {
  margin: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-\[18px\] {
  margin-bottom: 18px !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-\[10px\] {
  margin-top: 10px !important;
}
.\!mt-\[12px\] {
  margin-top: 12px !important;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[1\.67px\] {
  margin-top: 1.67px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[96px\] {
  margin-top: 96px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1\.2\] {
  aspect-ratio: 1.2;
}
.aspect-\[1\.43\] {
  aspect-ratio: 1.43;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.\!h-0 {
  height: 0px !important;
}
.\!h-10 {
  height: 2.5rem !important;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[1\.13px\] {
  height: 1.13px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[234px\] {
  height: 234px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[26\.09px\] {
  height: 26.09px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[73px\] {
  height: 73px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[580px\] {
  max-height: 580px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[65vh\] {
  max-height: 65vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[27px\] {
  min-height: 27px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[76px\] {
  min-height: 76px;
}
.\!w-0 {
  width: 0px !important;
}
.\!w-\[100px\] {
  width: 100px !important;
}
.\!w-\[176px\] {
  width: 176px !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10\.13px\] {
  width: 10.13px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[238px\] {
  width: 238px;
}
.w-\[241px\] {
  width: 241px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[26\.09px\] {
  width: 26.09px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[395px\] {
  width: 395px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[91px\] {
  width: 91px;
}
.w-dvw {
  width: 100dvw;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.\!min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[241px\] {
  min-width: 241px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[292px\] {
  min-width: 292px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[500px\] {
  min-width: 500px;
}
.min-w-\[64px\] {
  min-width: 64px;
}
.min-w-\[76px\] {
  min-width: 76px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[112px\] {
  max-width: 112px;
}
.max-w-\[1209px\] {
  max-width: 1209px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[241px\] {
  max-width: 241px;
}
.max-w-\[273px\] {
  max-width: 273px;
}
.max-w-\[292px\] {
  max-width: 292px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[40\%\] {
  max-width: 40%;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[416px\] {
  max-width: 416px;
}
.max-w-\[438px\] {
  max-width: 438px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[604px\] {
  max-width: 604px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[68px\] {
  max-width: 68px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[770px\] {
  max-width: 770px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[924px\] {
  max-width: 924px;
}
.max-w-\[95px\] {
  max-width: 95px;
}
.max-w-\[99px\] {
  max-width: 99px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[270px\] {
  gap: 270px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-extraSmall {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-default {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-t-\[0px\] {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-default {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.\!border-\[\#BAC0C6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 192 198 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#FF424E\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 66 78 / var(--tw-border-opacity, 1)) !important;
}
.\!border-main-06 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 36 140 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#\#E9E9E9\] {
  border-color: ##E9E9E9;
}
.border-\[\#183484\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 52 132 / var(--tw-border-opacity, 1));
}
.border-\[\#868686\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 134 134 / var(--tw-border-opacity, 1));
}
.border-\[\#BEBEBE\] {
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1));
}
.border-\[\#E9E9E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}
.border-\[\#FF424E\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 66 78 / var(--tw-border-opacity, 1));
}
.border-accent-06 {
  --tw-border-opacity: 1;
  border-color: rgb(198 150 22 / var(--tw-border-opacity, 1));
}
.border-gray-03 {
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-main-01 {
  --tw-border-opacity: 1;
  border-color: rgb(0 51 102 / var(--tw-border-opacity, 1));
}
.border-main-11 {
  --tw-border-opacity: 1;
  border-color: rgb(24 52 132 / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-\[\#FF2C00\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 44 0 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#BAC0C6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 192 198 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#FEE159\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 225 89 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#00000033\] {
  background-color: #00000033;
}
.bg-\[\#183484\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 52 132 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3333\] {
  background-color: #3333;
}
.bg-\[\#868686\] {
  --tw-bg-opacity: 1;
  background-color: rgb(134 134 134 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9E9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFFFF4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 255 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F1FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEE159\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 225 89 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF424E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 66 78 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFEA61\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 97 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF0F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF192\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 146 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFAF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.fill-\[\#183484\] {
  fill: #183484;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12\.5px\] {
  padding: 12.5px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[48px\] {
  padding: 48px;
}
.p-\[5px\] {
  padding: 5px;
}
.\!py-\[0px\] {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[30\.5px\] {
  padding-left: 30.5px;
  padding-right: 30.5px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[59px\] {
  padding-left: 59px;
  padding-right: 59px;
}
.px-\[61\.5px\] {
  padding-left: 61.5px;
  padding-right: 61.5px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[41px\] {
  padding-top: 41px;
  padding-bottom: 41px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9\.5px\] {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.\!pl-2 {
  padding-left: 0.5rem !important;
}
.\!pl-\[16px\] {
  padding-left: 16px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-\[32px\] {
  padding-right: 32px;
}
.pr-\[3px\] {
  padding-right: 3px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.\!text-b1 {
  font-size: 18px !important;
  line-height: 150% !important;
  font-weight: 400 !important;
}
.\!text-h4 {
  font-size: 16px !important;
  line-height: 150% !important;
  font-weight: bold !important;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[60px\]\/\[150\%\] {
  font-size: 60px;
  line-height: 150%;
}
.text-b1 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
.text-b2 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.text-b3 {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.text-b4 {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}
.text-h0 {
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
}
.text-h1 {
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
}
.text-h2 {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}
.text-h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
.text-h4 {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
.text-h7 {
  font-size: 10px;
  line-height: 150%;
  font-weight: bold;
}
.text-sh0 {
  font-size: 26px;
  line-height: 150%;
  font-weight: 600;
}
.text-t1 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 400;
}
.\!font-regular {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-regular {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[39px\] {
  line-height: 39px;
}
.tracking-\[0\%\] {
  letter-spacing: 0%;
}
.\!text-\[\#183484\] {
  --tw-text-opacity: 1 !important;
  color: rgb(24 52 132 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#007CE8\] {
  --tw-text-opacity: 1;
  color: rgb(0 124 232 / var(--tw-text-opacity, 1));
}
.text-\[\#009540\] {
  --tw-text-opacity: 1;
  color: rgb(0 149 64 / var(--tw-text-opacity, 1));
}
.text-\[\#183484\] {
  --tw-text-opacity: 1;
  color: rgb(24 52 132 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#4A4A4A\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}
.text-\[\#808089\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 137 / var(--tw-text-opacity, 1));
}
.text-\[\#8352FA\] {
  --tw-text-opacity: 1;
  color: rgb(131 82 250 / var(--tw-text-opacity, 1));
}
.text-\[\#868686\] {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
.text-\[\#FEE159\] {
  --tw-text-opacity: 1;
  color: rgb(254 225 89 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FF2C00\] {
  --tw-text-opacity: 1;
  color: rgb(255 44 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FF424E\] {
  --tw-text-opacity: 1;
  color: rgb(255 66 78 / var(--tw-text-opacity, 1));
}
.text-\[\#FFCB00\] {
  --tw-text-opacity: 1;
  color: rgb(255 203 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-accent-06 {
  --tw-text-opacity: 1;
  color: rgb(198 150 22 / 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-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-main-01 {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity, 1));
}
.text-main-11 {
  --tw-text-opacity: 1;
  color: rgb(24 52 132 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-text-500 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-text-600 {
  --tw-text-opacity: 1;
  color: rgb(0 16 29 / var(--tw-text-opacity, 1));
}
.text-text-700 {
  --tw-text-opacity: 1;
  color: rgb(1 27 13 / var(--tw-text-opacity, 1));
}
.text-text-800 {
  --tw-text-opacity: 1;
  color: rgb(0 5 28 / var(--tw-text-opacity, 1));
}
.text-text-black {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-text-error {
  --tw-text-opacity: 1;
  color: rgb(255 66 78 / var(--tw-text-opacity, 1));
}
.text-text-link {
  --tw-text-opacity: 1;
  color: rgb(0 124 232 / var(--tw-text-opacity, 1));
}
.text-text-navy {
  --tw-text-opacity: 1;
  color: rgb(24 52 132 / var(--tw-text-opacity, 1));
}
.text-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-\[0_-3px_6px_rgba\(27\2c 43\2c 90\2c 0\.1\)\] {
  --tw-shadow: 0 -3px 6px rgba(27,43,90,0.1);
  --tw-shadow-colored: 0 -3px 6px 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_2px_6px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 2px 6px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 6px 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_4px_rgba\(0\2c 0\2c 0\2c 0\.03\)\] {
  --tw-shadow: 2px 2px 4px rgba(0,0,0,0.03);
  --tw-shadow-colored: 2px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[3px_3px_6px_rgba\(27\2c 43\2c 90\2c 0\.2\)\] {
  --tw-shadow: 3px 3px 6px rgba(27,43,90,0.2);
  --tw-shadow-colored: 3px 3px 6px 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-product {
  --tw-shadow: 3px 3px 6px rgba(27, 43, 90, 0.2);
  --tw-shadow-colored: 3px 3px 6px 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-s {
  --tw-shadow: 0px 0px 10px 0px rgba(0, 80, 144, 0.3);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-search {
  --tw-shadow: 3px 3px 6px rgba(27, 43, 90, 0.2);
  --tw-shadow-colored: 3px 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.placeholder\:text-\[14px\]::-moz-placeholder {
  font-size: 14px;
}
.placeholder\:text-\[14px\]::placeholder {
  font-size: 14px;
}
.placeholder\:text-\[\#868686\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#868686\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\:border-\[\#183484\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 52 132 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#FF424E\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 66 78 / var(--tw-border-opacity, 1));
}
.hover\:border-main-11:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 52 132 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#142a6b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 42 107 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#183484\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 52 132 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#E9E9E9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F6F8FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FEE159\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 225 89 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f5f5f5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#fff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ffff\]:hover {
  background-color: #ffff;
}
.hover\:\!text-main-01:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 51 102 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-\[\#183484\]:hover {
  --tw-text-opacity: 1;
  color: rgb(24 52 132 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#333333\]:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FEE159\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 225 89 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FF424E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 66 78 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FFFFFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ffff\]:hover {
  color: #ffff;
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-main-01:hover {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity, 1));
}
.hover\:text-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:translate-y-1:active {
  --tw-translate-y: 0.25rem;
  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\:visible {
  visibility: visible;
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media not all and (min-width: 1280px) {

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

  .max-xl\:gap-\[16px\] {
    gap: 16px;
  }

  .max-xl\:p-\[16px\] {
    padding: 16px;
  }

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

  .max-xl\:leading-\[30px\] {
    line-height: 30px;
  }
}
@media not all and (min-width: 1024px) {

  .max-lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

  .max-lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-lg\:items-start {
    align-items: flex-start;
  }

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

  .max-lg\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-lg\:leading-\[26px\] {
    line-height: 26px;
  }
}
@media not all and (min-width: 768px) {

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

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

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

  .max-md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

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

  .max-md\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

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

  .max-md\:border-none {
    border-style: none;
  }

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

  .max-md\:p-\[16px\] {
    padding: 16px;
  }

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

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

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

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

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

  .max-md\:\!text-left {
    text-align: left !important;
  }

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

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

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

  .max-md\:text-\[48px\]\/\[150\%\] {
    font-size: 48px;
    line-height: 150%;
  }

  .max-md\:text-b3 {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
  }

  .max-md\:text-h1 {
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
  }

  .max-md\:text-h2 {
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
  }

  .max-md\:text-h3 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
  }

  .max-md\:text-h4 {
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
  }

  .max-md\:text-h5 {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
  }

  .max-md\:font-medium {
    font-weight: 500;
  }

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

  .max-md\:leading-\[32px\] {
    line-height: 32px;
  }

  .max-md\:text-text-600 {
    --tw-text-opacity: 1;
    color: rgb(0 16 29 / var(--tw-text-opacity, 1));
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:right-\[13\.68px\] {
    right: 13.68px;
  }

  .max-sm\:top-\[13\.68px\] {
    top: 13.68px;
  }

  .max-sm\:my-\[8px\] {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .max-sm\:\!mt-1 {
    margin-top: 0.25rem !important;
  }

  .max-sm\:mr-\[16px\] {
    margin-right: 16px;
  }

  .max-sm\:mr-\[8px\] {
    margin-right: 8px;
  }

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

  .max-sm\:\!line-clamp-1 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .max-sm\:block {
    display: block;
  }

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:hidden {
    display: none;
  }

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

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

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

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

  .max-sm\:h-auto {
    height: auto;
  }

  .max-sm\:min-h-\[10px\] {
    min-height: 10px;
  }

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

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

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

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

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

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

  .max-sm\:w-\[90\%\] {
    width: 90%;
  }

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

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

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

  .max-sm\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

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

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

  .max-sm\:flex-row {
    flex-direction: row;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:items-start {
    align-items: flex-start;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:gap-0 {
    gap: 0px;
  }

  .max-sm\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

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

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

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

  .max-sm\:overflow-hidden {
    overflow: hidden;
  }

  .max-sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .max-sm\:border-none {
    border-style: none;
  }

  .max-sm\:p-0 {
    padding: 0px;
  }

  .max-sm\:p-3 {
    padding: 0.75rem;
  }

  .max-sm\:p-\[12px\] {
    padding: 12px;
  }

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

  .max-sm\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-sm\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-sm\:px-\[24\.5px\] {
    padding-left: 24.5px;
    padding-right: 24.5px;
  }

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

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

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

  .max-sm\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .max-sm\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .max-sm\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .max-sm\:pt-\[0px\] {
    padding-top: 0px;
  }

  .max-sm\:pt-\[12px\] {
    padding-top: 12px;
  }

  .max-sm\:pt-\[8px\] {
    padding-top: 8px;
  }

  .max-sm\:\!text-left {
    text-align: left !important;
  }

  .max-sm\:text-center {
    text-align: center;
  }

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

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

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

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

  .max-sm\:font-regular {
    font-weight: 400;
  }

  .max-sm\:font-semibold {
    font-weight: 600;
  }

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

  .max-sm\:leading-\[24px\] {
    line-height: 24px;
  }
}
@media (max-width: 500px) {

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

  .max-\[500px\]\:gap-2\.5 {
    gap: 0.625rem;
  }
}
@media (max-width: 400px) {

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

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

  .max-\[400px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[400px\]\:gap-\[16px\] {
    gap: 16px;
  }

  .max-\[400px\]\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .max-\[400px\]\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (max-width: 380px) {

  .max-\[380px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 360px) {

  .max-\[360px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {

  .sm\:sticky {
    position: sticky;
  }

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

  .sm\:hidden {
    display: none;
  }

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

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

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

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

  .sm\:text-b2 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }

  .sm\:text-h1 {
    font-size: 24px;
    line-height: 150%;
    font-weight: bold;
  }

  .sm\:text-h2 {
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
  }

  .min-\[640px\]\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1\.24\] {
    aspect-ratio: 1.24;
  }

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

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

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

  .md\:text-b2 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }

  .md\:text-h0 {
    font-size: 32px;
    line-height: 150%;
    font-weight: bold;
  }

  .md\:text-h2 {
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
  }

  .min-\[768px\]\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:text-h2 {
    font-size: 20px;
    line-height: 150%;
    font-weight: bold;
  }
}
@media (min-width: 1280px) {

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

  .xl\:gap-\[60px\] {
    gap: 60px;
  }
}
.\[\&_svg\]\:h-\[16px\] svg {
  height: 16px;
}
.\[\&_svg\]\:h-\[22px\] svg {
  height: 22px;
}
.\[\&_svg\]\:w-\[16px\] svg {
  width: 16px;
}
.\[\&_svg\]\:w-\[22px\] svg {
  width: 22px;
}