/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.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;
  }
}
@media (min-width: 1024px) {

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

  .container {
    max-width: 1112px;
  }
}
.stretched-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.br-hidden > br {
  display: none;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-primary-700 {
  --tw-prose-body: #707070;
  --tw-prose-headings: #707070;
  --tw-prose-lead: #707070;
  --tw-prose-links: #707070;
  --tw-prose-bold: #707070;
  --tw-prose-counters: #707070;
  --tw-prose-bullets: #BCBBBB;
  --tw-prose-hr: #BCBBBB;
  --tw-prose-quotes: #707070;
  --tw-prose-quote-borders: #BCBBBB;
  --tw-prose-captions: #707070;
  --tw-prose-code: #707070;
  --tw-prose-pre-code: #E1E1E1;
  --tw-prose-pre-bg: #707070;
  --tw-prose-th-borders: #BCBBBB;
  --tw-prose-td-borders: #BCBBBB;
  --tw-prose-invert-body: #BCBBBB;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #BCBBBB;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #BCBBBB;
  --tw-prose-invert-bullets: #707070;
  --tw-prose-invert-hr: #707070;
  --tw-prose-invert-quotes: #E1E1E1;
  --tw-prose-invert-quote-borders: #707070;
  --tw-prose-invert-captions: #BCBBBB;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #BCBBBB;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #707070;
  --tw-prose-invert-td-borders: #707070;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-h-11 {
  --tw-aspect-h: 11;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.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-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-auto {
  bottom: auto !important;
}
.\!left-auto {
  left: auto !important;
}
.\!right-auto {
  right: auto !important;
}
.\!top-auto {
  top: auto !important;
}
.-left-16 {
  left: -4rem;
}
.-left-4 {
  left: -1rem;
}
.-left-\[10\%\] {
  left: -10%;
}
.-right-12 {
  right: -3rem;
}
.-right-16 {
  right: -4rem;
}
.-top-\[11\.5rem\] {
  top: -11.5rem;
}
.-top-\[30\%\] {
  top: -30%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[1\.7rem\] {
  bottom: 1.7rem;
}
.bottom-\[calc\(100\%-4rem\)\] {
  bottom: calc(100% - 4rem);
}
.bottom-\[calc\(100\%-9\.7rem\)\] {
  bottom: calc(100% - 9.7rem);
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[calc\(50\%-125px\)\] {
  top: calc(50% - 125px);
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1010\] {
  z-index: 1010;
}
.z-\[4000\] {
  z-index: 4000;
}
.z-\[5000\] {
  z-index: 5000;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[105\%\] {
  height: 105%;
}
.h-\[130\%\] {
  height: 130%;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32\.38px\] {
  height: 32.38px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[calc\(100vw\*0\.6\)\] {
  height: calc(100vw * 0.6);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}
.w-\[calc\(100\%-3rem\)\] {
  width: calc(100% - 3rem);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[344px\] {
  max-width: 344px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.\!flex-grow {
  flex-grow: 1 !important;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-14 {
  --tw-translate-x: -3.5rem;
  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-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[60\%\] {
  --tw-translate-y: -60%;
  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-14 {
  --tw-translate-x: 3.5rem;
  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-\[-22\.5\%\] {
  --tw-translate-x: -22.5%;
  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-\[20\%\] {
  --tw-translate-x: 20%;
  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-\[73\.882\%\] {
  --tw-translate-x: 73.882%;
  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-\[22\.5\%\] {
  --tw-translate-y: 22.5%;
  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-\[28\%\] {
  --tw-translate-y: 28%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-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));
}
.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-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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));
}
.scale-x-\[-1\] {
  --tw-scale-x: -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));
}
.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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 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-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-divide-opacity));
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(132 132 132 / var(--tw-border-opacity));
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(87 86 86 / var(--tw-border-opacity));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.border-y-primary-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 132 132 / var(--tw-border-opacity));
  border-bottom-color: rgb(132 132 132 / var(--tw-border-opacity));
}
.border-y-primary-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(87 86 86 / var(--tw-border-opacity));
  border-bottom-color: rgb(87 86 86 / var(--tw-border-opacity));
}
.\!bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 132 132 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 86 86 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#BCBBBB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 187 187 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 187 187 / var(--tw-bg-opacity));
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 132 132 / var(--tw-bg-opacity));
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 86 86 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(160 48 54 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary {
  --tw-gradient-from: #9A9A9A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 154 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-100 {
  --tw-gradient-from: #E1E1E1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 225 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300 {
  --tw-gradient-from: #BCBBBB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(188 187 187 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400 {
  --tw-gradient-from: #A3A3A3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600 {
  --tw-gradient-from: #848484 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 132 132 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700 {
  --tw-gradient-from: #707070 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 112 112 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-900 {
  --tw-gradient-from: #575656 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 86 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary {
  --tw-gradient-to: #9A9A9A var(--tw-gradient-to-position);
}
.to-primary-100 {
  --tw-gradient-to: #E1E1E1 var(--tw-gradient-to-position);
}
.to-primary-300 {
  --tw-gradient-to: #BCBBBB var(--tw-gradient-to-position);
}
.to-primary-400 {
  --tw-gradient-to: #A3A3A3 var(--tw-gradient-to-position);
}
.to-primary-600 {
  --tw-gradient-to: #848484 var(--tw-gradient-to-position);
}
.to-primary-700 {
  --tw-gradient-to: #707070 var(--tw-gradient-to-position);
}
.to-primary-900 {
  --tw-gradient-to: #575656 var(--tw-gradient-to-position);
}
.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[20\%\] {
  padding-left: 20%;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[20\%\] {
  padding-right: 20%;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-maison-neue {
  font-family: MaisonNeue, ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.text-2xl {
  font-size: 1.563rem;
}
.text-4xl {
  font-size: 2.441rem;
}
.text-\[0\.75em\] {
  font-size: 0.75em;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.0625rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(132 132 132 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(225 225 225 / var(--tw-text-opacity));
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(188 187 187 / var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(87 86 86 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.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-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-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);
}
.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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.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-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.text-11 {
  font-size: 0.6875rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-15 {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .text-15 {
    font-size: 0.9375rem;
  }
}
.text-17 {
  font-size: 1rem;
}
@media (min-width: 1024px) {

  .text-17 {
    font-size: 1.0625rem;
  }
}
.text-18 {
  font-size: 1.0625rem;
}
@media (min-width: 1024px) {

  .text-18 {
    font-size: 1.125rem;
  }
}
.text-20 {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  .text-20 {
    font-size: 1.25rem;
  }
}
.text-22 {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  .text-22 {
    font-size: 1.375rem;
  }
}
.text-24 {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  .text-24 {
    font-size: 1.5rem;
  }
}
.text-30 {
  font-size: 1.375rem;
}
@media (min-width: 1024px) {

  .text-30 {
    font-size: 1.875rem;
  }
}
.text-40 {
  font-size: 1.75rem;
}
@media (min-width: 1024px) {

  .text-40 {
    font-size: 2.5rem;
  }
}
.text-50 {
  font-size: 2rem;
}
@media (min-width: 768px) {

  .text-50 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .text-50 {
    font-size: 3.125rem;
  }
}
/*.container-xl {*/
/*    max-width: 1280px;*/
/*}*/
/*.container-xl {*/
/*    max-width: 1280px;*/
/*}*/
@media (min-width: 1300px) {
        .container-xl {
            max-width: 1280px;
        }
    }
@media not all and (min-width: 768px) {

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 380px) {

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@font-face {
    font-family: 'MaisonNeue';
    src: url(../fonts/MaisonNeue-Thin.otf?54662bda34ba64f26d43168da2d91ea2) format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url(../fonts/MaisonNeue-Light.otf?6618b548158565a35bba4197935bd017) format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url(../fonts/MaisonNeue-Book.otf?194341077bf0ea8b14826d814b234706) format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url(../fonts/MaisonNeue-Medium.otf?cc2648fc44e2787c28d34c265bc0873c) format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url(../fonts/MaisonNeue-Bold.otf?dc37f984e193936bb9f194082cb3e845) format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url(../fonts/MaisonNeue-ExtraBold.otf?00e1f8817a3773531951db62a94f75a9) format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url(../fonts/MaisonNeue-Black.otf?0c708a33d9afe2f2f5d364cbfd00d69e) format('opentype');
    font-weight: 900;
    font-style: normal;
}
.formatted-content .alignright {
  margin-bottom: 0.75rem;
  margin-top: 0px;
}
@media (min-width: 768px) {

  .formatted-content .alignright {
    float: right;
    margin-left: 0.75rem;
  }
}
.formatted-content .alignleft {
  margin-bottom: 0.75rem;
  margin-top: 0px;
}
@media (min-width: 768px) {

  .formatted-content .alignleft {
    float: left;
    margin-right: 0.75rem;
  }
}
.formatted-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-top: 0px;
}
.formatted-content figure {
  max-width: 100%;
}
.formatted-content > div > p:first-of-type,
.formatted-content > p:first-of-type {
  margin-top: 0px;
}
.formatted-content > div > p:last-of-type,
.formatted-content > p:last-of-type {
  margin-bottom: 0px;
}
/* list styles */
.formatted-content ul li {
  list-style-type: square;
}
.formatted-content ul li *::marker {
  color: inherit !important;
}
.formatted-content ul li::marker {
  color: inherit !important;
}
.formatted-content a {
  word-break: break-all;
}
/* prose styles */
.formatted-content,
.formatted-content * {
  color: inherit !important;
}
.formatted-content.font-light strong,
.formatted-content.font-light b,
.formatted-content.font-thin strong,
.formatted-content.font-thin b {
  font-weight: 500;
}
.formatted-content.font-light strong > *,
.formatted-content.font-light b > *,
.formatted-content.font-thin strong > *,
.formatted-content.font-thin b > * {
    font-weight: 500;
}
.font-thin > * {
    font-weight: 200;
}
.font-light > * {
    font-weight: 300;
}
.font-medium > * {
    font-weight: 500;
}
.font-bold > * {
    font-weight: 700;
}
.font-black > * {
    font-weight: 900;
}
:root {
    --timer-size: 350px;
    --timer-size-half: 175px;
    --line-height: 4px;
    --line-half-height: 2px;
    --line-width: 30px;
    --line-half-width: 15px;

    --handle-height: 20px;
    --handle-half-height: 10px;
    --handle-width: 40px;
    --handle-half-width: 20px;
}
/*147px*/
section.timer div.image {
    width: calc(var(--timer-size) - 35px);
    height: calc(var(--timer-size) - 35px);
    top: 17px;
    clip-path: inset(1px 1px round 50%);
}
section.timer div.image img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
section.timer .main {
  position: relative;
  border-width: 20px;
  --tw-border-opacity: 1;
  border-color: rgb(188 187 187 / var(--tw-border-opacity));
  border-radius: 50%;
    width: var(--timer-size);
    height: var(--timer-size);
}
section.timer .line {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(188 187 187 / var(--tw-bg-opacity));
    left: calc(50% - var(--line-half-width));
    top: calc(50% - var(--line-half-height));
    height: var(--line-height);
    width: var(--line-width);
}
section.timer .number {
  position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: bold;
}
section.timer .viewbox {
    width: var(--timer-size);
}
section.timer .progress {
    stroke-dasharray: 296 296;
    /*stroke-dashoffset: 296;*/
    /*stroke-dashoffset: calc(296 - 24.666666667);*/
    stroke-dashoffset: 296;
    transition: all linear 0.5s;
    stroke-width: 5.5;
    stroke: #575656;
}
section.timer .handle {
    position: absolute;
    left: calc(50% - var(--handle-half-width));
    top: calc(50% - var(--handle-half-height));
    height: var(--handle-height);
    width: var(--handle-width);
    background-color: #575656;
    z-index: 500;
    transition: all linear 0.5s;
}
section.timer .handle.start {
    transform: rotate(-90deg) translateX(calc(155px + var(--handle-half-width)));
}
section.timer .handle.end {
    transform: rotate(-90deg) translateX(calc(155px + var(--handle-half-width)));
}
section.timer .start .handle.start,
section.timer .start .handle.end {
  --tw-bg-opacity: 1;
  background-color: rgb(188 187 187 / var(--tw-bg-opacity));
}
section.timer .start .number {
  opacity: 1;
}
section.timer .image.active {
    opacity: 1;
}
section.timer .section {
    /*@apply py-4 md:py-56;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media not all and (min-width: 768px) {

  section.timer .section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {

  section.timer .section {
    min-height: 350px;
  }
}
section.timer .section {
    -webkit-backface-visibility: hidden;
}
section.timer .number {
    transition: all linear 0.35s;
}
section.timer .number.active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
    :root {
        --timer-size: 250px;
        --timer-size-half: 120px;

        --line-height: 2px;
        --line-half-height: 1px;
        --line-width: 30px;
        --line-half-width: 15px;

        --handle-height: 16px;
        --handle-half-height: 8px;
        --handle-width: 40px;
        --handle-half-width: 20px;
    }

    section.timer .progress {
        stroke-dasharray: 289 289;
        stroke-dashoffset: 289;
        stroke-width: 8;
    }

    section.timer .handle.start {
        transform: rotate(-90deg) translateX(calc(105px + var(--handle-half-width)));
    }

    section.timer .handle.end {
        transform: rotate(-90deg) translateX(calc(105px + var(--handle-half-width)));
    }
}
@media screen and (max-width: 820px) {
    :root {
        --timer-size: 200px;
        --timer-size-half: 100px;

        --line-height: 2px;
        --line-half-height: 1px;
        --line-width: 16px;
        --line-half-width: 8px;

        --handle-height: 12px;
        --handle-half-height: 6px;
        --handle-width: 28px;
        --handle-half-width: 14px;
    }

    section.timer .progress {
        stroke-dasharray: 289 289;
        stroke-dashoffset: 289;
        stroke-width: 7.5;
    }

    section.timer .handle.start {
        transform: rotate(-90deg) translateX(calc(82px + var(--handle-half-width)));
    }

    section.timer .handle.end {
        transform: rotate(-90deg) translateX(calc(82px + var(--handle-half-width)));
    }

    section.timer .main {
    border-width: 14px;
  }

    section.timer div.image {
        width: calc(var(--timer-size) - 23px);
        height: calc(var(--timer-size) - 23px);
        top: 11px;
    }

    section.timer .number {
    position: absolute;
        left: calc(50% - 12px);
        top: calc(50% - 12px);
        height: 24px;
        width: 24px;
  }
}
section.contact-form input[type="text"],
section.contact-form input[type="email"],
section.contact-form input[type="tel"],
section.contact-form input[type="checkbox"],
section.contact-form textarea,
section.contact-form select {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(87 86 86 / var(--tw-text-opacity));
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(154 154 154 / var(--tw-ring-opacity)) !important;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  section.contact-form input[type="text"],
section.contact-form input[type="email"],
section.contact-form input[type="tel"],
section.contact-form input[type="checkbox"],
section.contact-form textarea,
section.contact-form select {
    font-size: 1.25rem;
  }
}
section.contact-form input[type="text"]::placeholder,
section.contact-form input[type="email"]::placeholder,
section.contact-form input[type="tel"]::placeholder,
section.contact-form input[type="checkbox"]::placeholder,
section.contact-form textarea::placeholder,
section.contact-form select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(87 86 86 / var(--tw-text-opacity));
}
section.contact-form input[type="text"]:focus,
section.contact-form input[type="email"]:focus,
section.contact-form input[type="tel"]:focus,
section.contact-form input[type="checkbox"]:focus,
section.contact-form textarea:focus,
section.contact-form select: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(2px + 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);
}
section.contact-form input[type="text"],
section.contact-form input[type="email"],
section.contact-form input[type="tel"],
section.contact-form textarea,
section.contact-form select {
  width: 100%;
  padding: 0.75rem;
}
section.contact-form input[type="checkbox"] {
  margin-top: -0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(188 187 187 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
section.contact-form input[type="submit"] {
  display: block;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(87 86 86 / var(--tw-text-opacity));
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  section.contact-form input[type="submit"] {
    font-size: 1.25rem;
  }
}
section.contact-form input[type="submit"] > * {
    font-weight: 700;
}
section.contact-form input[type="submit"]:disabled {
  opacity: 0.4;
}
@media not all and (min-width: 768px) {

  section.contact-form input[type="submit"] {
    margin-top: 0.75rem;
  }
}
section.contact-form .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  gap: 0.5rem;
}
@media not all and (min-width: 768px) {

  section.contact-form .wpcf7-form-control.wpcf7-checkbox {
    margin-top: 0.75rem;
  }

  section.contact-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0px;
    margin-bottom: 0.5rem;
  }
}
section.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
section.contact-form .wpcf7-form-control-wrap a {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
section.contact-form .message .wpcf7-form-control-wrap,
section.contact-form .message .wpcf7-form-control-wrap textarea {
  height: 100%;
}
section.contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
  margin-top: 0.5rem;
}
section.contact-form .wpcf7-response-output {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 2rem;
  margin-bottom: 0px;
  padding: 0.75rem;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  section.contact-form .wpcf7-response-output {
    font-size: 1.25rem;
  }
}
/*section.contact-form .wpcf7 form.invalid .wpcf7-response-output,*/
/*section.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,*/
/*section.contact-form .wpcf7 form.payment-required .wpcf7-response-output {*/
/*}*/
section.contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-width: 0px;
  text-align: center;
  font-size: 1.375rem;
}
@media (min-width: 1024px) {

  section.contact-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
  }
}
section.contact-form .grid-block {
  margin-bottom: 2rem;
}
@media not all and (min-width: 768px) {

  section.contact-form .col-span-4,
section.contact-form .col-span-8 {
    grid-column: span 12 / span 12;
  }

  section.contact-form .grid-flow-col {
    grid-auto-flow: row;
  }
}
section.contact-form .wpcf7-not-valid-tip {
  --tw-bg-opacity: 1;
  background-color: rgb(160 48 54 / var(--tw-bg-opacity));
  padding: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0.75rem;
}
[x-cloak] {
    display: none !important;
}
/*
    fix strange width bug
    @see: https://github.com/nolimits4web/swiper/issues/5289
 */
.swiper .swiper-wrapper{
    width: 0 !important;
}
/*.swiper .swiper-container {*/
/*    min-width: 0 !important;*/
/*}*/
.blog-gallery-text .swiper-button-disabled {
    display: none !important;
}
.blog-gallery-text .swiper .swiper-wrapper{
    width: 100% !important;
}
.headline > .line {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px) {

  .headline > .line {
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {

  .headline > .line {
    --tw-bg-opacity: 1;
    background-color: rgb(112 112 112 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1112px) {

  .headline > .line {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    display: inline-block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.checkbox-button {
    display: inline-block;
    padding: 2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    /*outline-color rgb(16, 16, 16)*/
    /*outline-offset 1px*/
    /*outline-style auto*/
    /*outline-width 1px*/
}
.checkbox-input {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
/*.font-light {*/
/*    font-weight: 200;*/
/*}*/
/* Safari fix... */
.writing-vertical {
    writing-mode: vertical-lr !important;
    /*rotate: 180deg !important;*/
    /*transform: rotate(-90deg);*/
    /*transform-origin: bottom right;*/
}
@media (min-width: 768px) {

  .osx-tweak .multiline-headline,
.osx-tweak .multiline-headline {
    line-height: 1.45 !important;
  }
}
.backdrop::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: -1;
}
.headline-container::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 500%;
    z-index: -1;
    left: 0px;
    top: -2.5rem;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-from-position: 30%;
}
@media not all and (min-width: 768px) {

  .headline-container::after {
    display: none;
  }
}
@media not all and (min-width: 1024px) {

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

  .max-lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

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

  .max-lg\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 380px) {

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

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

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

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

  .md\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .md\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:\!relative:focus {
  position: relative !important;
}
.focus\:\!p-2:focus {
  padding: 0.5rem !important;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:\!bg-opacity-50:disabled {
  --tw-bg-opacity: 0.5 !important;
}
.disabled\:opacity-0:disabled {
  opacity: 0;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:focus-within .group-focus-within\:fill-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  fill: rgba(255,255,255,0.8);
}
.group:focus-within .group-focus-within\:stroke-\[3px\] {
  stroke-width: 3px;
}
.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.group:hover .group-hover\:fill-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  fill: rgba(255,255,255,0.8);
}
.group:hover .group-hover\:stroke-\[3px\] {
  stroke-width: 3px;
}
.group:focus-visible .group-focus-visible\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.peer:checked ~ .peer-checked\:bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(160 48 54 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.peer:focus-visible ~ .peer-focus-visible\:ring-2 {
  --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(2px + 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);
}
.peer:focus-visible ~ .peer-focus-visible\:ring-\[\#101010\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 16 16 / var(--tw-ring-opacity));
}
.peer:focus-visible ~ .peer-focus-visible\:ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.hv\:scale-110:hover {
  --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));
}
.hv\:\!bg-primary-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 86 86 / var(--tw-bg-opacity)) !important;
}
.hv\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.hv\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 86 86 / var(--tw-bg-opacity));
}
.hv\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hv\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hv\:font-medium:hover {
  font-weight: 500;
}
.hv\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hv\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.hv\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.hv\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hv\:scale-110:focus-visible {
  --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));
}
.hv\:\!bg-primary-900:focus-visible {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 86 86 / var(--tw-bg-opacity)) !important;
}
.hv\:bg-primary-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.hv\:bg-primary-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(87 86 86 / var(--tw-bg-opacity));
}
.hv\:bg-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hv\:bg-opacity-90:focus-visible {
  --tw-bg-opacity: 0.9;
}
.hv\:font-medium:focus-visible {
  font-weight: 500;
}
.hv\:\!text-white:focus-visible {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hv\:text-primary-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.hv\:text-primary-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.hv\:text-white:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .ghw\:h-\[60px\] {
  height: 60px;
}
.group:focus-within .ghw\:h-\[60px\] {
  height: 60px;
}
.children\:py-7 > * {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.children-first\:pt-0 > *:first-of-type {
  padding-top: 0px;
}
.osx-tweak .osx\:-top-\[12\.6rem\] {
  top: -12.6rem;
}
.osx-tweak .osx\:bottom-\[calc\(100\%-10\.1rem\)\] {
  bottom: calc(100% - 10.1rem);
}
.osx-tweak .osx\:bottom-\[calc\(100\%-4\.4rem\)\] {
  bottom: calc(100% - 4.4rem);
}
.osx-tweak .osx\:pt-0 {
  padding-top: 0px;
}
.prose-p\:\!text-black :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.prose-a\:font-normal :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 400;
}
.prose-a\:font-thin :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 100;
}
.prose-a\:text-primary-700 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.prose-a\:text-15 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .prose-a\:text-15 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 0.9375rem;
  }
}
.prose-ul\:pl-5 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 1.25rem;
}
@media (max-width: 1230px) {

  .max-\[1230px\]\:-left-10 {
    left: -2.5rem;
  }

  .max-\[1230px\]\:-right-10 {
    right: -2.5rem;
  }
}
@media (max-width: 1200px) {

  .max-\[1200px\]\:mb-6 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1190px) {

  .max-\[1190px\]\:hidden {
    display: none;
  }
}
@media not all and (min-width: 1112px) {

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

  .max-xl\:gap-x-4 {
    column-gap: 1rem;
  }

  .max-xl\:gap-y-\[100px\] {
    row-gap: 100px;
  }
}
@media not all and (min-width: 1024px) {

  .max-lg\:order-3 {
    order: 3;
  }

  .max-lg\:float-right {
    float: right;
  }

  .max-lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

  .max-lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .max-lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

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

  .max-lg\:\!h-10 {
    height: 2.5rem !important;
  }

  .max-lg\:h-10 {
    height: 2.5rem;
  }

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

  .max-lg\:translate-x-\[10\%\] {
    --tw-translate-x: 10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .max-lg\:leading-tight {
    line-height: 1.25;
  }

  .max-lg\:\!text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(132 132 132 / var(--tw-text-opacity)) !important;
  }

  .max-lg\:\!text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(87 86 86 / var(--tw-text-opacity)) !important;
  }

  .max-lg\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(87 86 86 / var(--tw-text-opacity));
  }

  .max-lg\: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);
  }
}
@media not all and (min-width: 768px) {

  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .max-md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .max-md\:object-cover {
    object-fit: cover;
  }

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

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

  .max-md\:pt-44 {
    padding-top: 11rem;
  }

  .max-md\:leading-\[1\.425\] {
    line-height: 1.425;
  }
}
@media not all and (min-width: 640px) {

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

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

  .max-sm\:col-start-7 {
    grid-column-start: 7;
  }

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

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

    .max-sm\:text-12 {
    font-size: 0.75rem;
  }
}
@media (max-width: 479px) {

  .max-\[479px\]\:mt-8 {
    margin-top: 2rem;
  }

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

  .max-\[380px\]\:float-none {
    float: none;
  }
}
@media (min-width: 380px) {

  .min-\[380px\]\:ml-8 {
    margin-left: 2rem;
  }

  .min-\[380px\]\:mt-0 {
    margin-top: 0px;
  }
}
@media (min-width: 480px) {

  .min-\[480px\]\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .min-\[480px\]\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .min-\[480px\]\:grid-flow-row {
    grid-auto-flow: row;
  }

  .min-\[480px\]\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .min-\[480px\]\:gap-8 {
    gap: 2rem;
  }

  .min-\[480px\]\:pr-6 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

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

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

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

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

    .sm\:text-30 {
    font-size: 1.375rem;
  }

    @media (min-width: 1024px) {

    .sm\:text-30 {
      font-size: 1.875rem;
    }
  }
}
@media (min-width: 768px) {

  .md\:\!absolute {
    position: absolute !important;
  }

  .md\:\!relative {
    position: relative !important;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

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

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

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

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

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

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

  .md\:float-left {
    float: left;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-full {
    height: 100% !important;
  }

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

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

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

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

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

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

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!opacity-0 {
    opacity: 0 !important;
  }

  .md\:\!opacity-100 {
    opacity: 1 !important;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:bottom-\[calc\(100\%-5\.2rem\)\] {
    bottom: calc(100% - 5.2rem);
  }

  .lg\:bottom-\[calc\(100\%-5\.8rem\)\] {
    bottom: calc(100% - 5.8rem);
  }

  .lg\:bottom-\[calc\(100\%-7rem\)\] {
    bottom: calc(100% - 7rem);
  }

  .lg\:bottom-\[calc\(100\%-9\.35rem\)\] {
    bottom: calc(100% - 9.35rem);
  }

  .lg\:bottom-\[calc\(100\%-9\.6rem\)\] {
    bottom: calc(100% - 9.6rem);
  }

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

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:top-\[calc\(50\%-175px\)\] {
    top: calc(50% - 175px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:-mb-\[4\.425rem\] {
    margin-bottom: -4.425rem;
  }

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

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

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

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

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

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

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-24 {
    width: 6rem;
    height: 6rem;
  }

  .lg\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .lg\:\!h-10 {
    height: 2.5rem !important;
  }

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

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

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

  .lg\:\!flex-grow-0 {
    flex-grow: 0 !important;
  }

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

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

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

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

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

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .lg\:from-primary {
    --tw-gradient-from: #9A9A9A var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(154 154 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100 {
    --tw-gradient-from: #E1E1E1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(225 225 225 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300 {
    --tw-gradient-from: #BCBBBB var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(188 187 187 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600 {
    --tw-gradient-from: #848484 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(132 132 132 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700 {
    --tw-gradient-from: #707070 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(112 112 112 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900 {
    --tw-gradient-from: #575656 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(87 86 86 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:to-primary {
    --tw-gradient-to: #9A9A9A var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100 {
    --tw-gradient-to: #E1E1E1 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300 {
    --tw-gradient-to: #BCBBBB var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600 {
    --tw-gradient-to: #848484 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700 {
    --tw-gradient-to: #707070 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900 {
    --tw-gradient-to: #575656 var(--tw-gradient-to-position);
  }

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

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

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:\!pl-0 {
    padding-left: 0px !important;
  }

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

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

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

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

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

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

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

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

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

  .lg\:pt-\[1\.35rem\] {
    padding-top: 1.35rem;
  }

  .lg\:pt-\[1\.3rem\] {
    padding-top: 1.3rem;
  }

  .lg\:pt-\[1\.4rem\] {
    padding-top: 1.4rem;
  }

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

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

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

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

  .lg\:text-2xl {
    font-size: 1.563rem;
  }

  .lg\:text-5xl {
    font-size: 3.125rem;
  }

  .lg\:\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

    .lg\:text-24 {
    font-size: 1.125rem;
  }

    @media (min-width: 1024px) {

    .lg\:text-24 {
      font-size: 1.5rem;
    }
  }

    .group:hover .ghw\:lg\:h-10 {
    height: 2.5rem;
  }

    .group:focus-within .ghw\:lg\:h-10 {
    height: 2.5rem;
  }

    .osx-tweak .osx\:lg\:-top-\[12\.7rem\] {
    top: -12.7rem;
  }

    .osx-tweak .osx\:lg\:bottom-\[calc\(100\%-10rem\)\] {
    bottom: calc(100% - 10rem);
  }

    .osx-tweak .osx\:lg\:bottom-\[calc\(100\%-5\.6rem\)\] {
    bottom: calc(100% - 5.6rem);
  }

    .osx-tweak .osx\:lg\:bottom-\[calc\(100\%-9\.65rem\)\] {
    bottom: calc(100% - 9.65rem);
  }

    .osx-tweak .osx\:lg\:-mb-\[3\.35rem\] {
    margin-bottom: -3.35rem;
  }
}
@media (min-width: 1112px) {

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1191px) {

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

  .min-\[1200px\]\:absolute {
    position: absolute;
  }

  .min-\[1200px\]\:-left-4 {
    left: -1rem;
  }

  .min-\[1200px\]\:-right-4 {
    right: -1rem;
  }

  .min-\[1200px\]\:top-1\/2 {
    top: 50%;
  }

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

  .min-\[1200px\]\:-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));
  }

  .min-\[1200px\]\:-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));
  }

  .min-\[1200px\]\: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));
  }
}
@media (min-width: 1230px) {

  .min-\[1230px\]\:-right-16 {
    right: -4rem;
  }

  .min-\[1230px\]\:h-\[44\.98px\] {
    height: 44.98px;
  }

  .min-\[1230px\]\:w-\[25px\] {
    width: 25px;
  }
}
@media (min-width: 1400px) {

  .min-\[1400px\]\:h-\[calc\(100vw\*0\.4\)\] {
    height: calc(100vw * 0.4);
  }

  .min-\[1400px\]\:max-h-\[1200px\] {
    max-height: 1200px;
  }
}
.\[\&_span\]\:size-2 span {
  width: 0.5rem;
  height: 0.5rem;
}
.\[\&_span\]\:rounded-none span {
  border-radius: 0px;
}
.\[\&_span\]\:\!bg-primary span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity)) !important;
}
.\[\&_svg\]\:size-8 svg {
  width: 2rem;
  height: 2rem;
}


/*# sourceMappingURL=app.css.map*/