@font-face {
  font-family: "runde";
  src:
    url("/fonts/regular.otf") format("otf"),
    url("/fonts/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "runde";
  src:
    url("/fonts/medium.otf") format("otf"),
    url("/fonts/medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "runde";
  src:
    url("/fonts/semi_bold.otf") format("otf"),
    url("/fonts/semi_bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "runde";
  src:
    url("/fonts/bold.otf") format("otf"),
    url("/fonts/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*
! tailwindcss v3.4.3 | 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] {
  display: none;
}

*, ::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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-10 {
  right: -2.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-16 {
  top: -4rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/3 {
  bottom: 33.333333%;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-44 {
  left: 11rem;
}
.left-48 {
  left: 12rem;
}
.right-0 {
  right: 0px;
}
.right-1\/3 {
  right: 33.333333%;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[15\%\] {
  right: 15%;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-2 {
  top: 0.5rem;
}
.top-\[70\%\] {
  top: 70%;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[40\] {
  z-index: 40;
}
.z-\[999999\] {
  z-index: 999999;
}
.m-3 {
  margin: 0.75rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[630px\] {
  max-height: 630px;
}
.max-h-full {
  max-height: 100%;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-md {
  max-width: 28rem;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-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-45 {
  --tw-rotate: 45deg;
  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-\[-30deg\] {
  --tw-rotate: -30deg;
  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-\[20deg\] {
  --tw-rotate: 20deg;
  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-\[30deg\] {
  --tw-rotate: 30deg;
  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-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.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));
}
.scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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 appear {

  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-appear {
  animation: appear 0.5s ease-out forwards;
}
@keyframes rotate {

  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(0deg);
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.animate-rotate {
  animation: rotate 1.5s ease-out forwards infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-9 {
  gap: 2.25rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-b-\[6px\] {
  border-bottom-width: 6px;
}
.border-l {
  border-left-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-common-bg {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-common-deselected {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-decorative-home {
  --tw-border-opacity: 1;
  border-color: rgb(211 236 254 / var(--tw-border-opacity));
}
.border-decorative-joystick {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-feedback-incorrect {
  --tw-border-opacity: 1;
  border-color: rgb(254 192 192 / var(--tw-border-opacity));
}
.border-feedback-success {
  --tw-border-opacity: 1;
  border-color: rgb(197 254 192 / var(--tw-border-opacity));
}
.border-modal-black {
  border-color: #101010CC;
}
.border-modal-blue {
  border-color: #C0E4FECC;
}
.border-options-anakiwa {
  --tw-border-opacity: 1;
  border-color: rgb(0 149 164 / var(--tw-border-opacity));
}
.border-options-aquaMarine {
  --tw-border-opacity: 1;
  border-color: rgb(66 153 0 / var(--tw-border-opacity));
}
.border-options-blue {
  --tw-border-opacity: 1;
  border-color: rgb(61 119 253 / var(--tw-border-opacity));
}
.border-options-chardonnay {
  --tw-border-opacity: 1;
  border-color: rgb(156 78 0 / var(--tw-border-opacity));
}
.border-options-cornflowerBlue {
  --tw-border-opacity: 1;
  border-color: rgb(94 136 235 / var(--tw-border-opacity));
}
.border-options-gallery {
  --tw-border-opacity: 1;
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
}
.border-options-green {
  --tw-border-opacity: 1;
  border-color: rgb(142 254 163 / var(--tw-border-opacity));
}
.border-options-lightblue {
  --tw-border-opacity: 1;
  border-color: rgb(142 254 237 / var(--tw-border-opacity));
}
.border-options-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 145 4 / var(--tw-border-opacity));
}
.border-options-perfume {
  --tw-border-opacity: 1;
  border-color: rgb(108 10 172 / var(--tw-border-opacity));
}
.border-options-pink {
  --tw-border-opacity: 1;
  border-color: rgb(156 127 244 / var(--tw-border-opacity));
}
.border-options-purple {
  --tw-border-opacity: 1;
  border-color: rgb(234 127 244 / var(--tw-border-opacity));
}
.border-options-red {
  --tw-border-opacity: 1;
  border-color: rgb(253 61 61 / var(--tw-border-opacity));
}
.border-options-rose {
  --tw-border-opacity: 1;
  border-color: rgb(159 0 122 / var(--tw-border-opacity));
}
.border-options-salmon {
  --tw-border-opacity: 1;
  border-color: rgb(108 10 172 / var(--tw-border-opacity));
}
.border-options-teal {
  --tw-border-opacity: 1;
  border-color: rgb(61 213 253 / var(--tw-border-opacity));
}
.border-options-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 188 4 / var(--tw-border-opacity));
}
.border-primary-cta {
  --tw-border-opacity: 1;
  border-color: rgb(0 148 255 / var(--tw-border-opacity));
}
.border-secondary-button {
  --tw-border-opacity: 1;
  border-color: rgb(192 228 254 / var(--tw-border-opacity));
}
.border-secondary-stroke {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.\!bg-secondary-button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 228 254 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#CDEAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 234 255 / var(--tw-bg-opacity));
}
.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-common-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-common-deselected {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.bg-decorative-home {
  --tw-bg-opacity: 1;
  background-color: rgb(211 236 254 / var(--tw-bg-opacity));
}
.bg-decorative-joystick {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}
.bg-feedback-incorrect {
  --tw-bg-opacity: 1;
  background-color: rgb(254 192 192 / var(--tw-bg-opacity));
}
.bg-feedback-success {
  --tw-bg-opacity: 1;
  background-color: rgb(197 254 192 / var(--tw-bg-opacity));
}
.bg-modal-black {
  background-color: #101010CC;
}
.bg-modal-blue {
  background-color: #C0E4FECC;
}
.bg-options-anakiwa {
  --tw-bg-opacity: 1;
  background-color: rgb(0 149 164 / var(--tw-bg-opacity));
}
.bg-options-aquaMarine {
  --tw-bg-opacity: 1;
  background-color: rgb(66 153 0 / var(--tw-bg-opacity));
}
.bg-options-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(61 119 253 / var(--tw-bg-opacity));
}
.bg-options-chardonnay {
  --tw-bg-opacity: 1;
  background-color: rgb(156 78 0 / var(--tw-bg-opacity));
}
.bg-options-cornflowerBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(94 136 235 / var(--tw-bg-opacity));
}
.bg-options-gallery {
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}
.bg-options-green {
  --tw-bg-opacity: 1;
  background-color: rgb(142 254 163 / var(--tw-bg-opacity));
}
.bg-options-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(142 254 237 / var(--tw-bg-opacity));
}
.bg-options-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 145 4 / var(--tw-bg-opacity));
}
.bg-options-perfume {
  --tw-bg-opacity: 1;
  background-color: rgb(108 10 172 / var(--tw-bg-opacity));
}
.bg-options-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(156 127 244 / var(--tw-bg-opacity));
}
.bg-options-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(234 127 244 / var(--tw-bg-opacity));
}
.bg-options-red {
  --tw-bg-opacity: 1;
  background-color: rgb(253 61 61 / var(--tw-bg-opacity));
}
.bg-options-rose {
  --tw-bg-opacity: 1;
  background-color: rgb(159 0 122 / var(--tw-bg-opacity));
}
.bg-options-salmon {
  --tw-bg-opacity: 1;
  background-color: rgb(108 10 172 / var(--tw-bg-opacity));
}
.bg-options-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(61 213 253 / var(--tw-bg-opacity));
}
.bg-options-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 188 4 / var(--tw-bg-opacity));
}
.bg-primary-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 255 / var(--tw-bg-opacity));
}
.bg-secondary-button {
  --tw-bg-opacity: 1;
  background-color: rgb(192 228 254 / var(--tw-bg-opacity));
}
.bg-secondary-stroke {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-14 {
  padding: 3.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-heading-hero {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.text-heading-lg {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.text-heading-md {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.text-heading-sm {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.text-label-lg {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.text-label-md {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.text-label-sm {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-common-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-common-deselected {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-decorative-home {
  --tw-text-opacity: 1;
  color: rgb(211 236 254 / var(--tw-text-opacity));
}
.text-decorative-joystick {
  --tw-text-opacity: 1;
  color: rgb(225 225 225 / var(--tw-text-opacity));
}
.text-feedback-incorrect {
  --tw-text-opacity: 1;
  color: rgb(254 192 192 / var(--tw-text-opacity));
}
.text-feedback-success {
  --tw-text-opacity: 1;
  color: rgb(197 254 192 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-modal-black {
  color: #101010CC;
}
.text-modal-blue {
  color: #C0E4FECC;
}
.text-options-anakiwa {
  --tw-text-opacity: 1;
  color: rgb(0 149 164 / var(--tw-text-opacity));
}
.text-options-aquaMarine {
  --tw-text-opacity: 1;
  color: rgb(66 153 0 / var(--tw-text-opacity));
}
.text-options-blue {
  --tw-text-opacity: 1;
  color: rgb(61 119 253 / var(--tw-text-opacity));
}
.text-options-chardonnay {
  --tw-text-opacity: 1;
  color: rgb(156 78 0 / var(--tw-text-opacity));
}
.text-options-cornflowerBlue {
  --tw-text-opacity: 1;
  color: rgb(94 136 235 / var(--tw-text-opacity));
}
.text-options-gallery {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}
.text-options-green {
  --tw-text-opacity: 1;
  color: rgb(142 254 163 / var(--tw-text-opacity));
}
.text-options-lightblue {
  --tw-text-opacity: 1;
  color: rgb(142 254 237 / var(--tw-text-opacity));
}
.text-options-orange {
  --tw-text-opacity: 1;
  color: rgb(255 145 4 / var(--tw-text-opacity));
}
.text-options-perfume {
  --tw-text-opacity: 1;
  color: rgb(108 10 172 / var(--tw-text-opacity));
}
.text-options-pink {
  --tw-text-opacity: 1;
  color: rgb(156 127 244 / var(--tw-text-opacity));
}
.text-options-purple {
  --tw-text-opacity: 1;
  color: rgb(234 127 244 / var(--tw-text-opacity));
}
.text-options-red {
  --tw-text-opacity: 1;
  color: rgb(253 61 61 / var(--tw-text-opacity));
}
.text-options-rose {
  --tw-text-opacity: 1;
  color: rgb(159 0 122 / var(--tw-text-opacity));
}
.text-options-salmon {
  --tw-text-opacity: 1;
  color: rgb(108 10 172 / var(--tw-text-opacity));
}
.text-options-teal {
  --tw-text-opacity: 1;
  color: rgb(61 213 253 / var(--tw-text-opacity));
}
.text-options-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 188 4 / var(--tw-text-opacity));
}
.text-primary-cta {
  --tw-text-opacity: 1;
  color: rgb(0 148 255 / var(--tw-text-opacity));
}
.text-secondary-button {
  --tw-text-opacity: 1;
  color: rgb(192 228 254 / var(--tw-text-opacity));
}
.text-secondary-stroke {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}

* {
  margin: 0;
  padding: 0;
  font-family: "runde";
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
}

#root {
  width: 100%;
  height: 100%;
}

@media (max-width: 639px) {
  .text-heading-hero {
    font-size: 26px;
    line-height: 34px;
  }
  .text-heading-lg {
    font-size: 20px;
    line-height: 26px;
  }
  .text-heading-md {
    font-size: 10px;
    line-height: 12px;
  }
  .text-heading-sm {
    font-size: 14px;
    line-height: 20px;
  }
  .text-label-lg {
    font-size: 14px;
    line-height: 20px;
  }
  .text-label-md {
    font-size: 12px;
    line-height: 14px;
  }
  .text-label-sm {
    font-size: 12px;
    line-height: 14px;
  }
  .text-indicator {
    font-size: 10px;
    line-height: 13px;
  }

  html,body {
    font-size: 12px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .text-heading-hero {
    font-size: 40px;
    line-height: 52px;
  }
  .text-heading-lg {
    font-size: 26px;
    line-height: 34px;
  }
  .text-heading-md {
    font-size: 20px;
    line-height: 24px;
  }
  .text-heading-sm {
    font-size: 18px;
    line-height: 25px;
  }
  .text-label-lg {
    font-size: 15px;
    line-height: 20px;
  }
  .text-label-md {
    font-size: 13px;
    line-height: 14px;
  }
  .text-label-sm {
    font-size: 13px;
    line-height: 14px;
  }
  .text-indicator {
    font-size: 11px;
    line-height: 13px;
  }

  html,body {
    font-size: 14px;
  }
}

body::-webkit-scrollbar,
html::-webkit-scrollbar,
#root::-webkit-scrollbar {
  display: none;
}
body.modal-open {
  overflow: hidden;
}


.disabled {
  cursor: not-allowed;
  filter: grayscale(95%);
}

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

.last-of-type\:rounded-b-xl:last-of-type {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:bg-\[\#CDEAFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 234 255 / var(--tw-bg-opacity));
}

@media (max-width: 768px) {

  .mobile\:mb-0 {
    margin-bottom: 0px;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-2\/3 {
    height: 66.666667%;
  }

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

  .mobile\:h-7 {
    height: 1.75rem;
  }

  .mobile\:max-h-6 {
    max-height: 1.5rem;
  }

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

  .mobile\:min-h-28 {
    min-height: 7rem;
  }

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

  .mobile\:w-7 {
    width: 1.75rem;
  }

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

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

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

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

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

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

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

@media (max-width: 425px) {

  .mobile-small\:block {
    display: block;
  }

  .mobile-small\:hidden {
    display: none;
  }
}

@media (min-width: 1400px) {

  .laptop\:mt-7 {
    margin-top: 1.75rem;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:grid {
    display: grid;
  }

  .laptop\:hidden {
    display: none;
  }

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

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

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

@media (orientation: portrait) {

  .portrait\:flex {
    display: flex;
  }
}

.\[\&\>\*\]\:pointer-events-auto>* {
  pointer-events: auto;
}

.\[\&\>\*\]\:select-none>* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.\[\&\>\*\]\:stroke-\[\#00000066\]>* {
  stroke: #00000066;
}.scrollbar-1 {
  scrollbar-width: 10px;
  scrollbar-color: black white;
}

.scrollbar-1::-webkit-scrollbar {
  width: 10px;
}

.scrollbar-1::-webkit-scrollbar-thumb {
  background-color: black;
}

.scrollbar-1::-webkit-scrollbar-track {
  background-color: white;
}

.scroll-hidden {
  scrollbar-width: none;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}
