*, ::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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  /* 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;
  }
}

/* headings */

.h2 {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (min-width: 640px) {
  .h2 {
    font-size: 56px;
    line-height: 1.6;
  }
}

.h2_vertical {
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: 0.12em;
}

@media (min-width: 640px) {
  .h2_vertical {
    font-size: 56px;
    line-height: 1.04;
    letter-spacing: 0.12em;
  }
}

.h3 {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (min-width: 640px) {
  .h3 {
    font-size: 40px;
    line-height: 1.6;
  }
}

.h3_vertical {
  font-size: 28px;
  line-height: 1.85;
  letter-spacing: 0.2em;
}

@media (min-width: 640px) {
  .h3_vertical {
    font-size: 40px;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
}

.h4 {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .h4 {
    font-size: 32px;
    line-height: 2;
  }
}

.h5 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (min-width: 640px) {
  .h5 {
    font-size: 24px;
    line-height: 2;
  }
}

.h6 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (min-width: 640px) {
  .h6 {
    font-size: 20px;
    line-height: 2;
  }
}

/* text styles */

.text_large {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.text_vertical {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.12em;
}

@media (min-width: 640px) {
  .text_vertical {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.12em;
  }
}

.text_s {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.en_text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.annotation {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* labels */

.label {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/* buttons */

.button {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: unset;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: calc(5 * 0.25rem - 1.5px);
  padding-bottom: calc(5 * 0.25rem - 1.5px);
  padding-left: 22px;
  padding-right: 16px;
  border-width: 1.5px;
}

@media (min-width: 768px) {
  .button {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 1024px) {
  .button {
    width: 100%;
    max-width: 487px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

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

/* top layout */

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

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

.section_padding {
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .section_padding {
    padding-bottom: 240px;
  }
}

.section_heading {
  &.h3 {
    padding-bottom: 2rem;
  }
  @media (min-width: 1024px) {
    &.h3 {
      padding-bottom: 2.5rem;
    }
  }
  @media (min-width: 1024px) {
    &.h3 {
      text-align: center;
    }
  }
  &.en_text {
    padding-bottom: 0.75rem;
  }
  &.en_text {
    color: var(--accent);
  }
  @media (min-width: 1024px) {
    &.en_text {
      text-align: center;
    }
  }
  @media (min-width: 1024px) {
    &.text {
      text-align: center;
    }
  }
}

/* comment */

.section-text {
  order: 2;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-bottom: 0px;
  padding-top: 64px;
}

@media (min-width: 640px) {
  .section-text {
    padding-top: 120px;
  }
}

@media (min-width: 1280px) {
  .section-text {
    padding-right: 120px;
  }
}

@media (min-width: 768px) {
  .section-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1280px) {
  .section-text {
    order: 1;
    justify-content: flex-start;
  }
}

.fv-section-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .fv-section-container {
    padding-bottom: 10rem;
  }
}

@media (min-width: 1280px) {
  .fv-section-container {
    grid-template-columns: 5fr 4fr;
  }
}

.fv-section-content {
  position: relative;
  order: 1;
  padding-top: 580px;
}

@media (min-width: 640px) {
  .fv-section-content {
    padding-top: 840px;
  }
}

@media (min-width: 1280px) {
  .fv-section-content {
    order: 2;
  }
}

.fv-section-heading {
  position: absolute;
  top: 0px;
  right: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--bg-default);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  .fv-section-heading {
    right: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 120px;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .fv-section-heading {
    right: unset;
    left: 120px;
  }
}

.fv-section-heading {
  h1 {
    width: 1em;
  }
}

/* design elements */

.border-arrow-right {
  border-bottom: 1.5px solid var(--black) ;
  position: relative;
  margin-top: 0.5rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5rem;
  padding-right: 1rem
}

@media (min-width: 640px) {
  .border-arrow-right {
    margin-top: 0px;
  }
}

.border-arrow-right::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 17px;
  content: var(--tw-content);
  width: 5px;
}

.border-arrow-right {
  &:after {
    content: url('../img/common/arrow-right-tip.svg');
  }
}

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

.-left-\[30\%\] {
  left: -30%;
}

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

.-right-\[100\%\] {
  right: -100%;
}

.-right-\[2\.75rem\] {
  right: -2.75rem;
}

.-right-\[30\%\] {
  right: -30%;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-\[-20\%\] {
  bottom: -20%;
}

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

.left-0 {
  left: 0px;
}

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

.left-7 {
  left: 1.75rem;
}

.left-\[-140\%\] {
  left: -140%;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[11\.5px\] {
  left: 11.5px;
}

.left-\[20px\] {
  left: 20px;
}

.left-\[69\%\] {
  left: 69%;
}

.left-\[74\%\] {
  left: 74%;
}

.left-\[75\%\] {
  left: 75%;
}

.left-\[76\%\] {
  left: 76%;
}

.left-\[80\%\] {
  left: 80%;
}

.left-\[87\%\] {
  left: 87%;
}

.left-\[92\%\] {
  left: 92%;
}

.left-\[93\%\] {
  left: 93%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-6 {
  right: 1.5rem;
}

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

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

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

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

.right-\[80\%\] {
  right: 80%;
}

.right-\[81\%\] {
  right: 81%;
}

.right-\[87\%\] {
  right: 87%;
}

.right-\[89\%\] {
  right: 89%;
}

.right-\[91\%\] {
  right: 91%;
}

.right-\[93\%\] {
  right: 93%;
}

.top-0 {
  top: 0px;
}

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

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

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

.top-\[-5\%\] {
  top: -5%;
}

.top-\[-7\%\] {
  top: -7%;
}

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

.top-\[0\%\] {
  top: 0%;
}

.top-\[100vh\] {
  top: 100vh;
}

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

.top-\[11\.5px\] {
  top: 11.5px;
}

.top-\[14\%\] {
  top: 14%;
}

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

.top-\[20\%\] {
  top: 20%;
}

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

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

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

.top-\[36\%\] {
  top: 36%;
}

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

.top-\[44\%\] {
  top: 44%;
}

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

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

.top-\[5\%\] {
  top: 5%;
}

.top-\[58\%\] {
  top: 58%;
}

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

.top-\[62\%\] {
  top: 62%;
}

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

.top-\[70\%\] {
  top: 70%;
}

.top-\[80\%\] {
  top: 80%;
}

.top-\[84\%\] {
  top: 84%;
}

.top-\[92\%\] {
  top: 92%;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-full {
  grid-column: 1 / -1;
}

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

.m-auto {
  margin: auto;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-\[unset\] {
  margin-left: unset;
}

.ml-auto {
  margin-left: auto;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-\[-0\.15em\] {
  margin-right: -0.15em;
}

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

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

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

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\.3375\] {
  aspect-ratio: 1.3375;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[1200\/675\] {
  aspect-ratio: 1200/675;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[313\/225\] {
  aspect-ratio: 313/225;
}

.aspect-\[353\/480\] {
  aspect-ratio: 353/480;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[572\/823\] {
  aspect-ratio: 572/823;
}

.aspect-\[unset\] {
  aspect-ratio: unset;
}

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

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

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[4\.5em\] {
  height: 4.5em;
}

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

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

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

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

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

.h-\[9em\] {
  height: 9em;
}

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

.h-\[calc\(100\%\+24px\)\] {
  height: calc(100% + 24px);
}

.h-\[calc\(100\%\+32px\)\] {
  height: calc(100% + 32px);
}

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

.h-\[calc\(50\%\+24px\)\] {
  height: calc(50% + 24px);
}

.h-\[calc\(70px\)\] {
  height: calc(70px);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%\!important\] {
  width: 100% !important;
}

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

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

.w-\[12\%\] {
  width: 12%;
}

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

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

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

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

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

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

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

.w-\[29\%\] {
  width: 29%;
}

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

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

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

.w-\[34\.54px\] {
  width: 34.54px;
}

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

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

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

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

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

.w-\[calc\(100\%-18\.5em\)\] {
  width: calc(100% - 18.5em);
}

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotate-45 {
  --tw-rotate: 45deg;
  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-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.grid-cols-\[1\.75rem_1fr\] {
  grid-template-columns: 1.75rem 1fr;
}

.grid-cols-\[1fr\!important\] {
  grid-template-columns: 1fr !important;
}

.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}

.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}

.grid-cols-\[214fr_319fr\] {
  grid-template-columns: 214fr 319fr;
}

.grid-cols-\[319fr_214fr\] {
  grid-template-columns: 319fr 214fr;
}

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-cols-\[auto_8px_1fr\] {
  grid-template-columns: auto 8px 1fr;
}

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.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-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-r-\[1\.5px\] {
  border-right-width: 1.5px;
}

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

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

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

.border-\[var\(--accent\)\] {
  border-color: var(--accent);
}

.border-\[var\(--black\)\] {
  border-color: var(--black);
}

.border-\[var\(--gray002\)\] {
  border-color: var(--gray002);
}

.border-\[var\(--gray003\)\] {
  border-color: var(--gray003);
}

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

.bg-\[var\(--accent\)\] {
  background-color: var(--accent);
}

.bg-\[var\(--bg-cream\)\] {
  background-color: var(--bg-cream);
}

.bg-\[var\(--bg-dark\)\] {
  background-color: var(--bg-dark);
}

.bg-\[var\(--bg-default\)\] {
  background-color: var(--bg-default);
}

.bg-\[var\(--black\)\] {
  background-color: var(--black);
}

.bg-\[var\(--brown\)\] {
  background-color: var(--brown);
}

.bg-\[var\(--gray003\)\] {
  background-color: var(--gray003);
}

.bg-\[var\(--modal-bg\)\] {
  background-color: var(--modal-bg);
}

.bg-\[var\(--recruit-bg\)\] {
  background-color: var(--recruit-bg);
}

.bg-\[var\(--recruit-bg-accent\)\] {
  background-color: var(--recruit-bg-accent);
}

.bg-\[var\(--recruit-label-bg\)\] {
  background-color: var(--recruit-label-bg);
}

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

.py-\[calc\(\(60px-44\.81px\)\/2\)\] {
  padding-top: calc((60px - 44.81px) / 2);
  padding-bottom: calc((60px - 44.81px) / 2);
}

.py-\[calc\(\(60px-45\.16px\)\/2\)\] {
  padding-top: calc((60px - 45.16px) / 2);
  padding-bottom: calc((60px - 45.16px) / 2);
}

.py-\[calc\(\(60px-45\.24px\)\/2\)\] {
  padding-top: calc((60px - 45.24px) / 2);
  padding-bottom: calc((60px - 45.24px) / 2);
}

.py-\[calc\(\(60px-45\.32px\)\/2\)\] {
  padding-top: calc((60px - 45.32px) / 2);
  padding-bottom: calc((60px - 45.32px) / 2);
}

.py-\[calc\(\(60px-46\.09px\)\/2\)\] {
  padding-top: calc((60px - 46.09px) / 2);
  padding-bottom: calc((60px - 46.09px) / 2);
}

.py-\[calc\(\(60px-47\.03px\)\/2\)\] {
  padding-top: calc((60px - 47.03px) / 2);
  padding-bottom: calc((60px - 47.03px) / 2);
}

.py-\[calc\(\(60px-47\.27px\)\/2\)\] {
  padding-top: calc((60px - 47.27px) / 2);
  padding-bottom: calc((60px - 47.27px) / 2);
}

.py-\[calc\(6\*0\.25rem-0\.5px\)\] {
  padding-top: calc(6 * 0.25rem - 0.5px);
  padding-bottom: calc(6 * 0.25rem - 0.5px);
}

.py-\[calc\(6\*0\.25rem-1px\)\] {
  padding-top: calc(6 * 0.25rem - 1px);
  padding-bottom: calc(6 * 0.25rem - 1px);
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

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

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.pb-\[40px\!important\] {
  padding-bottom: 40px !important;
}

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

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

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

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

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

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

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

.pl-8 {
  padding-left: 2rem;
}

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

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

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-\[2rem\] {
  padding-top: 2rem;
}

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

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

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

.pt-\[calc\(\(100vh-620px\)\/2-65px\)\] {
  padding-top: calc((100vh - 620px) / 2 - 65px);
}

.pt-\[calc\(100vh\+1255px\)\] {
  padding-top: calc(100vh + 1255px);
}

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

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

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

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[1\.85rem\] {
  font-size: 1.85rem;
}

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

.text-\[2\.125rem\] {
  font-size: 2.125rem;
}

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

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

.text-\[2rem\] {
  font-size: 2rem;
}

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

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

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

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

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

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\!important\] {
  line-height: 1 !important;
}

.leading-\[1\.125em\] {
  line-height: 1.125em;
}

.leading-\[1\.25em\] {
  line-height: 1.25em;
}

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

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.45\] {
  line-height: 1.45;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.85rem\] {
  line-height: 1.85rem;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

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

.leading-\[1em\] {
  line-height: 1em;
}

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

.tracking-\[0\.05em\!important\] {
  letter-spacing: 0.05em !important;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.tracking-\[0\.175em\] {
  letter-spacing: 0.175em;
}

.tracking-\[0\.225em\] {
  letter-spacing: 0.225em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

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

.text-\[var\(--accent\)\] {
  color: var(--accent);
}

.text-\[var\(--black\)\] {
  color: var(--black);
}

.text-\[var\(--form-link\)\] {
  color: var(--form-link);
}

.text-\[var\(--gray003\)\] {
  color: var(--gray003);
}

.text-\[var\(--recruit-bg\)\] {
  color: var(--recruit-bg);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0_4px_7px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 7px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 7px 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 {
  outline-style: solid;
}

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

.outline-\[var\(--accent\)\] {
  outline-color: var(--accent);
}

.outline-\[var\(--recruit-bg\)\] {
  outline-color: var(--recruit-bg);
}

.outline-red-500 {
  outline-color: #ef4444;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}

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

:root {
  --bg-default: rgb(245, 243, 240);
  --bg-cream: rgb(255, 253, 250);
  --bg-dark: rgb(35, 24, 21);
  --black: rgb(35, 24, 21);
  --gray002: rgb(204, 202, 200);
  --gray003: rgb(133, 133, 133);
  --brown: rgb(61, 42, 37);
  --accent: rgb(215, 12, 25);
  --form-link: rgb(0, 72, 255);
  --modal-bg: rgba(35, 24, 21, 0.85);
  --recruit-bg: rgb(25, 168, 73);
  --recruit-bg-accent: linear-gradient(45deg, rgb(53, 175, 97), rgb(28, 202, 115));
  --recruit-label-bg: rgb(220, 245, 224);
}

@media (min-width: 1024px) {
  .lg\:h4 {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  @media (min-width: 768px) {
    .lg\:h4 {
      font-size: 32px;
      line-height: 2;
    }
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-\[4\.5px\]::before {
  content: var(--tw-content);
  top: 4.5px;
}

.before\:my-auto::before {
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.before\:h-6::before {
  content: var(--tw-content);
  height: 1.5rem;
}

.before\:h-\[22px\]::before {
  content: var(--tw-content);
  height: 22px;
}

.before\:w-\[3px\]::before {
  content: var(--tw-content);
  width: 3px;
}

.before\:bg-\[var\(--accent\)\]::before {
  content: var(--tw-content);
  background-color: var(--accent);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:opacity-\[0\.6\!important\]:hover {
  opacity: 0.6 !important;
}

.hover\:opacity-\[0\.6\]:hover {
  opacity: 0.6;
}

@media (min-width: 640px) {
  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

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

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

  .sm\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

  .sm\:grid-cols-\[100px_8px_1fr\] {
    grid-template-columns: 100px 8px 1fr;
  }

  .sm\:grid-cols-\[5fr_8fr\] {
    grid-template-columns: 5fr 8fr;
  }

  .sm\:grid-cols-\[8fr_5fr\] {
    grid-template-columns: 8fr 5fr;
  }

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

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

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

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

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

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

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

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

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

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

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

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

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

  .sm\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .sm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

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

  .sm\:leading-\[2\] {
    line-height: 2;
  }

  .sm\:before\:top-\[14px\]::before {
    content: var(--tw-content);
    top: 14px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-10\%\] {
    bottom: -10%;
  }

  .md\:bottom-\[15\%\] {
    bottom: 15%;
  }

  .md\:bottom-\[20\%\] {
    bottom: 20%;
  }

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

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

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

  .md\:left-\[calc\(50\%-600px\)\] {
    left: calc(50% - 600px);
  }

  .md\:left-\[unset\] {
    left: unset;
  }

  .md\:right-\[60\%\] {
    right: 60%;
  }

  .md\:right-\[85\%\] {
    right: 85%;
  }

  .md\:right-\[92\%\] {
    right: 92%;
  }

  .md\:right-\[94\%\] {
    right: 94%;
  }

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

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

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

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

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

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1200\/675\] {
    aspect-ratio: 1200/675;
  }

  .md\:aspect-\[608\/656\] {
    aspect-ratio: 608/656;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

  .md\:grid-cols-\[250px_1fr\] {
    grid-template-columns: 250px 1fr;
  }

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

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

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

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

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

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-\[17rem\] {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

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

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

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

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

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

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

  .md\:text-\[4rem\] {
    font-size: 4rem;
  }

  .md\:leading-\[1\.65\] {
    line-height: 1.65;
  }

  .md\:leading-\[2\.4\] {
    line-height: 2.4;
  }

  .md\:leading-\[2\] {
    line-height: 2;
  }

  .md\:before\:h-\[24px\]::before {
    content: var(--tw-content);
    height: 24px;
  }
}

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

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

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

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

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

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

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .lg\:ml-auto {
    margin-left: auto;
  }

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

  .lg\:mr-\[unset\] {
    margin-right: unset;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }

  .lg\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .lg\:aspect-\[864\/656\] {
    aspect-ratio: 864/656;
  }

  .lg\:h-8 {
    height: 2rem;
  }

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

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

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

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

  .lg\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[412px_1fr\] {
    grid-template-columns: 412px 1fr;
  }

  .lg\:grid-cols-\[4fr_3fr\] {
    grid-template-columns: 4fr 3fr;
  }

  .lg\:grid-cols-\[5fr_8fr\] {
    grid-template-columns: 5fr 8fr;
  }

  .lg\:grid-cols-\[600px_1fr\] {
    grid-template-columns: 600px 1fr;
  }

  .lg\:grid-cols-\[8fr_5fr\] {
    grid-template-columns: 8fr 5fr;
  }

  .lg\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

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

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-\[36px\] {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

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

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

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

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

  .lg\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

  .lg\:pt-\[calc\(\(100vh-442px\)\/2-100px\)\] {
    padding-top: calc((100vh - 442px) / 2 - 100px);
  }

  .lg\:pt-\[calc\(100vh\+1000px\)\] {
    padding-top: calc(100vh + 1000px);
  }

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

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

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:leading-\[2\] {
    line-height: 2;
  }

  .lg\:tracking-\[0\.185em\] {
    letter-spacing: 0.185em;
  }
}

@media (min-width: 1280px) {
  .xl\:relative {
    position: relative;
  }

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

  .xl\:-right-\[100\%\] {
    right: -100%;
  }

  .xl\:-right-\[3rem\] {
    right: -3rem;
  }

  .xl\:-right-\[50\%\] {
    right: -50%;
  }

  .xl\:left-\[unset\] {
    left: unset;
  }

  .xl\:top-\[unset\] {
    top: unset;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:aspect-\[unset\] {
    aspect-ratio: unset;
  }

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

  .xl\:max-h-\[unset\] {
    max-height: unset;
  }

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

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

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

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

  .xl\:w-\[calc\(100\%\+1rem\)\] {
    width: calc(100% + 1rem);
  }

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

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

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

  .xl\:max-w-\[unset\] {
    max-width: unset;
  }

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

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

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

  .xl\:grid-cols-\[412px_1fr\] {
    grid-template-columns: 412px 1fr;
  }

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

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

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

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

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

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

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

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

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

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

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

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

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

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

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

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

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

  .xl\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .xl\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .xl\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
}