/*
! tailwindcss v3.4.1 | 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: #D6D6D6;
  /* 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: Titillium Web, Inter var, 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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #A7A7A7;
  /* 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: #999999;
  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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

input::placeholder,textarea::placeholder {
  color: #999999;
  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='%23999999' 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: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[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: #999999;
  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: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  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: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  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:  ;
}

::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:  ;
}

.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: #999999;
  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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-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='%23999999' 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;
}

.form-select:where([size]:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

.form-checkbox,.form-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: #999999;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-checkbox:focus,.form-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: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-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)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.form-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)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.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-left: 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-left: 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-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[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(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-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 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: left;
  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-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.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-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 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 > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *: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-left: 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-left: 0;
}

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

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

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

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-right: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-left: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-left: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

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

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

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

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

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

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

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

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

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

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

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-right: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-left: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

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

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

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

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

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

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

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

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

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.transition-for-all {
  transition: all 0.3s 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 !important;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[1\.5rem\] {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

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

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-8 {
  top: 2rem;
}

.top-\[1\.5rem\] {
  top: 1.5rem;
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

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

.z-\[1\] {
  z-index: 1;
}

.z-\[200\] {
  z-index: 200;
}

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

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

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

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

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

.-m-1 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.m-2 {
  margin: 0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

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

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

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.-mb-px {
  margin-bottom: -1px;
}

.-ml-0 {
  margin-left: -0px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

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

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

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

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

.me-4 {
  margin-inline-end: 1rem;
}

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

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

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

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

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

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.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-4 {
  margin-top: 1rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

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

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-\[3\.25rem\] {
  height: 3.25rem;
}

.h-\[3\.75rem\] {
  height: 3.75rem;
}

.h-\[4\.25rem\] {
  height: 4.25rem;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[25rem\] {
  max-height: 25rem;
}

.max-h-\[35rem\] {
  max-height: 35rem;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.min-h-\[240px\] {
  min-height: 240px;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[21\.875rem\] {
  width: 21.875rem;
}

.w-\[3\.25rem\] {
  width: 3.25rem;
}

.w-\[36\.25\%\] {
  width: 36.25%;
}

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

.w-\[56\.25\%\] {
  width: 56.25%;
}

.w-\[60\.1\%\] {
  width: 60.1%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-\[21\.875rem\] {
  min-width: 21.875rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

.max-w-\[10\.875rem\] {
  max-width: 10.875rem;
}

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

.max-w-\[16\.25rem\] {
  max-width: 16.25rem;
}

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

.max-w-\[30\.375rem\] {
  max-width: 30.375rem;
}

.max-w-\[39\.875rem\] {
  max-width: 39.875rem;
}

.max-w-\[40\.375rem\] {
  max-width: 40.375rem;
}

.max-w-\[49\.375rem\] {
  max-width: 49.375rem;
}

.max-w-\[51\.25rem\] {
  max-width: 51.25rem;
}

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

.max-w-\[7\.5rem\] {
  max-width: 7.5rem;
}

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

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

.max-w-none {
  max-width: none;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.flex-1 {
  flex: 1 1;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(-100%, 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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(1) scaleY(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(.95) scaleY(.95);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-grab {
  cursor: grab;
}

.cursor-move {
  cursor: move;
}

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

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

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

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

.grid-cols-\[1fr_1fr_auto\] {
  grid-template-columns: 1fr 1fr auto;
}

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

.items-stretch {
  align-items: stretch;
}

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

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

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

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

.justify-around {
  justify-content: space-around;
}

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

.justify-stretch {
  justify-content: stretch;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

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

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.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 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 241 241 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(241 241 241 / var(--tw-divide-opacity));
}
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 214 214 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(214 214 214 / var(--tw-divide-opacity));
}
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

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

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

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

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-blue-100 {
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-blue-200 {
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-gray-100 {
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-gray-200 {
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-gray-300 {
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 249 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-gray-50 {
  border-color: rgb(247 249 255 / var(--tw-border-opacity));
}
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-green-200 {
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
}

.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(143 207 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-primary-200 {
  border-color: rgb(143 207 255 / var(--tw-border-opacity));
}
}

.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(36 133 199 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-primary-400 {
  border-color: rgb(36 133 199 / var(--tw-border-opacity));
}
}

.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(219 241 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-primary-50 {
  border-color: rgb(219 241 255 / var(--tw-border-opacity));
}
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-primary-500 {
  border-color: rgb(0 90 150 / var(--tw-border-opacity));
}
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(0 73 122 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-primary-600 {
  border-color: rgb(0 73 122 / var(--tw-border-opacity));
}
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.border-purple-200 {
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}
}

.border-transparent {
  border-color: transparent;
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-100 {
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-50 {
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-blue-600 {
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-100 {
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-200 {
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-50 {
  background-color: rgb(247 249 255 / var(--tw-bg-opacity));
}
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-600 {
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(95 95 95 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-700 {
  background-color: rgb(95 95 95 / var(--tw-bg-opacity));
}
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-gray-900 {
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}
}

.bg-gray-900\/10 {
  background-color: rgb(42 42 42 / 0.1);
}

.bg-gray-900\/50 {
  background-color: rgb(42 42 42 / 0.5);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-green-100 {
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-green-50 {
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 226 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-primary-100 {
  background-color: rgb(184 226 255 / var(--tw-bg-opacity));
}
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 241 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-primary-50 {
  background-color: rgb(219 241 255 / var(--tw-bg-opacity));
}
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-primary-500 {
  background-color: rgb(0 90 150 / var(--tw-bg-opacity));
}
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 73 122 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-primary-600 {
  background-color: rgb(0 73 122 / var(--tw-bg-opacity));
}
}

.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-primary-800 {
  background-color: rgb(0 47 79 / var(--tw-bg-opacity));
}
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-purple-100 {
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-red-100 {
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
}

.bg-transparent {
  background-color: transparent;
}

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

@supports (color: rgb(0 0 0 / 0)) {
.bg-white {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-yellow-100 {
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.bg-yellow-50 {
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.fill-current {
  fill: currentColor;
}

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

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

.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-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.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-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

.pl-\[22rem\] {
  padding-left: 22rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

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

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

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

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

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

.text-h4 {
  font-size: clamp(1.25rem, 2.244vw, 1.75rem);
}

.text-h6 {
  font-size: 1rem;
}

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

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

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

.leading-\[1\.2\] {
  line-height: 1.2;
}

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

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-blue-400 {
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
}

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

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-blue-600 {
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-blue-800 {
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
}

.text-foreground {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-foreground {
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-100 {
  color: rgb(241 241 241 / var(--tw-text-opacity));
}
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-300 {
  color: rgb(194 194 194 / var(--tw-text-opacity));
}
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-400 {
  color: rgb(167 167 167 / var(--tw-text-opacity));
}
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(247 249 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-50 {
  color: rgb(247 249 255 / var(--tw-text-opacity));
}
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-500 {
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-600 {
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-700 {
  color: rgb(95 95 95 / var(--tw-text-opacity));
}
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-800 {
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-900 {
  color: rgb(42 42 42 / var(--tw-text-opacity));
}
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-gray-950 {
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-green-400 {
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-green-600 {
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
}

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

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

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-green-800 {
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
}

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

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

.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(219 241 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-primary-50 {
  color: rgb(219 241 255 / var(--tw-text-opacity));
}
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-primary-500 {
  color: rgb(0 90 150 / var(--tw-text-opacity));
}
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(0 73 122 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-primary-600 {
  color: rgb(0 73 122 / var(--tw-text-opacity));
}
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(0 60 100 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-primary-700 {
  color: rgb(0 60 100 / var(--tw-text-opacity));
}
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(0 47 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-primary-800 {
  color: rgb(0 47 79 / var(--tw-text-opacity));
}
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-purple-600 {
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
}

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

@supports (color: rgb(0 0 0 / 0)) {
.text-red-400 {
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-red-600 {
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-red-800 {
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
}

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

@supports (color: rgb(0 0 0 / 0)) {
.text-white {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-400 {
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-600 {
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-700 {
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.text-yellow-800 {
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  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: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  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(194 194 194 / var(--tw-ring-opacity));
}

.ring-gray-500\/10 {
  --tw-ring-color: rgb(153 153 153 / 0.1);
}

.ring-gray-900\/5 {
  --tw-ring-color: rgb(42 42 42 / 0.05);
}

.ring-green-600\/20 {
  --tw-ring-color: rgb(22 163 74 / 0.2);
}

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

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

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

.transition-shadow {
  transition-property: box-shadow;
  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;
}

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

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

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/

.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box;
}

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997;
}

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238,238,238,0.9);
  border-color: rgba(238,238,238,0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none /* Chrome/Safari/Opera */;
  -moz-user-select: none /* Firefox */;
  user-select: none;
  min-height: 54px;
}

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255,255,255,0.2);
}

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0,0,0,0.3);
  border-radius: 0 0 3px 3px;
}

.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0;
}

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto;
}

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px;
}

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.1);
}

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none;
}

.iziToast > .iziToast-close:hover {
  opacity: 1;
}

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left;
}

.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both;
}

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left;
}

.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]),
.iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0,0,0,0.1);
  color: #000;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  min-height: 26px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px;
}

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0,0,0,0.1);
  color: #000;
}

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0,0,0,0.2);
}

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
  top: 1px;
}

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal;
}

.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0,0,0,0.6);
  white-space: normal;
}

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
  opacity: 0;
}

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.iziToast-target .iziToast-capsule {
  overflow: hidden;
}

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left;
}

.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto;
}

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left;
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right;
}

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left;
}

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right;
}

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial;
}

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0;
}

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0;
}

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px;
  }

  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto;
  }

  .iziToast:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1), 0 8px 8px -5px rgba(0,0,0,0.25);
  }

  .iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 3px 0 0 3px;
  }

  .iziToast.iziToast-rtl .iziToast-cover {
    border-radius: 0 3px 3px 0;
  }

  .iziToast.iziToast-color-dark:after {
    box-shadow: inset 0 -10px 20px -10px rgba(255,255,255,0.3), 0 10px 10px -5px rgba(0,0,0,0.25);
  }

  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent;
  }

  .iziToast.iziToast-balloon:after {
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.25), inset 0 10px 20px -5px rgba(0,0,0,0.25);
  }

  .iziToast-target .iziToast:after {
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
  }
}

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70;
}

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
}

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255,255,255,0.1);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255,255,255,0.2);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
}

.iziToast.iziToast-color-red {
  background: rgba(255,175,180,0.9);
  border-color: rgba(255,175,180,0.9);
}

.iziToast.iziToast-color-orange {
  background: rgba(255,207,165,0.9);
  border-color: rgba(255,207,165,0.9);
}

.iziToast.iziToast-color-yellow {
  background: rgba(255,249,178,0.9);
  border-color: rgba(255,249,178,0.9);
}

.iziToast.iziToast-color-blue {
  background: rgba(157,222,255,0.9);
  border-color: rgba(157,222,255,0.9);
}

.iziToast.iziToast-color-green {
  background: rgba(166,239,184,0.9);
  border-color: rgba(166,239,184,0.9);
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%;
}

.iziToast.iziToast-layout3 {
  border-radius: 2px;
}

.iziToast.iziToast-layout3::after {
  display: none;
}

.iziToast.revealIn,
.iziToast .revealIn {
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}

.iziToast.slideIn,
.iziToast .slideIn {
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

.iziToast.bounceInLeft {
  animation: iziT-bounceInLeft 0.7s ease-in-out both;
}

.iziToast.bounceInRight {
  animation: iziT-bounceInRight 0.85s ease-in-out both;
}

.iziToast.bounceInDown {
  animation: iziT-bounceInDown 0.7s ease-in-out both;
}

.iziToast.bounceInUp {
  animation: iziT-bounceInUp 0.7s ease-in-out both;
}

.iziToast.fadeIn,
.iziToast .fadeIn {
  animation: iziT-fadeIn 0.5s ease both;
}

.iziToast.fadeInUp {
  animation: iziT-fadeInUp 0.7s ease both;
}

.iziToast.fadeInDown {
  animation: iziT-fadeInDown 0.7s ease both;
}

.iziToast.fadeInLeft {
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.fadeInRight {
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.flipInX {
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}

.iziToast.fadeOut {
  animation: iziT-fadeOut 0.7s ease both;
}

.iziToast.fadeOutDown {
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutUp {
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutLeft {
  animation: iziT-fadeOutLeft 0.5s ease both;
}

.iziToast.fadeOutRight {
  animation: iziT-fadeOutRight 0.5s ease both;
}

.iziToast.flipOutX {
  backface-visibility: visible !important;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast-overlay.fadeIn {
  animation: iziT-fadeIn 0.5s ease both;
}

.iziToast-overlay.fadeOut {
  animation: iziT-fadeOut 0.7s ease both;
}

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }

  50% {
    opacity: 1;
    transform: translateX(-20px);
  }

  70% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }

  50% {
    opacity: 1;
    transform: translateX(20px);
  }

  70% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  50% {
    opacity: 1;
    transform: translateY(10px);
  }

  70% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px);
  }

  70% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
}

@keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
}

@keyframes iziT-flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
}

body.offset-top {
    margin-top: 4.25rem;
  }

@media (min-width: 1024px) {
    body.offset-top {
      margin-top: 10.625rem;
    }
  }

details summary {
    cursor: pointer;
    list-style: none;
  }

details summary::-webkit-details-marker {
    display: none;
  }

/* SCROLLBAR*/

/* width */

::-webkit-scrollbar {
  height: 0.625rem;
  width: 0.625rem;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
::-webkit-scrollbar-track {
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 100 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
::-webkit-scrollbar-thumb {
  background-color: rgb(0 60 100 / var(--tw-bg-opacity));
}
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0 47 79 / var(--tw-bg-opacity));
}
}

body {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
body {
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

h1, h2, h3, h4, h5, h6 {
}

h1, .h1 {
  font-size: clamp(1.8125rem, 5.369vw, 4.1875rem);
  font-weight: 700;
  line-height: 1.2;
}

h2, .h2 {
  font-size: clamp(1.625rem, 4.087vw, 3.1875rem);
  line-height: 1.2;
}

h3, .h3 {
  font-size: clamp(1.4375rem, 3.045vw, 2.375rem);
}

h4, .h4 {
  font-size: clamp(1.25rem, 2.244vw, 1.75rem);
}

h5, .h5 {
  font-size: clamp(1.125rem, 1.683vw, 1.3125rem);
}

h6, .h6 {
  font-size: 1rem;
}

.list-arrow li::before {
    content: "‣ ";
    margin-right: 0.25rem;
  }

.prose {
  max-width: 100%;
}

.prose p:not(:last-child) {
    margin-bottom: 0.75rem;
  }

.prose p:not(:first-child) {
    margin-top: 0.75rem;
  }

.prose a {
    font-weight: 600;
  }

.prose a {
    --tw-text-opacity: 1;
    color: rgb(0 90 150 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.prose a {
    color: rgb(0 90 150 / var(--tw-text-opacity));
  }
}

.prose a {
    text-decoration-line: none;
  }

.prose a:hover {
      --tw-text-opacity: 1;
      color: rgb(36 133 199 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) {
.prose a:hover {
      color: rgb(36 133 199 / var(--tw-text-opacity));
    }
}

.prose a:hover {
      text-decoration-line: underline;
    }

.prose a.button:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) {
.prose a.button:hover {
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.prose ul {
    list-style: square;
  }

.prose ul li::marker {
      --tw-text-opacity: 1;
      color: rgb(61 61 61 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) {
.prose ul li::marker {
      color: rgb(61 61 61 / var(--tw-text-opacity));
    }
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    margin-top: 1.5rem;
  }

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    line-height: 1.2;
  }

.prose h1:first-child, 
  .prose h2:first-child, 
  .prose h3:first-child, 
  .prose h4:first-child, 
  .prose h5:first-child, 
  .prose h6:first-child {
    margin-top: 0px;
  }

.status-cancelled {
  --tw-text-opacity: 1;
  color: rgb(230 28 28 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.status-cancelled {
  color: rgb(230 28 28 / var(--tw-text-opacity));
}
}

.status-completed {
  --tw-text-opacity: 1;
  color: rgb(16 118 75 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.status-completed {
  color: rgb(16 118 75 / var(--tw-text-opacity));
}
}

.status-scheduled {
  --tw-text-opacity: 1;
  color: rgb(219 164 18 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.status-scheduled {
  color: rgb(219 164 18 / var(--tw-text-opacity));
}
}

.status-default {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.status-default {
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
}

.dot.status-cancelled {
  --tw-bg-opacity: 1;
  background-color: rgb(230 28 28 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.dot.status-cancelled {
  background-color: rgb(230 28 28 / var(--tw-bg-opacity));
}
}

.dot.status-completed {
  --tw-bg-opacity: 1;
  background-color: rgb(16 118 75 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.dot.status-completed {
  background-color: rgb(16 118 75 / var(--tw-bg-opacity));
}
}

.dot.status-scheduled {
  --tw-bg-opacity: 1;
  background-color: rgb(219 164 18 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.dot.status-scheduled {
  background-color: rgb(219 164 18 / var(--tw-bg-opacity));
}
}

.dot.status-default {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.dot.status-default {
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}
}

body.is-loading * {
    cursor: progress;
  }

.dropdown-menu {
  position: absolute;
  right: 0px;
  z-index: 10;
  margin-top: 0.5rem;
  width: 8rem;
  transform-origin: top right;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(42 42 42 / 0.05), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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(42 42 42 / 0.05);
}

@supports (color: rgb(0 0 0 / 0)) {
.dropdown-menu {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.dropdown-menu:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dropdown-menu a {
    display: block;
  }

.dropdown-menu a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.dropdown-menu a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.dropdown-menu a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.dropdown-menu a {
    line-height: 1.5rem;
  }

.dropdown-menu a {
    --tw-text-opacity: 1;
    color: rgb(42 42 42 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.dropdown-menu a {
    color: rgb(42 42 42 / var(--tw-text-opacity));
  }
}

.dropdown-menu a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(184 226 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.dropdown-menu a:hover {
    background-color: rgb(184 226 255 / var(--tw-bg-opacity));
  }
}

.button {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}

.button:hover {
  cursor: pointer;
}

.button.is-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 90 150 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.button.is-primary {
    background-color: rgb(0 90 150 / var(--tw-bg-opacity));
  }
}

.button.is-primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.button.is-primary {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.button.is-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(36 133 199 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.button.is-primary:hover {
    background-color: rgb(36 133 199 / var(--tw-bg-opacity));
  }
}

.scroll-btn {
  transition: all 0.3s ease-in-out;
  display: flex;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 150 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.scroll-btn {
  background-color: rgb(0 90 150 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.scroll-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 133 199 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.scroll-btn:hover {
  background-color: rgb(36 133 199 / var(--tw-bg-opacity));
}
}

.scroll-btn svg {
    height: 1.5rem;
  }

.scroll-btn svg {
    width: 1.5rem;
  }

.scroll-btn svg {
    -o-object-fit: fill;
       object-fit: fill;
  }

.scroll-btn:hover svg {
      animation: btn-scroll-animation-out 0.2s linear forwards,
      btn-scroll-animation-in 0.3s ease-in-out 0.2s forwards;
    }

@keyframes btn-scroll-animation-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes btn-scroll-animation-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

label {
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
label {
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
textarea {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 241 255 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(219 241 255 / 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
textarea {
  border-color: rgb(219 241 255 / var(--tw-border-opacity));
  background-color: rgb(219 241 255 / var(--tw-bg-opacity));
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 90 150 / 1);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 90 150 / var(--tw-ring-opacity));
}

@supports (color: rgb(0 0 0 / 0)) {
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
textarea:focus {
  border-color: rgb(0 90 150 / var(--tw-border-opacity));
}
}

select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 255 / 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2rem !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
select {
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
  background-color: rgb(247 249 255 / var(--tw-bg-opacity));
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
}

select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 73 122 / 1);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 73 122 / var(--tw-ring-opacity));
}

@supports (color: rgb(0 0 0 / 0)) {
select:focus {
  border-color: rgb(0 73 122 / var(--tw-border-opacity));
}
}

.table-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1.5fr 1.5fr 1.5fr auto;
  grid-row-gap: 0px;
  row-gap: 0px;
}

@media (min-width: 768px) {
  .table-grid {
    grid-template-columns: 1.5fr 1.5fr auto 1.5fr 1.5fr;
  }
}

.table-header {
  display: contents;
}

.table-header >div {
    cursor: pointer;
  }

.table-header >div {
    align-items: center;
  }

.table-header >div {
    border-right-width: 1px;
  }

.table-header >div {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.table-header >div {
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

.table-header >div {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 122 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.table-header >div {
    background-color: rgb(0 73 122 / var(--tw-bg-opacity));
  }
}

.table-header >div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.table-header >div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.table-header >div {
    text-align: left;
  }

.table-header >div {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.table-header >div {
    font-weight: 600;
  }

.table-header >div {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.table-header >div {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
    .table-header >div {
      justify-content: space-between;
    }
  }

@media (min-width: 768px) {
    .table-header >div {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (min-width: 768px) {
    .table-header >div {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

.table-header >div .sort-icon-wrapper {
      display: inline-flex;
    }

.table-header >div .sort-icon-wrapper {
      align-items: center;
    }

.table-header >div .sort-icon-wrapper svg {
        height: 0.5rem;
      }

.table-header >div .sort-icon-wrapper svg {
        width: 0.5rem;
      }

.table-header >div .sort-icon-wrapper svg {
        transform-origin: center;
      }

.table-header >div .sort-icon-wrapper svg {
        opacity: 0.5;
      }

.table-header >div .sort-icon-wrapper svg {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.table-header >div .sort-icon-wrapper svg {
        transition-duration: 200ms;
      }

.table-header >div .sort-icon-wrapper svg {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }

.table-header >div.sort-asc .sort-icon-wrapper svg, .table-header >div.sort-desc .sort-icon-wrapper svg {
        opacity: 1;
      }

.table-header >div.sort-asc .sort-icon-wrapper svg {
        --tw-rotate: -180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        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));
      }

.table-header >div.sort-asc .sort-icon-wrapper svg {
        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));
      }

.table-header >div.sort-desc .sort-icon-wrapper svg {
        --tw-rotate: 0deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        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));
      }

.table-header >div.sort-desc .sort-icon-wrapper svg {
        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));
      }

.table-row {
  display: contents;
}

.table-row > div {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

.table-row > div {
    overflow-wrap: break-word;
  }

.table-row > div {
    border-right-width: 1px;
  }

.table-row > div {
    border-bottom-width: 1px;
  }

.table-row > div {
    --tw-border-opacity: 1;
    border-color: rgb(0 90 150 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.table-row > div {
    border-color: rgb(0 90 150 / var(--tw-border-opacity));
  }
}

.table-row > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.table-row > div {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.table-row > div {
    font-size: 0.75rem;
    line-height: 1rem;
  }

@media (min-width: 768px) {
    .table-row > div {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

@media (min-width: 768px) {
    .table-row > div {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

.table-header + .table-row > div {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.table-header + .table-row > div {
  border-color: rgb(0 90 150 / var(--tw-border-opacity));
}
}

@media (min-width: 768px) {
  .table-header + .table-row > div {
    border-top-width: 0px;
  }
}

.table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .table-cell {
    display: block;
    text-align: left;
  }
}

.show-more-hidden {
  display: none !important;
}

.show-more-row {
  display: contents;
}

.show-more-row.show-more-hidden {
  display: none;
}

.gallery-images .gallery-image figure {
      position: relative;
    }

.gallery-images .gallery-image figure {
      height: 10rem;
    }

.gallery-images .gallery-image figure {
      width: 100%;
    }

.gallery-images .gallery-image figure {
      cursor: pointer;
    }

.gallery-images .gallery-image figure {
      overflow: hidden;
    }

.gallery-images .gallery-image figure {
      border-radius: 0.625rem;
    }

@media (min-width: 640px) {
      .gallery-images .gallery-image figure {
        height: 15rem;
      }
    }

.gallery-images .gallery-image figure:after {
      transition: all 0.3s ease-in-out;
    }

.gallery-images .gallery-image figure:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2);
    }

.gallery-images .gallery-image figure:before {
      content: '';
      position: absolute;
      top: 0.75rem;
      right: 0.75rem;
      width: 1.5rem;
      height: 1.5rem;
      background-image: url(/assets/icons/zoom-fe9f985822eeb4e009a52a4e6f201214496a3461df139157d7b4bbe3499fb782.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      z-index: 1;
    }

.gallery-images .gallery-image figure:hover:after {
        background: rgba(0, 0, 0, 0);
      }

.gallery-images .gallery-image img {
      display: block;
    }

.gallery-images .gallery-image img {
      height: 100%;
    }

.gallery-images .gallery-image img {
      width: 100%;
    }

.gallery-images .gallery-image img {
      -o-object-fit: cover;
         object-fit: cover;
    }

/* GALLERY MODAL */

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(247, 249, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.gallery-modal .gallery-modal__close {
    color: #005A96;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 3rem;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
  }

.gallery-modal .gallery-modal__close:hover {
      text-decoration: none;
    }

/* Modal Content */

.gallery-modal .gallery-modal__content {
    position: relative;
    margin: auto;
    padding: 6.25rem 0 0;
    width: 90%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

.gallery-modal .gallery-modal__slides {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
    padding: 0 0 3.75rem;
    box-sizing: border-box;
  }

.gallery-modal .gallery-modal__slides > div {
      flex: 0 1 auto;
      max-height: none;
      overflow-y: auto;
      text-align: center;
      margin-top: auto;
    }

.gallery-modal .gallery-modal__slides figure {
      flex: 1 1 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      overflow: hidden;
      margin-bottom: auto;
    }

.gallery-modal .gallery-modal__slides figure img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }

.gallery-modal .gallery-modal__slides.swiper-slide {
      display: flex;
    }

.gallery-modal .gallery-modal__number {
    color: #005A96;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1.5rem;
  }

.gallery-modal .swiper-pagination {
    position: static;
  }

/* Hide the slides by default */

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: clamp(3rem, 10vw, 8.5625rem);
  padding: 16px 0;
  margin-top: -50px;
  color: white;
  transition: 0.6s ease;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

@media screen and (max-width: 767px) {

.prev,
.next {
    width: 3rem
}
  }

.prev svg,
  .prev img,
  .next svg,
  .next img {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }

/* Position the "next button" to the right */

.next {
  right: 0;
}

.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
}

.layout {
  max-width: calc(75rem + 2*1.25rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.layout--full {
  max-width: calc(87rem + 2*1.25rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.layout--text {
  max-width: calc(50rem + 2*1.25rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.header {
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.header.is-scrolled {
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
  }

@media (min-width: 1024px) {
      .header.is-scrolled .nav-logo {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
        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(.9) scaleY(.9);
        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));
      }
    }

.header.is-pinned {
    transform: translateY(0);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

.nav-links {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.nav-link {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.nav-link {
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
}

.nav-link svg {
    height: 0.5rem;
  }

.nav-link svg {
    width: 0.375rem;
  }

.nav-link svg {
    -o-object-fit: contain;
       object-fit: contain;
  }

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 73 122 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.nav-link:hover {
  color: rgb(0 73 122 / var(--tw-text-opacity));
}
}

/* DETAILS */

.nav-details__content {
  animation-name: nav-dropdown-animation;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode:forwards;
  box-shadow: 0px 4px 16px 0px #2D2D2D14;
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 90 150 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.nav-details__content {
  border-color: rgb(0 90 150 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

div.nav-details__content.is-active {
  display: block;
}

.nav-details__layout {
  -moz-column-gap: clamp(2rem, 10.8vw, 7.5rem);
       column-gap: clamp(2rem, 10.8vw, 7.5rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 70rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.nav-details__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.nav-details__list li {
    width: calc( 50% - 1/2 * 1.5rem);
  }

.nav-details__list li a {
    display: flex;
  }

.nav-details__list li a {
    align-items: center;
  }

.nav-details__list li a {
    gap: 0.75rem;
  }

.nav-details__list li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.nav-details__list li a {
    font-weight: 600;
  }

.nav-details__list li a {
    line-height: 1.5;
  }

.nav-details__list li a {
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.nav-details__list li a {
    color: rgb(31 31 31 / var(--tw-text-opacity));
  }
}

.nav-details__list li a {
    font-size: clamp(1.125rem, 1.683vw, 1.3125rem);
  }

.nav-details__list li a svg {
      height: 0.625rem;
    }

.nav-details__list li a svg {
      width: 0.5rem;
    }

.nav-details__list li a svg {
      -o-object-fit: contain;
         object-fit: contain;
    }

/* BURGER MENU*/

.nav__burger {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .nav__burger {
    display: none;
  }
}

.nav__burger button {
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.nav__burger button {
  border-color: rgb(0 90 150 / var(--tw-border-opacity));
}
}

@media (min-width: 1024px) {
  .nav__burger button {
    display: none;
  }
}

.nav__burger button svg {
    -o-object-fit: contain;
       object-fit: contain;
  }

.nav__burger button svg {
    --tw-text-opacity: 1;
    color: rgb(0 90 150 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.nav__burger button svg {
    color: rgb(0 90 150 / var(--tw-text-opacity));
  }
}

.burger-icon--close {
  display: none;
  height: 0.75rem;
  width: 0.75rem;
}

.burger-icon--menu {
  height: 1rem;
  width: 1rem;
}

.is-active .burger-icon--menu {
  display: none;
}

.is-active .burger-icon--close {
  display: block;
}

.burger-menu {
  transition: all 0.3s ease-in-out;
  height: calc(100vh - 4.25rem);
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  opacity: 0
}

@supports (color: rgb(0 0 0 / 0)) {
.burger-menu {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
}

@media (min-width: 1024px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu.is-active {
    pointer-events: auto;
  }

.burger-menu.is-active {
    visibility: visible;
  }

.burger-menu.is-active {
    --tw-text-opacity: 1;
    color: rgb(0 73 122 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.burger-menu.is-active {
    color: rgb(0 73 122 / var(--tw-text-opacity));
  }
}

.burger-menu.is-active {
    opacity: 1;
  }

.burger-menu .burger-menu__content {
    display: flex;
  }

.burger-menu .burger-menu__content {
    flex-direction: column;
  }

.burger-menu .burger-menu__content {
    padding: 1.5rem;
  }

.header.has-open-burger.is-scrolled {
    transform: translateY(0);
  }

.header.has-open-burger {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.header.has-open-burger {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

body.has-open-burger {
  overflow: hidden;
}

@keyframes nav-dropdown-animation {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero {
  position: relative;
  margin-top: 8rem;
  height: auto;
  min-height: 25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hero {
  background-color: rgb(0 90 150 / var(--tw-bg-opacity));
}
}

@media (min-width: 1024px) {
  .hero {
    margin-top: 0px;
    height: 34.125rem;
  }
}

.hero figure {
    position: absolute;
  }

.hero figure {
    height: 100%;
  }

.hero figure {
    width: 100%;
  }

.hero img {
    height: 100%;
  }

.hero img {
    width: 100%;
  }

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

.hero.hero--overlay::before {
      content: '';
    }

.hero.hero--overlay::before {
      position: absolute;
    }

.hero.hero--overlay::before {
      inset: 0px;
    }

.hero.hero--overlay::before {
      z-index: 1;
    }

.hero.hero--overlay::before {
      --tw-bg-opacity: 1;
      background-color: rgb(0 90 150 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) {
.hero.hero--overlay::before {
      background-color: rgb(0 90 150 / var(--tw-bg-opacity));
    }
}

.hero.hero--overlay::before {
      opacity: 0.3;
    }

.hero .hero__content {
    position: absolute;
  }

.hero .hero__content {
    left: 0px;
  }

.hero .hero__content {
    bottom: 0px;
  }

.hero .hero__content {
    z-index: 2;
  }

.hero .hero__content {
    margin-top: 4.125rem;
  }

.hero .hero__content {
    width: 100%;
  }

.hero .hero__content {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.hero .hero__content {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
    .hero .hero__content {
      margin-top: 5.625rem;
    }
  }

.hero__custom {
  @extend hero;
  min-height: 10rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hero__custom {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(0 90 150 / var(--tw-text-opacity));
}
}

@media (min-width: 1024px) {
  .hero__custom {
    height: 24.125rem;
  }
}

.hero__news-item {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 120rem;
}

.hero__news-item-image figure {
    height: 38.25rem;
  }

.hero__news-item-image figure {
    width: 100%;
  }

.hero__news-item-image img {
    display: block;
  }

.hero__news-item-image img {
    height: 100%;
  }

.hero__news-item-image img {
    width: 100%;
  }

.hero__news-item-image img {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

.hero__news-item-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.breadcrumbs {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.breadcrumbs a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.breadcrumbs a {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) {
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.breadcrumbs .breadcrumb__divider {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

.breadcrumbs div:last-child {
    --tw-text-opacity: 1;
    color: rgb(184 226 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.breadcrumbs div:last-child {
    color: rgb(184 226 255 / var(--tw-text-opacity));
  }
}

.home-hero {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 120rem;
}

@media (min-width: 1024px) {
  .home-hero {
    margin-bottom: 4.375rem;
  }
}

.home-hero__image figure {
    height: 38.25rem;
  }

.home-hero__image figure {
    width: 100%;
  }

.home-hero__image img {
    display: block;
  }

.home-hero__image img {
    height: 100%;
  }

.home-hero__image img {
    width: 100%;
  }

.home-hero__image img {
    border-bottom-left-radius: 12.5rem;
  }

.home-hero__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

.home-hero__card {
  box-shadow: 0px 4px 16px 0px rgba(42, 42, 42, 0.09);
  transition: all 0.3s ease-in-out;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.home-hero__card {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(0 90 150 / var(--tw-text-opacity));
}
}

.home-hero__card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 150 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.home-hero__card:hover {
  background-color: rgb(0 90 150 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

@media (min-width: 640px) {
  .home-hero__card {
    max-width: 16.75rem;
  }
}

@media (min-width: 1024px) {
  .home-hero__card {
    min-height: 8.75rem;
    gap: 0.75rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.home-about__image figure {
    position: relative;
  }

.home-about__image figure {
    height: 100%;
  }

.home-about__image figure {
    min-height: 35rem;
  }

.home-about__image figure {
    width: 100%;
  }

.home-about__image figure {
    overflow: hidden;
  }

.home-about__image figure {
    border-bottom-right-radius: 12.5rem;
  }

/*
  figure:before {
    content: '';
    @apply
      absolute
      inset-0
      w-full
      h-full
      bg-primary-500
      opacity-80;
  }
  */

.home-about__image img {
    display: block;
  }

.home-about__image img {
    height: 100%;
  }

.home-about__image img {
    width: 100%;
  }

.home-about__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

.home-about__card {
  width: calc(50% - 1/2 * 1.5rem);
}

@media (max-width: 639px) {

.home-about__card {
    width: 100%
}
  }

.home-about__card a {
    position: relative;
  }

.home-about__card a {
    display: block;
  }

.home-about__card a {
    height: 10.75rem;
  }

.home-about__card a {
    width: 100%;
  }

.home-about__card a {
    overflow: hidden;
  }

.home-about__card a {
    border-radius: 0.625rem;
  }

.home-about__card a:hover h3 {
        --tw-bg-opacity: 1;
        background-color: rgb(0 90 150 / 1);
      }

@supports (color: rgb(0 0 0 / 0)) {
.home-about__card a:hover h3 {
        background-color: rgb(0 90 150 / var(--tw-bg-opacity));
      }
}

.home-about__card a:hover h3 {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / 1);
      }

@supports (color: rgb(0 0 0 / 0)) {
.home-about__card a:hover h3 {
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
}

.home-about__card figure {
    position: relative;
  }

.home-about__card figure {
    height: 100%;
  }

.home-about__card figure {
    width: 100%;
  }

.home-about__card figure {
    overflow: hidden;
  }

.home-about__card figure:before {
      content: '';
    }

.home-about__card figure:before {
      position: absolute;
    }

.home-about__card figure:before {
      inset: 0px;
    }

.home-about__card figure:before {
      height: 100%;
    }

.home-about__card figure:before {
      width: 100%;
    }

.home-about__card figure:before {
      --tw-bg-opacity: 1;
      background-color: rgb(0 90 150 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) {
.home-about__card figure:before {
      background-color: rgb(0 90 150 / var(--tw-bg-opacity));
    }
}

.home-about__card figure:before {
      opacity: 0.25;
    }

.home-about__card figure img {
      display: block;
    }

.home-about__card figure img {
      height: 100%;
    }

.home-about__card figure img {
      width: 100%;
    }

.home-about__card figure img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.home-about__card h3 {
    transition: all 0.3s ease-in-out;
  }

.home-about__card h3 {
    position: absolute;
  }

.home-about__card h3 {
    bottom: 0px;
  }

.home-about__card h3 {
    left: 0px;
  }

.home-about__card h3 {
    display: flex;
  }

.home-about__card h3 {
    width: 100%;
  }

.home-about__card h3 {
    max-width: 12.625rem;
  }

.home-about__card h3 {
    align-items: center;
  }

.home-about__card h3 {
    border-top-right-radius: 0.625rem;
  }

.home-about__card h3 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.home-about__card h3 {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.home-about__card h3 {
    font-weight: 600;
  }

.home-about__card h3 {
    line-height: 1.5;
  }

.home-about__card h3 {
    --tw-text-opacity: 1;
    color: rgb(0 90 150 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.home-about__card h3 {
    color: rgb(0 90 150 / var(--tw-text-opacity));
  }
}

.home-about__card h3 {
    font-size: clamp(1.125rem, 1.683vw, 1.3125rem);
  }

/* NEWS */

.home-news {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 120rem;
}

.home-news__layout {
  max-width: calc(82.5rem + 1.25rem);
  margin-left: auto;
  width: 100%;
  padding-left: 1.25rem;
}

.home-news__card {
  width: calc(50% - 1/2 * 1.5rem);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1)
}

@supports (color: rgb(0 0 0 / 0)) {
.home-news__card {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
}

@media (min-width: 640px) {
  .home-news__card {
    max-width: 41%;
  }
}

.home-news__card figure {
    height: 13.75rem;
  }

.home-news__card figure {
    width: 100%;
  }

.home-news__card figure img {
      display: block;
    }

.home-news__card figure img {
      height: 100%;
    }

.home-news__card figure img {
      width: 100%;
    }

.home-news__card figure img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.home-news__card .home-news-card__body {
    display: flex;
  }

.home-news__card .home-news-card__body {
    flex-direction: column;
  }

.home-news__card .home-news-card__body {
    gap: 0.75rem;
  }

.home-news__card .home-news-card__body {
    padding: 1.5rem;
  }

.home-news__card:not(.swiper-slide-active, .swiper-slide-next):last-child {
  opacity: 0.3;
}

@media (min-width: 640px) {
  .home-news__card:last-child {
    margin-right: 1.25rem;
  }
}

/* PROJECTS */

.home-projects {
  background-image: url(/assets/bg-projects-fe5d75e6d6c3335062fd368b2d26ea6484306f192e65c4d63bce783fdaf2cf27.png);
  background-repeat: no-repeat;
  background-size: 49% 100%;
  background-position: bottom right;
}

@media (max-width: 1023px) {

.home-projects {
    background-size: 90% 70%
}
  }

.home-projects__card {
  width: calc(50% - 1/2 * 1.5rem);
}

@media (max-width: 639px) {

.home-projects__card {
    width: 100%
}
  }

.home-projects__card {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.home-projects__card {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media (min-width: 640px) {
  .home-projects__card {
    max-width: 41%;
  }
}

.home-projects__card figure {
    height: 15.625rem;
  }

.home-projects__card figure {
    width: 100%;
  }

.home-projects__card figure img {
      display: block;
    }

.home-projects__card figure img {
      height: 100%;
    }

.home-projects__card figure img {
      width: 100%;
    }

.home-projects__card figure img {
      -o-object-fit: cover;
         object-fit: cover;
    }

.home-projects__card .home-projects-card__body {
    display: flex;
  }

.home-projects__card .home-projects-card__body {
    flex-direction: column;
  }

.home-projects__card .home-projects-card__body {
    gap: 0.75rem;
  }

.home-projects__card .home-projects-card__body {
    padding: 1.5rem;
  }

/* CONTACT */

.home-contact {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .home-contact {
    gap: 1.5rem;
  }
}

.home-contact > div {
    width: calc(50% - 1/2 * 1.5rem);
  }

@media (max-width: 639px) {

.home-contact > div {
      width: 100%
  }
    }

.news-card {
  margin-bottom: 1.5rem;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 255 / 1);
  padding: 1.5rem;
}

@supports (color: rgb(0 0 0 / 0)) {
.news-card {
  background-color: rgb(247 249 255 / var(--tw-bg-opacity));
}
}

.news-card .news-card__inner {
    margin-bottom: 0.75rem;
  }

.news-card .news-card__inner {
    display: flex;
  }

.news-card .news-card__inner {
    flex-direction: column;
  }

.news-card .news-card__inner {
    align-items: center;
  }

.news-card .news-card__inner {
    gap: 0.75rem;
  }

.news-card .news-card__inner {
    border-radius: 0.625rem;
  }

.news-card .news-card__inner {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.news-card .news-card__inner {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media (min-width: 768px) {
    .news-card .news-card__inner {
      flex-direction: row;
    }
  }

.news-card .news-card__inner .news-card__image {
      width: 100%;
    }

.news-card .news-card__inner .news-card__image {
      overflow: hidden;
    }

.news-card .news-card__inner .news-card__image {
      border-top-left-radius: 0.625rem;
      border-top-right-radius: 0.625rem;
    }

@media (min-width: 768px) {
      .news-card .news-card__inner .news-card__image {
        border-top-left-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem;
      }
    }

@media (min-width: 768px) {
      .news-card .news-card__inner .news-card__image {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
      }
    }

@media (min-width: 1024px) {
      .news-card .news-card__inner .news-card__image {
        max-width: 50%;
      }
    }

.news-card .news-card__inner .news-card__content {
      display: flex;
    }

.news-card .news-card__inner .news-card__content {
      flex-direction: column;
    }

.news-card .news-card__inner .news-card__content {
      gap: 0.75rem;
    }

.news-card .news-card__inner .news-card__content {
      padding: 1.5rem;
    }

.other-news__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .other-news__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .other-news__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.other-news__list .other-news__item {
    transition: all 0.3s ease-in-out;
  }

.other-news__list .other-news__item {
    display: flex;
  }

.other-news__list .other-news__item {
    flex-direction: column;
  }

.other-news__list .other-news__item {
    overflow: hidden;
  }

.other-news__list .other-news__item {
    border-radius: 0.625rem;
  }

.other-news__list .other-news__item {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.other-news__list .other-news__item {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.other-news__list .other-news__item figure {
      height: 13.75rem;
    }

.other-news__list .other-news__item figure {
      width: 100%;
    }

.other-news__list .other-news__item figure img {
        display: block;
      }

.other-news__list .other-news__item figure img {
        height: 100%;
      }

.other-news__list .other-news__item figure img {
        width: 100%;
      }

.other-news__list .other-news__item figure img {
        -o-object-fit: cover;
           object-fit: cover;
      }

.other-news__list .other-news__body {
    display: flex;
  }

.other-news__list .other-news__body {
    flex-direction: column;
  }

.other-news__list .other-news__body {
    gap: 0.75rem;
  }

.other-news__list .other-news__body {
    padding: 1.5rem;
  }

.article-content img {
    overflow: hidden;
  }

.article-content img {
    border-radius: 0.625rem;
  }

.organisation-item:not(:last-child) {
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 249 255 / 1);
  padding-bottom: 1.5rem;
}

@supports (color: rgb(0 0 0 / 0)) {
.organisation-item:not(:last-child) {
  border-color: rgb(247 249 255 / var(--tw-border-opacity));
}
}

@media (min-width: 1024px) {
  .organisation-item:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.projects-nav__item {
  transition: all 0.3s ease-in-out;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 90 150 / 1);
  padding: 0.75rem;
}

@supports (color: rgb(0 0 0 / 0)) {
.projects-nav__item {
  border-color: rgb(0 90 150 / var(--tw-border-opacity));
}
}

.projects-nav__item h5 {
    --tw-text-opacity: 1;
    color: rgb(0 90 150 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.projects-nav__item h5 {
    color: rgb(0 90 150 / var(--tw-text-opacity));
  }
}

.projects-nav__item p {
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.projects-nav__item p {
    color: rgb(153 153 153 / var(--tw-text-opacity));
  }
}

.projects-nav__item.projects-nav__item--active,
.projects-nav__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 150 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.projects-nav__item.projects-nav__item--active,
.projects-nav__item:hover {
  background-color: rgb(0 90 150 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.projects-nav__item.projects-nav__item--active h5, .projects-nav__item:hover h5 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.projects-nav__item.projects-nav__item--active h5, .projects-nav__item:hover h5 {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.projects-nav__item.projects-nav__item--active p, .projects-nav__item:hover p {
    --tw-text-opacity: 1;
    color: rgb(194 194 194 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.projects-nav__item.projects-nav__item--active p, .projects-nav__item:hover p {
    color: rgb(194 194 194 / var(--tw-text-opacity));
  }
}

.link-card {
  box-shadow: 0px 4px 16px 0px rgba(42, 42, 42, 0.09);
  transition: all 0.3s ease-in-out;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.link-card {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(0 90 150 / var(--tw-text-opacity));
}
}

.link-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 150 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.link-card:hover {
  background-color: rgb(0 90 150 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

@media (min-width: 1024px) {
  .link-card {
    gap: 0.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.swiper-bttns-prev,
.swiper-bttns-next {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 90 150 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.swiper-bttns-prev,
.swiper-bttns-next {
  background-color: rgb(0 90 150 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.swiper-bttns-prev.swiper-button-disabled, .swiper-bttns-next.swiper-button-disabled {
    cursor: not-allowed;
  }

.swiper-bttns-prev.swiper-button-disabled, .swiper-bttns-next.swiper-button-disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.swiper-bttns-prev.swiper-button-disabled, .swiper-bttns-next.swiper-button-disabled {
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  }
}

.swiper-bttns-prev.swiper-button-disabled, .swiper-bttns-next.swiper-button-disabled {
    --tw-text-opacity: 1;
    color: rgb(214 214 214 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.swiper-bttns-prev.swiper-button-disabled, .swiper-bttns-next.swiper-button-disabled {
    color: rgb(214 214 214 / var(--tw-text-opacity));
  }
}

.swiper-bttns-prev:not(.swiper-button-disabled):hover, .swiper-bttns-next:not(.swiper-button-disabled):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(36 133 199 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.swiper-bttns-prev:not(.swiper-button-disabled):hover, .swiper-bttns-next:not(.swiper-button-disabled):hover {
    background-color: rgb(36 133 199 / var(--tw-bg-opacity));
  }
}

.placeholder\:text-gray-950::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-gray-950::-moz-placeholder {
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
}

.placeholder\:text-gray-950::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

.placeholder\:text-gray-950::placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-gray-950::-moz-placeholder {
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.placeholder\:text-gray-950::placeholder {
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-white::-moz-placeholder {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

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

@supports (color: rgb(0 0 0 / 0)) {
.placeholder\:text-white::-moz-placeholder {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-blue-400:hover {
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-gray-200:hover {
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
}

.hover\:border-primary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(143 207 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-primary-200:hover {
  border-color: rgb(143 207 255 / var(--tw-border-opacity));
}
}

.hover\:border-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 184 249 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-primary-300:hover {
  border-color: rgb(96 184 249 / var(--tw-border-opacity));
}
}

.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(36 133 199 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:border-primary-400:hover {
  border-color: rgb(36 133 199 / var(--tw-border-opacity));
}
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-blue-100:hover {
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
}

.hover\:bg-blue-50\/50:hover {
  background-color: rgb(239 246 255 / 0.5);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-100:hover {
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-200:hover {
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-300:hover {
  background-color: rgb(194 194 194 / var(--tw-bg-opacity));
}
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-50:hover {
  background-color: rgb(247 249 255 / var(--tw-bg-opacity));
}
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 95 95 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-gray-700:hover {
  background-color: rgb(95 95 95 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 226 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-primary-100:hover {
  background-color: rgb(184 226 255 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 133 199 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-primary-400:hover {
  background-color: rgb(36 133 199 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 241 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-primary-50:hover {
  background-color: rgb(219 241 255 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-50\/30:hover {
  background-color: rgb(219 241 255 / 0.3);
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 73 122 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-primary-600:hover {
  background-color: rgb(0 73 122 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-primary-800:hover {
  background-color: rgb(0 47 79 / var(--tw-bg-opacity));
}
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:bg-yellow-200:hover {
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-blue-600:hover {
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-500:hover {
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-600:hover {
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-700:hover {
  color: rgb(95 95 95 / var(--tw-text-opacity));
}
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-800:hover {
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-gray-900:hover {
  color: rgb(42 42 42 / var(--tw-text-opacity));
}
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-primary-500:hover {
  color: rgb(0 90 150 / var(--tw-text-opacity));
}
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(0 73 122 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-primary-600:hover {
  color: rgb(0 73 122 / var(--tw-text-opacity));
}
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 60 100 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.hover\:text-primary-700:hover {
  color: rgb(0 60 100 / var(--tw-text-opacity));
}
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-lg:hover {
  --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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --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: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 90 150 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.focus\:border-primary-500:focus {
  border-color: rgb(0 90 150 / var(--tw-border-opacity));
}
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:\!ring-primary-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(184 226 255 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 194 194 / var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(119 119 119 / var(--tw-ring-opacity));
}

.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(143 207 255 / var(--tw-ring-opacity));
}

.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 184 249 / var(--tw-ring-opacity));
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 90 150 / var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #F7F9FF;
}

.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fefce8;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-primary-100:focus-visible {
  outline-color: #B8E2FF;
}

.group:hover .group-hover\:border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(96 184 249 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:border-primary-300 {
  border-color: rgb(96 184 249 / var(--tw-border-opacity));
}
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:bg-blue-100 {
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
}

.group:hover .group-hover\:bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 241 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:bg-primary-50 {
  background-color: rgb(219 241 255 / var(--tw-bg-opacity));
}
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:text-blue-600 {
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:text-blue-700 {
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:text-gray-500 {
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
}

.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(0 73 122 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:text-primary-600 {
  color: rgb(0 73 122 / var(--tw-text-opacity));
}
}

.group:hover .group-hover\:text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(0 60 100 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.group:hover .group-hover\:text-primary-700 {
  color: rgb(0 60 100 / var(--tw-text-opacity));
}
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

  .sm\:p-4 {
    padding: 1rem;
  }

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

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:sticky {
    position: sticky;
  }

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

  .md\:me-6 {
    margin-inline-end: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[6\.875rem\] {
    height: 6.875rem;
  }

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

  .lg\:min-h-\[15rem\] {
    min-height: 15rem;
  }

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

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-\[17\.625rem\] {
    width: 17.625rem;
  }

  .lg\:w-\[27rem\] {
    width: 27rem;
  }

  .lg\:w-\[43\.75\%\] {
    width: 43.75%;
  }

  .lg\:w-\[56\.25\%\] {
    width: 56.25%;
  }

  .lg\:w-\[57\.917\%\] {
    width: 57.917%;
  }

  .lg\:w-\[63\.75\%\] {
    width: 63.75%;
  }

  .lg\:min-w-\[17\.625rem\] {
    min-width: 17.625rem;
  }

  .lg\:max-w-\[17\.625rem\] {
    max-width: 17.625rem;
  }

  .lg\:max-w-\[24rem\] {
    max-width: 24rem;
  }

  .lg\:max-w-\[33rem\] {
    max-width: 33rem;
  }

  .lg\:max-w-\[39\.375rem\] {
    max-width: 39.375rem;
  }

  .lg\:max-w-\[44\.375rem\] {
    max-width: 44.375rem;
  }

  .lg\:max-w-\[52\.125rem\] {
    max-width: 52.125rem;
  }

  .lg\:max-w-\[53rem\] {
    max-width: 53rem;
  }

  .lg\:max-w-\[59\.375rem\] {
    max-width: 59.375rem;
  }

  .lg\:max-w-\[calc\(100\%-17\.625rem-3rem\)\] {
    max-width: calc(100% - 17.625rem - 3rem);
  }

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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

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

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

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

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

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

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

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

  .lg\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

  .lg\:py-\[7\.5rem\] {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:py-\[7\.65rem\] {
    padding-top: 7.65rem;
    padding-bottom: 7.65rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  .lg\:pb-\[4\.75rem\] {
    padding-bottom: 4.75rem;
  }

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

  .lg\:pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }

  .lg\:pb-\[8\.75rem\] {
    padding-bottom: 8.75rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-\[6\.375rem\] {
    padding-left: 6.375rem;
  }

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

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

  .lg\:pt-\[7\.5rem\] {
    padding-top: 7.5rem;
  }

  .lg\:pt-\[7\.625rem\] {
    padding-top: 7.625rem;
  }

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

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 42 42 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.dark\:bg-gray-900 {
    background-color: rgb(42 42 42 / var(--tw-bg-opacity));
  }
}

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(167 167 167 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.dark\:text-gray-400 {
    color: rgb(167 167 167 / var(--tw-text-opacity));
  }
}

  .dark\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(0 90 150 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) {
.dark\:text-primary-500 {
    color: rgb(0 90 150 / var(--tw-text-opacity));
  }
}

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

@supports (color: rgb(0 0 0 / 0)) {
.dark\:text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

  .dark\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 36 64 / var(--tw-ring-opacity));
  }
}
