/*
! 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: #e5e5e5; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 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{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #737373;
  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::-moz-placeholder, textarea::-moz-placeholder{
  color: #737373;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #737373;
  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='%23737373' 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']{
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #737373;
  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{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            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%;
}
@media (min-width: 600px){

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

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

  .container{
    max-width: 1012px;
  }
}
@media (min-width: 1128px){

  .container{
    max-width: 1128px;
  }
}
@media (min-width: 1238px){

  .container{
    max-width: 1238px;
  }
}
@media (min-width: 1332px){

  .container{
    max-width: 1332px;
  }
}
@media (min-width: 1756px){

  .container{
    max-width: 1756px;
  }
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.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;
}
.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;
  text-align: start;
  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(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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-top-px{
  top: -1px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-px{
  bottom: 1px;
}
.left-1\/2{
  left: 50%;
}
.left-\[-11px\]{
  left: -11px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-\[-3px\]{
  right: -3px;
}
.right-\[-7px\]{
  right: -7px;
}
.right-full{
  right: 100%;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-10{
  top: 2.5rem;
}
.top-28{
  top: 7rem;
}
.top-40{
  top: 10rem;
}
.top-9{
  top: 2.25rem;
}
.top-\[-3px\]{
  top: -3px;
}
.top-\[2px\]{
  top: 2px;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.-m-2{
  margin: -0.5rem;
}
.m-auto{
  margin: auto;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-0{
  margin-bottom: -0px;
}
.-mb-0\.5{
  margin-bottom: -0.125rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.-mb-5{
  margin-bottom: -1.25rem;
}
.-mb-5\.5{
  margin-bottom: -1.375rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-1\.5{
  margin-left: -0.375rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-24{
  margin-left: -6rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-ml-5{
  margin-left: -1.25rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mr-1\.5{
  margin-right: -0.375rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mr-3{
  margin-right: -0.75rem;
}
.-mr-4{
  margin-right: -1rem;
}
.-mt-0{
  margin-top: -0px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-32{
  margin-top: -8rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-px{
  margin-top: -1px;
}
.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-2\.5{
  margin-bottom: 0.625rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[11px\]{
  margin-bottom: 11px;
}
.mb-\[38px\]{
  margin-bottom: 38px;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-\[54px\]{
  margin-left: 54px;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-px{
  margin-right: 1px;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-6\.5{
  margin-top: 1.625rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-1{
  aspect-ratio: 1;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-18{
  height: 4.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-6\.5{
  height: 1.625rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[132px\]{
  height: 132px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[75px\]{
  height: 75px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-\[725px\]{
  max-height: 725px;
}
.min-h-24{
  min-height: 6rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-15{
  width: 3.75rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\.5{
  width: 1.625rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[144px\]{
  width: 144px;
}
.w-\[182px\]{
  width: 182px;
}
.w-\[189px\]{
  width: 189px;
}
.w-\[195px\]{
  width: 195px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[72px\]{
  width: 72px;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[1056px\]{
  max-width: 1056px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.origin-top-right{
  transform-origin: top right;
}
.translate-y-2{
  --tw-translate-y: 0.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-y-8{
  --tw-translate-y: 2rem;
  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-98{
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  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));
}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-none{
  list-style-type: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-6{
  gap: 1.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[54px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(54px * var(--tw-space-x-reverse));
  margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-gray-150{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.border-yellow-900\/10{
  border-color: rgb(113 63 18 / 0.1);
}
.border-opacity-5{
  --tw-border-opacity: 0.05;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.border-opacity-60{
  --tw-border-opacity: 0.6;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-150{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-gray-500\/35{
  background-color: rgb(115 115 115 / 0.35);
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-gray-75{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / 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-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-yellow-150{
  --tw-bg-opacity: 1;
  background-color: rgb(252 245 176 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[11px\]{
  padding-left: 11px;
  padding-right: 11px;
}
.px-px{
  padding-left: 1px;
  padding-right: 1px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-6\.5{
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-6\.5{
  padding-bottom: 1.625rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-px{
  padding-bottom: 1px;
}
.pl-0{
  padding-left: 0px;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[27px\]{
  padding-left: 27px;
}
.pl-px{
  padding-left: 1px;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-15{
  padding-top: 3.75rem;
}
.pt-15\.5{
  padding-top: 3.875rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-23{
  padding-top: 5.75rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-6\.5{
  padding-top: 1.625rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[4px\]{
  padding-top: 4px;
}
.pt-\[7px\]{
  padding-top: 7px;
}
.pt-px{
  padding-top: 1px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xxs{
  font-size: 0.6875rem;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-6{
  line-height: 1.5rem;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.leading-tighter{
  line-height: 1.125;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-gray-350{
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-intake{
  --tw-shadow: 0 0.7px 0.8px rgba(0, 0, 0, 0.02), 0 1.9px 2.1px -0.8px rgba(0, 0, 0, 0.02), 0 4.7px 5.3px -1.7px rgba(0, 0, 0, 0.02), 0 11.3px 12.7px -2.5px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 0 0.7px 0.8px var(--tw-shadow-color), 0 1.9px 2.1px -0.8px var(--tw-shadow-color), 0 4.7px 5.3px -1.7px var(--tw-shadow-color), 0 11.3px 12.7px -2.5px 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-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-gray-200\/50{
  --tw-shadow-color: rgb(229 229 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-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);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 34 34 / var(--tw-ring-opacity));
}
.ring-current{
  --tw-ring-color: currentColor;
}
.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity));
}
.ring-gray-150{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 238 238 / var(--tw-ring-opacity));
}
.ring-gray-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}
.ring-gray-75{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 247 247 / var(--tw-ring-opacity));
}
.ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.ring-transparent{
  --tw-ring-color: transparent;
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.ring-offset-1{
  --tw-ring-offset-width: 1px;
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-current{
  --tw-ring-offset-color: currentColor;
}
.ring-offset-white{
  --tw-ring-offset-color: #fff;
}
.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);
}
.\!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) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
  font-family: 'Calibre';
  src: url("/fonts/ae9cc41089d18eef/CalibreWeb-Regular.woff2") format('woff2'),
       url("/fonts/ae9cc41089d18eef/CalibreWeb-Regular.woff") format('woff'),
       url('/fonts/ae9cc41089d18eef/CalibreWeb-Regular.eot?') format('eot');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Calibre';
  src: url("/fonts/ae9cc41089d18eef/CalibreWeb-RegularItalic.woff2") format('woff2'),
       url("/fonts/ae9cc41089d18eef/CalibreWeb-RegularItalic.woff") format('woff'),
       url('/fonts/ae9cc41089d18eef/CalibreWeb-RegularItalic.eot?') format('eot');
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Calibre';
  src: url("/fonts/ae9cc41089d18eef/CalibreWeb-Medium.woff2") format('woff2'),
       url("/fonts/ae9cc41089d18eef/CalibreWeb-Medium.woff") format('woff'),
       url('/fonts/ae9cc41089d18eef/CalibreWeb-Medium.eot?') format('eot');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
html{
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
[x-cloak]{
  display: none;
}
button{
  touch-action: manipulation;
}
.translation_missing{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.turbo-progress-bar{
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
/* Hide scrollbars for bands */
.hide-scrollbars .overflow-x-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.hide-scrollbars .overflow-x-scroll::-webkit-scrollbar {
      display: none;
    }
.configurations-grid-cm {
  margin-top: 11px;
  overflow: hidden;
}
.configurations-grid-cm .canvas {
    height: 397px;
    margin: 0 -74px 0 -73px;
    padding: 16px 72px 0;
    border-left: 1px solid #fff;
    background: #fff url("/assets/configurations/base_cm-608d2a6a.png");
  }
.configurations-grid-cm{

  background: url("/assets/configurations/base_cm-608d2a6a.png") 50% 0;
}
@media (min-width: 768px) {
.configurations-grid-cm {
    background-position: calc(50% + 4px) 0
}
  }
@media (min-width: 1012px) {
.configurations-grid-cm {
    background-position: -4px 0
}
  }
@media (min-width: 1128px) {
.configurations-grid-cm {
    background-position: calc(50% + 8px) 0
}
  }
@media (min-width: 1238px) {
.configurations-grid-cm {
    background-position: calc(50% + 4px) 0
}
  }
@media (min-width: 1756px) {
.configurations-grid-cm {
    background-position: 50% 0
}
  }
.configurations-grid-in {
  margin-top: 14px;
  overflow: hidden;
}
.configurations-grid-in .canvas {
    height: 376px;
    margin: 0 -74px 0 -73px;
    padding: 16px 72px 0;
    border-left: 1px solid #fff;
    background: #fff url("/assets/configurations/base_in-5c57a975.png") repeat 0 0;
  }
.configurations-grid-in{

  background-image: url("/assets/configurations/base_in-5c57a975.png");
  background-position: calc(50% + 4px) 0;
}
@media (min-width: 768px) {
.configurations-grid-in {
    background-position: calc(50% + 8px) 0
}
  }
@media (min-width: 1012px) {
.configurations-grid-in {
    background-position: 8px 0
}
  }
@media (min-width: 1128px) {
.configurations-grid-in {
    background-position: calc(50% + 8px) 0
}
  }
@media (min-width: 1332px) {
.configurations-grid-in {
    background-position: 50% 0
}
  }
@media (min-width: 1756px) {
.configurations-grid-in {
    background-position: calc(50% + 4px) 0
}
  }
.container {
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 600px) {
.container {
    padding: 0 3rem
}
  }
@media (min-width: 768px) {
.container {
    padding: 0 4rem
}
  }
@media (min-width: 1012px) {
.container {
    max-width: 1128px;
    padding: 0 5rem
}
  }
@media (min-width: 1238px) {
.container {
    max-width: 1240px;
    padding: 0 3rem
}
  }
/* @screen 2xl {
    max-width: 1312px;
    padding: 0 6rem;
  } */
@media (min-width: 1756px) {
.container {
    max-width: 1736px;
    padding: 0 7rem
}
  }
select{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-right: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  background: url("/assets/icons/misc/select-3ec96dd1.svg") 100% 50% no-repeat;
  width: 182px;
}
select:focus {
    border-color: #222;
    box-shadow: none;
  }
input.text{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
input.text:focus {
    border-color: #222;
    box-shadow: none;
  }
input.number{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
input.number:focus {
    border-color: #222;
    box-shadow: none;
  }
input.number::-webkit-outer-spin-button,
  input.number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
input.error{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.btn {
  height: 38px;
  line-height: 36px;
  padding: 0 18px;
  transition: opacity 100ms ease-out;
  color: #e3e3e3;
  background-color: #222;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 0 inset,
    rgba(34, 34, 34, 0.05) 0 2px 4px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn:hover {
    opacity: 0.9;
    color: #eee;
  }
.g{
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;

  /* @screen sm {
    @apply -mx-4;
  } */
}
@media (max-width: 363px) {
.g {
    margin-left: -10px;
    margin-right: -10px
}
  }
.gi{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex-grow: 0;
}
@media (max-width: 363px) {
.gi {
    padding-left: 10px;
    padding-right: 10px
}
  }
#info .box{
  margin-top: -0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
    transition: background 400ms ease-in-out;
    background-color: #fff;
}
#info .highlight .box {
    background-color: #fef3c7;
  }
.info-fronts-item{
  margin-top: -8rem;
  padding-top: 8rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.info-fronts-item .box{
  align-items: flex-start;
}
.info-fronts-item .data{
  margin-top: -0.125rem;
  margin-bottom: -0.375rem;
  width: 50%;
  flex-grow: 1;
  align-items: flex-start;
}
@media (min-width: 768px){

  .info-fronts-item .data{
    width: 66.666667%;
  }
}
@media (min-width: 1012px){

  .info-fronts-item .data{
    width: 80%;
  }
}
@media (min-width: 1238px){

  .info-fronts-item .data{
    width: 83.333333%;
  }
}
.info-fronts-item .prices{
  margin-top: 1.125rem;
  margin-bottom: 2rem;
  width: 100%;
  flex-grow: 1;
  padding-left: 1.5rem;
}
@media (min-width: 1012px){

  .info-fronts-item .prices{
    margin-top: 0px;
    width: 0px;
  }
}
@media (min-width: 1238px){

  .info-fronts-item .prices{
    margin-bottom: 0px;
  }
}
.info-fronts-item .price{
  margin-top: 0.125rem;
  width: 50%;
  padding-bottom: 0.25rem;
  line-height: 1;
}
@media (min-width: 768px){

  .info-fronts-item .price{
    width: 33.333333%;
  }
}
@media (min-width: 1012px){

  .info-fronts-item .price{
    width: 25%;
  }
}
@media (min-width: 1238px){

  .info-fronts-item .price{
    width: 14.2857%;
  }
}
.info-fronts-item .name{
  margin-bottom: -0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
/* Primary navigation */
.projects-index .projects-nav,
.projects-search .projects-nav,
.templates-index .templates-nav,
.info .info-nav {
  cursor: default;
}
.projects-index .projects-nav span, .projects-search .projects-nav span, .templates-index .templates-nav span, .info .info-nav span {
    border-color: #222;
  }
.sticky-nav{
  position: sticky;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@keyframes appear {
  0% {
    transform: scale(.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
Must be above .column
This is used to cleanup some mouse events
*/
.layout-sorted .background{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.layout-sorted .column-dropped .background{
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 250 / var(--tw-text-opacity)) !important;
}
.layout-sorted .column-dropped .box:active .background {
        color: #ffd !important;
      }
.column {
  position: relative;
  flex-shrink: 0;
  margin-right: -1px;
  perspective: 900px;
}
.configurations-grid-in .column {
    margin-top: -3px;
  }
.column .box {
    position: relative;
    transition-duration: 400ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0 6px;
  }
.configurations-grid-in .column .box {
      padding: 0 5px 0 4px;
    }
.column .box .wall_cabinets {
      transition: opacity;
      transition-duration: 100ms;
    }
.column .background{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.column .flip {
    transition-delay: 56ms;
  }
.column .actions {
    display: none;
    opacity: 0;
    padding-bottom: 12px;
    transition-duration: 100ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.column .actions:hover {
      visibility: visible !important;
    }
.column .actions .group{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
}
.column .actions .info{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

      line-height: 1;
      text-align: center;
}
.column .actions .info a {
        display: block;
        padding: 1px 0 8px;
        font-size: 12px;
        color: #bbb;
      }
.column .actions .info a:hover {
          color: #222;
        }
.column .actions .action {
      height: 34px;
      width: 20px;
      cursor: pointer;
      outline: none;

      opacity: .2;
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 100ms;

      background: url("/assets/icons/heroicons/switch-horizontal-f9102bf1.svg") no-repeat 50% 50%;
      background-size: 16px 16px;
    }
.column .actions .action:hover {
        opacity: .6;
      }
.column .actions .action:active {
        transform: translate3d(0, 1px, 0);
      }
.column .actions .wc{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

      position: absolute;
      top: -34px;
      left: 50%;

      height: 32px;
      width: 40px;
      margin-left: -20px;
      opacity: 1;
}
.column .actions .wc .action {
        width: 40px;
        background-image: url("/assets/icons/heroicons/eye-off-8ffefd57.svg");
      }
.column .actions .wc .action:hover {
          opacity: .7;
        }
.column .actions .destroy {
      opacity: .25;
      background-image: url("/assets/icons/heroicons/x-7fa1cb91.svg");
    }
.column .actions .destroy:hover {
        opacity: 1;
        filter: sepia(100%) saturate(400%) hue-rotate(310deg) brightness(250%);
      }
.column .actions .remove {
      position: absolute;
      left: 50%;
      top: 6px;
      margin-left: -16px
    }
.column.mirrored .box {
      transform: rotateY(180deg);
    }
.configurations-grid-in .column.mirrored .box {
        padding-left: 5px;
        padding-right: 4px;
      }
.column.mirrored .flip {
      transform: scale(-1, 1);
    }
.column.mirrored .flip--translate {
      transform: scale(-1, 1) translate(-100%, 0);
    }
.column.removed .wc .action {
      background-image: url("/assets/icons/heroicons/eye-cb6d7dac.svg");
    }
.column.removed .wall_cabinets {
      opacity: 0;
    }
.column.animate {
    animation: 200ms ease-out 0s 1 appear;
  }
.column.destroying {
    transition-duration: 150ms;
    transition-property: transform opacity;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(.95);
    opacity: 0;
  }
.column-editable {
  position: relative;
  z-index: 1;
}
.column-editable:hover .invisible {
      visibility: visible;
    }
.column-editable:hover .actions {
      opacity: 1;
    }
.column-editable:hover .background{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.column-editable:active .actions {
      visibility: hidden;
    }
.column-editable .box {
    cursor: grab;
  }
.column-editable .box:active .background {
      color: #ffd;
    }
.column-editable .box:active .invisible {
      visibility: hidden;
    }
.column-editable .actions {
    display: block;
  }
.layout-sorting .background{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.layout-sorting .actions {
    opacity: 0 !important;
  }
.layout-sorting .sortable-ghost {
    z-index: 0;
  }
.layout-sorting .sortable-ghost .fixtures {
      color: #ccc;
    }
.layout-sorting .sortable-ghost .handle {
      visibility: hidden;
    }
@keyframes count {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
}
@keyframes button {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.picker-cabinet{
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex-grow: 0;
}
@media (max-width: 363px) {
.picker-cabinet {
    padding-left: 10px;
    padding-right: 10px
}
  }
@media (min-width: 768px){

  .picker-cabinet{
    width: 33.333333%;
  }
}
@media (min-width: 1012px){

  .picker-cabinet{
    width: 25%;
  }
}
@media (min-width: 1238px){

  .picker-cabinet{
    width: 16.666667%;
  }
}
@media (min-width: 1756px){

  .picker-cabinet{
    width: 12.5%;
  }
}
.picker-cabinet button {
    width: 100%;
    outline: none;
  }
.picker-cabinet button .text {
      cursor: pointer;
    }
.picker-cabinet button:hover .text,
      .picker-cabinet button:hover .measurements,
      .picker-cabinet button:hover .picker-circle {
        opacity: 1;
      }
.picker-cabinet__box {
    position: relative;
    transition-duration: 150ms;
    background-color: #f3f3f3;
    transition: background 240ms ease-in-out;
    padding-bottom: 100%;
  }
.highlight .picker-cabinet__box {
      background-color: #FEF3C7;
    }
.picker-cabinet__box .illu {
      position: absolute;
      padding-bottom: 8px;
      top: 8px;
      right: 8px;
      bottom: 8px;
      left: 8px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }
.picker-cabinet__box .illu-wall_cabinet {
      padding-top: 8px;
      align-items: flex-start;
    }
.picker-cabinet__box .measurements{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);

      position: absolute;
      font-size: 12px;
      opacity: 0;
      transition: opacity;
      transition-duration: 100ms;
      top: 4px;
      left: 8px;
      text-align: left;
}
.picker-cabinet__box .measurements span {
        display: block;
        margin-top: 2px;
        color: #bbb;
      }
.picker-cabinet__box .text {
      opacity: 0;
      transition: opacity;
      transition-duration: 100ms;
      cursor: default;
    }
.picker-cabinet__box:hover .text {
        opacity: 1
      }
.picker-count span {
      opacity: 0;
      position: absolute;
      top: 8px;
      right: 8px;
      display: block;
      width: 20px;
      height: 20px;
      background: #ddd;
      border-radius: 100%;
      font-size: .75em;
      font-weight: 500;
      line-height: 20px;
      color: #777;
      animation: 1200ms ease-out 0s 1 count;
    }
.picker-cabinet__meta {
    position: relative;
    margin-top: 9px;
    padding-right: 32px;
    font-size: 14px;
    height: 66px;
    text-align: left;
  }
.picker-cabinet__meta h3 {
      font-weight: 500;
      line-height: 1.125;
      color: #333;
    }
.picker-cabinet__meta p {
      margin-top: 4px;
      line-height: 1.125;
    }
.picker-circle {
  position: absolute;
  right: -1px;
  top: 4px;
  width: 25px;
  height: 25px;
  opacity: 0;
  transition: opacity 100ms ease-out;

  background: url("/assets/icons/misc/picker-plus-8744257e.svg") no-repeat 50% 50%;
}
.picker-animate {
  opacity: 0;
  animation: 600ms ease-out 0s 1 button;
}
@keyframes highlight {
  0% {
    background-color: #ffd;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}
.configurations-list {
  margin-bottom: 84px;
}
.configurations-list table {
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.configurations-list tr {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
  }
.configurations-list tr.sortable-chosen {
      background-color: rgba(255, 255, 221, .85);
    }
.configurations-list tr.sortable-chosen .icon span {
        border-color: #ffd;
      }
.configurations-list tr.sortable-ghost {
      background: #fff;
      opacity: .25;
    }
.configurations-list tr:hover .name {
        text-decoration: underline;
      }
.configurations-list tr.highlight {
      background-color: #ffd;
      animation: 800ms ease-out 600ms 1 highlight;
      animation-fill-mode: forwards;
    }
.configurations-list td {
    white-space: nowrap;
  }
.configurations-list .handle {
    padding-right: 18px;
    cursor: grab;
    opacity: .25;
    background: url("/assets/icons/misc/handle-bf0600a6.svg") 100% 50% no-repeat;
    display: none;
  }
.configurations-list .handle img {
      max-width: 12px;
    }
.configurations-list .handle:hover {
      opacity: .5;
    }
.configurations-list .handle:active {
      opacity: .25;
      cursor: grabbing;
    }
.configurations-list .icon {
    position: relative;
    padding: 0 8px 0 0;
    cursor: grab;
  }
.configurations-list .icon:active {
      cursor: grabbing;
    }
.configurations-list .icon img {
      max-width: 24px;
    }
.configurations-list .icon span {
      position: absolute;
      top: 10px;
      left: 18px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      border: 1px solid #fff;
    }
.configurations-list .name {
    padding: 14px 0 14px 4px;
    text-transform: uppercase;
  }
.configurations-list .modules {
    padding-left: 64px;
    text-align: right;
  }
.configurations-list .design {
    padding-left: 32px;
  }
.configurations-list .updated {
    width: 100%;
    text-align: right;
    color: #b6b6b6;
  }
.configurations-list .actions {
    display: none;
    padding-left: 8px;
    opacity: 1 !important;
    cursor: default;
  }
.configurations-list .activate,
  .configurations-list .hide,
  .configurations-list .duplicate {
    display: block;
    margin-right: -1px;
    width: 36px;
    height: 50px;
    opacity: .2;
    cursor: pointer;
    background: url("/assets/icons/heroicons/eye-off-8ffefd57.svg") 50% 50% no-repeat;
    background-size: 16px 16px;
  }
.configurations-list .activate:hover, .configurations-list .hide:hover, .configurations-list .duplicate:hover {
      opacity: .8;
    }
.configurations-list .activate {
    display: none;
    background-image: url("/assets/icons/heroicons/eye-cb6d7dac.svg");
  }
.configurations-list .duplicate {
    margin-left: -2px;
    background-image: url("/assets/icons/heroicons/document-duplicate-5062dad5.svg");
  }
.configurations-list .inactive {
    border-color: #f0f0f0;
  }
.configurations-list .inactive td {
      opacity: .33;
    }
.configurations-list .inactive .handle,
    .configurations-list .inactive .duplicate {
      opacity: 0;
      cursor: default;
      pointer-events: none;
    }
.configurations-list .inactive .icon {
      opacity: .2;
      cursor: default;
    }
.configurations-list .inactive .icon span {
        display: none;
      }
.configurations-list .inactive .hide {
      display: none;
    }
.configurations-list .inactive .activate {
      display: block;
    }
.configurations-list .inactive .updated {
      color: #222;
    }
.configurations-list .add_configuration {
    display: none;
  }
.editable .configurations-list .handle,
    .editable .configurations-list .actions {
      display: table-cell;
    }
.editable .configurations-list .add_configuration {
      display: block;
    }
.corner-layout {
  margin: 32px 11px 0 12px;
  height: 301px;
  display: flex;
  align-items: baseline;
}
.configurations-grid-in .corner-layout {
    margin: 29px 11px 0 8px;
    height: 286px;
  }
.configurations-grid-in .corner-layout .corner-layout__column {
      width: 7px;
      height: 109px;
    }
.configurations-grid-in .corner-layout .corner-layout__cabinet {
      height: 90px;
    }
.configurations-grid-in .corner-layout .corner-layout__plinth {
      height: 16px;
    }
.corner-layout__divider {
    position: relative;
    display: flex;
    width: 24px;
    height: 100%;
    margin-left: 2px;
    border: 0px solid #222;
    border-left-width: 1px;
  }
.corner-layout__divider div {
      position: absolute;
      width: 160px;
      height: 24px;
      margin-top: -12px;
      margin-left: -64px;
      text-align: center;
      top: 50%;
      transform: rotate(-90deg);
    }
.corner-layout__divider span {
      padding: 2px 12px;
      font-size: 0.876rem;
      line-height: 1.25rem;
      background-color: #fff;
      text-transform: uppercase;
    }
.corner-layout__column {
    width: 10px;
    height: 112px;
    border: 0 solid #222;
    border-left-width: 1px;
  }
.corner-layout__top {
    height: 4px;
    border: 0 solid #222;
    border-width: 1px 0;
  }
.corner-layout__cabinet {
    height: 96px;
    margin-bottom: -1px;
    background-color: #fff;
  }
.corner-layout__plinth {
    height: 13px;
    background-color: #fff;
    border: 0 solid #222;
    border-width: 1px 0;
  }
.corner-layout--right {
  margin-left: -25px;
}
.corner-layout--right .corner-layout__divider {
    margin: 0 2px 0 2px;
    border-width: 0 1px 0 0;
  }
.corner-layout--right .corner-layout__divider div {
      margin-left: -74px;
    }
.corner-layout--right .corner-layout__column {
    border-width: 0 1px 0 0;
  }
.configurations-grid-in .corner-layout--right {
    margin: 29px 8px 0 -25px;
  }
[busy] > .design-settings{
  pointer-events: none;
}
/*
  Haven't found a good dynamic solution for this, so for the time
  being this is done by hand with all the design_skus returned from
  SELECT design_sku FROM design_disabled_cabinets GROUP BY design_sku
*/
[data-design="JNL01"] [data-disabled-designs*="JNL01"],
[data-design="PLA02"] [data-disabled-designs*="PLA02"],
[data-design="PLA01"] [data-disabled-designs*="PLA01"],
[data-design="JNL02"] [data-disabled-designs*="JNL02"],
[data-design="FLD02"] [data-disabled-designs*="FLD02"],
[data-design="FLD01"] [data-disabled-designs*="FLD01"] {
  opacity: .3;
  pointer-events: none;
}
.avatar-bg-0 {
  background-color: #fde68a;
}
.avatar-bg-1 {
  background-color: #a7f3d0;
}
.avatar-bg-2 {
  background-color: #ddd6fe;
}
.avatar-bg-3 {
  background-color: #fed7aa;
}
.avatar-bg-4 {
  background-color: #d9f99d;
}
.avatar-bg-5 {
  background-color: #bfdbfe;
}
.avatar-bg-6 {
  background-color: #fecdd3;
}
#project_header .busy,
  #project_header form{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#project_header .busy {
    cursor: default;
    position: absolute;
    z-index: 0;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: .875em;
    letter-spacing: .01em;
    white-space: nowrap;
    opacity: 0;
  }
#project_header .busy p {
      margin-right: 10px;
    }
#project_header .busy img {
      animation: spinner 600ms linear infinite;
    }
#project_header .btn {
    margin-left: 12px;
  }
#project_header .sync{
  display: none;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.4;

    color: #5e5278;
    background-color: #d4cbf4;
}
.editable #project_header .sync {
      display: block;
    }
#project_header button.sync {
    position: relative;
    z-index: 10;
    opacity: .8;
    outline: none;
    cursor: pointer;
    pointer-events: all;
  }
#project_header button.sync:hover {
      opacity: 1;
    }
/* "busy" is set on the turbo-frame tag which can't have behavior, so using div/button */
#project_header[busy] div {
      pointer-events: none;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }
/* Making sure that buttons can't be pressed when parent is busy */
#project_header[busy] button {
      pointer-events: none;
    }
#project_header[busy] form,
    #project_header[busy] button {
      opacity: 0;
    }
#project_header[busy] .busy,
    #project_header[busy] .menu-sync,
    #project_header[busy] .menu-sync button {
      opacity: 1;
    }
#project_header .transfer,
  #project_header .menu-sync,
  #project_header .duplicate {
    display: none;
  }
.transferable #project_header .transfer,
    .transferable #project_header .duplicate {
      display: block;
    }
.editable #project_header .menu-sync,
    .editable #project_header .duplicate {
      display: block;
    }
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.project-log {
  padding-top: 2px;
}
.project-log table {
    width: 100%;
    border-top: 1px solid #ececec;
  }
.project-log tr {
    border-bottom: 1px solid #ececec;
  }
.project-log td {
    padding: 14px 22px 14px 0;
    white-space: nowrap;
  }
.project-log .type {
    display: flex;
  }
.project-log .type span {
      flex-grow: 1;
      margin-top: 2px;
      padding: 1px 6px;
      font-size: .75em;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      color: rgba(#222, .7);
      background-color: #e5e5e5;
      border-radius: 4px;
      opacity: .7;
    }
.project-log .type .customer {
      background-color: #FDE68A;
    }
.project-log .type .sync {
      background-color: #DDD6FE;
    }
.project-log .type .transferred {
      background-color: #FECACA;
    }
.project-log .configuration {
    padding-right: 23px;
  }
.project-log .configuration a {
      display: flex;
      padding: 15px 10px;
      margin: -15px -10px;
      align-items: center;
      text-transform: uppercase;
      font-size: .875em;
      transition: color 100ms ease-out;
    }
.project-log .configuration a:hover {
        color: #222;
      }
.project-log .configuration a:hover img {
          opacity: 1;
        }
.project-log .configuration a:hover span {
          text-decoration: underline;
        }
.project-log .configuration a em {
        padding-left: 4px;
        font-style: normal;
        color: #bbb;
      }
.project-log .configuration img {
      opacity: .75;
      transition: opacity 100ms ease-out;
      max-width: 15px;
    }
.project-log .configuration span {
      margin-left: 6px;
    }
.project-log .info {
    width: 100%;
    overflow: hidden;
  }
.project-log .info span {
      margin: 0 16px 0 1px;
      color: #c3c3c3;
    }
.project-log .info .shape {
      float: left;
      margin: -15px 0;
      padding: 15px 5px 15px;

      opacity: .75;
      transition: opacity 100ms ease-out;
    }
.project-log .info .shape:first-child {
        margin-left: -5px;
      }
.project-log .info .shape:hover {
        opacity: 1;
      }
#project_options .edit-options {
    display: none;
  }
.editable #project_options .edit-options {
      display: block;
    }
.projects-list table {
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
.projects-list tr {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
  }
.projects-list tr:hover .identifier {
        text-decoration: underline;
      }
.projects-list td {
    white-space: nowrap;
  }
.projects-list .project-avatar {
    padding-right: 9px;
  }
.projects-list .project-avatar div {
      width: 24px;
      height: 24px;
      overflow: hidden;
      border-radius: 100%;
    }
.projects-list .identifier a {
      display: block;
      min-width: 96px;
      padding-right: 20px;
      height: 50px;
      line-height: 50px;
    }
.projects-list .destination {
    min-width: 48px;
    padding-right: 28px;
  }
.projects-list .modules {
    min-width: 90px;
    padding-right: 17px;
  }
.projects-list .configurations {
    width: 100%;
  }
.projects-list .configurations div {
      display: flex;
      height: 52px;
      align-items: center;
    }
.projects-list .configuration {
    position: relative;
    padding: 14px 5px;
  }
.projects-list .configuration img {
      max-width: 24px;
    }
.projects-list .configuration span {
      position: absolute;
      top: 10px;
      right: 1px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      border: 1px solid #fff;
    }
.projects-list .configuration.inactive img {
        opacity: 0.15;
      }
.projects-list .deal,
  .projects-list .sub-deal {
    padding-left: 48px;
    background: url("/assets/icons/heroicons/clipboard-ddd0bb08.svg") 16px 50% no-repeat;
    background-size: 16px 16px;
    opacity: 85%;
  }
.projects-list .sub-deal {
    background-image: url("/assets/icons/heroicons/clipboard-check-862af0f7.svg");
  }
.projects-list .no-deal {
    padding-left: 24px;
  }
.projects-list .design {
    padding-right: 38px;
  }
/* .team {
    // padding-left: 38px;
  } */
.projects-list .user {
    padding-left: 18px;
  }
.projects-list .updated {
    padding-left: 38px;
    text-align: right;
  }
.sandbox.tablet .frame {
    max-width: 768px;
  }
.sandbox.mobile .mobile-action,
  .sandbox.tablet .tablet-action {
    opacity: 100%;
    cursor: default;
  }
.sandbox .frame {
    height: 100%;
    margin: 0 auto;
    max-width: 390px;
  }
.sandbox-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
.sandbox-actions a,
  .sandbox-actions span,
  .sandbox-actions button {
    padding: 8px 8px;
    cursor: pointer;
    opacity: 33%;
    transition: opacity 120ms ease-in-out;
    outline: none;
  }
.sandbox-actions a:hover, .sandbox-actions span:hover, .sandbox-actions button:hover {
      opacity: 100%;
    }
.sandbox-actions .mobile-action {
    margin-left: 10px;
  }
.sandbox-actions .tablet-action {
    padding-right: 9px;
  }
.search-projects {
  display: flex;
}
.search-projects a {
    display: block;
    padding: 0 12px;
    margin-bottom: -1px;
  }
.search-projects a div {
      display: flex;
      align-items: center;
      height: 53px;
      padding: 14px 0;
      border-bottom: 1px solid #e5e5e5;
    }
.search-projects a:hover div {
      border-bottom-color: #222;
    }
.search-projects a img {
      margin-top: 1px;
    }
.search-projects a span {
      margin-left: 4px;
    }
.search-projects input {
    width: 76px;
    height: 53px;
    margin: 0 0 -1px 12px;
    padding: 0 0 0 20px;
    background: url("/assets/icons/misc/search-10b4d595.svg") 0 52% no-repeat;
    -moz-appearance: textfield;
    border-width: 0 0 1px 0;
  }
.search-projects input:focus {
      box-shadow: none;
      border-color: #222;
    }
.search-projects input::-moz-placeholder {
      color: #ccc;
    }
.search-projects input::placeholder {
      color: #ccc;
    }
.search-projects input::-webkit-outer-spin-button,
    .search-projects input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      appearance: none;
      margin: 0;
    }
.tabs{
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.tabs__container{
  margin-bottom: -1px;
  margin-left: -0.75rem;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tabs__item{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-transform: uppercase;
}
.tabs__item span{
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.tabs__item:hover span{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.tabs__item--active{
  cursor: default;
}
.tabs__item--active span{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.templates-grid .edit {
    display: none;
  }
.templates-grid.editable .edit {
      display: block;
    }
.avatar input:checked + img{
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  opacity: 0.9 !important;
}
.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-gray-150:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.focus\:opacity-100:focus{
  opacity: 1;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2: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);
}
.focus-visible\:ring-blue-600:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}
.active\:bg-gray-150:active{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.active\:opacity-100:active{
  opacity: 1;
}
.active\:opacity-40:active{
  opacity: 0.4;
}
.group:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-gray-150{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-150\/80{
  background-color: rgb(238 238 238 / 0.8);
}
.group:hover .group-hover\:bg-gray-200\/80{
  background-color: rgb(229 229 229 / 0.8);
}
.group:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}
.group:hover .group-hover\:ring-gray-150{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 238 238 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.group:focus .group-focus\:ring-gray-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}
@media (min-width: 768px){

  .md\:block{
    display: block;
  }

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

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-1\/7{
    width: 14.2857%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-2\/7{
    width: 28.5714%;
  }

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

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1012px){

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-1\/7{
    width: 14.2857%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .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\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1238px){

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

  .xl\:block{
    display: block;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:w-1\/10{
    width: 10%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

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

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1756px){

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

  .\33xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){

  .configurations-grid-cm .canvas{
    background-image: url("/assets/configurations/base_cm@2x-2b8c6884.png");
    background-size: 96px 96px;
  }
}
@media (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){

  .configurations-grid-cm{
    background-image: url("/assets/configurations/base_cm@2x-2b8c6884.png");
    background-size: 96px 96px;
  }
}
@media (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){

  .configurations-grid-in .canvas{
    background-image: url("/assets/configurations/base_in@2x-fa1b8798.png");
    background-size: 99px 90px;
  }
}
@media (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx){

  .configurations-grid-in{
    background-image: url("/assets/configurations/base_in@2x-fa1b8798.png");
    background-size: 99px 90px;
  }
}
