@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*
! tailwindcss v3.4.10 | 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] {
  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-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:  ;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-\[30px\]{
  left: 30px;
}
.left-\[4px\]{
  left: 4px;
}
.left-\[60px\]{
  left: 60px;
}
.right-0{
  right: 0px;
}
.right-\[50px\]{
  right: 50px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-1\/4{
  top: 25%;
}
.top-2{
  top: 0.5rem;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[20px\]{
  top: 20px;
}
.top-\[65\%\]{
  top: 65%;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[1001\]{
  z-index: 1001;
}
.order-2{
  order: 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-32{
  height: 8rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[1\.5rem\]{
  height: 1.5rem;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[58\.42px\]{
  height: 58.42px;
}
.h-\[60dvh\]{
  height: 60dvh;
}
.h-\[62dvh\]{
  height: 62dvh;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[80dvh\]{
  height: 80dvh;
}
.h-\[90vh\]{
  height: 90vh;
}
.h-dvh{
  height: 100dvh;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[100vw\]{
  width: 100vw;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[136vw\]{
  width: 136vw;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[14rem\]{
  width: 14rem;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[247px\]{
  width: 247px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[7494px\]{
  width: 7494px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[88px\]{
  width: 88px;
}
.w-\[98px\]{
  width: 98px;
}
.w-dvw{
  width: 100dvw;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1086px\]{
  max-width: 1086px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[768px\]{
  max-width: 768px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-auto{
  flex: 1 1 auto;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.-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-x-\[22px\]{
  --tw-translate-x: -22px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[3px\]{
  --tw-translate-y: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-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));
}
.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-pointer{
  cursor: pointer;
}
.list-\[circle\]{
  list-style-type: circle;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto\]{
  grid-template-columns: 1fr auto;
}
.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}
.grid-cols-\[auto_1fr_auto\]{
  grid-template-columns: auto 1fr auto;
}
.grid-cols-\[auto_auto\]{
  grid-template-columns: auto auto;
}
.grid-cols-\[auto_auto_auto\]{
  grid-template-columns: auto auto auto;
}
.grid-cols-\[auto_max-content\]{
  grid-template-columns: auto max-content;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-start{
  justify-items: start;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-32{
  gap: 8rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-20{
  row-gap: 5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.justify-self-end{
  justify-self: end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-\[\#a8aaad\]{
  --tw-border-opacity: 1;
  border-color: rgb(168 170 173 / var(--tw-border-opacity));
}
.border-\[\#d9d9d9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#1e293b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-\[\#3d3d3d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
}
.bg-\[\#EEEEEE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#F5C1BC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 193 188 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\]\/80{
  background-color: rgb(250 250 250 / 0.8);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\/img\/common\/contact01\.svg\)\]{
  background-image: url(/img/common/contact01.svg);
}
.object-cover{
  -o-object-fit: cover;
  object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-24{
  padding: 6rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.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-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[90px\]{
  padding-bottom: 90px;
}
.pr-4{
  padding-right: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.text-\[0px\]{
  font-size: 0px;
}
.text-\[10cqw\]{
  font-size: 10cqw;
}
.text-\[12\.7cqw\]{
  font-size: 12.7cqw;
}
.text-\[120px\]{
  font-size: 120px;
}
.text-\[2vw\]{
  font-size: 2vw;
}
.text-\[300px\]{
  font-size: 300px;
}
.text-\[5\.4cqw\]{
  font-size: 5.4cqw;
}
.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-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.text-\[\#862B1E\]{
  --tw-text-opacity: 1;
  color: rgb(134 43 30 / var(--tw-text-opacity));
}
.text-\[\#C34F42\]{
  --tw-text-opacity: 1;
  color: rgb(195 79 66 / var(--tw-text-opacity));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-60{
  opacity: 0.6;
}
.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);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*
  Theme colors
*/
/*
  text colors
*/
/*
  background colors
*/
.buisinessNav{
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media not all and (min-width: 1024px){
  .buisinessNav{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.buisinessNav {
  background: #f8f7f2;
}
.buisinessNavLink{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media not all and (min-width: 1024px){
  .buisinessNavLink{
    flex-wrap: wrap;
  }
}
.buisinessNavLink {
  max-width: 1086px;
}
.buisinessNavLink__link {
  transition: opacity 0.4s ease-in-out;
}
.buisinessNavLink__link:hover {
  opacity: 0.6;
}
@keyframes cardAnimation {
  5% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  20% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
.cardArea{
  display: grid;
  gap: 2rem;
}
@media not all and (min-width: 1024px){
  .cardArea{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .cardArea{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}
.card{
  display: grid;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: #fafafa;
  animation: cardAnimation auto linear;
  animation-timeline: view();
}
.card__title{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.card__title span{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.card__tag{
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  background-color: #004fc5;
}
.card__img{
  display: block;
  border-radius: 0.75rem;
}
.card__content{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
}
.card--type01{
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .card--type01{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: 1fr auto;
  }
  .card--type01 .card__title{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .card--type01 .card__content{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media not all and (min-width: 1024px){
  .card--type01 .card__img{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .card--type01 .card__img{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.card--type02{
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .card--type02{
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.card--type03{
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .card--type03{
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.card--type02, .card--type03{
  display: grid;
  gap: 1rem;
}
.card--type02 .card__title, .card--type03 .card__title{
  order: 1;
}
.card--type02 .card__img, .card--type03 .card__img{
  order: 2;
}
@media not all and (min-width: 1024px){
  .card--type02 .card__img, .card--type03 .card__img{
    width: 100%;
  }
}
.card--type02 .card__tag, .card--type03 .card__tag{
  order: 3;
}
.card--type02 .card__content, .card--type03 .card__content{
  order: 3;
}
.card--type04{
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .card--type04{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: span 3 / span 3;
    grid-template-columns: auto 1fr;
  }
  .card--type04 .card__title{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .card--type04 .card__content{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media not all and (min-width: 1024px){
  .card--type04 .card__img{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .card--type04 .card__img{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.card--typeLeft{
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .card--typeLeft .card__title{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .card--typeLeft .card__content{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media not all and (min-width: 1024px){
  .card--typeLeft .card__img{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .card--typeLeft .card__img{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.card--typeRight{
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .card--typeRight .card__title{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .card--typeRight .card__content{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media not all and (min-width: 1024px){
  .card--typeRight .card__img{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .card--typeRight .card__img{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.cardList{
  display: grid;
  gap: 1.5rem;
}
@media not all and (min-width: 1024px){
  .cardList{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .cardList{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.jobCard{
  display: grid;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
}
.jobCard__subtitle{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #004fc5;
}
.jobCard__title{
  overflow-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1e1e1e;
}
.jobCard__tag{
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  background: #004fc5;
}
.jobCard__line{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.jobCard__server{
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #1e1e1e;
}
.jobCard__server:before {
  content: "";
  background-image: url(/img/business/server01.svg);
  background-size: contain;
  width: 14px;
  height: 14px;
}
.jobCard__link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration-line: underline;
}
.jobCard__link:hover{
  text-decoration-line: none;
}
.jobCard__link {
  color: #004fc5;
}
.jobCard__db{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.jobCard__db div{
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-color: #a0a0a0;
}
.jobCard__db:before {
  content: "DB";
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #004fc5;
}
.jobTagList{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.jobTagList__item{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #004fc5;
}
.bunnerArea{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media not all and (min-width: 1024px){
  .bunnerArea{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px){
  .bunnerArea{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.bunnerArea {
  background-image: url(/img/business/bg_technology.png);
  background-size: cover;
}
.bunnerArea__title{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
}
.bunnerArea__text{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
}
.bunnerArea__button{
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.flowSection{
  display: grid;
  border-radius: 0.75rem;
  padding: 2rem;
  background: #fafafa;
  animation: cardAnimation auto linear;
  animation-timeline: view();
}
@media (max-width: 1392px){
  .max-\[1392px\]\:w-\[200px\]{
    width: 200px;
  }
  .max-\[1392px\]\:gap-2{
    gap: 0.5rem;
  }
  .max-\[1392px\]\:gap-x-4{
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .max-\[1392px\]\:gap-x-6{
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .max-\[1392px\]\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media not all and (min-width: 1280px){
  .max-xl\:max-w-\[100vw\]{
    max-width: 100vw;
  }
  .max-xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .max-xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media not all and (min-width: 1024px){
  .max-lg\:absolute{
    position: absolute;
  }
  .max-lg\:relative{
    position: relative;
  }
  .max-lg\:bottom-5{
    bottom: 1.25rem;
  }
  .max-lg\:bottom-\[-26px\]{
    bottom: -26px;
  }
  .max-lg\:bottom-\[0\]{
    bottom: 0;
  }
  .max-lg\:left-0{
    left: 0px;
  }
  .max-lg\:left-\[-100px\]{
    left: -100px;
  }
  .max-lg\:left-\[100px\]{
    left: 100px;
  }
  .max-lg\:top-\[25\%\]{
    top: 25%;
  }
  .max-lg\:top-\[32\%\]{
    top: 32%;
  }
  .max-lg\:top-\[49\%\]{
    top: 49%;
  }
  .max-lg\:top-\[50\%\]{
    top: 50%;
  }
  .max-lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .max-lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .max-lg\:-mt-\[1px\]{
    margin-top: -1px;
  }
  .max-lg\:mb-20{
    margin-bottom: 5rem;
  }
  .max-lg\:mt-10{
    margin-top: 2.5rem;
  }
  .max-lg\:mt-16{
    margin-top: 4rem;
  }
  .max-lg\:mt-20{
    margin-top: 5rem;
  }
  .max-lg\:mt-4{
    margin-top: 1rem;
  }
  .max-lg\:mt-5{
    margin-top: 1.25rem;
  }
  .max-lg\:mt-6{
    margin-top: 1.5rem;
  }
  .max-lg\:mt-\[96px\]{
    margin-top: 96px;
  }
  .max-lg\:block{
    display: block;
  }
  .max-lg\:grid{
    display: grid;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:h-\[22\.13px\]{
    height: 22.13px;
  }
  .max-lg\:h-\[2px\]{
    height: 2px;
  }
  .max-lg\:h-\[38\%\]{
    height: 38%;
  }
  .max-lg\:h-\[53px\]{
    height: 53px;
  }
  .max-lg\:h-\[96px\]{
    height: 96px;
  }
  .max-lg\:h-full{
    height: 100%;
  }
  .max-lg\:min-h-\[400px\]{
    min-height: 400px;
  }
  .max-lg\:w-\[102px\]{
    width: 102px;
  }
  .max-lg\:w-\[110px\]{
    width: 110px;
  }
  .max-lg\:w-\[120px\]{
    width: 120px;
  }
  .max-lg\:w-\[28px\]{
    width: 28px;
  }
  .max-lg\:w-\[400px\]{
    width: 400px;
  }
  .max-lg\:w-\[53px\]{
    width: 53px;
  }
  .max-lg\:w-\[8px\]{
    width: 8px;
  }
  .max-lg\:w-\[92px\]{
    width: 92px;
  }
  .max-lg\:w-full{
    width: 100%;
  }
  .max-lg\:max-w-\[320px\]{
    max-width: 320px;
  }
  .max-lg\:max-w-\[369px\]{
    max-width: 369px;
  }
  .max-lg\:-translate-x-\[8px\]{
    --tw-translate-x: -8px;
    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));
  }
  .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-\[auto_auto_auto_auto\]{
    grid-template-columns: auto auto auto auto;
  }
  .max-lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-lg\:gap-2{
    gap: 0.5rem;
  }
  .max-lg\:gap-x-0{
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .max-lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .max-lg\:gap-y-6{
    row-gap: 1.5rem;
  }
  .max-lg\:gap-y-8{
    row-gap: 2rem;
  }
  .max-lg\:rounded-none{
    border-radius: 0px;
  }
  .max-lg\:border-t{
    border-top-width: 1px;
  }
  .max-lg\:bg-\[\#999\]{
    --tw-bg-opacity: 1;
    background-color: rgb(153 153 153 / var(--tw-bg-opacity));
  }
  .max-lg\:p-4{
    padding: 1rem;
  }
  .max-lg\:p-10{
    padding: 2.5rem;
  }
  .max-lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .max-lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .max-lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .max-lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .max-lg\:pt-10{
    padding-top: 2.5rem;
  }
  .max-lg\:pt-28{
    padding-top: 7rem;
  }
  .max-lg\:text-center{
    text-align: center;
  }
  .max-lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .max-lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .max-lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .max-lg\:text-\[10cqw\]{
    font-size: 10cqw;
  }
  .max-lg\:text-\[140px\]{
    font-size: 140px;
  }
  .max-lg\:text-\[42px\]{
    font-size: 42px;
  }
  .max-lg\:text-\[5\.8rem\]{
    font-size: 5.8rem;
  }
  .max-lg\:text-\[50px\]{
    font-size: 50px;
  }
  .max-lg\:text-\[5vw\]{
    font-size: 5vw;
  }
  .max-lg\:text-\[8rem\]{
    font-size: 8rem;
  }
  .max-lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .max-lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .max-lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .max-lg\:leading-tight{
    line-height: 1.25;
  }
  .max-lg\:mix-blend-normal{
    mix-blend-mode: normal;
  }
}
@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }
  .lg\:bottom-\[36px\]{
    bottom: 36px;
  }
  .lg\:left-\[-160px\]{
    left: -160px;
  }
  .lg\:left-\[160px\]{
    left: 160px;
  }
  .lg\:top-\[31\%\]{
    top: 31%;
  }
  .lg\:top-\[38\%\]{
    top: 38%;
  }
  .lg\:col-start-1{
    grid-column-start: 1;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-end-2{
    grid-column-end: 2;
  }
  .lg\:col-end-3{
    grid-column-end: 3;
  }
  .lg\:row-start-1{
    grid-row-start: 1;
  }
  .lg\:row-start-2{
    grid-row-start: 2;
  }
  .lg\:row-end-3{
    grid-row-end: 3;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-\[-120px\]{
    margin-top: -120px;
  }
  .lg\:mt-\[112px\]{
    margin-top: 112px;
  }
  .lg\:box-border{
    box-sizing: border-box;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[112px\]{
    height: 112px;
  }
  .lg\:h-\[97px\]{
    height: 97px;
  }
  .lg\:h-dvh{
    height: 100dvh;
  }
  .lg\:min-h-\[32vw\]{
    min-height: 32vw;
  }
  .lg\:w-\[1114px\]{
    width: 1114px;
  }
  .lg\:w-\[157px\]{
    width: 157px;
  }
  .lg\:w-\[204px\]{
    width: 204px;
  }
  .lg\:w-\[240px\]{
    width: 240px;
  }
  .lg\:w-\[72px\]{
    width: 72px;
  }
  .lg\:w-\[77px\]{
    width: 77px;
  }
  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }
  .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-\[300px_auto\]{
    grid-template-columns: 300px auto;
  }
  .lg\:grid-cols-\[320px_auto\]{
    grid-template-columns: 320px auto;
  }
  .lg\:grid-cols-\[40\%_60\%\]{
    grid-template-columns: 40% 60%;
  }
  .lg\:grid-cols-\[auto_1fr\]{
    grid-template-columns: auto 1fr;
  }
  .lg\:grid-cols-\[auto_528px\]{
    grid-template-columns: auto 528px;
  }
  .lg\:grid-cols-\[auto_auto_auto_auto_auto_auto\]{
    grid-template-columns: auto auto auto auto auto auto;
  }
  .lg\:grid-rows-\[auto\]{
    grid-template-rows: auto;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-items-end{
    justify-items: end;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-l{
    border-left-width: 1px;
  }
  .lg\:bg-\[\#fafafa\]{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[12\.5rem\]{
    font-size: 12.5rem;
  }
  .lg\:text-\[200px\]{
    font-size: 200px;
  }
  .lg\:text-\[2cqw\]{
    font-size: 2cqw;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:font-medium{
    font-weight: 500;
  }
  .lg\:text-\[\#222\]{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px){
  .xl\:max-w-\[1018px\]{
    max-width: 1018px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}/*# sourceMappingURL=map/buisiness.css.map */
