/*
! tailwindcss v3.1.8 | 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: #E6E6E5; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #8E8C8C; /* 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;
}
  body {
  cursor: default;
  overflow-x: hidden;
}
  svg, 
img {
  max-height: 100%;
  max-width: 100%;
}
  textarea {
  resize: none;
}
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

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

  .container {
    max-width: 768px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: #111827;
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #0000EE;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.aspect-w-2 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;
}
.aspect-w-2 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.right-\[10px\] {
  right: 10px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.top-\[20px\] {
  top: 20px;
}
.right-\[20px\] {
  right: 20px;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-\[15\%\] {
  top: 15%;
}
.right-0 {
  right: 0px;
}
.top-\[24px\] {
  top: 24px;
}
.right-\[24px\] {
  right: 24px;
}
.left-0 {
  left: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[6\%\] {
  bottom: 6%;
}
.top-\[calc\(75px\+10\%\)\] {
  top: calc(75px + 10%);
}
.top-\[calc\(75px\+4\%\)\] {
  top: calc(75px + 4%);
}
.bottom-\[12\%\] {
  bottom: 12%;
}
.top-full {
  top: 100%;
}
.-bottom-full {
  bottom: -100%;
}
.bottom-\[-30\%\] {
  bottom: -30%;
}
.right-\[12px\] {
  right: 12px;
}
.bottom-\[12px\] {
  bottom: 12px;
}
.-left-full {
  left: -100%;
}
.top-0 {
  top: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-\[9px\] {
  left: 9px;
}
.right-\[9px\] {
  right: 9px;
}
.top-\[104\%\] {
  top: 104%;
}
.top-4 {
  top: 1rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-16 {
  right: 4rem;
}
.right-1 {
  right: 0.25rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.z-10 {
  z-index: 10;
}
.z-\[100\] {
  z-index: 100;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[102\] {
  z-index: 102;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[200\] {
  z-index: 200;
}
.z-0 {
  z-index: 0;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-start-2 {
  grid-column-start: 2;
}
.float-right {
  float: right;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-\[14px\] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-\[64px\] {
  margin-top: 64px;
  margin-bottom: 64px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[-13px\] {
  margin-top: -13px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.ml-auto {
  margin-left: auto;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mb-\[51px\] {
  margin-bottom: 51px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[58px\] {
  margin-top: 58px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-auto {
  margin-top: auto;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[var\(--sidebar-width\)\] {
  margin-left: var(--sidebar-width);
}
.ml-12 {
  margin-left: 3rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[40px\] {
  height: 40px;
}
.h-screen {
  height: 100vh;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[670px\] {
  height: 670px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[26vh\] {
  height: 26vh;
}
.h-6 {
  height: 1.5rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[10px\] {
  height: 10px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-10 {
  height: 2.5rem;
}
.h-\[var\(--header-height-sm\)\] {
  height: var(--header-height-sm);
}
.h-\[15px\] {
  height: 15px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-0 {
  height: 0px;
}
.h-auto {
  height: auto;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[1\.4rem\] {
  height: 1.4rem;
}
.h-\[1\.75rem\] {
  height: 1.75rem;
}
.h-\[2\.625rem\] {
  height: 2.625rem;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-\[500px\] {
  height: 500px;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-16 {
  height: 4rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-20 {
  height: 5rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[1rem\] {
  height: 1rem;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[72vh\] {
  max-height: 72vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-\[24px\] {
  width: 24px;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-6\/12 {
  width: 50%;
}
.w-\[190px\] {
  width: 190px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-\[60px\] {
  width: 60px;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[20px\] {
  width: 20px;
}
.w-screen {
  width: 100vw;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[39px\] {
  width: 39px;
}
.w-auto {
  width: auto;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-6 {
  width: 1.5rem;
}
.w-0 {
  width: 0px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-10 {
  width: 2.5rem;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[77vw\] {
  width: 77vw;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[80px\] {
  width: 80px;
}
.w-48 {
  width: 12rem;
}
.w-\[var\(--sidebar-width\)\] {
  width: var(--sidebar-width);
}
.w-\[600px\] {
  width: 600px;
}
.w-4 {
  width: 1rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-12 {
  width: 3rem;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[var\(--media-aside-width\)\] {
  width: var(--media-aside-width);
}
.w-\[200px\] {
  width: 200px;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-\[120px\] {
  width: 120px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.max-w-\[224px\] {
  max-width: 224px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[752px\] {
  max-width: 752px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[88px\] {
  max-width: 88px;
}
.max-w-\[12px\] {
  max-width: 12px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[753px\] {
  max-width: 753px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.origin-top {
  transform-origin: top;
}
.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  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-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  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-4 {
  --tw-translate-y: 1rem;
  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-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-\[2px\] {
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.gap-y-\[4px\] {
  row-gap: 4px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[34px\] {
  row-gap: 34px;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-\[70px\] {
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[6px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}
.space-y-\[4px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-x-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-x-\[14px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14px * var(--tw-space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[9px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9px * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-\[68px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(68px * var(--tw-space-x-reverse));
  margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[24px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-\[44px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(44px * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}
.space-x-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-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));
}
.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-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-l-\[6px\] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[0\.25px\] {
  border-width: 0.25px;
}
.border-4 {
  border-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-r-\[0\.5px\] {
  border-right-width: 0.5px;
}
.border-l {
  border-left-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 216 / var(--tw-border-opacity));
}
.border-\[\#56B40E\] {
  --tw-border-opacity: 1;
  border-color: rgb(86 180 14 / var(--tw-border-opacity));
}
.border-\[\#FC6161\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 97 97 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(40 37 37 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 229 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(142 140 140 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(1 1 1 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 97 97 / var(--tw-border-opacity));
}
.border-t-gray-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(40 37 37 / var(--tw-border-opacity));
}
.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 243 243 / var(--tw-border-opacity));
}
.border-r-gray-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(142 140 140 / var(--tw-border-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 7 7 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 229 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 1 1 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#C4C4C4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 216 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
}
.bg-\[\#E7B8BB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 184 187 / var(--tw-bg-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 140 / var(--tw-bg-opacity));
}
.bg-\[\#CF6D74\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 109 116 / var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 97 97 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-yellow-800 {
  fill: #854d0e;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[2px\] {
  padding: 2px;
}
.p-1 {
  padding: 0.25rem;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-0 {
  padding: 0px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[1\.75px\] {
  padding: 1.75px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[29px\] {
  padding-left: 29px;
  padding-right: 29px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[var\(--header-height-md\)\] {
  padding-top: var(--header-height-md);
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pb-\[130px\] {
  padding-bottom: 130px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pb-\[105px\] {
  padding-bottom: 105px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pb-\[110px\] {
  padding-bottom: 110px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pb-\[94px\] {
  padding-bottom: 94px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-\[27px\] {
  padding-left: 27px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.pb-\[68px\] {
  padding-bottom: 68px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pt-\[calc\(var\(--header-height-md\)\)\] {
  padding-top: calc(var(--header-height-md));
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-display {
  font-family: Graphik, sans-serif;
}
.\!font-display {
  font-family: Graphik, sans-serif !important;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[13px\] {
  font-size: 13px;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[72px\] {
  font-size: 72px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.\!leading-\[150\%\] {
  line-height: 150% !important;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[80px\] {
  line-height: 80px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-3 {
  line-height: .75rem;
}
.leading-\[8px\] {
  line-height: 8px;
}
.leading-\[36\.4px\] {
  line-height: 36.4px;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.tracking-\[-1\%\] {
  letter-spacing: -1%;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[1\%\] {
  letter-spacing: 1%;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(142 140 140 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(40 37 37 / var(--tw-text-opacity));
}
.text-\[\#56B40E\] {
  --tw-text-opacity: 1;
  color: rgb(86 180 14 / var(--tw-text-opacity));
}
.text-\[\#FC6161\] {
  --tw-text-opacity: 1;
  color: rgb(252 97 97 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}
.text-accent-400 {
  --tw-text-opacity: 1;
  color: rgb(147 26 29 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(230 230 229 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(96 97 97 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.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);
}
.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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-black {
  outline-color: #000;
}
.outline-blue-500 {
  outline-color: #3b82f6;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.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);
}
.ease-linear {
  transition-timing-function: linear;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.slider-homepage .jam-slider .jam-slider__container .jam-slide {
  height: 32vh;
}
@media (min-width: 768px) {

  .slider-homepage .jam-slider .jam-slider__container .jam-slide {
    height: 54vh;
  }
}
@media (min-width: 1024px) {

  .slider-homepage .jam-slider .jam-slider__container .jam-slide {
    height: calc(100vh - 75px);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration-line: none;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition-property: none;
  }
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(7 7 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(96 97 97 / var(--tw-bg-opacity));
  }
}

.btn-primary-disable {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}

.btn-outline-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 37 37 / var(--tw-text-opacity));
}
.btn-outline-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 97 97 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-outline-secondary-disable {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 216 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(142 140 140 / var(--tw-text-opacity));
}

body {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.h0 {
  font-size: 3rem;
  line-height: 1;
}

.h1, 
.h2, 
.h3, 
.h4, 
.p1, 
.p2, 
.p3, 
.body-text, 
.button-medium, 
.button-small, 
.caption, 
.description, 
.menu, 
.p3-mb {
  font-family: Graphik, sans-serif;
}

.p3-mb {
  font-size: 1rem;
  line-height: 100%;
}

.h1 {
  font-size: 2.125rem;
  line-height: 100%;
}

.h2 {
  font-size: 2.5rem;
  line-height: 110%;
}

.h3 {
  font-size: 1.5rem;
  line-height: 120%;
}

.h4 {
  font-size: 1.125rem;
  line-height: 120%;
}

.p1 {
  font-size: 1.25rem;
  line-height: 120%;
}

.p2 {
  font-size: 1.125rem;
  line-height: 120%;
}

.p3 {
  font-size: 1rem;
  line-height: 120%;
}

.body-text {
  font-size: 0.8125rem;
  line-height: 180%;
}

.body-text-2 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 180%;
}

.button-medium {
  font-size: 1rem;
  line-height: 100%;
}

.button-small {
  font-size: 0.75rem;
  line-height: 100%;
}

.caption {
  font-size: 0.75rem;
  line-height: 150%;
}

.description {
  font-size: 0.625rem;
  line-height: 150%;
}

.menu {
  font-size: 1rem;
  line-height: 100%;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 3.5625rem;
    line-height: 100%;
  }
  .h2 {
    font-size: 3.875rem;
    line-height: 120%;
  }
  .h3 {
    font-size: 2.25rem;
    line-height: 120%;
  }
  .h4 {
    font-size: 1.3125rem;
    line-height: 120%;
  }
  .p1 {
    font-size: 1.25rem;
    line-height: 120%;
  }
  .p2 {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .p3 {
    font-size: 1rem;
    line-height: 120%;
  }
  .p3-mb {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .body-text {
    font-size: 1rem;
    line-height: 180%;
  }
  .body-text-2 {
    font-size: 1.125rem;
    line-height: 180%;
  }
  .button-medium {
    font-size: 1rem;
    line-height: 100%;
  }
  .button-small {
    font-size: 0.75rem;
    line-height: 100%;
  }
  .caption {
    font-size: 0.875rem;
    line-height: 150%;
  }
  .description {
    font-size: 0.75rem;
    line-height: 150%;
  }
  .menu {
    font-size: 1rem;
    line-height: 100%;
  }
}
@media (min-width: 1280px) {
  .h1 {
    font-size: 5rem;
    line-height: 100%;
  }
  .h2 {
    font-size: 4.5rem;
    line-height: 120%;
  }
  .h3 {
    font-size: 3rem;
    line-height: 120%;
  }
  .h4 {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.link {
  word-break: break-all;
}
.link:hover {
  --tw-text-opacity: 1;
  color: rgb(147 26 29 / var(--tw-text-opacity));
  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: 300ms;
}

@font-face {
  font-family: "Graphik";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik-Extralight.ttf");
}
@font-face {
  font-family: "Graphik";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik-Regular.ttf");
}
@font-face {
  font-family: "Graphik";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik-Medium.ttf");
}
@font-face {
  font-family: "Graphik";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik-Demibold.ttf");
}
@media (min-width: 768px) {
  .page-enter-active,
.page-leave-active {
    transition: opacity 0.1s;
  }
  .page-enter,
.page-leave-to {
    opacity: 0;
  }
  .layout-enter-active,
.layout-leave-active {
    transition: opacity 0.1s;
  }
  .layout-enter,
.layout-leave-to {
    opacity: 0;
  }
}
.h-banner-screen {
  height: calc(100vh - 75px);
  max-height: 450px;
  width: 100%;
}
@media (min-width: 1024px) {

  .h-banner-screen {
    max-height: 550px;
  }
}
@media (min-width: 1280px) {

  .h-banner-screen {
    max-height: 100vh;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scroll {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.before\:visible::before {
  content: var(--tw-content);
  visibility: visible;
}
.before\:invisible::before {
  content: var(--tw-content);
  visibility: hidden;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}
.before\:w-4::before {
  content: var(--tw-content);
  width: 1rem;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-green-300::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.before\:bg-opacity-25::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.25;
}
.before\:transition::before {
  content: var(--tw-content);
  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;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:mb-\[44px\]:last-child {
  margin-bottom: 44px;
}
.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(40 37 37 / var(--tw-border-opacity));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(142 140 140 / var(--tw-border-opacity));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 140 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 229 / var(--tw-bg-opacity));
}
.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(40 37 37 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:border-solid:focus {
  border-style: solid;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 216 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:bg-transparent:focus {
  background-color: transparent;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 229 / var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 97 97 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
}
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {

    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .sm\:container {
      max-width: 768px;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
    }
  }

  @media (min-width: 1024px) {

    .sm\:container {
      max-width: 1024px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1280px) {

    .sm\:container {
      max-width: 1280px;
      padding-right: 4.25rem;
      padding-left: 4.25rem;
    }
  }

  @media (min-width: 1536px) {

    .sm\:container {
      max-width: 1536px;
    }
  }

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

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

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

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

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

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {

  .md\:aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1;
  }

  .md\:aspect-w-1 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:bottom-\[38px\] {
    bottom: 38px;
  }

  .md\:bottom-\[48px\] {
    bottom: 48px;
  }

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

  .md\:top-\[calc\(75px\+10\%\)\] {
    top: calc(75px + 10%);
  }

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

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

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

  .md\:left-\[-10px\] {
    left: -10px;
  }

  .md\:right-\[-10px\] {
    right: -10px;
  }

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

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:my-\[16px\] {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:my-\[90px\] {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:my-\[56px\] {
    margin-top: 56px;
    margin-bottom: 56px;
  }

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

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

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

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

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

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

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

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

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-\[2rem\] {
    margin-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:h-\[var\(--header-height-md\)\] {
    height: var(--header-height-md);
  }

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

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

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

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

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

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

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

  .md\:max-w-4xl {
    max-width: 56rem;
  }

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

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

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:space-x-\[28px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8px * var(--tw-space-y-reverse));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-\[42px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px * var(--tw-space-x-reverse));
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-\[13px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .md\:space-x-\[11px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-\[95px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-\[34px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .md\:space-x-\[19px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19px * var(--tw-space-x-reverse));
    margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-\[22px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-\[56px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56px * var(--tw-space-y-reverse));
  }

  .md\:space-x-\[34px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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)));
  }

  .md\:space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .md\:space-x-\[25px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-\[4px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }

  .md\:space-y-\[24px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:border-t-\[2px\] {
    border-top-width: 2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-\[calc\(var\(--header-height-md\)\)\] {
    padding-top: calc(var(--header-height-md));
  }

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

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

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

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

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

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

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

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

  .md\:pt-\[calc\(var\(--header-height-md\)\+80px\)\] {
    padding-top: calc(var(--header-height-md) + 80px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:\!leading-\[200\%\] {
    line-height: 200% !important;
  }

  .md\:leading-\[34px\] {
    line-height: 34px;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

  .lg\:top-\[28px\] {
    top: 28px;
  }

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

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

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

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

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

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

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-\[3rem\] {
    margin-top: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-screen {
    height: 100vh;
  }

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

  .lg\:h-\[var\(--header-height-lg\)\] {
    height: var(--header-height-lg);
  }

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

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

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

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

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

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

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

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

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

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

  .lg\:w-\[50vw\] {
    width: 50vw;
  }

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

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

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

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

  .lg\:translate-y-\[-64\%\] {
    --tw-translate-y: -64%;
    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));
  }

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

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

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-\[28px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[135px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(135px * var(--tw-space-x-reverse));
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-\[54px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-\[48px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(7 7 7 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(7 7 7 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

  .lg\:leading-\[112px\] {
    line-height: 112px;
  }
}
@media (min-width: 1280px) {

  .xl\:right-\[38px\] {
    right: 38px;
  }

  .xl\:left-\[-18px\] {
    left: -18px;
  }

  .xl\:right-\[-18px\] {
    right: -18px;
  }

  .xl\:bottom-\[80px\] {
    bottom: 80px;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:left-\[-57px\] {
    left: -57px;
  }

  .xl\:right-\[-57px\] {
    right: -57px;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:mx-\[32px\] {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:my-\[128px\] {
    margin-top: 128px;
    margin-bottom: 128px;
  }

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

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

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

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

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

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

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-\[35vw\] {
    width: 35vw;
  }

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

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

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

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

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

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

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

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

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

  .xl\:space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-\[27px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px * var(--tw-space-x-reverse));
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[32px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-\[80px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .xl\: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)));
  }

  .xl\:space-x-\[80px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[6px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px * var(--tw-space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-\[24px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[32px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

  .xl\:py-\[22\.5px\] {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[160px\] {
    line-height: 160px;
  }

  .xl\:leading-\[48px\] {
    line-height: 48px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:mt-\[50px\] {
    margin-top: 50px;
  }

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

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

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

  .\32xl\:pb-\[73px\] {
    padding-bottom: 73px;
  }
}
@media (max-width: 1439px) {

  .max-xl\:max-w-\[557px\] {
    max-width: 557px;
  }
}
@media (max-width: 767px) {

  .max-md\:ml-\[0\.625rem\] {
    margin-left: 0.625rem;
  }

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

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

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

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

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

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

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

  .max-md\:leading-\[150\%\] {
    line-height: 150%;
  }
}
@media (max-width: 639px) {

  .max-sm\:w-full {
    width: 100%;
  }
}
@charset "UTF-8";
.input-form[data-v-bbc7e52e]{
  display: block !important;
  height: 36px !important;
  width: 100% !important;
  border-radius: 0px !important;
  border-style: none !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 14px !important;
  line-height: 150% !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.input-form[data-v-bbc7e52e]:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
@media (min-width: 768px){
.input-form[data-v-bbc7e52e]{
    margin-top: 6px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
}
.input-form[data-v-bbc7e52e]:focus{
  transition-duration: 200ms;
}
.select-style[data-v-bbc7e52e]{
  display: block !important;
  height: 40px !important;
  width: 100% !important;
  border-radius: 0px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 214 216 / var(--tw-bg-opacity)) !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 12px !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.select-style[data-v-bbc7e52e]:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
@media (min-width: 768px){
.select-style[data-v-bbc7e52e]{
    margin-top: 6px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
}
.select-style[data-v-bbc7e52e]:focus{
  transition-duration: 200ms;
}
textarea[data-v-bbc7e52e]{
  font-size: 14px;
  line-height: 150%;
}
textarea[data-v-bbc7e52e]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-duration: 200ms;
}
.input-form[data-v-bbc7e52e]:focus::-moz-placeholder{
  transition-duration: 300ms;
}
.input-form[data-v-bbc7e52e]:focus::placeholder{
  transition-duration: 300ms;
}
textarea[data-v-bbc7e52e]:focus::-moz-placeholder{
  transition-duration: 300ms;
}
textarea[data-v-bbc7e52e]:focus::placeholder{
  transition-duration: 300ms;
}
.select[data-v-bbc7e52e]:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 25px;
  border: 1px solid #565656;
  background: #0e7b53;
  color: #fff;
  padding: 11px 15px;
  pointer-events: none;
}
input[type=text][data-v-bbc7e52e]:disabled {
  background: #ececed;
}
input[type=number][data-v-bbc7e52e]:disabled {
  background: #ececed;
}
input[type=password][data-v-bbc7e52e]:disabled {
  background: #ececed;
}
input[type=email][data-v-bbc7e52e]:disabled {
  background: #ececed;
}
.input-date [type=text][data-v-bbc7e52e], 
.input-date [type=date][data-v-bbc7e52e]{
  border-style: none;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.input-date [type=text][data-v-bbc7e52e]:focus, 
.input-date [type=date][data-v-bbc7e52e]:focus{
  border-style: none;
  background-color: transparent;
}
.input-date [type=date] ~ .date-icon[data-v-bbc7e52e] {
  z-index: -1;
}
[data-v-bbc7e52e] .radio-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}
[data-v-bbc7e52e] .radio-control .checkmark{
  position: absolute;
  top: 50%;
  left: 0px;
  height: 16px;
  width: 16px;
  --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));
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 216 / var(--tw-border-opacity));
}
[data-v-bbc7e52e] .radio-control .checkmark:before{
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  content: "";
}
[data-v-bbc7e52e] .radio-control input{
  position: absolute;
  top: 50%;
  left: 0px;
  margin: 0px;
  height: 16px;
  width: 16px;
  opacity: 0;
}
[data-v-bbc7e52e] .radio-control input:checked ~ .checkmark{
  --tw-border-opacity: 1;
  border-color: rgb(142 140 140 / var(--tw-border-opacity));
}
[data-v-bbc7e52e] .radio-control input:checked ~ .checkmark:before{
  margin-left: 2px;
  margin-top: 2px;
  height: 10px;
  width: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 140 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
}
.red[data-v-bbc7e52e]{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
picture {
    width: 100%
}
picture.picture-cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover
}
picture.picture-contain img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain
}
body:before {
  content: "sm";
  visibility: hidden;
  position: absolute;
  left: -100%;
}
@media (min-width: 768px) {
body:before {
    content: "md";
}
}
@media (min-width: 1024px) {
body:before {
    content: "lg";
}
}
@media (min-width: 1280px) {
body:before {
    content: "xl";
}
}
.jam-slider {
  width: 100%;
  --slider-align: var(--slider-init-default-align);
  --slider-cols: var(--slider-init-default-cols);
  --slider-gutter: var(--slider-init-default-gutter);
}
@media (min-width: 640px) {
.jam-slider {
    --slider-align: var(--slider-init-sm-align, var(--slider-init-align));
    --slider-cols: var(--slider-init-sm-cols, var(--slider-init-cols));
    --slider-gutter: var(--slider-init-sm-gutter, var(--slider-init-gutter));
}
}
@media (min-width: 768px) {
.jam-slider {
    --slider-align: var(--slider-init-md-align, var(--slider-init-sm-align));
    --slider-cols: var(--slider-init-md-cols, var(--slider-init-sm-cols));
    --slider-gutter: var(--slider-init-md-gutter, var(--slider-init-sm-gutter));
}
}
@media (min-width: 1024px) {
.jam-slider {
    --slider-align: var(--slider-init-lg-align, var(--slider-init-md-align));
    --slider-cols: var(--slider-init-lg-cols, var(--slider-init-md-cols));
    --slider-gutter: var(--slider-init-lg-gutter, var(--slider-init-md-gutter));
}
}
@media (min-width: 1280px) {
.jam-slider {
    --slider-align: var(--slider-init-xl-align, var(--slider-init-lg-align));
    --slider-cols: var(--slider-init-xl-cols, var(--slider-init-lg-cols));
    --slider-gutter: var(--slider-init-xl-gutter, var(--slider-init-lg-gutter));
}
}
.jam-slider .jam-slider__container {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  display: flex;
  width: 100%;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-x: auto;
}
.jam-slider .jam-slider__container::-webkit-scrollbar {
  display: none;
}
.jam-slider .jam-slide {
  scroll-snap-align: var(--slider-align);
  width: calc(100% / var(--slider-cols));
  padding: 0 calc(var(--slider-gutter) / 2);
}
@media (min-width: 1024px) {
.h-caculator[data-v-1819942a] {
    height: calc(100vh - 80px);
}
}
[data-v-1819942a] .text-style {
  line-height: 36px;
  letter-spacing: -1%;
}
@media (min-width: 768px) {
.animate[data-v-56c05745] {
    opacity: 0;
    visibility: hidden;
}
.animate.is-visible[data-v-56c05745] {
    opacity: 1;
    visibility: visible;
}
.slideup[data-v-56c05745] {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(100px);
}
.slideup.is-visible[data-v-56c05745] {
    transform: translateY(0);
}
.appear[data-v-56c05745] {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(100px);
}
.appear[data-v-56c05745]:nth-of-type(2n) {
    transition-delay: 100ms;
}
.appear[data-v-56c05745]:nth-of-type(2n + 1) {
    transition-delay: 50ms;
}
.appear.is-visible[data-v-56c05745] {
    transform: translateY(0);
}
.opacity[data-v-56c05745] {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.opacity[data-v-56c05745]:not(.is-visible) {
    opacity: 0;
}
.slideLeft[data-v-56c05745] {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-100px);
}
.slideLeft.is-visible[data-v-56c05745] {
    transform: translateX(0);
}
.slideRight[data-v-56c05745] {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(100px);
}
.slideRight.is-visible[data-v-56c05745] {
    transform: translateX(0);
}
.card-animate[data-v-56c05745] {
    opacity: 1;
    visibility: visible;
}
.card-animate .text-filter[data-v-56c05745] {
    filter: grayscale(1);
}
.card-animate.is-visible[data-v-56c05745] {
    filter: grayscale(0%);
}
@media (min-width: 1024px) {
.card-animate[data-v-56c05745] {
      opacity: 0;
      transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transform: translateY(100px);
}
.card-animate[data-v-56c05745]:not(:hover) {
      filter: grayscale(100%);
}
.card-animate:not(:hover) .text-opacity[data-v-56c05745] {
      opacity: 1;
}
.card-animate.card-animated[data-v-56c05745] {
      opacity: 1;
      transform: translateY(0);
}
}
}
[data-v-35519864] .prose-card-sale * {
    margin: 0px;
    padding: 0px;
    font-family: Graphik, sans-serif;
    font-size: 12px;
    line-height: 120%;
    --tw-text-opacity: 1;
    color: rgb(7 7 7 / var(--tw-text-opacity))
}
[data-v-35519864] .prose-card-sale h3 {
    font-size: 14px;
    font-weight: 500
}
main[data-v-56d77c0d] {
  padding-top: 0px;
}
.line-style[data-v-56d77c0d] {
  line-height: 18px;
}
.hide-scroll[data-v-56d77c0d]::-webkit-scrollbar {
  display: none;
}
.bg-coming-soon[data-v-56d77c0d] {
  background: url("/images/coming-soon-mobile.jpg");
  height: 100vh;
  width: 100vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
.bg-coming-soon[data-v-56d77c0d] {
    background: url("/images/coming-soon-tablet.jpg");
    height: 700px;
    width: 100vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
}
}
@media (min-width: 1024px) {
.bg-coming-soon[data-v-56d77c0d] {
    background: url("/images/coming-soon.jpeg");
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
}
}
.header-wishlist[data-v-1afe92ec] {
  position: relative;
}
.header-wishlist[data-v-1afe92ec]::after {
  content: "";
  clear: both;
  display: table;
}
.header-wishlist .logo[data-v-1afe92ec],
.url-zero[data-v-1afe92ec] {
  float: left;
  width: 50%;
}
.header-wishlist .logo[data-v-1afe92ec],
.url-zero .title[data-v-1afe92ec] {
  color: white;
}
.header-wishlist .logo[data-v-1afe92ec] {
  font-weight: 600;
  font-size: 30pt;
}
.header-wishlist .url-zero[data-v-1afe92ec] {
  font-size: 10pt;
  text-align: right;
}
.bg-layer[data-v-1afe92ec] {
  background: url("/images/bg-error-mobile.webp");
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
.bg-layer[data-v-1afe92ec] {
    background: url("/images/bg-error-tablet.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media (min-width: 1024px) {
.bg-layer[data-v-1afe92ec] {
    background: url("/images/bg-error-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}
.cardHover .image[data-v-540e1a7a] {
    height: 100%;
    width: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: cover;
       object-fit: cover;
    transition-duration: 500ms
}
.cardHover:hover .image[data-v-540e1a7a] {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hamburger__icon[data-v-2d992d10] {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
}
.hamburger__icon div[data-v-2d992d10] {
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  margin-top: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  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: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.menu-is-opened .hamburger__icon div[data-v-2d992d10] {
  margin-bottom: 0;
  margin-top: 0;
}
.menu-is-opened .hamburger__icon div[data-v-2d992d10]:first-child {
  transform: translateY(calc(50% + 2px)) rotate(45deg);
}
.menu-is-opened .hamburger__icon div[data-v-2d992d10]:nth-child(2) {
  opacity: 0;
  width: 0px;
}
.menu-is-opened .hamburger__icon div[data-v-2d992d10]:last-child {
  transform: translateY(calc(50% - 2px)) rotate(-45deg);
}
.input-search[data-v-0daa8d4d] {
  border-width: 0px;
  font-size: 1.75rem;
  font-weight: 300;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.input-search[data-v-0daa8d4d]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {
.input-search[data-v-0daa8d4d] {
    font-size: 2.5rem;
}
}
@media (min-width: 1024px) {
.input-search[data-v-0daa8d4d] {
    font-size: 3.25rem;
}
}
.menu-link[data-v-0daa8d4d] {
  display: block;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-link[data-v-0daa8d4d]:hover {
  --tw-text-opacity: 1;
  color: rgb(147 26 29 / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
.menu-items-mobile[data-v-0daa8d4d] {
    display: none;
    max-height: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.menu-is-opened .menu-items-mobile[data-v-0daa8d4d] {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    opacity: 1;
}
@media (min-width: 1024px) {
.menu-is-opened .menu-items-mobile[data-v-0daa8d4d] {
      padding-top: 4rem;
      padding-bottom: 4rem;
}
}
.menu-is-opened .menu-items-mobile[data-v-0daa8d4d] {
    max-height: calc(100vh - var(--header-height-sm));
}
.menu-link[data-v-0daa8d4d] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
}
.nav-dropdown[data-v-0daa8d4d] {
  position: relative;
}
a[data-v-0daa8d4d] {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
[data-v-0daa8d4d]::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
}
[data-v-0daa8d4d]::selection {
  background-color: #b3d4fc;
  color: #000;
}
a[data-v-0daa8d4d] {
  touch-action: manipulation;
}
[data-v-0daa8d4d]:focus {
  outline: none;
}
a[data-v-0daa8d4d] {
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 1024px) {
a:hover .underliner[data-v-0daa8d4d] {
    transform: scaleX(1);
}
a .underliner.active[data-v-0daa8d4d] {
    transform: scaleX(1);
}
}
.underliner[data-v-0daa8d4d] {
  position: absolute;
  right: 0;
  left: 0;
  transition: transform 0.2s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.underliner-copy[data-v-0daa8d4d] {
  display: inline;
  border-bottom: 1px solid #000;
  color: transparent;
  pointer-events: none !important;
  speak: none;
  margin-left: -1px;
}
.underliner-copy[data-v-0daa8d4d]:after {
  speak: none;
  content: attr(data-copy);
}
.nav-primary-list > li[data-v-0daa8d4d] {
  position: relative;
}
.has-dropdown[data-v-0daa8d4d] {
  position: relative;
}
.has-dropdown:hover .nav-dropdown-list[data-v-0daa8d4d] {
  opacity: 1;
  transform: none;
  visibility: visible;
  pointer-events: all;
}
.nav-dropdown-list[data-v-0daa8d4d] {
  position: absolute;
  white-space: nowrap;
  top: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  transform: translateY(-1.2em);
  visibility: hidden;
  pointer-events: none;
  width: auto;
  will-change: opacity, visibility;
}
.nav-dropdown-list li[data-v-0daa8d4d] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav-dropdown-list-mobile[data-v-0daa8d4d] {
  white-space: nowrap;
  top: 100%;
}
.nav-dropdown-list[data-v-0daa8d4d]:not(.last-dropdown) {
  left: 0;
}
.nav-dropdown-list > li[data-v-0daa8d4d] {
  display: table-cell;
}
.nav-dropdown-list > li[data-v-0daa8d4d]:not(:last-of-type) {
  padding-right: 15px;
}
.inline-list:not(.grow-reverse) > li[data-v-0daa8d4d]:not(:last-of-type) {
  margin-right: 10px;
}
.menu-is-opened > header[data-v-0daa8d4d] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.scroll-menu[data-v-0daa8d4d] {
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.dropdown[data-v-0daa8d4d] {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: height 1s ease;
}
.showDrop[data-v-0daa8d4d] {
  padding-top: 15px;
  padding-bottom: 5px;
  opacity: 1;
}
[data-v-270fad4a]::-moz-placeholder {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(142 140 140 / var(--tw-text-opacity))
}
[data-v-270fad4a]::placeholder {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(142 140 140 / var(--tw-text-opacity))
}
.copy-right[data-v-270fad4a] {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1%
}
.title[data-v-270fad4a] {
  width: -moz-max-content;
  width: max-content
}
.title[data-v-270fad4a]::after {
  pointer-events: none;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
  content: "";
  transition: width 0.15s linear
}
.title[data-v-270fad4a]:hover::after {
  width: 100%
}

body {
  --header-height-sm: 60px;
  --header-height-md: 70px;
  --header-height-lg: 75px;
}

/* @media only screen and (max-width: 639px) {
  main {
    padding-top: var(--header-height-sm);
  }
} */
.style-letter[data-v-90fecc1e] {
    line-height: 36px;
    letter-spacing: -1%
}
@media (min-width: 768px) {
.card[data-v-023da7f1] {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 21px
}
}
@media (min-width: 1024px) {
.card[data-v-023da7f1] {
    padding-left: 2rem;
    padding-right: 2rem
}
}
.card .title[data-v-023da7f1] {
  width: -moz-max-content;
  width: max-content
}
.card .title[data-v-023da7f1]::after {
  pointer-events: none;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
  content: "";
  transition: width 0.15s linear
}
@media (min-width: 768px) {
.card:hover .title[data-v-023da7f1]::after {
    width: 100%
}
}
.card-category[data-v-1a894914] {
  display: block
}
.card-category .title[data-v-1a894914] {
  display: inline-block
}
.card-category .title[data-v-1a894914]::after {
  pointer-events: none;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
  content: "";
  transition: width 0.15s linear
}
.card-category:hover .title[data-v-1a894914]::after {
  width: 100%
}
.active[data-v-3621a4c5] {
    --tw-border-opacity: 1;
    border-color: rgb(40 37 37 / var(--tw-border-opacity))
}
.table[data-v-65001f6a] {
  width: 100%;
}
[data-v-65001f6a] select {
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[data-v-65001f6a] select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[data-v-65001f6a] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.leading-style[data-v-88fd503e] {
    line-height: 36px
}
.input-style[data-v-478293f8] {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 216 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.input-style[data-v-478293f8]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.category .title[data-v-d0a9e28e] {
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.category .title[data-v-d0a9e28e]::after {
  pointer-events: none;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
  content: "";
  transition: width 0.15s linear
}
.category:hover .title[data-v-d0a9e28e]::after {
  width: 100%
}
.category .title[data-v-004c2b97] {
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.category .title[data-v-004c2b97]::after {
  pointer-events: none;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
  content: "";
  transition: width 0.15s linear
}
.category:hover .title[data-v-004c2b97]::after {
  width: 100%
}
.line-style[data-v-0d922f70] {
  line-height: 36px;
}
.collapsible[data-v-0d922f70] {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 97 97 / var(--tw-border-opacity));
}
.collapsible .collapsible-content[data-v-0d922f70] {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.collapsible:not(.active) .collapsible-content[data-v-0d922f70] {
  max-height: 0 !important;
}
.animation-icon[data-v-0d922f70] {
  position: relative;
  height: 24px;
  width: 24px;
  /* Vertical line */
  /* horizontal line */
}
.animation-icon[data-v-0d922f70]:before, .animation-icon[data-v-0d922f70]:after {
  content: "";
  position: absolute;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(7 7 7 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.animation-icon[data-v-0d922f70]:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  border-radius: 24px;
}
.animation-icon[data-v-0d922f70]:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  border-radius: 24px;
}
.active[data-v-0d922f70]:before {
  transform: rotate(90deg);
}
.active[data-v-0d922f70]:after {
  transform: rotate(180deg);
}
.img-show[data-v-38a62d05] {
  width: 100%;
  max-height: 744px;
  height: calc(100vh - 66px);
}
@media (min-width: 768px) {
.img-show[data-v-38a62d05] {
    max-height: 100vh;
    height: 100vh;
}
}
.line-style[data-v-38a62d05] {
  line-height: 36.4px;
}
.tab .title[data-v-38a62d05] {
  width: -moz-max-content;
  width: max-content;
}
.tab .title[data-v-38a62d05]::after {
  pointer-events: none;
  margin-top: -4px;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
  content: "";
  transition: width 0.15s linear;
}
.tab .title[data-v-38a62d05]:hover::after {
  width: 100%;
}
.text-style[data-v-5327fa14] {
    line-height: 36px;
    letter-spacing: -1%
}
.text-style[data-v-1bb48000] {
    line-height: 36px;
    letter-spacing: -1%
}
.fadecolorenter-active[data-v-3ffecf58],
.fadecolor-leave-active[data-v-3ffecf58] {
  transition: all 0.2s ease;
}
.fadecolor-enter-from[data-v-3ffecf58],
.fadecolor-leave-to[data-v-3ffecf58] {
  opacity: 0;
}
.fadecolor-enter-to[data-v-3ffecf58],
.fadecolor-leave-from[data-v-3ffecf58] {
  opacity: 1;
}
.disable-scroll[data-v-7e047255]::-webkit-scrollbar {
  display: none;
}
.disable-scroll[data-v-7e047255] {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.bg-overlay[data-v-7e047255] {
  background: rgba(1, 39, 43, 0.78);
}
.carousel-lazy-img[data-v-48200bb2] {
  margin-right: 10px;
  margin-left: 10px;
}
.j-lightbox-overlay[data-v-48200bb2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.j-lightbox-content[data-v-48200bb2] {
  position: relative;
  max-width: 100vw; /* Allow full width */
  max-height: 100vh; /* Allow full height */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-cropped[data-v-48200bb2] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-cropped img[data-v-48200bb2] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0s ease-in-out;
}
.flickity-button[data-v-48200bb2] {
  display: none; /* Hide all Flickity buttons */
}
.jam-slider__container .jam-slide[data-v-bd3743aa] {
    height: 200px;
    overflow: hidden
}
@media (min-width: 768px) {
.jam-slider__container .jam-slide[data-v-bd3743aa] {
        height: 376px
}
}
.card .title[data-v-458eff91] {
  width: -moz-max-content;
  width: max-content
}
.card .title[data-v-458eff91]::after {
  pointer-events: none;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 37 / var(--tw-bg-opacity));
  content: "";
  transition: width 0.15s linear
}
.card:hover .title[data-v-458eff91]::after {
  width: 100%
}
.jam-slider__container .jam-slide[data-v-feaa9016] {
    height: 152px;
    overflow: hidden
}
@media (min-width: 768px) {
.jam-slider__container .jam-slide[data-v-feaa9016] {
        height: 232px
}
}
@media (min-width: 1280px) {
.jam-slider__container .jam-slide[data-v-feaa9016] {
        height: 300px
}
}
.full-width[data-v-ba9d5c68] {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.input-style[data-v-67ccaa10] {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 216 / var(--tw-bg-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.input-style[data-v-67ccaa10]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.text-style[data-v-05b3a376] {
    line-height: 36px;
    letter-spacing: -1%
}
@media (min-width: 1024px) {
.h-caculator[data-v-1a144a33] {
    height: calc(100vh - 80px);
}
}
[data-v-1a144a33] .prose {
  max-width: 100%;
  font-family: Graphik, sans-serif;
}
[data-v-1a144a33] .prose h1,[data-v-1a144a33] .prose h2,[data-v-1a144a33] .prose h3,[data-v-1a144a33] .prose h4,[data-v-1a144a33] .prose h5 {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity));
}
[data-v-1a144a33] .prose h3,[data-v-1a144a33] .prose h4 {
  font-size: 20px;
}
[data-v-1a144a33] .prose p {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(40 37 37 / var(--tw-text-opacity));
}
[data-v-1a144a33] .text-style {
  line-height: 36px;
  letter-spacing: -1%;
}
main section:last-child > div[data-v-0260e7f0] {

    margin-bottom: 0px;

    padding-bottom: 2rem
}
[data-v-0260e7f0]  .jam-slider__container {

    height: 26vh
}
@media (min-width: 768px) {
[data-v-0260e7f0]  .jam-slider__container {

        height: 40vh
}
}
@media (min-width: 1024px) {
[data-v-0260e7f0]  .jam-slider__container {

        height: 50vh
}
}
@media (min-width: 1280px) {
[data-v-0260e7f0]  .jam-slider__container {

        height: calc(100vh - 75px)
}
}
.body-text-2[data-v-0260e7f0] {

    font-family: Graphik, sans-serif;

    font-size: 16px;

    font-weight: 300
}
@media (min-width: 768px) {
.body-text-2[data-v-0260e7f0] {

        font-size: 18px
}
}
@media (min-width: 1280px) {
.body-text-2[data-v-0260e7f0] {

        font-size: 24px
}
}
.sliderHeight[data-v-88d60918] {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 66px);
}
@media (min-width: 768px) {
.sliderHeight[data-v-88d60918] {
    height: calc(100vh - 80px);
}
}
.input-search[data-v-88d60918] {
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.input-search[data-v-88d60918]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.h-calc[data-v-cf9fb052] {
  height: calc(100vh - 64px);
}
.h2-style[data-v-cf9fb052] {
  font-size: 36px;
  line-height: 120%;
}
@media (min-width: 768px) {
.h2-style[data-v-cf9fb052] {
    font-size: 72px;
    line-height: 120%;
}
}
.h4-style[data-v-08337628] {
  font-size: 20px;
  line-height: 120%
}
@media (min-width: 768px) {
.h4-style[data-v-08337628] {
    font-size: 24px;
    line-height: 120%
}
}
.h2-style[data-v-08337628] {
  font-size: 36px;
  line-height: 120%
}
@media (min-width: 768px) {
.h2-style[data-v-08337628] {
    font-size: 72px;
    line-height: 120%
}
}
.h-calc[data-v-18778fc6] {
  height: calc(100vh - 64px);
}
.h2-style[data-v-18778fc6] {
  font-size: 36px;
  line-height: 120%;
}
@media (min-width: 768px) {
.h2-style[data-v-18778fc6] {
    font-size: 72px;
    line-height: 120%;
}
}
[data-v-5fc8e72f] select {
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}[data-v-5fc8e72f] select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}[data-v-5fc8e72f] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.table[data-v-506df811] {
  width: 100%;
}
[data-v-506df811] select {
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[data-v-506df811] select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[data-v-506df811] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.input-style[data-v-e2977558] {
    margin-top: 6px;
    display: block;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 216 / var(--tw-bg-opacity));
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 16px;
    padding-right: 16px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.input-style[data-v-e2977558]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.input-style--select[data-v-e2977558] {
    padding-top: 13px;
    padding-bottom: 13px
}
.input-style-date[data-v-e2977558] {
    margin-top: 6px;
    display: block;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 216 / var(--tw-bg-opacity));
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.input-style-date[data-v-e2977558]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.input-style-date--select[data-v-e2977558] {
    padding-top: 13px;
    padding-bottom: 13px
}
.line-style[data-v-e2977558] {
    line-height: 18px
}
.input-style[data-v-619a8196] {
    margin-top: 6px;
    display: block;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 216 / var(--tw-bg-opacity));
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 16px;
    padding-right: 16px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.input-style[data-v-619a8196]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.input-style--select[data-v-619a8196] {
    padding-top: 13px;
    padding-bottom: 13px
}
.input-style-date[data-v-619a8196] {
    margin-top: 6px;
    display: block;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 216 / var(--tw-bg-opacity));
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}
.input-style-date[data-v-619a8196]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.input-style-date--select[data-v-619a8196] {
    padding-top: 13px;
    padding-bottom: 13px
}
.line-style[data-v-619a8196] {
    line-height: 18px
}
