body.hidden-scroll{
  overflow:hidden
}

.sl-overlay{
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:#fff;
  display:none;
  z-index:1035
}

.sl-wrapper{
  z-index:1040;
  width:100%;
  height:100%;
  left:0;
  top:0;
  position:fixed
}

.sl-wrapper *{
  box-sizing:border-box
}

.sl-wrapper button{
  border:0 none;
  background:rgba(0,0,0,0);
  font-size:28px;
  padding:0;
  cursor:pointer
}

.sl-wrapper button:hover{
  opacity:.7
}

.sl-wrapper .sl-close{
  display:none;
  position:fixed;
  right:30px;
  top:30px;
  z-index:10060;
  margin-top:-14px;
  margin-right:-14px;
  height:44px;
  width:44px;
  line-height:44px;
  font-family:Arial,Baskerville,monospace;
  color:#000;
  font-size:3rem
}

.sl-wrapper .sl-counter{
  display:none;
  position:fixed;
  top:30px;
  left:30px;
  z-index:10060;
  color:#000;
  font-size:1rem
}

.sl-wrapper .sl-download{
  display:none;
  position:fixed;
  bottom:5px;
  width:100%;
  text-align:center;
  z-index:10060;
  color:#fff;
  font-size:1rem
}

.sl-wrapper .sl-download a{
  color:#fff
}

.sl-wrapper .sl-navigation{
  width:100%;
  display:none
}

.sl-wrapper .sl-navigation button{
  position:fixed;
  top:50%;
  margin-top:-22px;
  height:44px;
  width:22px;
  line-height:44px;
  text-align:center;
  display:block;
  z-index:10060;
  font-family:Arial,Baskerville,monospace;
  color:#000
}

.sl-wrapper .sl-navigation button.sl-next{
  right:5px;
  font-size:2rem
}

.sl-wrapper .sl-navigation button.sl-prev{
  left:5px;
  font-size:2rem
}

@media(min-width: 35.5em){
  .sl-wrapper .sl-navigation button{
    width:44px
  }

  .sl-wrapper .sl-navigation button.sl-next{
    right:10px;
    font-size:3rem
  }

  .sl-wrapper .sl-navigation button.sl-prev{
    left:10px;
    font-size:3rem
  }
}

@media(min-width: 50em){
  .sl-wrapper .sl-navigation button{
    width:44px
  }

  .sl-wrapper .sl-navigation button.sl-next{
    right:20px;
    font-size:3rem
  }

  .sl-wrapper .sl-navigation button.sl-prev{
    left:20px;
    font-size:3rem
  }
}

.sl-wrapper.sl-dir-rtl .sl-navigation{
  direction:ltr
}

.sl-wrapper .sl-image{
  position:fixed;
  touch-action:none;
  z-index:10000
}

.sl-wrapper .sl-image img{
  margin:0;
  padding:0;
  display:block;
  border:0 none;
  width:100%;
  height:auto
}

@media(min-width: 35.5em){
  .sl-wrapper .sl-image img{
    border:0 none
  }
}

@media(min-width: 50em){
  .sl-wrapper .sl-image img{
    border:0 none
  }
}

.sl-wrapper .sl-image iframe{
  background:#000;
  border:0 none
}

@media(min-width: 35.5em){
  .sl-wrapper .sl-image iframe{
    border:0 none
  }
}

@media(min-width: 50em){
  .sl-wrapper .sl-image iframe{
    border:0 none
  }
}

.sl-wrapper .sl-image .sl-caption{
  display:none;
  padding:10px;
  color:#fff;
  background:rgba(0,0,0,.8);
  font-size:1rem;
  position:absolute;
  bottom:0;
  left:0;
  right:0
}

.sl-wrapper .sl-image .sl-caption.pos-top{
  bottom:auto;
  top:0
}

.sl-wrapper .sl-image .sl-caption.pos-outside{
  bottom:auto
}

.sl-spinner{
  display:none;
  border:5px solid #333;
  border-radius:40px;
  height:40px;
  left:50%;
  margin:-20px 0 0 -20px;
  opacity:0;
  position:fixed;
  top:50%;
  width:40px;
  z-index:1007;
  animation:pulsate 1s ease-out infinite
}

.sl-scrollbar-measure{
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll
}

.sl-transition{
  transition:transform ease 200ms
}

@keyframes pulsate{
  0%{
    transform:scale(0.1);
    opacity:0
  }

  50%{
    opacity:1
  }

  100%{
    transform:scale(1.2);
    opacity:0
  }
}

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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  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:#6b7280;
  border-width:1px;
  border-radius:0px;
  padding-top:0.5rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  padding-left:0.75rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-shadow:0 0 #0000;
}

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

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

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

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

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

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

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

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

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

[type='checkbox'],[type='radio']{
  -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:#6b7280;
  border-width:1px;
  --tw-shadow:0 0 #0000
}

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

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

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

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

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

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -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
}

.container{
  width:100%
}

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

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

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

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

@media (min-width: 1536px){
  .container{
    max-width:1536px
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  border-radius:0px;
  padding-top:0.5rem;
  padding-right:0.75rem;
  padding-bottom:0.5rem;
  padding-left:0.75rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-shadow:0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color:#6b7280;
  opacity:1
}

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

.form-input::-webkit-datetime-edit-fields-wrapper{
  padding:0
}

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

.form-input::-webkit-datetime-edit{
  display:inline-flex
}

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

.prose{
  --tw-prose-body:#52525b;
  --tw-prose-headings:#18181b;
  --tw-prose-links:#f97316;
  --tw-prose-links-hover:#ea580c;
  --tw-prose-underline:rgb(249 115 22 / 0.2);
  --tw-prose-underline-hover:#f97316;
  --tw-prose-bold:#18181b;
  --tw-prose-counters:#18181b;
  --tw-prose-bullets:#18181b;
  --tw-prose-hr:#f4f4f5;
  --tw-prose-quote-borders:#e4e4e7;
  --tw-prose-captions:#a1a1aa;
  --tw-prose-code:#3f3f46;
  --tw-prose-code-bg:rgb(212 212 216 / 0.2);
  --tw-prose-pre-code:#f4f4f5;
  --tw-prose-pre-bg:#18181b;
  --tw-prose-pre-border:transparent;
  --tw-prose-th-borders:#e4e4e7;
  --tw-prose-td-borders:#f4f4f5;
  --tw-prose-invert-body:#a1a1aa;
  --tw-prose-invert-headings:#e4e4e7;
  --tw-prose-invert-links:#fb923c;
  --tw-prose-invert-links-hover:#fb923c;
  --tw-prose-invert-underline:rgb(251 146 60 / 0.3);
  --tw-prose-invert-underline-hover:#fb923c;
  --tw-prose-invert-bold:#e4e4e7;
  --tw-prose-invert-counters:#e4e4e7;
  --tw-prose-invert-bullets:#e4e4e7;
  --tw-prose-invert-hr:rgb(63 63 70 / 0.4);
  --tw-prose-invert-quote-borders:#71717a;
  --tw-prose-invert-captions:#71717a;
  --tw-prose-invert-code:#d4d4d8;
  --tw-prose-invert-code-bg:rgb(228 228 231 / 0.05);
  --tw-prose-invert-pre-code:#f4f4f5;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 0.4);
  --tw-prose-invert-pre-border:rgb(228 228 231 / 0.1);
  --tw-prose-invert-th-borders:#3f3f46;
  --tw-prose-invert-td-borders:#27272a;
  color:var(--tw-prose-body);
  line-height:1.75rem;
}

.prose :where(.prose > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2.5rem;
  margin-bottom:2.5rem
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.75rem;
  margin-bottom:1.75rem
}

.prose :where(h2, h3, h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600
}

.prose :where(h3, h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  line-height:1.75rem;
  margin-top:4rem;
  margin-bottom:1rem
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:1.25rem;
  line-height:1.75rem;
  margin-top:5rem;
  margin-bottom:1rem
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:1.125rem
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:1rem
}

.prose :where(:is(h2, h3) + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-radius:1.5rem
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-links);
  font-weight:600;
  text-decoration:underline;
  text-decoration-color:var(--tw-prose-underline);
  transition-property:color, text-decoration-color;
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.prose :where(a:hover):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-links-hover);
  text-decoration-color:var(--tw-prose-underline-hover)
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-bold);
  font-weight:600
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display:inline;
  color:var(--tw-prose-code);
  font-size:0.875rem;
  font-weight:600;
  background-color:var(--tw-prose-code-bg);
  border-radius:0.5rem;
  padding:0.25rem
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(:is(h2, h3) code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:700
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:1.5rem;
  border-left-width:2px;
  border-left-color:var(--tw-prose-quote-borders);
  font-style:italic
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-captions);
  font-size:0.875rem;
  line-height:1.5rem;
  margin-top:0.75rem
}

.prose :where(figcaption > p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin:0
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:disc
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:decimal
}

.prose :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:1.5rem
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.5rem;
  margin-bottom:1.5rem;
  padding-left:0.875rem
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-size:0.875rem;
  font-weight:600
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  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(li :is(ol, ul)):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1rem;
  margin-bottom:1rem
}

.prose :where(li :is(li, p)):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.75rem;
  margin-bottom:0.75rem
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-pre-code);
  font-size:0.875rem;
  font-weight:500;
  background-color:var(--tw-prose-pre-bg);
  border-radius:1.5rem;
  padding:2rem;
  overflow-x:auto;
  border:1px solid;
  border-color:var(--tw-prose-pre-border)
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display:inline;
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
  background-color:transparent;
  border-radius:0;
  padding:0
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:5rem;
  margin-bottom:5rem;
  border-top-width:1px;
  border-color:var(--tw-prose-hr);
}

@media (min-width: 1024px){
  .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-left:calc(3rem * -1);
    margin-right:calc(3rem * -1)
  }
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width:100%;
  table-layout:auto;
  text-align:left;
  font-size:0.875rem
}

.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-bottom:0.5rem
}

.prose :where(thead th:not(:first-child)):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:0.5rem
}

.prose :where(thead th:not(:last-child)):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right:0.5rem
}

.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(:is(tbody, tfoot) td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.prose :where(:is(tbody, tfoot) td:not(:first-child)):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:0.5rem
}

.prose :where(:is(tbody, tfoot) td:not(:last-child)):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right:0.5rem
}

html{
  --tw-text-opacity:1;
  color:rgb(82 82 91 / var(--tw-text-opacity, 1))
}

html.dark{
  --tw-text-opacity:1;
  color:rgb(161 161 170 / var(--tw-text-opacity, 1))
}

html.dark .input{
  --tw-border-opacity:1;
  border-color:rgb(63 63 70 / var(--tw-border-opacity, 1));
  background-color:rgb(63 63 70 / 0.15);
  --tw-text-opacity:1;
  color:rgb(228 228 231 / var(--tw-text-opacity, 1))
}

html.dark .input:placeholder{
  --tw-text-opacity:1;
  color:rgb(113 113 122 / var(--tw-text-opacity, 1))
}

html.dark .input:focus{
  --tw-border-opacity:1;
  border-color:rgb(251 146 60 / var(--tw-border-opacity, 1));
  --tw-ring-color:rgb(251 146 60 / 0.1)
}

html.dark .btn-primary{
  --tw-bg-opacity:1;
  background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))
}

html.dark .btn-primary:hover{
  --tw-bg-opacity:1;
  background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))
}

html.dark .sl-wrapper *{
  --tw-text-opacity:1;
  color:rgb(244 244 245 / var(--tw-text-opacity, 1))
}

html.dark .sl-overlay{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

html.dark .prose code{
  --tw-bg-opacity:1;
  background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))
}

.issue-link-component p{
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

.issue-content figcaption{
  color:inherit
}

.issue-content figcaption p+p{
  margin-top:0.375rem
}

.issue-content figcaption strong{
  --tw-text-opacity:1;
  color:rgb(39 39 42 / var(--tw-text-opacity, 1))
}

.btn{
  display:inline-flex;
  flex:none;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  border-radius:0.375rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  font-size:0.875rem;
  line-height:1.5rem;
  font-weight:600;
  outline-offset:2px;
  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
}

.btn:disabled{
  cursor:not-allowed;
  opacity:0.5
}

.btn-inline{
  white-space:nowrap;
  border-radius:9999px;
  padding-top:0.375rem;
  padding-bottom:0.375rem;
  padding-left:1rem;
  padding-right:1rem
}

.btn-outline{
  border-width:1px;
  border-style:solid;
  --tw-border-opacity:1;
  border-color:rgb(39 39 42 / var(--tw-border-opacity, 1));
  background-color:transparent;
  --tw-text-opacity:1;
  color:rgb(39 39 42 / var(--tw-text-opacity, 1))
}

.btn-outline:is(.dark *){
  --tw-border-opacity:1;
  border-color:rgb(228 228 231 / var(--tw-border-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(228 228 231 / var(--tw-text-opacity, 1))
}

.btn-outline:hover,.btn-outline:active{
  border-color:rgb(39 39 42 / 0.7);
  background-color:transparent;
  color:rgb(39 39 42 / 0.7)
}

.btn-outline:hover:is(.dark *),.btn-outline:active:is(.dark *){
  border-color:rgb(228 228 231 / 0.7);
  color:rgb(228 228 231 / 0.7)
}

.btn-primary{
  --tw-bg-opacity:1;
  background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.btn-primary:hover,.btn-primary:active{
  --tw-bg-opacity:1;
  background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))
}

.btn-secondary{
  --tw-bg-opacity:1;
  background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(244 244 245 / var(--tw-text-opacity, 1))
}

.btn-secondary:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(63 63 70 / var(--tw-text-opacity, 1))
}

.btn-secondary:hover,.btn-secondary:active{
  background-color:rgb(39 39 42 / 0.8)
}

.btn-secondary:hover:is(.dark *),.btn-secondary:active:is(.dark *){
  background-color:rgb(244 244 245 / 0.8)
}

.input{
  width:100%;
  min-width:0px;
  flex:1 1 auto;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:0.375rem;
  border-width:1px;
  border-color:rgb(24 24 27 / 0.1);
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:calc(0.5rem - 1px);
  padding-bottom:calc(0.5rem - 1px);
  --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);
  --tw-shadow-color:rgb(39 39 42 / 0.05);
  --tw-shadow:var(--tw-shadow-colored)
}

.prose .input code{
  background-color:#f9f2f4
}

.input:placeholder{
  --tw-text-opacity:1;
  color:rgb(161 161 170 / var(--tw-text-opacity, 1))
}

.input:focus{
  --tw-border-opacity:1;
  border-color:rgb(249 115 22 / var(--tw-border-opacity, 1));
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  --tw-ring-color:rgb(249 115 22 / 0.1)
}

@media (min-width: 640px){
  .input{
    font-size:0.875rem;
    line-height:1.5rem
  }
}

.prose .bg-white code{
  background-color:#f9f2f4 !important
}

.prose code{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity, 1));
  padding:2px 4px;
  font-size:90%;
  border-radius:4px;
  background-color:#f9f2f4
}

.prose .issue-paper-component{
  margin-top:4rem
}

.prose h3+.issue-paper-component{
  margin-top:0px
}

.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  border-radius:0.375rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  font-size:0.8125rem;
  line-height:1.5rem
}

.badge-gold{
  --tw-text-opacity:1;
  color:rgb(255 204 3 / var(--tw-text-opacity, 1))
}

.badge-silver{
  --tw-text-opacity:1;
  color:rgb(180 184 188 / var(--tw-text-opacity, 1))
}

.badge-bronze{
  --tw-text-opacity:1;
  color:rgb(209 166 132 / var(--tw-text-opacity, 1))
}

.badge-finalist{
  --tw-text-opacity:1;
  color:rgb(244 144 13 / var(--tw-text-opacity, 1))
}

[data-links-target=tag][data-selected]{
  --tw-border-opacity:1;
  border-color:rgb(251 146 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.box{
  border-radius:0.5rem;
  padding:1.5rem;
  --tw-text-opacity:1;
  color:rgb(39 39 42 / var(--tw-text-opacity, 1));
  --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);
  --tw-shadow-color:rgb(39 39 42 / 0.05);
  --tw-shadow:var(--tw-shadow-colored);
  --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);
  --tw-ring-color:rgb(24 24 27 / 0.05)
}

.box:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(228 228 231 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .box:is(.dark *){
    --tw-ring-color:rgb(255 255 255 / 0.1)
  }
}

.flash-message{
  padding:10px 20px;
  border-radius:4px;
  opacity:1;
  animation:fadeIn .5s ease-in-out
}

.flash-message.notice{
  --tw-bg-opacity:1;
  background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.flash-message.error{
  --tw-bg-opacity:1;
  background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.flash-message.fadeout{
  opacity:0;
  animation:fadeOut .5s ease-in-out
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0
}

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

.pointer-events-auto{
  pointer-events:auto
}

.collapse{
  visibility:collapse
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.inset-0{
  inset:0px
}

.inset-y-0{
  top:0px;
  bottom:0px
}

.bottom-0{
  bottom:0px
}

.left-0{
  left:0px
}

.right-0{
  right:0px
}

.right-4{
  right:1rem
}

.top-0{
  top:0px
}

.top-4{
  top:1rem
}

.top-\[45px\]{
  top:45px
}

.top-\[var\(--header-top\2c theme\(spacing\.6\)\)\]{
  top:var(--header-top,1.5rem)
}

.z-10{
  z-index:10
}

.z-50{
  z-index:50
}

.order-1{
  order:1
}

.order-2{
  order:2
}

.order-first{
  order:-9999
}

.order-last{
  order:9999
}

.col-span-2{
  grid-column:span 2 / span 2
}

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

.float-right{
  float:right
}

.m-0{
  margin:0px
}

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

.-my-4{
  margin-top:-1rem;
  margin-bottom:-1rem
}

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

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

.my-0{
  margin-top:0px;
  margin-bottom:0px
}

.my-1{
  margin-top:0.25rem;
  margin-bottom:0.25rem
}

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

.-mb-3{
  margin-bottom:-0.75rem
}

.-mb-6{
  margin-bottom:-1.5rem
}

.-ml-1{
  margin-left:-0.25rem
}

.-ml-px{
  margin-left:-1px
}

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

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

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

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

.mb-2{
  margin-bottom:0.5rem
}

.mb-3{
  margin-bottom:0.75rem
}

.mb-4{
  margin-bottom:1rem
}

.mb-6{
  margin-bottom:1.5rem
}

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

.mb-auto{
  margin-bottom:auto
}

.ml-2{
  margin-left:0.5rem
}

.ml-3{
  margin-left:0.75rem
}

.ml-4{
  margin-left:1rem
}

.ml-auto{
  margin-left:auto
}

.mr-3{
  margin-right:0.75rem
}

.mr-4{
  margin-right:1rem
}

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

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

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

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

.mt-16{
  margin-top:4rem
}

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

.mt-24{
  margin-top:6rem
}

.mt-3{
  margin-top:0.75rem
}

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

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

.mt-8{
  margin-top:2rem
}

.mt-\[calc\(theme\(spacing\.16\)-theme\(spacing\.3\)\)\]{
  margin-top:calc(4rem - 0.75rem)
}

.mt-auto{
  margin-top:auto
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.hidden{
  display:none
}

.aspect-\[10\/14\]{
  aspect-ratio:10/14
}

.aspect-\[16\/9\]{
  aspect-ratio:16/9
}

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

.aspect-\[5\/7\]{
  aspect-ratio:5/7
}

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

.h-12{
  height:3rem
}

.h-16{
  height:4rem
}

.h-32{
  height:8rem
}

.h-4{
  height:1rem
}

.h-40{
  height:10rem
}

.h-5{
  height:1.25rem
}

.h-6{
  height:1.5rem
}

.h-8{
  height:2rem
}

.h-96{
  height:24rem
}

.h-\[100px\]{
  height:100px
}

.h-\[140px\]{
  height:140px
}

.h-\[150px\]{
  height:150px
}

.h-auto{
  height:auto
}

.h-full{
  height:100%
}

.h-screen{
  height:100vh
}

.min-h-screen{
  min-height:100vh
}

.w-0\.5{
  width:0.125rem
}

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

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

.w-12{
  width:3rem
}

.w-14{
  width:3.5rem
}

.w-2{
  width:0.5rem
}

.w-4{
  width:1rem
}

.w-40{
  width:10rem
}

.w-44{
  width:11rem
}

.w-48{
  width:12rem
}

.w-5{
  width:1.25rem
}

.w-6{
  width:1.5rem
}

.w-8{
  width:2rem
}

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

.w-\[140px\]{
  width:140px
}

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

.w-\[600px\]{
  width:600px
}

.w-full{
  width:100%
}

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

.max-w-7xl{
  max-width:80rem
}

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

.max-w-full{
  max-width:100%
}

.max-w-md{
  max-width:28rem
}

.max-w-xl{
  max-width:36rem
}

.max-w-xs{
  max-width:20rem
}

.flex-1{
  flex:1 1 0%
}

.flex-none{
  flex:none
}

.flex-shrink-0{
  flex-shrink:0
}

.flex-grow{
  flex-grow:1
}

.border-collapse{
  border-collapse:collapse
}

.-rotate-2{
  --tw-rotate:-2deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-2{
  --tw-rotate:2deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

@keyframes spin{
  to{
    transform:rotate(360deg)
  }
}

.animate-spin{
  animation:spin 1s linear infinite
}

.cursor-move{
  cursor:move
}

.cursor-pointer{
  cursor:pointer
}

.select-none{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.resize{
  resize:both
}

.list-disc{
  list-style-type:disc
}

.list-none{
  list-style-type:none
}

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

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

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

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

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

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

.items-center{
  align-items:center
}

.items-baseline{
  align-items:baseline
}

.items-stretch{
  align-items:stretch
}

.justify-end{
  justify-content:flex-end
}

.justify-center{
  justify-content:center
}

.gap-0\.5{
  gap:0.125rem
}

.gap-1{
  gap:0.25rem
}

.gap-1\.5{
  gap:0.375rem
}

.gap-12{
  gap:3rem
}

.gap-2{
  gap:0.5rem
}

.gap-3{
  gap:0.75rem
}

.gap-4{
  gap:1rem
}

.gap-5{
  gap:1.25rem
}

.gap-6{
  gap:1.5rem
}

.gap-8{
  gap:2rem
}

.gap-x-1{
  -moz-column-gap:0.25rem;
       column-gap:0.25rem
}

.gap-x-1\.5{
  -moz-column-gap:0.375rem;
       column-gap:0.375rem
}

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

.gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem
}

.gap-x-3{
  -moz-column-gap:0.75rem;
       column-gap:0.75rem
}

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

.gap-y-16{
  row-gap:4rem
}

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

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

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

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

.self-start{
  align-self:flex-start
}

.overflow-auto{
  overflow:auto
}

.overflow-hidden{
  overflow:hidden
}

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

.whitespace-nowrap{
  white-space:nowrap
}

.break-words{
  overflow-wrap:break-word
}

.rounded{
  border-radius:0.25rem
}

.rounded-2xl{
  border-radius:1rem
}

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

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

.rounded-lg{
  border-radius:0.5rem
}

.rounded-xl{
  border-radius:0.75rem
}

.rounded-r-md{
  border-top-right-radius:0.375rem;
  border-bottom-right-radius:0.375rem
}

.rounded-tl-lg{
  border-top-left-radius:0.5rem
}

.border{
  border-width:1px
}

.border-8{
  border-width:8px
}

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

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

.border-dashed{
  border-style:dashed
}

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

.border-zinc-100{
  --tw-border-opacity:1;
  border-color:rgb(244 244 245 / var(--tw-border-opacity, 1))
}

.border-zinc-600{
  --tw-border-opacity:1;
  border-color:rgb(82 82 91 / var(--tw-border-opacity, 1))
}

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

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

.bg-blue-500{
  --tw-bg-opacity:1;
  background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))
}

.bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.bg-orange-500{
  --tw-bg-opacity:1;
  background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))
}

.bg-orange-600{
  --tw-bg-opacity:1;
  background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))
}

.bg-transparent{
  background-color:transparent
}

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

.bg-white\/90{
  background-color:rgb(255 255 255 / 0.9)
}

.bg-zinc-200{
  --tw-bg-opacity:1;
  background-color:rgb(228 228 231 / var(--tw-bg-opacity, 1))
}

.bg-zinc-50{
  --tw-bg-opacity:1;
  background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))
}

.bg-zinc-700{
  --tw-bg-opacity:1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))
}

.bg-gradient-to-br{
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.from-orange-600{
  --tw-gradient-from:#ea580c var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-pink-500{
  --tw-gradient-to:#ec4899 var(--tw-gradient-to-position)
}

.fill-\[\#1DA1F2\]{
  fill:#1DA1F2
}

.fill-zinc-100{
  fill:#f4f4f5
}

.fill-zinc-500{
  fill:#71717a
}

.fill-zinc-700{
  fill:#3f3f46
}

.stroke-zinc-400{
  stroke:#a1a1aa
}

.stroke-zinc-500{
  stroke:#71717a
}

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

.p-0{
  padding:0px
}

.p-12{
  padding:3rem
}

.p-2{
  padding:0.5rem
}

.p-6{
  padding:1.5rem
}

.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
}

.py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

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

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

.py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem
}

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

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

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

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

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

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

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

.pl-10{
  padding-left:2.5rem
}

.pl-3{
  padding-left:0.75rem
}

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

.pr-2{
  padding-right:0.5rem
}

.pr-20{
  padding-right:5rem
}

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

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

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

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

.pt-8{
  padding-top:2rem
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

.align-text-top{
  vertical-align:text-top
}

.font-mono{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.font-sans{
  font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.text-4xl{
  font-size:2rem;
  line-height:2.5rem
}

.text-5xl{
  font-size:3rem;
  line-height:3.5rem
}

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

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

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

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

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

.text-xl{
  font-size:1.25rem;
  line-height:2rem
}

.text-xs{
  font-size:0.8125rem;
  line-height:1.5rem
}

.font-bold{
  font-weight:700
}

.font-medium{
  font-weight:500
}

.font-normal{
  font-weight:400
}

.font-semibold{
  font-weight:600
}

.uppercase{
  text-transform:uppercase
}

.italic{
  font-style:italic
}

.leading-6{
  line-height:1.5rem
}

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

.leading-8{
  line-height:2rem
}

.leading-none{
  line-height:1
}

.tracking-tight{
  letter-spacing:-0.025em
}

.\!text-zinc-800{
  --tw-text-opacity:1 !important;
  color:rgb(39 39 42 / var(--tw-text-opacity, 1)) !important
}

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

.text-blue-500{
  --tw-text-opacity:1;
  color:rgb(59 130 246 / var(--tw-text-opacity, 1))
}

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

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.text-gray-900{
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgb(34 197 94 / var(--tw-text-opacity, 1))
}

.text-green-700{
  --tw-text-opacity:1;
  color:rgb(21 128 61 / var(--tw-text-opacity, 1))
}

.text-orange-500{
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity, 1))
}

.text-orange-600{
  --tw-text-opacity:1;
  color:rgb(234 88 12 / var(--tw-text-opacity, 1))
}

.text-red-400{
  --tw-text-opacity:1;
  color:rgb(248 113 113 / var(--tw-text-opacity, 1))
}

.text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity, 1))
}

.text-slate-700{
  --tw-text-opacity:1;
  color:rgb(51 65 85 / var(--tw-text-opacity, 1))
}

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

.text-zinc-400{
  --tw-text-opacity:1;
  color:rgb(161 161 170 / var(--tw-text-opacity, 1))
}

.text-zinc-500{
  --tw-text-opacity:1;
  color:rgb(113 113 122 / var(--tw-text-opacity, 1))
}

.text-zinc-600{
  --tw-text-opacity:1;
  color:rgb(82 82 91 / var(--tw-text-opacity, 1))
}

.text-zinc-800{
  --tw-text-opacity:1;
  color:rgb(39 39 42 / var(--tw-text-opacity, 1))
}

.text-zinc-900{
  --tw-text-opacity:1;
  color:rgb(24 24 27 / var(--tw-text-opacity, 1))
}

.underline{
  text-decoration-line:underline
}

.line-through{
  text-decoration-line:line-through
}

.no-underline{
  text-decoration-line:none
}

.decoration-orange-500\/20{
  text-decoration-color:rgb(249 115 22 / 0.2)
}

.opacity-25{
  opacity:0.25
}

.opacity-75{
  opacity:0.75
}

.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-sm{
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-zinc-800\/5{
  --tw-shadow-color:rgb(39 39 42 / 0.05);
  --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-inset{
  --tw-ring-inset:inset
}

.ring-gray-300{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(209 213 219 / var(--tw-ring-opacity, 1))
}

.ring-zinc-100{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(244 244 245 / var(--tw-ring-opacity, 1))
}

.ring-zinc-900\/5{
  --tw-ring-color:rgb(24 24 27 / 0.05)
}

.filter{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur{
  --tw-backdrop-blur:blur(8px);
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-300{
  transition-duration:300ms
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.\[-webkit-font-smoothing\:antialiased\]{
  -webkit-font-smoothing:antialiased
}

.\[word-break\:break-word\]{
  word-break:break-word
}

.dark\:prose-invert:is(.dark *){
  --tw-prose-body:var(--tw-prose-invert-body);
  --tw-prose-headings:var(--tw-prose-invert-headings);
  --tw-prose-links:var(--tw-prose-invert-links);
  --tw-prose-links-hover:var(--tw-prose-invert-links-hover);
  --tw-prose-underline:var(--tw-prose-invert-underline);
  --tw-prose-underline-hover:var(--tw-prose-invert-underline-hover);
  --tw-prose-bold:var(--tw-prose-invert-bold);
  --tw-prose-counters:var(--tw-prose-invert-counters);
  --tw-prose-bullets:var(--tw-prose-invert-bullets);
  --tw-prose-hr:var(--tw-prose-invert-hr);
  --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
  --tw-prose-captions:var(--tw-prose-invert-captions);
  --tw-prose-code:var(--tw-prose-invert-code);
  --tw-prose-code-bg:var(--tw-prose-invert-code-bg);
  --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
  --tw-prose-pre-border:var(--tw-prose-invert-pre-border);
  --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders:var(--tw-prose-invert-td-borders)
}

.focus-within\:z-10:focus-within{
  z-index:10
}

.hover\:scale-105:hover{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:cursor-pointer:hover{
  cursor:pointer
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.hover\:bg-orange-500:hover{
  --tw-bg-opacity:1;
  background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))
}

.hover\:bg-zinc-100:hover{
  --tw-bg-opacity:1;
  background-color:rgb(244 244 245 / var(--tw-bg-opacity, 1))
}

.hover\:fill-orange-400:hover{
  fill:#fb923c
}

.hover\:text-orange-500:hover{
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity, 1))
}

.hover\:text-orange-600:hover{
  --tw-text-opacity:1;
  color:rgb(234 88 12 / var(--tw-text-opacity, 1))
}

.hover\:underline:hover{
  text-decoration-line:underline
}

.group:hover .group-hover\:flex{
  display:flex
}

.group:hover .group-hover\:fill-\[\#1877F2\]{
  fill:#1877F2
}

.group:hover .group-hover\:fill-\[\#1DA1F2\]{
  fill:#1DA1F2
}

.group:hover .group-hover\:fill-\[\#855DCD\]{
  fill:#855DCD
}

.group:hover .group-hover\:fill-\[\#E4405F\]{
  fill:#E4405F
}

.group:hover .group-hover\:fill-\[\#FF0000\]{
  fill:#FF0000
}

.group:hover .group-hover\:fill-\[\#FF5E5B\]{
  fill:#FF5E5B
}

.group:hover .group-hover\:fill-orange-500{
  fill:#f97316
}

.group:hover .group-hover\:fill-zinc-200{
  fill:#e4e4e7
}

.group:hover .group-hover\:stroke-zinc-700{
  stroke:#3f3f46
}

.group:hover .group-hover\:text-orange-500{
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:underline{
  text-decoration-line:underline
}

.dark\:block:is(.dark *){
  display:block
}

.dark\:hidden:is(.dark *){
  display:none
}

.dark\:border-zinc-700\/40:is(.dark *){
  border-color:rgb(63 63 70 / 0.4)
}

.dark\:bg-black:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.dark\:bg-orange-400:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))
}

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

.dark\:bg-zinc-500:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))
}

.dark\:bg-zinc-800\/90:is(.dark *){
  background-color:rgb(39 39 42 / 0.9)
}

.dark\:bg-zinc-900:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))
}

.dark\:fill-zinc-100\/10:is(.dark *){
  fill:rgb(244 244 245 / 0.1)
}

.dark\:stroke-zinc-500:is(.dark *){
  stroke:#71717a
}

.dark\:text-black:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.dark\:text-orange-400:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(251 146 60 / var(--tw-text-opacity, 1))
}

.dark\:text-red-500:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity, 1))
}

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

.dark\:text-zinc-100:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(244 244 245 / var(--tw-text-opacity, 1))
}

.dark\:text-zinc-200:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(228 228 231 / var(--tw-text-opacity, 1))
}

.dark\:text-zinc-400:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(161 161 170 / var(--tw-text-opacity, 1))
}

.dark\:text-zinc-500:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(113 113 122 / var(--tw-text-opacity, 1))
}

.dark\:decoration-orange-400\/30:is(.dark *){
  text-decoration-color:rgb(251 146 60 / 0.3)
}

.dark\:ring-white\/10:is(.dark *){
  --tw-ring-color:rgb(255 255 255 / 0.1)
}

.dark\:ring-zinc-300\/20:is(.dark *){
  --tw-ring-color:rgb(212 212 216 / 0.2)
}

.dark\:hover\:bg-orange-400:hover:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))
}

.dark\:hover\:bg-zinc-800:hover:is(.dark *){
  --tw-bg-opacity:1;
  background-color:rgb(39 39 42 / var(--tw-bg-opacity, 1))
}

.dark\:hover\:fill-orange-500:hover:is(.dark *){
  fill:#f97316
}

.dark\:hover\:text-orange-400:hover:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(251 146 60 / var(--tw-text-opacity, 1))
}

.dark\:hover\:text-orange-500:hover:is(.dark *){
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity, 1))
}

.dark\:hover\:ring-white\/20:hover:is(.dark *){
  --tw-ring-color:rgb(255 255 255 / 0.2)
}

.group:hover .dark\:group-hover\:stroke-zinc-400:is(.dark *){
  stroke:#a1a1aa
}

@media (min-width: 640px){
  .sm\:mb-0{
    margin-bottom:0px
  }

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

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

  .sm\:table-footer-group{
    display:table-footer-group
  }

  .sm\:table-header-group{
    display:table-header-group
  }

  .sm\:w-72{
    width:18rem
  }

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

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

  .sm\:rounded-2xl{
    border-radius:1rem
  }

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

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

  .sm\:pr-0{
    padding-right:0px
  }

  .sm\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .sm\:text-4xl{
    font-size:2rem;
    line-height:2.5rem
  }

  .sm\:text-5xl{
    font-size:3rem;
    line-height:3.5rem
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position:absolute
  }

  .md\:relative{
    position:relative
  }

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

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

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

  .md\:-mr-1\.5{
    margin-right:-0.375rem
  }

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

  .md\:ml-1\.5{
    margin-left:0.375rem
  }

  .md\:ml-auto{
    margin-left:auto
  }

  .md\:mr-6{
    margin-right:1.5rem
  }

  .md\:mt-0{
    margin-top:0px
  }

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

  .md\:mt-16{
    margin-top:4rem
  }

  .md\:mt-28{
    margin-top:7rem
  }

  .md\:mt-32{
    margin-top:8rem
  }

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

  .md\:block{
    display:block
  }

  .md\:flex{
    display:flex
  }

  .md\:hidden{
    display:none
  }

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

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

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

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

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

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

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

  .md\:flex-nowrap{
    flex-wrap:nowrap
  }

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

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

  .md\:justify-center{
    justify-content:center
  }

  .md\:gap-12{
    gap:3rem
  }

  .md\:gap-24{
    gap:6rem
  }

  .md\:rounded{
    border-radius:0.25rem
  }

  .md\:rounded-full{
    border-radius:9999px
  }

  .md\:bg-white\/90{
    background-color:rgb(255 255 255 / 0.9)
  }

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

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

  .md\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

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

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

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

  .md\:text-sm{
    font-size:0.875rem;
    line-height:1.5rem
  }

  .md\:font-medium{
    font-weight:500
  }

  .md\:text-zinc-800{
    --tw-text-opacity:1;
    color:rgb(39 39 42 / var(--tw-text-opacity, 1))
  }

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

  .md\:shadow-zinc-800\/5{
    --tw-shadow-color:rgb(39 39 42 / 0.05);
    --tw-shadow:var(--tw-shadow-colored)
  }

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

  .md\:ring-zinc-900\/5{
    --tw-ring-color:rgb(24 24 27 / 0.05)
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur:blur(8px);
    -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .md\:dark\:bg-zinc-800\/90:is(.dark *){
    background-color:rgb(39 39 42 / 0.9)
  }

  .md\:dark\:text-zinc-200:is(.dark *){
    --tw-text-opacity:1;
    color:rgb(228 228 231 / var(--tw-text-opacity, 1))
  }

  .md\:dark\:ring-white\/10:is(.dark *){
    --tw-ring-color:rgb(255 255 255 / 0.1)
  }
}

@media (min-width: 1024px){
  .lg\:sticky{
    position:sticky
  }

  .lg\:order-first{
    order:-9999
  }

  .lg\:row-span-2{
    grid-row:span 2 / span 2
  }

  .lg\:row-span-3{
    grid-row:span 3 / span 3
  }

  .lg\:mr-6{
    margin-right:1.5rem
  }

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

  .lg\:block{
    display:block
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

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

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

  .lg\:max-w-5xl{
    max-width:64rem
  }

  .lg\:max-w-none{
    max-width:none
  }

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

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

  .lg\:grid-rows-\[auto_1fr\]{
    grid-template-rows:auto 1fr
  }

  .lg\:grid-rows-\[auto_auto_1fr\]{
    grid-template-rows:auto auto 1fr
  }

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

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

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

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

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

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

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

  .lg\:pl-20{
    padding-left:5rem
  }
}

@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column:span 1 / span 1
  }
}

@media(prefers-color-scheme:dark){
  .\[\@media\(prefers-color-scheme\:dark\)\]\:fill-orange-50{
    fill:#fff7ed
  }

  .\[\@media\(prefers-color-scheme\:dark\)\]\:stroke-orange-500{
    stroke:#f97316
  }

  .group:hover .\[\@media\(prefers-color-scheme\:dark\)\]\:group-hover\:fill-orange-50{
    fill:#fff7ed
  }

  .group:hover .\[\@media\(prefers-color-scheme\:dark\)\]\:group-hover\:stroke-orange-600{
    stroke:#ea580c
  }

  .group:hover .\[\@media\(prefers-color-scheme\:dark\)\]\:group-hover\:stroke-zinc-400{
    stroke:#a1a1aa
  }
}

@media not (prefers-color-scheme:dark){
  .\[\@media_not_\(prefers-color-scheme\:dark\)\]\:fill-orange-400\/10{
    fill:rgb(251 146 60 / 0.1)
  }

  .\[\@media_not_\(prefers-color-scheme\:dark\)\]\:stroke-orange-500{
    stroke:#f97316
  }
}
