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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-left-14 {
  left: -3.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-24 {
  left: -6rem;
}

.-left-28 {
  left: -7rem;
}

.-left-32 {
  left: -8rem;
}

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

.-left-\[5\.25rem\] {
  left: -5.25rem;
}

.-left-\[7\.15rem\] {
  left: -7.15rem;
}

.-left-\[7\.65rem\] {
  left: -7.65rem;
}

.-left-\[8\.5rem\] {
  left: -8.5rem;
}

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

.-top-11 {
  top: -2.75rem;
}

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

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

.-top-24 {
  top: -6rem;
}

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

.-top-80 {
  top: -20rem;
}

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

.-top-\[3\.6rem\] {
  top: -3.6rem;
}

.-top-\[4\.5rem\] {
  top: -4.5rem;
}

.-top-\[4\.75rem\] {
  top: -4.75rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.left-\[0\.15rem\] {
  left: 0.15rem;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-36 {
  right: 9rem;
}

.right-4 {
  right: 1rem;
}

.right-48 {
  right: 12rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

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

.top-\[-0\.2rem\] {
  top: -0.2rem;
}

.top-\[0\.15rem\] {
  top: 0.15rem;
}

.top-full {
  top: 100%;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

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

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

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

.ml-\[4\.5rem\] {
  margin-left: 4.5rem;
}

.ml-\[5\.25rem\] {
  margin-left: 5.25rem;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

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

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

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

.mr-\[1\.6rem\] {
  margin-right: 1.6rem;
}

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

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

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

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

.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-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

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

.\!block {
  display: block !important;
}

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

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

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

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

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

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

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

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

.size-44 {
  width: 11rem;
  height: 11rem;
}

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

.size-52 {
  width: 13rem;
  height: 13rem;
}

.size-60 {
  width: 15rem;
  height: 15rem;
}

.size-80 {
  width: 20rem;
  height: 20rem;
}

.size-96 {
  width: 24rem;
  height: 24rem;
}

.size-\[19rem\] {
  width: 19rem;
  height: 19rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

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

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

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

.h-\[4\.75rem\] {
  height: 4.75rem;
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-9 {
  height: 2.25rem;
}

.max-h-40 {
  max-height: 10rem;
}

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

.max-h-\[7\.75rem\] {
  max-height: 7.75rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-72 {
  min-height: 18rem;
}

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

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

.min-h-full {
  min-height: 100%;
}

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

.w-0 {
  width: 0px;
}

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

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

.w-16 {
  width: 4rem;
}

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

.w-2\/5 {
  width: 40%;
}

.w-28 {
  width: 7rem;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-1 {
  width: 0.25rem;
}

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

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

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

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

.w-3\/4 {
  width: 75%;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-52 {
  min-width: 13rem;
}

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

.min-w-80 {
  min-width: 20rem;
}

.min-w-96 {
  min-width: 24rem;
}

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

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

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

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

.max-w-16 {
  max-width: 4rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-8 {
  max-width: 2rem;
}

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

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

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

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

.max-w-\[21\.5rem\] {
  max-width: 21.5rem;
}

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.basis-\[20\%\] {
  flex-basis: 20%;
}

.basis-\[80\%\] {
  flex-basis: 80%;
}

.table-auto {
  table-layout: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

.auto-rows-auto {
  grid-auto-rows: auto;
}

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

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

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

.grid-cols-\[1fr_11rem\] {
  grid-template-columns: 1fr 11rem;
}

.grid-cols-\[1fr_2rem\] {
  grid-template-columns: 1fr 2rem;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[0\.56rem\] {
  gap: 0.56rem;
}

.gap-0 {
  gap: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-gold-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 234 221 / var(--tw-divide-opacity, 1));
}

.divide-gray-medium > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-divide-opacity, 1));
}

.divide-gray-natural > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 217 226 / var(--tw-divide-opacity, 1));
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.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-normal {
  white-space: normal;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

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

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

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

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-b-\[10px\] {
  border-bottom-width: 10px;
}

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

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

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

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

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

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

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

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

.border-t-\[1\.5px\] {
  border-top-width: 1.5px;
}

.border-t-\[10px\] {
  border-top-width: 10px;
}

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

.border-custom-tooltip {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}

.border-gold-100 {
  --tw-border-opacity: 1;
  border-color: rgb(238 234 221 / var(--tw-border-opacity, 1));
}

.border-gold-200 {
  --tw-border-opacity: 1;
  border-color: rgb(220 209 181 / var(--tw-border-opacity, 1));
}

.border-gold-300 {
  --tw-border-opacity: 1;
  border-color: rgb(205 191 152 / var(--tw-border-opacity, 1));
}

.border-gold-500 {
  --tw-border-opacity: 1;
  border-color: rgb(189 171 120 / var(--tw-border-opacity, 1));
}

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

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

.border-gray-base {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

.border-gray-base-darker {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
}

.border-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}

.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.border-gray-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}

.border-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-gray-very-light {
  border-color: #F2F2F233;
}

.border-green-base {
  --tw-border-opacity: 1;
  border-color: rgb(93 192 31 / var(--tw-border-opacity, 1));
}

.border-green-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(127 230 165 / var(--tw-border-opacity, 1));
}

.border-red-base {
  --tw-border-opacity: 1;
  border-color: rgb(204 0 41 / var(--tw-border-opacity, 1));
}

.border-yellow-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(255 236 153 / var(--tw-border-opacity, 1));
}

.border-t-gold-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(189 171 120 / var(--tw-border-opacity, 1));
}

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

.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(204 243 255 / var(--tw-bg-opacity, 1));
}

.bg-brown-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(229 205 187 / var(--tw-bg-opacity, 1));
}

.bg-custom-tooltip {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-gold-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 234 221 / var(--tw-bg-opacity, 1));
}

.bg-gold-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 238 / var(--tw-bg-opacity, 1));
}

.bg-gold-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 171 120 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-base-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-base-darker-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}

.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

.bg-gray-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-gray-modal {
  background-color: #3333334d;
}

.bg-gray-very-light {
  background-color: #F2F2F233;
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-base {
  --tw-bg-opacity: 1;
  background-color: rgb(93 192 31 / var(--tw-bg-opacity, 1));
}

.bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(212 247 225 / var(--tw-bg-opacity, 1));
}

.bg-green-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(240 251 233 / var(--tw-bg-opacity, 1));
}

.bg-orange-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 230 / var(--tw-bg-opacity, 1));
}

.bg-purple-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 249 / var(--tw-bg-opacity, 1));
}

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

.bg-red-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(253 231 233 / var(--tw-bg-opacity, 1));
}

.bg-teal-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(192 234 236 / var(--tw-bg-opacity, 1));
}

.bg-teal-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(231 252 253 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 229 / var(--tw-bg-opacity, 1));
}

.bg-yellow-lightest-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 204 / var(--tw-bg-opacity, 1));
}

.bg-yellow-lightest-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 229 / var(--tw-bg-opacity, 1));
}

.bg-yellow-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 17 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.p-1 {
  padding: 0.25rem;
}

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

.p-2 {
  padding: 0.5rem;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-blue-darkest {
  --tw-text-opacity: 1;
  color: rgb(0 39 51 / var(--tw-text-opacity, 1));
}

.text-brown-dark {
  --tw-text-opacity: 1;
  color: rgb(72 43 13 / var(--tw-text-opacity, 1));
}

.text-gold-300 {
  --tw-text-opacity: 1;
  color: rgb(205 191 152 / var(--tw-text-opacity, 1));
}

.text-gold-500 {
  --tw-text-opacity: 1;
  color: rgb(189 171 120 / var(--tw-text-opacity, 1));
}

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.text-gray-base-darker {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

.text-gray-base-darker-2 {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.text-gray-base-darkest {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-gray-medium {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.text-gray-table {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

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

.text-green-base {
  --tw-text-opacity: 1;
  color: rgb(93 192 31 / var(--tw-text-opacity, 1));
}

.text-green-dark {
  --tw-text-opacity: 1;
  color: rgb(64 132 21 / var(--tw-text-opacity, 1));
}

.text-green-lighter-4 {
  --tw-text-opacity: 1;
  color: rgb(93 192 31 / var(--tw-text-opacity, 1));
}

.text-orange-base {
  --tw-text-opacity: 1;
  color: rgb(201 86 3 / var(--tw-text-opacity, 1));
}

.text-orange-dark {
  --tw-text-opacity: 1;
  color: rgb(151 64 2 / var(--tw-text-opacity, 1));
}

.text-orange-lighter {
  --tw-text-opacity: 1;
  color: rgb(252 137 54 / var(--tw-text-opacity, 1));
}

.text-purple-base {
  --tw-text-opacity: 1;
  color: rgb(109 47 157 / var(--tw-text-opacity, 1));
}

.text-purple-dark {
  --tw-text-opacity: 1;
  color: rgb(82 35 118 / var(--tw-text-opacity, 1));
}

.text-purple-lighter {
  --tw-text-opacity: 1;
  color: rgb(160 98 208 / var(--tw-text-opacity, 1));
}

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

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

.text-red-base {
  --tw-text-opacity: 1;
  color: rgb(204 0 41 / var(--tw-text-opacity, 1));
}

.text-red-dark {
  --tw-text-opacity: 1;
  color: rgb(190 14 26 / var(--tw-text-opacity, 1));
}

.text-red-darker {
  --tw-text-opacity: 1;
  color: rgb(142 11 20 / var(--tw-text-opacity, 1));
}

.text-teal-base {
  --tw-text-opacity: 1;
  color: rgb(14 179 190 / var(--tw-text-opacity, 1));
}

.text-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(10 134 143 / var(--tw-text-opacity, 1));
}

.text-teal-darker {
  --tw-text-opacity: 1;
  color: rgb(7 89 95 / var(--tw-text-opacity, 1));
}

.text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(65 230 241 / var(--tw-text-opacity, 1));
}

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

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

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

.text-yellow-base {
  --tw-text-opacity: 1;
  color: rgb(204 167 0 / var(--tw-text-opacity, 1));
}

.text-yellow-dark {
  --tw-text-opacity: 1;
  color: rgb(153 125 0 / var(--tw-text-opacity, 1));
}

.text-yellow-darker {
  --tw-text-opacity: 1;
  color: rgb(102 83 0 / var(--tw-text-opacity, 1));
}

.text-yellow-lighter-2 {
  --tw-text-opacity: 1;
  color: rgb(255 218 51 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

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

.ring-opacity-10 {
  --tw-ring-opacity: 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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

:root {
  --clr-primarygray: #CCCCCC;
  --clr-secondarygray: #999999;
  --clr-textgray: #666666;
  --clr-textdark: #222222;
  --clr-lightergray: #D9D9D9;
  --clr-greenbase: #33D76F;
  --clr-greenlight: #D4F7E1;
  --clr-gold-100: #EEEADD;
  --clr-gold-200: #DCD1B5;
  --clr-gold-500: #BDAB78;
  --clr-red-base: #CC0029;
}

@media (max-width: 1600px) and (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.98;
  }
}

@media (max-width: 1600px) and (-webkit-device-pixel-ratio: 1.5) {
  * {
    zoom: 0.97;
  }
}

@media (max-width: 1600px) and (-webkit-device-pixel-ratio: 1.75) {
  * {
    zoom: 0.96;
  }
}

/* --------------- Self-Hosting Fonts --------------- */

@font-face {
  font-family: 'Volte';

  font-weight: 700;

  src: url('../fonts/Volte-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Volte';

  font-weight: 600;

  src: url('../fonts/Volte-Semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'Volte';

  font-weight: 500;

  src: url('../fonts/Volte-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Volte';

  font-weight: 400;

  src: url('../fonts/Volte.woff2') format('woff2');
}

@font-face {
  font-family: 'Volte';

  font-weight: 300;

  src: url('../fonts/Volte-Light.woff2') format('woff2');
}

/* --------------- Fixes --------------- */

html {
  height: 100%;
  font-family: 'Volte', sans-serif;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

textarea,
input[type="checkbox"],
input[type="text"],
input[type="number"],
input[type="radio"] {
  accent-color: var(--clr-textdark);
}

.custom-shadow {
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.gray-out {
  filter: grayscale(100%);
}

@media (min-width: 1024px) {
  .lg\:pr-4 {
    padding-right: 1rem/* 16px */;
  }
}

@media (min-width: 1280px) {
  .xl\:pr-6 {
    padding-right: 1.5rem/* 24px */;
  }
}

/* --------------- Components --------------- */

#main-content {
  flex-grow: 1;
  margin-top: 4.75rem;
  width: 100%;
}

.fixed-progress {
  position: fixed;
  /* height of the page - navbar - breadcrumb - footer - footer margin top - paddingy of container */
  height: calc(100vh - 4.75rem - 4.75rem - 4.75rem - 3rem - 4rem);
  overflow-y: auto;
}

.fixed-legal {
  position: fixed;
  /* height of the page - navbar - breadcrumb - footer - footer margin top - paddingy of container */
  height: calc(100vh - 4.75rem - 10rem - 7rem - 2.125rem - 4rem);
}

.fixed-preview {
  position: fixed;
  /* height of the page - navbar - breadcrumb - footer - footer margin top - paddingy of container */
  height: calc(100vh - 4.75rem - 4.75rem - 4.75rem - 3rem - 4rem);
  right: 4rem;
}

.fixed-results-progress {
  position: fixed;
  /* height of the page - navbar - breadcrumb - footer - paddingy of container */
  height: calc(100vh - 4.75rem - 12rem - 4.75rem - 4rem);
}

.fixed-results-preview {
  position: fixed;
  /* height of the page - navbar - breadcrumb - footer - paddingy of container */
  height: calc(100vh - 4.75rem - 12rem - 4.75rem - 4rem);
  right: 4rem;
}

.centered-questions {
  margin-right: 20rem;
  margin-left: 20rem;
}

.centered-half-questions {
  margin-left: 20rem;
  margin-right: 0;
}

.h-survey {
  /* height of the page - navbar - breadcrumb - footer - footer margin top - paddingy of container */
  height: calc(100vh - 4.75rem - 4.75rem - 4.75rem - 3rem - 4rem);
}

.h-results {
  /* height of the page - navbar - breadcrumb - footer - footer margin top - paddingy of container */
  height: calc(100vh - 4.75rem - 10rem - 7rem - 2.125rem - 4rem);
}

.survey-section {
  height: calc(100% - 6rem);
  margin-top: 6rem;
}

.resizableAssessmentManagementItem {
  /* width of the page - subcategories container - questions container - borders needed */
  width: calc(100% - 24rem - 24rem - 12rem);
}

@media (max-width: 1280px) {
  .fixed-progress {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
  }

  .fixed-legal {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
  }

  .fixed-preview {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
  }

  .fixed-results-progress {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
  }

  .fixed-results-preview {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
  }

  .centered-questions {
    margin-right: 0;
    margin-left: 0;
  }

  .centered-half-questions {
    margin-left: 0rem;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  #main-content {
    margin-top: 0rem;
    padding-bottom: 0;
  }

  .survey-section {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0rem;
  }
}

@media (max-width: 1700px) {
  .resizableAssessmentManagementItem {
    width: calc(100% - 24rem - 24rem - 7rem);
  }

  .fixed-preview {
    right: 1.5rem;
  }

  .fixed-results-preview {
    right: 1.5rem;
  }
}

@media (max-width: 1280px) {
  .resizableAssessmentManagementItem {
    width: 100%;
  }
}

/* --------------- Logos & Icons --------------- */

#publicis-logo {
  background-image: url(../img/new_logos/PGI_Black.png);
  width: 20rem;
  height: 16rem;
  background-size: cover;
  cursor: pointer;
}

#placeholderavatar-icon {
  background-image: url(../img/placeholderavatar-icon.png);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#channelactivation-logo {
  background-image: url(../img/channelactivation-logo.png);
  background-size: cover;
  height: 15rem;
  width: 21rem;
}

#cookie-logo {
  background-image: url(../img/cookie-logo.png);
  background-size: cover;
  height: 15rem;
  width: 27rem;
}

#publicis-logo-small {
  background-image: url(../img/new_logos/PGI_Black.png);
  width: 10rem;
  height: 8rem;
  background-size: cover;
  cursor: pointer;
  position: relative;
  left: -65px;
}

@media (max-width: 768px) {
  #channelactivation-logo {
    height: 11rem;
    width: 26rem;
  }

  #cookie-logo {
    height: 9rem;
    width: 16rem;
  }
}

#landscape-icon {
  background-image: url(../img/icons/landscape-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#teams-icon {
  background-image: url(../img/icons/Teams.svg);
  width: 40rem;
  height: 10rem;
  background-size: cover;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fill-in-gaps-icon {
  background-image: url(../img/icons/fillingaps-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.observation-icon {
  background-image: url(../img/icons/observation-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.workshop-icon {
  background-image: url(../img/icons/workshop-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#logout-icon {
  background-image: url(../img/icons/logout-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

.dotsvertical-icon {
  background-image: url(../img/icons/dotsvertical-icon.svg);
  width: 1.35rem;
  height: 1.35rem;
  min-width: 1.35rem;
  min-height: 1.35rem;
  background-size: cover;
  cursor: pointer;
}

#plus-icon {
  background-image: url(../img/icons/plus-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#plusgold-icon {
  background-image: url(../img/icons/plusgold-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#blockquote-icon {
  background-image: url(../img/icons/blockquote-icon.svg);
  width: 2rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#pluscircle-icon {
  background-image: url(../img/icons/pluscircle-icon.svg);
  width: 3rem;
  height: 3rem;
  background-size: cover;
  cursor: pointer;
}

#plussquare-icon {
  background-image: url(../img/icons/plussquare-icon.svg);
  width: 1.65rem;
  height: 1.65rem;
  background-size: cover;
  cursor: pointer;
}

#plussquaregold-icon {
  background-image: url(../img/icons/plussquaregold-icon.svg);
  width: 1.65rem;
  height: 1.65rem;
  background-size: cover;
  cursor: pointer;
}

#textinput-icon {
  background-image: url(../img/icons/textinput-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#copy-icon {
  background-image: url(../img/icons/copy-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#delete-icon {
  background-image: url(../img/icons/delete-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#bookmark-icon {
  background-image: url(../img/icons/bookmark-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#users-icon {
  background-image: url(../img/icons/users-icon.svg);
  width: 2rem;
  height: 2rem;
  background-size: cover;
  cursor: pointer;
}

#circledoublegold-icon {
  background-image: url(../img/icons/circledoublegold-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#circledoubleblack-icon {
  background-image: url(../img/icons/circledoubleblack-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#checkboxgold-icon {
  background-image: url(../img/icons/checkboxgold-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#musicnote-icon {
  background-image: url(../img/icons/musicnote-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#luggage-icon {
  background-image: url(../img/icons/luggage-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#healthcare-icon {
  background-image: url(../img/icons/healthcare-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#education-icon {
  background-image: url(../img/icons/education-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#retail-icon {
  background-image: url(../img/icons/retail-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#palette-icon {
  background-image: url(../img/icons/palette-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#server-icon {
  background-image: url(../img/icons/server-icon.svg);
  width: 2.35rem;
  height: 2.35rem;
  background-size: cover;
  cursor: pointer;
}

#dataflow-icon {
  background-image: url(../img/icons/dataflow-icon.svg);
  width: 2rem;
  height: 2rem;
  background-size: cover;
  cursor: pointer;
}

#barchart-icon {
  background-image: url(../img/icons/barchart-icon.svg);
  width: 2rem;
  height: 2rem;
  background-size: cover;
  cursor: pointer;
}

#settings-icon {
  background-image: url(../img/icons/settings-icon.svg);
  width: 2.25rem;
  height: 2.25rem;
  background-size: cover;
  cursor: pointer;
}

#settingswhite-icon {
  background-image: url(../img/icons/settingswhite-icon.svg);
  width: 2.25rem;
  height: 2.25rem;
  background-size: cover;
  cursor: pointer;
}

#settingsgold-icon {
  background-image: url(../img/icons/settingsgold-icon.svg);
  width: 2.25rem;
  height: 2.25rem;
  background-size: cover;
  cursor: pointer;
}

#redx-icon,
.redx-icon {
  background-image: url(../img/icons/redx-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#checkgreen-icon,
.checkgreen-icon {
  background-image: url(../img/icons/checkgreen-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

.eurocircle-icon {
  background-image: url(../img/icons/eurocircle-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#checkcircle-icon {
  background-image: url(../img/icons/checkcircle-icon.svg);
  width: 3rem;
  height: 3rem;
  background-size: cover;
  cursor: pointer;
}

#checkcirclewhite-icon {
  background-image: url(../img/icons/checkcirclewhite-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

.lightbulb-icon {
  background-image: url(../img/icons/lightbulb-icon.svg);
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  cursor: pointer;
}

.starsblack-icon {
  background-image: url(../img/icons/starsblack-icon.svg);
  width: 1.6rem;
  height: 1.6rem;
  background-size: cover;
  cursor: pointer;
}

#dropdown-icon {
  background-image: url(../img/icons/dropdown-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#checkcirclegold-icon,
.checkcirclegold-icon {
  background-image: url(../img/icons/checkcirclegold-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#arrowleftwhite-icon {
  background-image: url(../img/icons/arrowleftwhite-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

.arrowdown-icon{
  background-image: url(../img/icons/arrowdown-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

.arrowright-icon,
#arrowright-icon {
  background-image: url(../img/icons/arrowright-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#arrowrightgold-icon {
  background-image: url(../img/icons/arrowrightgold-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#arrowrightblack-icon {
  background-image: url(../img/icons/arrowrightblack-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#arrowrightgreen-icon {
  background-image: url(../img/icons/arrowrightgreen-icon.svg);
  width: 1rem;
  height: 1rem;
  background-size: cover;
  cursor: pointer;
}

#fullarrowright-icon {
  background-image: url(../img/icons/fullarrowright-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#fullarrowrightdark-icon {
  background-image: url(../img/icons/fullarrowrightdark-icon.svg);
  width: 0.7rem;
  height: 0.8rem;
  background-size: cover;
  cursor: pointer;
}

.arrowgrayed-icon,
#arrowgrayed-icon {
  background-image: url(../img/icons/arrowgrayed-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

.arrowgold-icon,
#arrowgold-icon {
  background-image: url(../img/icons/arrowgold-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#arrowrightup-icon {
  background-image: url(../img/icons/arrowrightup-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#arrowrightupwhite-icon {
  background-image: url(../img/icons/arrowrightupwhite-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#arrowrightupblack-icon {
  background-image: url(../img/icons/arrowrightupblack-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#arrowscircle-icon {
  background-image: url(../img/icons/arrowscircle-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#assessments-icon {
  background-image: url(../img/icons/assessments-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#advertisers-icon {
  background-image: url(../img/icons/advertisers-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#usershome-icon {
  background-image: url(../img/icons/usershome-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#solutions-icon {
  background-image: url(../img/icons/solutions-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#faqs-icon {
  background-image: url(../img/icons/faqs-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#judge-icon {
  background-image: url(../img/icons/judge-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#monitor-icon {
  background-image: url(../img/icons/monitor-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#shoppingbasket-icon {
  background-image: url(../img/icons/shoppingbasket-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#ai-icon {
  background-image: url(../img/icons/ai-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#barline-icon {
  background-image: url(../img/icons/barline-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#stars-icon{
  background-image: url(../img/icons/stars-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

.stars-icon {
  background-image: url(../img/icons/stars-icon.svg);
  width: 1.3rem;
  height: 1.3rem;
  background-size: cover;
  cursor: pointer;
}

#loading-icon {
  background-image: url(../img/icons/loading-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#save-icon {
  background-image: url(../img/icons/save-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#xcirclered-icon,
.xcirclered-icon {
  background-image: url(../img/icons/xcirclered-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#warning-icon,
.warning-icon {
  background-image: url(../img/icons/warning-icon.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
}

#checkcirclegreen-icon {
  background-image: url(../img/icons/checkcirclegreen-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#checksquareblack-icon {
  background-image: url(../img/icons/checksquareblack-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#x-icon,
.x-icon {
  background-image: url(../img/icons/x-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: cover;
  cursor: pointer;
}

#alert-icon {
  background-image: url(../img/icons/alert-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#alertyellow-icon {
  background-image: url(../img/icons/alertyellow-icon.svg);
  width: 1.35rem;
  height: 1.35rem;
  background-size: cover;
  cursor: pointer;
}

#menu-icon {
  background-image: url(../img/icons/menu-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#home-icon {
  background-image: url(../img/icons/home-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#assessment-icon {
  background-image: url(../img/icons/assessment-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#benchmark-icon {
  background-image: url(../img/icons/benchmark-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#table-icon {
  background-image: url(../img/icons/table-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#file-icon,
.file-icon  {
  background-image: url(../img/icons/file-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#image-icon {
  background-image: url(../img/icons/image-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#linkgreen-icon {
  background-image: url(../img/icons/linkgreen-icon.svg);
  width: 2rem;
  height: 2rem;
  background-size: cover;
  cursor: pointer;
}

#codepenblue-icon {
  background-image: url(../img/icons/codepenblue-icon.svg);
  width: 2rem;
  height: 2rem;
  background-size: cover;
  cursor: pointer;
}

#fileheartyellow-icon {
  background-image: url(../img/icons/fileheartyellow-icon.svg);
  width: 2rem;
  height: 2rem;
  background-size: cover;
  cursor: pointer;
}

/* --- TABLE SECTION ICONS */

#download-icon {
  background-image: url(../img/icons/download-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

.download-icon {
  background-image: url(../img/icons/download-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#downloadgold-icon {
  background-image: url(../img/icons/downloadgold-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

.downloadgold-icon {
  background-image: url(../img/icons/downloadgold-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

.downloaddisabled-icon {
  background-image: url(../img/icons/download-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: default;
}

#archive-icon,
.archive-icon {
  background-image: url(../img/icons/archive-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#test-icon {
  background-image: url(../img/icons/test-icon.svg);
  width: 1.75rem;
  height: 1rem;
  background-size: cover;
  cursor: pointer;
}

.page-break {
  page-break-before: always;
  page-break-inside: avoid;
  margin: 0;
  padding: 0;
  width: 100%;
  /* Ensure it takes the full width */
}

#arrowsupdown-icon {
  background-image: url(../img/icons/arrowsupdown-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#arrowsupdownblack-icon,
.arrowsupdownblack-icon {
  background-image: url(../img/icons/arrowsupdownblack-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#eyegold-icon {
  background-image: url(../img/icons/eyegold-icon.svg);
  width: 1.7rem;
  height: 1.2rem;
  background-size: cover;
  cursor: pointer;
}

.eyegold-icon {
  background-image: url(../img/icons/eyegold-icon.svg);
  width: 1.7rem;
  height: 1.2rem;
  background-size: cover;
  cursor: pointer;
}

#eye-icon,
.eye-icon {
  background-image: url(../img/icons/eye-icon.svg);
  width: 1.7rem;
  height: 1.2rem;
  background-size: cover;
  cursor: pointer;
}

#downloadgreen-icon {
  background-image: url(../img/icons/downloadgreen-icon.svg);
  width: 1.3rem;
  height: 1.3rem;
  background-size: cover;
  cursor: pointer;
}

#editgold-icon {
  background-image: url(../img/icons/editgold-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

.editgold-icon {
  background-image: url(../img/icons/editgold-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

.editgray-icon {
  background-image: url(../img/icons/editgray-icon.svg);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  cursor: pointer;
}

#unarchivegreen-icon {
  background-image: url(../img/icons/unarchivegreen-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

#unarchive-icon {
  background-image: url(../img/icons/unarchive-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  cursor: pointer;
}

.custom-arrowdown {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/* --------------- Responsve button & Menu --------------- */

#menu-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

#menu-wrap.open-menu {
  max-height: 500px;
}

#responsiveButton {
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
  position: absolute;
  top: 10px;
  right: 13px;
}

.linetop,
.linemiddle,
.linebottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: black;
  transform: rotate(0);
  transition: all 0.5s;
}

.linetop {
  transform: translateY(7px);
}

.linemiddle {
  transform: translateY(14px);
}

.linebottom {
  transform: translateY(21px);
}

.open {
  transform: rotate(90deg);
  transform: translateY(7px);
}

.open .linetop {
  transform: rotate(45deg) translateY(6px) translate(6px);
}

.open .linemiddle {
  display: none;
}

.open .linebottom {
  transform: rotate(-45deg) translateY(6px) translate(-6px);
}

/* --------------- Underline / Selected / Active --------------- */

.unanswered, .unanswered-note {
  border: 2px solid var(--clr-red-base);
}

.inactive-survey-tab {
  color: var(--clr-lightergray) ;
}

.active-assessment-question {
  background-color: var(--clr-gold-100);
  color: var(--clr-gold-500);
}

.active-assessment-tab-item {
  background-color: var(--clr-gold-100);
  color: var(--clr-gold-500);
  border: 2px solid var(--clr-gold-500);
  font-weight: 600;
}

.active-survey-tab {
  font-weight: 700;
  position: relative;
}

.active-survey-tab::after {
  content: '';
  height: 2px;
  width: calc(100% + 25px);
  background-color: var(--clr-gold-200);
  position: absolute;
  left: -25px;
  bottom: -3px;
}

.active-legal-tab {
  margin-bottom: 0.25rem;
  position: relative;
}

.active-legal-tab span {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.active-legal-tab::after {
  content: '';
  height: 2px;
  width: calc(100% + 10px);
  background-color: var(--clr-secondarygray);
  position: absolute;
  left: -10px;
  bottom: -3px;
}

.active-progress-bar {
  margin: 0.125rem;
  font-weight: 600;
  border: 1px solid var(--clr-gold-500);
  color: var(--clr-gold-500);
  background-color: var(--clr-gold-100);
}

.active-users-tab {
  margin: 0.125rem;
  font-weight: 600;
  border: 1px solid var(--clr-gold-500);
  color: var(--clr-gold-500);
  background-color: var(--clr-gold-100);
}

.active-assessment-edit-tab {
  font-weight: 600;
  position: relative;
}

.active-assessment-edit-tab::after {
  content: '';
  height: 2px;
  width: calc(100%);
  background-color: var(--clr-textdark);
  position: absolute;
  left: 0px;
  bottom: -2px;
}

.hover\:border-gold-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 171 120 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-gold-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 234 221 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gold-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 171 120 / var(--tw-bg-opacity, 1));
}

.hover\:text-gold-500:hover {
  --tw-text-opacity: 1;
  color: rgb(189 171 120 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group\/card:hover .group-hover\/card\:visible {
  visibility: visible;
}

.group\/draftbutton:hover .group-hover\/draftbutton\:visible {
  visibility: visible;
}

.group\/livebutton:hover .group-hover\/livebutton\:visible {
  visibility: visible;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:-translate-y-\[2px\] {
  --tw-translate-y: -2px;
  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));
}

.group:hover .group-hover\:translate-x-\[2px\] {
  --tw-translate-x: 2px;
  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));
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:left-\[2rem\] {
  left: 2rem;
}

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

@media (min-width: 640px) {
  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:min-h-5 {
    min-height: 1.25rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

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

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

  .sm\:min-w-5 {
    min-width: 1.25rem;
  }

  .sm\:scale-90 {
    --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

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

  .sm\:text-\[\] {
    color: ;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

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

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:size-80 {
    width: 20rem;
    height: 20rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-\[17rem\] {
    height: 17rem;
  }

  .md\:h-\[50rem\] {
    height: 50rem;
  }

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

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

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

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

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

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

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

  .md\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

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

  .md\:border {
    border-width: 1px;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:top-0 {
    top: 0px;
  }

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

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

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

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

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

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:ml-\[48rem\] {
    margin-left: 48rem;
  }

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

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-\[23rem\] {
    height: 23rem;
  }

  .xl\:h-\[28rem\] {
    height: 28rem;
  }

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

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

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

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

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-gray-base {
    --tw-border-opacity: 1;
    border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

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

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

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

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

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-44 {
    height: 11rem;
  }

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:min-h-60 {
    min-height: 15rem;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

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

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

@media (min-width: 1700px) {
  .\33xl\:h-80 {
    height: 20rem;
  }

  .\33xl\:h-96 {
    height: 24rem;
  }

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

  .\33xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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