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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

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

:root {
  --motion-default-timing: cubic-bezier(.165, .84, .44, 1);
  --motion-bounce: linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765,1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785,0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953,0.973, 1, 0.988, 0.984, 0.988, 1);
  --motion-spring-smooth: linear(0, 0.001 0.44%, 0.0045 0.94%, 0.0195 2.03%, 0.0446 3.19%, 0.0811 4.5%, 0.1598 6.82%, 0.3685 12.34%, 0.4693 15.17%, 0.5663, 0.6498 21.27%, 0.7215 24.39%, 0.7532 25.98%, 0.7829 27.65%, 0.8105, 0.8349 31.14%, 0.8573 32.95%, 0.8776 34.84%, 0.8964 36.87%, 0.9136 39.05%, 0.929 41.37%, 0.9421 43.77%, 0.9537 46.38%, 0.9636 49.14%, 0.9789 55.31%, 0.9888 62.35%, 0.9949 71.06%, 0.9982 82.52%, 0.9997 99.94%);
  --motion-spring-snappy: linear(0, 0.0014, 0.0053 1.02%, 0.0126, 0.0227 2.18%, 0.0517 3.41%, 0.094 4.79%, 0.1865 7.26%, 0.4182 12.77%, 0.5246 15.46%, 0.6249, 0.7112, 0.7831 23.95%, 0.8146 25.4%, 0.844, 0.8699 28.45%, 0.8935, 0.9139 31.64%, 0.932, 0.9473, 0.9601 36.65%, 0.9714 38.47%, 0.9808 40.35%, 0.9948 44.49%, 1.0031 49.43%, 1.0057 53.35%, 1.0063 58.14%, 1.0014 80.78%, 1.0001 99.94%);
  --motion-spring-bouncy: linear(0, 0.0018, 0.0069, 0.0151 1.74%, 0.0277 2.4%, 0.062 3.7%, 0.1115 5.15%, 0.2211 7.77%, 0.4778 13.21%, 0.5912 15.75%, 0.6987 18.44%, 0.7862 20.98%, 0.861 23.59%, 0.8926, 0.9205, 0.945 27.51%, 0.9671 28.89%, 0.9868, 1.003 31.79%, 1.0224 34.11%, 1.0358 36.58%, 1.0436 39.27%, 1.046 42.31%, 1.0446 44.71%, 1.0406 47.47%, 1.0118 61.84%, 1.0027 69.53%, 0.9981 80.49%, 0.9991 99.94%);
  --motion-spring-bouncier: linear(0, 0.0023, 0.0088, 0.0194 1.59%, 0.035 2.17%, 0.078 3.33%, 0.1415 4.64%, 0.2054 5.75%, 0.2821 6.95%, 0.5912 11.45%, 0.7205 13.43%, 0.8393 15.45%, 0.936 17.39%, 0.9778, 1.015, 1.0477, 1.0759, 1.0998 22.22%, 1.1203, 1.1364, 1.1484 25.26%, 1.1586 26.61%, 1.1629 28.06%, 1.1613 29.56%, 1.1537 31.2%, 1.1434 32.6%, 1.1288 34.19%, 1.0508 41.29%, 1.0174 44.87%, 1.0025 46.89%, 0.9911 48.87%, 0.9826 50.9%, 0.9769 53.03%, 0.9735 56.02%, 0.9748 59.45%, 0.9964 72.64%, 1.0031 79.69%, 1.0042 86.83%, 1.0008 99.97%);
  --motion-spring-bounciest: linear(0, 0.0032, 0.0131, 0.0294, 0.0524, 0.0824, 0.1192 1.54%, 0.2134 2.11%, 0.3102 2.59%, 0.4297 3.13%, 0.8732 4.95%, 1.0373, 1.1827 6.36%, 1.2972 7.01%, 1.3444, 1.3859, 1.4215, 1.4504, 1.4735, 1.4908, 1.5024, 1.5084 9.5%, 1.5091, 1.5061, 1.4993, 1.4886, 1.4745, 1.4565 11.11%, 1.4082 11.7%, 1.3585 12.2%, 1.295 12.77%, 1.0623 14.64%, 0.9773, 0.9031 16.08%, 0.8449 16.73%, 0.8014, 0.7701 17.95%, 0.7587, 0.7501, 0.7443, 0.7412 19.16%, 0.7421 19.68%, 0.7508 20.21%, 0.7672 20.77%, 0.7917 21.37%, 0.8169 21.87%, 0.8492 22.43%, 0.9681 24.32%, 1.0114, 1.0492 25.75%, 1.0789 26.41%, 1.1008, 1.1167, 1.1271, 1.1317 28.81%, 1.1314, 1.1271 29.87%, 1.1189 30.43%, 1.1063 31.03%, 1.0769 32.11%, 0.9941 34.72%, 0.9748 35.43%, 0.9597 36.09%, 0.9487, 0.9407, 0.9355, 0.933 38.46%, 0.9344 39.38%, 0.9421 40.38%, 0.9566 41.5%, 0.9989 44.12%, 1.0161 45.37%, 1.029 46.75%, 1.0341 48.1%, 1.0335 49.04%, 1.0295 50.05%, 1.0221 51.18%, 0.992 55.02%, 0.9854 56.38%, 0.9827 57.72%, 0.985 59.73%, 1.004 64.67%, 1.0088 67.34%, 1.0076 69.42%, 0.9981 74.28%, 0.9956 76.85%, 0.9961 79.06%, 1.0023 86.46%, 0.999 95.22%, 0.9994 100%);
}

* {
  --motion-origin-scale-x: 100%;
  --motion-origin-scale-y: 100%;
  --motion-origin-translate-x: 0%;
  --motion-origin-translate-y: 0%;
  --motion-origin-rotate: 0deg;
  --motion-origin-blur: 0px;
  --motion-origin-grayscale: 0%;
  --motion-origin-opacity: 100%;
  --motion-origin-background-color: ;
  --motion-origin-text-color: ;
  --motion-end-scale-x: 100%;
  --motion-end-scale-y: 100%;
  --motion-end-translate-x: 0%;
  --motion-end-translate-y: 0%;
  --motion-end-rotate: 0deg;
  --motion-end-blur: 0px;
  --motion-end-grayscale: 0%;
  --motion-end-opacity: 100%;
  --motion-end-background-color: ;
  --motion-end-text-color: ;
  --motion-loop-scale-x: 100%;
  --motion-loop-scale-y: 100%;
  --motion-loop-translate-x: 0%;
  --motion-loop-translate-y: 0%;
  --motion-loop-rotate: 0deg;
  --motion-loop-blur: 0px;
  --motion-loop-grayscale: 0%;
  --motion-loop-opacity: 100%;
  --motion-loop-background-color: ;
  --motion-loop-text-color: ;
  --motion-duration: 700ms;
  --motion-timing: var(--motion-default-timing);
  --motion-perceptual-duration-multiplier: 1;
  --motion-delay: 0ms;
  --motion-loop-count: infinite;
  --motion-scale-duration: var(--motion-duration);
  --motion-scale-timing: var(--motion-timing);
  --motion-scale-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
  --motion-scale-delay: var(--motion-delay);
  --motion-scale-loop-count: var(--motion-loop-count);
  --motion-translate-duration: var(--motion-duration);
  --motion-translate-timing: var(--motion-timing);
  --motion-translate-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
  --motion-translate-delay: var(--motion-delay);
  --motion-translate-loop-count: var(--motion-loop-count);
  --motion-rotate-duration: var(--motion-duration);
  --motion-rotate-timing: var(--motion-timing);
  --motion-rotate-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
  --motion-rotate-delay: var(--motion-delay);
  --motion-rotate-loop-count: var(--motion-loop-count);
  --motion-filter-duration: var(--motion-duration);
  --motion-filter-timing: var(--motion-timing);
  --motion-filter-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
  --motion-filter-delay: var(--motion-delay);
  --motion-filter-loop-count: var(--motion-loop-count);
  --motion-opacity-duration: var(--motion-duration);
  --motion-opacity-timing: var(--motion-timing);
  --motion-opacity-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
  --motion-opacity-delay: var(--motion-delay);
  --motion-opacity-loop-count: var(--motion-loop-count);
  --motion-background-color-duration: var(--motion-duration);
  --motion-background-color-timing: var(--motion-timing);
  --motion-background-color-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
  --motion-background-color-delay: var(--motion-delay);
  --motion-background-color-loop-count: var(--motion-loop-count);
  --motion-text-color-duration: var(--motion-duration);
  --motion-text-color-timing: var(--motion-timing);
  --motion-text-color-perceptual-duration-multiplier: var(--motion-perceptual-duration-multiplier);
  --motion-text-color-delay: var(--motion-delay);
  --motion-text-color-loop-count: var(--motion-loop-count);
  --motion-scale-in-animation: none;
  --motion-translate-in-animation: none;
  --motion-rotate-in-animation: none;
  --motion-filter-in-animation: none;
  --motion-opacity-in-animation: none;
  --motion-background-color-in-animation: none;
  --motion-text-color-in-animation: none;
  --motion-scale-out-animation: none;
  --motion-translate-out-animation: none;
  --motion-rotate-out-animation: none;
  --motion-filter-out-animation: none;
  --motion-opacity-out-animation: none;
  --motion-background-color-out-animation: none;
  --motion-text-color-out-animation: none;
  --motion-scale-loop-animation: none;
  --motion-translate-loop-animation: none;
  --motion-rotate-loop-animation: none;
  --motion-filter-loop-animation: none;
  --motion-opacity-loop-animation: none;
  --motion-background-color-loop-animation: none;
  --motion-text-color-loop-animation: none;
  --motion-all-enter-animations: var(--motion-scale-in-animation), var(--motion-translate-in-animation), var(--motion-rotate-in-animation), var(--motion-filter-in-animation), var(--motion-opacity-in-animation), var(--motion-background-color-in-animation), var(--motion-text-color-in-animation);
  --motion-all-exit-animations: var(--motion-scale-out-animation), var(--motion-translate-out-animation), var(--motion-rotate-out-animation), var(--motion-filter-out-animation), var(--motion-opacity-out-animation), var(--motion-background-color-out-animation), var(--motion-text-color-out-animation);
  --motion-all-loop-animations: var(--motion-scale-loop-animation), var(--motion-translate-loop-animation), var(--motion-rotate-loop-animation), var(--motion-filter-loop-animation), var(--motion-opacity-loop-animation), var(--motion-background-color-loop-animation), var(--motion-text-color-loop-animation);
  --motion-all-loop-and-enter-animations: var(--motion-all-loop-animations), var(--motion-all-enter-animations);
}

@media screen and (prefers-reduced-motion: no-preference) {
  @keyframes motion-scale-in {
    0% {
      scale: var(--motion-origin-scale-x) var(--motion-origin-scale-y);
    }

    100% {
      scale: 1 1;
    }
  }

  @keyframes motion-scale-out {
    0% {
      scale: 1 1;
    }

    100% {
      scale: var(--motion-end-scale-x) var(--motion-end-scale-y);
    }
  }

  @keyframes motion-scale-loop-mirror {
    0%, 100% {
      scale: 1 1;
    }

    50% {
      scale: var(--motion-loop-scale-x) var(--motion-loop-scale-y);
    }
  }

  @keyframes motion-scale-loop-reset {
    0% {
      scale: 1 1;
    }

    100% {
      scale: var(--motion-loop-scale-x) var(--motion-loop-scale-y);
    }
  }

  @keyframes motion-translate-in {
    0% {
      translate: var(--motion-origin-translate-x) var(--motion-origin-translate-y);
    }

    100% {
      translate: 0 0;
    }
  }

  @keyframes motion-translate-out {
    0% {
      translate: 0 0;
    }

    100% {
      translate: var(--motion-end-translate-x) var(--motion-end-translate-y);
    }
  }

  @keyframes motion-translate-loop-mirror {
    0%, 100% {
      translate: 0 0;
    }

    50% {
      translate: var(--motion-loop-translate-x) var(--motion-loop-translate-y);
    }
  }

  @keyframes motion-translate-loop-reset {
    0% {
      translate: 0 0;
    }

    100% {
      translate: var(--motion-loop-translate-x) var(--motion-loop-translate-y);
    }
  }

  @keyframes motion-rotate-in {
    0% {
      rotate: var(--motion-origin-rotate);
    }

    100% {
      rotate: 0;
    }
  }

  @keyframes motion-rotate-out {
    0% {
      rotate: 0;
    }

    100% {
      rotate: var(--motion-end-rotate);
    }
  }

  @keyframes motion-rotate-loop-mirror {
    0%, 100% {
      rotate: 0deg;
    }

    50% {
      rotate: var(--motion-loop-rotate);
    }
  }

  @keyframes motion-rotate-loop-reset {
    0% {
    }

    100% {
      rotate: var(--motion-loop-rotate);
    }
  }
}

@keyframes motion-filter-in {
  0% {
    filter: blur(var(--motion-origin-blur)) grayscale(var(--motion-origin-grayscale));
  }

  100% {
    filter: blur(0) grayscale(0);
  }
}

@keyframes motion-filter-out {
  0% {
    filter: blur(0) grayscale(0);
  }

  100% {
    filter: blur(var(--motion-end-blur)) grayscale(var(--motion-end-grayscale));
  }
}

@keyframes motion-filter-loop-mirror {
  0%, 100% {
    filter: blur(0) grayscale(0);
  }

  50% {
    filter: blur(var(--motion-loop-blur)) grayscale(var(--motion-loop-grayscale));
  }
}

@keyframes motion-filter-loop-reset {
  0% {
    filter: blur(0) grayscale(0);
  }

  100% {
    filter: blur(var(--motion-loop-blur)) grayscale(var(--motion-loop-grayscale));
  }
}

@keyframes motion-opacity-in {
  0% {
    opacity: var(--motion-origin-opacity);
  }
}

@keyframes motion-opacity-out {
  100% {
    opacity: var(--motion-end-opacity);
  }
}

@keyframes motion-opacity-loop-mirror {
  0%, 100% {
  }

  50% {
    opacity: var(--motion-loop-opacity);
  }
}

@keyframes motion-opacity-loop-reset {
  0% {
  }

  100% {
    opacity: var(--motion-loop-opacity);
  }
}

@keyframes motion-background-color-in {
  0% {
    background-color: var(--motion-origin-background-color);
  }
}

@keyframes motion-background-color-out {
  100% {
    background-color: var(--motion-end-background-color);
  }
}

@keyframes motion-background-color-loop-mirror {
  0%, 100% {
  }

  50% {
    background-color: var(--motion-loop-background-color);
  }
}

@keyframes motion-background-color-loop-reset {
  0% {
  }

  100% {
    background-color: var(--motion-loop-background-color);
  }
}

@keyframes motion-text-color-in {
  0% {
    color: var(--motion-origin-text-color);
  }
}

@keyframes motion-text-color-out {
  100% {
    color: var(--motion-end-text-color);
  }
}

@keyframes motion-text-color-loop-mirror {
  0%, 100% {
  }

  50% {
    color: var(--motion-loop-text-color);
  }
}

@keyframes motion-text-color-loop-reset {
  0% {
  }

  100% {
    color: var(--motion-loop-text-color);
  }
}

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

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

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

@keyframes RomboConfettiPop {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  33% {
    opacity: 1;
    transform: scale(1.15);
  }

  50% {
    transform: scale(0.975);
  }

  65% {
    transform: scale(1.025);
  }

  80% {
    transform: scale(0.99);
  }

  87% {
    transform: scale(1.01);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes topfetti {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomfetti {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.text-xs {
  font-size: 12px;
  font-family: Neue Haas Grotesk Text Pro;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
}

.text-base {
  font-size: 16px;
  font-family: Neue Haas Grotesk Text Pro;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}

.text-5-xl-bold {
  font-size: 48px;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 700;
  font-style: normal;
  line-height: 48px;
  text-decoration: none;
  text-transform: none;
}

.text-7-xl {
  font-size: 72px;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 500;
  font-style: normal;
  line-height: 72px;
  text-decoration: none;
  text-transform: none;
}

.text-xs-medium {
  font-size: 12px;
  font-family: Neue Haas Grotesk Text Pro;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
}

@keyframes flipUp {
  0% {
    transform: rotateX(0deg);
    transform-origin: 0 0;
  }

  100% {
    transform: rotateX(90deg);
    transform-origin: 0 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

.policy-row {
  background: #D8E7D5;
}

/* figma typographies */

.text-desktop-small {
  font-family: "Neue Haas Grotesk Text Pro";
  font-size: 13px;
  font-style: normal;
  line-height: 125%;
  line-height: 1rem;
}

.text-desktop-small-strong {
  font-family: "Neue Haas Grotesk Text Pro";
  font-size: 13px;
  font-style: normal;
  line-height: 125%;
  font-weight: 500;
  line-height: 1rem;
}

.text-desktop-heading-s {
  font-family: "Neue Haas Grotesk Text Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
}

.text-desktop-heading-m {
  font-family: var(--font-family-display, "Neue Haas Grotesk Display Pro");
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
}

.text-desktop-heading-l {
  font-family: var(--font-family-display, "Neue Haas Grotesk Display Pro");
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.64px;
}

.text-desktop-heading-xl {
  font-family: var(--font-family-display, "Neue Haas Grotesk Display Pro");
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.64px;
}

.text-desktop-heading-xxl {
  font-family: var(--font-family-display, "Neue Haas Grotesk Display Pro");
  font-size: 64px;
  font-style: normal;
  line-height: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.64px;
}

/* policy remediation */

.policy-remediation {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.policy-remediation code {
  display: inline-flex;
  background: rgb(243, 248, 242);
  border: 0px solid transparent;
  border-radius: 0.75rem;
  padding: 4px 8px;
  margin: 4px;
}

.policy-remediation a {
  padding: 10px 14px;
  background: #B7CDB1;
  border: 0px solid transparent;
  border-radius: 0.75rem;
  display: inline-flex;
  justify-items: center;
  gap: 8px;
}

.policy-remediation a::after {
  content: url("/web/assets/arrow-right.svg");
}

.policy-remediation img {
  width: 90%;
  justify-self: center;
  min-height: 10px;
}

.policy-remediation ul {
}

.policy-remediation ul > li {
  list-style-type: circle;
  margin-left: 16px;
}

.policy-remediation blockquote {
  background-color: #D8E7D5;
  padding: 16px;
  border: 0px solid transparent;
  border-radius: 0.75rem;
}

.popup * {
  z-index: 60;
}

.bg-transparent {
  background: transparent;
}

.search-input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 123 112 / var(--tw-border-opacity));
}

.search-input, .search-input input {
  background: transparent;
}

.search-input:has(> input:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(115 123 112 / var(--tw-border-opacity));
}

.search-input:has(> input:focus), .search-input input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: none;
}

.search-input input:focus {
  border-style: none;
  height: 1rem;
  box-shadow: none;
  border: 0;
}

.search-input input {
  border-style: none;
  height: 1rem;
  box-shadow: none;
  border: 0;
}

.search-input input::-moz-focus-outer {
  border: 0;
}

/* 2px */

/* 4px */

/* 6px */

.h-2 {
  height: 0.5rem;
}

/* 8px */

.h-2\.5 {
  height: 0.625rem;
}

/* 10px */

/* 12px */

/* 14px */

.h-4 {
  height: 1rem;
}

/* 16px */

.h-5 {
  height: 1.25rem;
}

/* 20px */

.h-6 {
  height: 1.5rem;
}

/* 24px */

.h-7 {
  height: 1.75rem;
}

/* 28px */

.h-8 {
  height: 2rem;
}

/* 32px */

.h-9 {
  height: 2.25rem;
}

/* 36px */

/* 40px */

/* 44px */

/* 48px */

.h-14 {
  height: 3.5rem;
}

/* 56px */

/* 64px */

/* 80px */

/* 96px */

/* 112px */

/* 128px */

/* 144px */

/* 160px */

/* 176px */

/* 192px */

/* 208px */

/* 224px */

/* 240px */

/* 256px */

/* 288px */

/* 320px */

/* 384px */

.h-full {
  height: 100%;
}

.chart-bottom-axis-hugin-800 path, .chart-bottom-axis-hugin-800 line {
  display: none;
}

.chart-bottom-axis-hugin-800 text {
  fill: #737B70;
  -moz-column-break-after: all;
       break-after: all;
}

.tooltip > .tooltip-text {
  visibility: hidden;
}

.tooltip:hover > .tooltip-text {
  visibility: visible;
}

.tooltip > .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 9px;
  border-style: solid;
  --tw-text-opacity: 1;
  color: rgb(183 205 177 / var(--tw-text-opacity));
  border-color: currentColor
            transparent 
            transparent 
            transparent;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[140\%\] {
  bottom: 140%;
}

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

.left-0 {
  left: 0px;
}

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

.left-5 {
  left: 1.25rem;
}

.left-\[20px\] {
  left: 20px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

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

.top-\[36px\] {
  top: 36px;
}

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

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

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

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

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

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

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

.-m-\[20px\] {
  margin: -20px;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[100\%\] {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[83\.74px\] {
  width: 83.74px;
}

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

.w-full {
  width: 100%;
}

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

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

.\!max-w-none {
  max-width: none !important;
}

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

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

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

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

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.basis-0 {
  flex-basis: 0px;
}

.animate-spin-slow {
  animation: spin 3s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

.\!resize {
  resize: both !important;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[70px\] {
  gap: 70px;
}

.gap-\[8px\] {
  gap: 8px;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-r-\[0px\] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

.border-\[1px\] {
  border-width: 1px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

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

.border-l-\[3px\] {
  border-left-width: 3px;
}

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

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

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

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

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

.border-hugin-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 241 228 / var(--tw-border-opacity));
}

.border-hugin-200 {
  --tw-border-opacity: 1;
  border-color: rgb(216 231 213 / var(--tw-border-opacity));
}

.border-hugin-300 {
  --tw-border-opacity: 1;
  border-color: rgb(199 219 195 / var(--tw-border-opacity));
}

.border-hugin-400 {
  --tw-border-opacity: 1;
  border-color: rgb(183 205 177 / var(--tw-border-opacity));
}

.border-hugin-500 {
  --tw-border-opacity: 1;
  border-color: rgb(165 188 159 / var(--tw-border-opacity));
}

.border-hugin-600 {
  --tw-border-opacity: 1;
  border-color: rgb(151 171 145 / var(--tw-border-opacity));
}

.border-hugin-900 {
  --tw-border-opacity: 1;
  border-color: rgb(72 77 70 / var(--tw-border-opacity));
}

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

.border-l-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-\[\#b7cdb1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 205 177 / var(--tw-bg-opacity));
}

.bg-gray-950\/\[\.6\] {
  background-color: rgb(17 17 17 / .6);
}

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

.bg-hugin-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 228 / var(--tw-bg-opacity));
}

.bg-hugin-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 231 213 / var(--tw-bg-opacity));
}

.bg-hugin-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 219 195 / var(--tw-bg-opacity));
}

.bg-hugin-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 205 177 / var(--tw-bg-opacity));
}

.bg-hugin-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 242 / var(--tw-bg-opacity));
}

.bg-hugin-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 188 159 / var(--tw-bg-opacity));
}

.bg-hugin-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 171 145 / var(--tw-bg-opacity));
}

.bg-hugin-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 149 126 / var(--tw-bg-opacity));
}

.bg-hugin-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 123 112 / var(--tw-bg-opacity));
}

.bg-hugin-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 77 70 / var(--tw-bg-opacity));
}

.bg-hugin-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 41 / var(--tw-bg-opacity));
}

.bg-hugin-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 228 / var(--tw-bg-opacity));
}

.bg-hugin-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 8 / var(--tw-bg-opacity));
}

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

.fill-gray-200 {
  fill: #e5e7eb;
}

.fill-hugin-0 {
  fill: #FFFFFF;
}

.fill-hugin-100 {
  fill: #E6F1E4;
}

.fill-hugin-200 {
  fill: #D8E7D5;
}

.fill-hugin-300 {
  fill: #C7DBC3;
}

.fill-hugin-400 {
  fill: #B7CDB1;
}

.fill-hugin-600 {
  fill: #97AB91;
}

.fill-hugin-950 {
  fill: #2A2D29;
}

.fill-hugin-dark {
  fill: #001F08;
}

.fill-none {
  fill: none;
}

.stroke-hugin-500 {
  stroke: #A5BC9F;
}

.stroke-hugin-600 {
  stroke: #97AB91;
}

.stroke-hugin-700 {
  stroke: #84957E;
}

.stroke-hugin-950 {
  stroke: #2A2D29;
}

.stroke-2 {
  stroke-width: 2;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

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

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

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

.pl-2\.5 {
  padding-left: 0.625rem;
}

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

.pl-3\.5 {
  padding-left: 0.875rem;
}

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

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

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

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

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

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

.pr-\[12px\] {
  padding-right: 12px;
}

.pr-\[7px\] {
  padding-right: 7px;
}

.pr-\[9px\] {
  padding-right: 9px;
}

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

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

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

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

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

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

.font-\[\'Neue_Haas_Grotesk_Display_Pro\'\] {
  font-family: 'Neue Haas Grotesk Display Pro';
}

.font-\[\'Neue_Haas_Grotesk_Text_Pro\'\] {
  font-family: 'Neue Haas Grotesk Text Pro';
}

.text-2xl {
  font-size: 24px;
}

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

.text-base {
  font-size: 16px;
}

.text-xs {
  font-size: 12px;
}

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

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

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

.capitalize {
  text-transform: capitalize;
}

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

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

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

.leading-normal {
  line-height: 1.5;
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.text-hugin-100 {
  --tw-text-opacity: 1;
  color: rgb(230 241 228 / var(--tw-text-opacity));
}

.text-hugin-200 {
  --tw-text-opacity: 1;
  color: rgb(216 231 213 / var(--tw-text-opacity));
}

.text-hugin-700 {
  --tw-text-opacity: 1;
  color: rgb(132 149 126 / var(--tw-text-opacity));
}

.text-hugin-800 {
  --tw-text-opacity: 1;
  color: rgb(115 123 112 / var(--tw-text-opacity));
}

.text-hugin-900 {
  --tw-text-opacity: 1;
  color: rgb(72 77 70 / var(--tw-text-opacity));
}

.text-hugin-950 {
  --tw-text-opacity: 1;
  color: rgb(42 45 41 / var(--tw-text-opacity));
}

.text-hugin-dark {
  --tw-text-opacity: 1;
  color: rgb(0 31 8 / var(--tw-text-opacity));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-95 {
  opacity: 0.95;
}

.shadow-\[0px_13px_5px_0px_rgba\(43\2c 45\2c 41\2c 0\.01\)\] {
  --tw-shadow: 0px 13px 5px 0px rgba(43,45,41,0.01);
  --tw-shadow-colored: 0px 13px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_2px_0px_rgba\(43\2c 45\2c 41\2c 0\.10\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(43,45,41,0.10);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_20px_6px_0px_rgba\(43\2c 45\2c 41\2c 0\.00\)\] {
  --tw-shadow: 0px 20px 6px 0px rgba(43,45,41,0.00);
  --tw-shadow-colored: 0px 20px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_3px_3px_0px_rgba\(43\2c 45\2c 41\2c 0\.09\)\] {
  --tw-shadow: 0px 3px 3px 0px rgba(43,45,41,0.09);
  --tw-shadow-colored: 0px 3px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_7px_4px_0px_rgba\(43\2c 45\2c 41\2c 0\.05\)\] {
  --tw-shadow: 0px 7px 4px 0px rgba(43,45,41,0.05);
  --tw-shadow-colored: 0px 7px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.-outline-offset-1 {
  outline-offset: -1px;
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

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

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

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

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

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

.transform {
  --webkit-transform: skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  transform: skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
}

@layer fonts {
  /* NHaasGroteskTXPro-55Rg */

  @font-face {
    font-family: 'Neue Haas Grotesk Text Pro';

    font-style: normal;

    font-weight: 400;

    font-display: swap;

    src: url('/web/assets/fonts/NHaasGroteskTXPro-55Rg.otf') format('opentype');
  }

  /* NHaasGroteskTXPro-56It */

  @font-face {
    font-family: 'Neue Haas Grotesk Text Pro';

    font-style: italic;

    font-weight: 400;

    font-display: swap;

    src: url('/web/assets/fonts/NHaasGroteskTXPro-56It.otf') format('opentype');
  }

  /* NHaasGroteskDSPro-65Md */

  @font-face {
    font-family: 'Neue Haas Grotesk Display Pro';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: url('/web/assets/fonts/NHaasGroteskDSPro-65Md.otf') format('opentype');
  }

  /* NHaasGroteskTXPro-65Md */

  @font-face {
    font-family: 'Neue Haas Grotesk Text Pro';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: url('/web/assets/fonts/NHaasGroteskTXPro-65Md.otf') format('opentype');
  }

  /* NHaasGroteskTXPro-66MdIt */

  @font-face {
    font-family: 'Neue Haas Grotesk Text Pro';

    font-style: italic;

    font-weight: 500;

    font-display: swap;

    src: url('/web/assets/fonts/NHaasGroteskTXPro-66MdIt.otf') format('opentype');
  }

  /* NHaasGroteskTXPro-75Bd */

  @font-face {
    font-family: 'Neue Haas Grotesk Text Pro';

    font-style: normal;

    font-weight: 700;

    font-display: swap;

    src: url('/web/assets/fonts/NHaasGroteskTXPro-75Bd.otf') format('opentype');
  }

  /* NHaasGroteskTXPro-76BdIt */

  @font-face {
    font-family: 'Neue Haas Grotesk Text Pro';

    font-style: italic;

    font-weight: 700;

    font-display: swap;

    src: url('/web/assets/fonts/NHaasGroteskTXPro-76BdIt.otf') format('opentype');
  }
}

html, body {
  /* background: #f0fbee; */
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 228 / var(--tw-bg-opacity));
}

* {
  font-family: Neue Haas Grotesk Text Pro;
}

.placeholder\:text-desktop-small::-moz-placeholder {
  font-family: "Neue Haas Grotesk Text Pro";
  font-size: 13px;
  font-style: normal;
  line-height: 125%;
  line-height: 1rem;
}

.placeholder\:text-desktop-small::placeholder {
  font-family: "Neue Haas Grotesk Text Pro";
  font-size: 13px;
  font-style: normal;
  line-height: 125%;
  line-height: 1rem;
}

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

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

.hover\:bg-hugin-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 231 213 / var(--tw-bg-opacity));
}

.hover\:bg-hugin-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 205 177 / var(--tw-bg-opacity));
}

.hover\:bg-hugin-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 242 / var(--tw-bg-opacity));
}

.hover\:bg-hugin-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 188 159 / var(--tw-bg-opacity));
}

.hover\:bg-hugin-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(132 149 126 / var(--tw-bg-opacity));
}

.hover\:text-hugin-950:hover {
  --tw-text-opacity: 1;
  color: rgb(42 45 41 / var(--tw-text-opacity));
}

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:bg-hugin-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 219 195 / var(--tw-bg-opacity));
}

.active\:bg-hugin-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(183 205 177 / var(--tw-bg-opacity));
}

.active\:bg-hugin-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(165 188 159 / var(--tw-bg-opacity));
}

.active\:bg-hugin-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(151 171 145 / var(--tw-bg-opacity));
}

.active\:bg-hugin-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(115 123 112 / var(--tw-bg-opacity));
}

.active\:text-hugin-950:active {
  --tw-text-opacity: 1;
  color: rgb(42 45 41 / var(--tw-text-opacity));
}

.has-\[input\:focus-within\]\:outline:has(input:focus-within) {
  outline-style: solid;
}

.has-\[input\:focus-within\]\:outline-2:has(input:focus-within) {
  outline-width: 2px;
}

.has-\[input\:focus-within\]\:-outline-offset-2:has(input:focus-within) {
  outline-offset: -2px;
}

@media (min-width: 640px) {
  .sm\:text-\[13px\]\/6 {
    font-size: 13px;
    line-height: 1.5rem;
  }
}
