/*
! tailwindcss v3.2.4 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

.jm-container {
  width: 100%;
}

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

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

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

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

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

.jm-tailwind-area {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  font-size: 100%;
  border-style: solid;
  font-family: "Barlow", "Noto Sans KR", sans-serif !important;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

input,
textarea {
  outline: none;
}

input[type="text"]:-moz-read-only, textarea:-moz-read-only {
  border: 1px solid #d7d7d7;
  background-color: #dfdfdf;
}

input[type="text"]:read-only,
textarea:read-only {
  border: 1px solid #d7d7d7;
  background-color: #dfdfdf;
}

button:hover {
  opacity: 0.9;
}

.jm-a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Barlow", "Noto Sans KR", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

.jm-line-clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jm-line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jm-line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.jm-line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.jm-line-clamp-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.jm-appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.jm-container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
}

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

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

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

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

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

/* Chrome, Safari, Edge, Opera */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.basic-visual-slide-wrap .swiper-pagination {
  display: block;
}

.basic-visual-slide-wrap .swiper-pagination-bullets {
  margin: 0;
  display: flex;
  align-items: center;
}

.basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  display: inline-block;
  border-radius: 999px;
  transition: 0.3s;
  margin: 0 5px;
}

.basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 0;
}

.basic-visual-slide-wrap .custom-swiper-button-next {
  right: 9% !important;
}

.basic-visual-slide-wrap .custom-swiper-button-prev {
  left: 9% !important;
}

.basic-visual-slide-wrap .custom-swiper-button-next,
.basic-visual-slide-wrap .custom-swiper-button-prev {
  color: rgba(255, 255, 255, 0.5) !important;
}

.basic-visual-slide-wrap .custom-swiper-button-next:hover,
.basic-visual-slide-wrap .custom-swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.banner-btn .banner-btn-icon {
  background: #006cb2;
  stroke: #ffffff;
}

.banner-btn:hover .banner-btn-icon {
  background: #ffffff;
  stroke: #006cb2;
}

.swiper-autoplay-btn {
  cursor: pointer;
}

.swiper-autoplay-btn > svg {
  display: none;
}

.swiper-autoplay-btn.pause > .pause-icon {
  display: block;
}

.swiper-autoplay-btn.play > .play-icon {
  display: block;
}

@media (max-width: 1024px) {
  .basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }

  .jm-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.jm-fixed {
  position: fixed;
}

.jm-absolute {
  position: absolute;
}

.jm-relative {
  position: relative;
}

.jm-top-0 {
  top: 0px;
}

.jm-left-0 {
  left: 0px;
}

.jm-right-0 {
  right: 0px;
}

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

.jm-top-\[100\%\] {
  top: 100%;
}

.jm-bottom-\[90px\] {
  bottom: 90px;
}

.jm-left-\[42\.7\%\] {
  left: 42.7%;
}

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

.jm-z-\[100\] {
  z-index: 100;
}

.jm-z-\[999\] {
  z-index: 999;
}

.jm-z-\[20\] {
  z-index: 20;
}

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

.jm-z-\[2\] {
  z-index: 2;
}

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

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

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

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

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

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

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

.jm-ml-\[10px\] {
  margin-left: 10px;
}

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

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

.jm-mr-\[12px\] {
  margin-right: 12px;
}

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

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

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

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

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

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

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

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

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

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

.jm-block {
  display: block;
}

.jm-inline-block {
  display: inline-block;
}

.jm-flex {
  display: flex;
}

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

.jm-grid {
  display: grid;
}

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

.jm-hidden {
  display: none;
}

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

.jm-aspect-\[57\/32\] {
  aspect-ratio: 57/32;
}

.jm-aspect-\[245\/350\] {
  aspect-ratio: 245/350;
}

.jm-aspect-\[345\/250\] {
  aspect-ratio: 345/250;
}

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

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

.jm-h-\[100\%\] {
  height: 100%;
}

.jm-h-\[100vh\] {
  height: 100vh;
}

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

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

.jm-h-\[80vh\] {
  height: 80vh;
}

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

.jm-h-auto {
  height: auto;
}

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

.jm-h-0 {
  height: 0px;
}

.jm-w-\[100vw\] {
  width: 100vw;
}

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

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

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

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

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

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

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

.jm-w-0 {
  width: 0px;
}

.jm-w-auto {
  width: auto;
}

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

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

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

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

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

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

.jm-translate-x-\[-100\%\] {
  --tw-translate-x: -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));
}

.\!jm-translate-x-\[0\] {
  --tw-translate-x: 0 !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;
}

@keyframes jm-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);
  }
}

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

@keyframes jm-pulse {
  50% {
    opacity: .5;
  }
}

.jm-animate-pulse {
  animation: jm-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.jm-cursor-pointer {
  cursor: pointer;
}

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

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

.jm-flex-row {
  flex-direction: row;
}

.jm-flex-col {
  flex-direction: column;
}

.jm-flex-col-reverse {
  flex-direction: column-reverse;
}

.jm-flex-wrap {
  flex-wrap: wrap;
}

.jm-items-start {
  align-items: flex-start;
}

.jm-items-center {
  align-items: center;
}

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

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

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

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

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

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

.jm-gap-\[40px\] {
  gap: 40px;
}

.jm-gap-\[18px\] {
  gap: 18px;
}

.jm-gap-x-\[25px\] {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.jm-gap-y-\[12px\] {
  row-gap: 12px;
}

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

.jm-gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.jm-gap-y-\[20px\] {
  row-gap: 20px;
}

.jm-overflow-hidden {
  overflow: hidden;
}

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

.jm-overflow-x-hidden {
  overflow-x: hidden;
}

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

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

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

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

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

.\!jm-border-\[2px\] {
  border-width: 2px !important;
}

.jm-border {
  border-width: 1px;
}

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

.jm-border-b-\[1px\] {
  border-bottom-width: 1px;
}

.\!jm-border-b-\[0px\] {
  border-bottom-width: 0px !important;
}

.\!jm-border-b-0 {
  border-bottom-width: 0px !important;
}

.jm-border-none {
  border-style: none;
}

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

.\!jm-border-\[\#fff\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.\!jm-border-\[\#D59F13\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 159 19 / var(--tw-border-opacity)) !important;
}

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

.jm-border-\[\#C5CBD1\] {
  --tw-border-opacity: 1;
  border-color: rgb(197 203 209 / var(--tw-border-opacity));
}

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

.jm-bg-\[\#fff\]\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

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

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

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

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

.jm-bg-\[\#000\]\/\[0\] {
  background-color: rgb(0 0 0 / 0);
}

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

.jm-bg-\[\#000\]\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

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

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

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

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

.jm-bg-\[\#44D08E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 208 142 / var(--tw-bg-opacity));
}

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

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

.jm-bg-no-repeat {
  background-repeat: no-repeat;
}

.jm-stroke-\[\#B7B7B7\] {
  stroke: #B7B7B7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!jm-px-\[0px\] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

.jm-pl-\[8px\] {
  padding-left: 8px;
}

.jm-text-left {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jm-font-\[700\] {
  font-weight: 700;
}

.jm-font-medium {
  font-weight: 500;
}

.jm-font-\[500\] {
  font-weight: 500;
}

.jm-font-\[400\] {
  font-weight: 400;
}

.jm-font-\[300\] {
  font-weight: 300;
}

.jm-font-\[600\] {
  font-weight: 600;
}

.jm-leading-\[26\.06px\] {
  line-height: 26.06px;
}

.jm-leading-\[150\%\] {
  line-height: 150%;
}

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

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

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

.jm-leading-\[160\%\] {
  line-height: 160%;
}

.jm-leading-\[130\%\] {
  line-height: 130%;
}

.jm-leading-\[110\%\] {
  line-height: 110%;
}

.jm-leading-\[140\%\] {
  line-height: 140%;
}

.jm-tracking-\[-0\.0474em\] {
  letter-spacing: -0.0474em;
}

.jm-tracking-\[-0\.0174em\] {
  letter-spacing: -0.0174em;
}

.jm-tracking-\[-0\.313px\] {
  letter-spacing: -0.313px;
}

.jm-tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.jm-tracking-\[-2px\] {
  letter-spacing: -2px;
}

.jm-tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}

.jm-tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}

.jm-tracking-\[-0\.45px\] {
  letter-spacing: -0.45px;
}

.jm-tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.jm-tracking-\[-1px\] {
  letter-spacing: -1px;
}

.jm-tracking-\[-1\.2px\] {
  letter-spacing: -1.2px;
}

.jm-tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}

.jm-tracking-\[-0\.25px\] {
  letter-spacing: -0.25px;
}

.jm-tracking-\[-1\.68px\] {
  letter-spacing: -1.68px;
}

.jm-text-\[\#44D08E\] {
  --tw-text-opacity: 1;
  color: rgb(68 208 142 / var(--tw-text-opacity));
}

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

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

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

.\!jm-text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!jm-text-\[\#fff\]\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.\!jm-text-\[\#44D08E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(68 208 142 / var(--tw-text-opacity)) !important;
}

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

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

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

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

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

.jm-text-\[\#6C6C6C\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.jm-text-\[\#84929A\] {
  --tw-text-opacity: 1;
  color: rgb(132 146 154 / var(--tw-text-opacity));
}

.jm-opacity-0 {
  opacity: 0;
}

.jm-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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);
}

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

.jm-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.jm-duration-500 {
  transition-duration: 500ms;
}

.jm-duration-300 {
  transition-duration: 300ms;
}

.hover\:jm-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:\!jm-border-\[\#44D08E\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 208 142 / var(--tw-border-opacity)) !important;
}

.hover\:jm-bg-\[\#fff\]\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:jm-bg-\[\#000\]\/\[\.08\]:hover {
  background-color: rgb(0 0 0 / .08);
}

.hover\:jm-text-\[\#44D08E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(68 208 142 / var(--tw-text-opacity));
}

.hover\:\!jm-text-\[\#44D08E\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(68 208 142 / var(--tw-text-opacity)) !important;
}

.hover\:jm-text-\[\#555555\]:hover {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.hover\:\!jm-text-\[\#91178968\]:hover {
  color: #91178968 !important;
}

.hover\:jm-underline:hover {
  text-decoration-line: underline;
}

.hover\:jm-underline-offset-2:hover {
  text-underline-offset: 2px;
}

.hover\:jm-opacity-70:hover {
  opacity: 0.7;
}

.focus\:\!jm-border-\[\#44D08E\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(68 208 142 / var(--tw-border-opacity)) !important;
}

.active\:jm-text-\[\#44D08E\]:active {
  --tw-text-opacity: 1;
  color: rgb(68 208 142 / var(--tw-text-opacity));
}

.jm-group:hover .group-hover\:\!jm-fill-\[\#44D08E\] {
  fill: #44D08E !important;
}

.jm-group:hover .group-hover\:\!jm-stroke-\[\#44D08E\] {
  stroke: #44D08E !important;
}

.jm-group:hover .group-hover\:\!jm-text-\[\#44D08E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(68 208 142 / var(--tw-text-opacity)) !important;
}

.jm-group:hover .group-hover\:jm-underline {
  text-decoration-line: underline;
}

.jm-peer:checked ~ .peer-checked\:\!jm-bg-\[\#44D08E\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 208 142 / var(--tw-bg-opacity)) !important;
}

.jm-peer:checked ~ .peer-checked\:\!jm-text-\[\#44D08E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(68 208 142 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .md\:jm-mr-\[16px\] {
    margin-right: 16px;
  }

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

@media (min-width: 1024px) {
  .lg\:jm-left-\[48\%\] {
    left: 48%;
  }

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

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

  .lg\:jm-my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

  .lg\:jm-mt-\[40px\] {
    margin-top: 40px;
  }

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

  .lg\:\!jm-block {
    display: block !important;
  }

  .lg\:\!jm-flex {
    display: flex !important;
  }

  .lg\:\!jm-hidden {
    display: none !important;
  }

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

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

  .lg\:jm-w-\[80\%\] {
    width: 80%;
  }

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

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

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

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

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

  .lg\:jm-gap-0 {
    gap: 0px;
  }

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

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

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

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

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

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

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

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

  .lg\:jm-pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:jm-text-left {
    text-align: left;
  }

  .lg\:jm-text-\[56px\] {
    font-size: 56px;
  }

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

  .lg\:jm-text-\[24px\] {
    font-size: 24px;
  }

  .lg\:jm-text-\[48px\] {
    font-size: 48px;
  }

  .lg\:jm-text-\[42px\] {
    font-size: 42px;
  }

  .lg\:jm-text-\[22px\] {
    font-size: 22px;
  }

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

  .lg\:jm-tracking-\[-0\.45px\] {
    letter-spacing: -0.45px;
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:\!jm-flex {
    display: flex !important;
  }

  .xl\:jm-hidden {
    display: none;
  }

  .xl\:jm-h-\[90px\] {
    height: 90px;
  }

  .xl\:jm-gap-x-\[55px\] {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }

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