/* TODO: Get rid of bootstrap on non-admin pages altogether */

/* Need this for accordion behavior */

.panel {
  margin-bottom: initial;
  background-color: initial;
  border: initial;
  border-radius: initial;
  box-shadow: initial;
}

@font-face {
  src: url(/layouts/444/dist/fonts/de61f1566e9fde96cd5b.ttf);
  font-family: 'SkanIcons';
}

.jeti-icon {
  display: inline-block;
  text-transform: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  font-family: 'SkanIcons';
  font-weight: normal;
  font-style: normal;
  font-feature-settings: liga;
  font-size: calc(var(--icon-size, 24) * 1px);
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.jeti-icon--16 {
  --icon-size: 16;
}

.jeti-icon--24 {
  --icon-size: 24;
}

.jeti-icon--48 {
  --icon-size: 48;
}

.jeti-icon--96 {
  --icon-size: 96;
}

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

.theme-light {
  --color-444: 208 180 10;
  --color-scrim: 0 0 0;
  --color-primary: 37 108 21;
  --color-primary-container: 177 228 160;
  --color-on-primary: 255 255 255;
  --color-on-primary-container: 2 33 0;
  --color-inverse-primary: 145 210 124;
  --color-primary-fixed: 177 228 160;
  --color-primary-fixed-dim: 145 210 124;
  --color-on-primary-fixed: 2 33 0;
  --color-on-primary-fixed-variant: 12 83 0;
  --color-secondary: 84 98 77;
  --color-secondary-container: 215 232 204;
  --color-on-secondary: 255 255 255;
  --color-on-secondary-container: 18 31 14;
  --color-secondary-fixed: 215 232 204;
  --color-secondary-fixed-dim: 187 203 177;
  --color-on-secondary-fixed: 18 31 14;
  --color-on-secondary-fixed-variant: 61 75 54;
  --color-tertiary: 56 102 104;
  --color-on-tertiary: 188 235 237;
  --color-tertiary-container: 255 255 255;
  --color-on-tertiary-container: 0 32 33;
  --color-tertiary-fixed: 188 235 237;
  --color-tertiary-fixed-dim: 160 207 209;
  --color-on-tertiary-fixed: 0 32 33;
  --color-on-tertiary-fixed-variant: 30 78 80;
  --color-surface: 250 250 250;
  --color-surface-variant: 226 229 233;
  --color-on-surface: 26 26 26;
  --color-on-surface-variant: 71 78 87;
  --color-inverse-surface: 51 51 51;
  --color-inverse-on-surface: 242 242 242;
  --color-surface-tint: 37 108 21;
  --color-surface-dim: 222 222 222;
  --color-surface-bright: 250 250 250;
  --color-surface-container-lowest: 255 255 255;
  --color-surface-container-low: 245 245 245;
  --color-surface-container: 240 240 240;
  --color-surface-container-high: 235 235 235;
  --color-surface-container-highest: 230 230 230;
  --color-background: 250 250 250;
  --color-on-background: 26 26 26;
  --color-outline: 113 131 147;
  --color-outline-variant: 198 205 210;
  --color-error: 188 16 52;
  --color-error-container: 255 218 217;
  --color-on-error: 255 255 255;
  --color-on-error-container: 64 0 10;
  --color-shadow: 0 0 0;
  --color-444-container: 252 238 33;
  --color-on-444: 255 255 255;
  --color-on-444-container: 114 93 32;
  --color-qubit: 128 77 209;
  --color-qubit-container: 226 208 255;
  --color-on-qubit: 255 255 255;
  --color-on-qubit-container: 24 25 37;
  --color-megmutatjuk: 248 29 46;
  --color-megmutatjuk-container: 1 1 134;
  --color-on-megmutatjuk: 255 255 255;
  --color-on-megmutatjuk-container: 255 255 255;
  --color-megmutatjuk-spring: 244 244 12;
  --color-megmutatjuk-spring-container: 27 27 27;
  --color-on-megmutatjuk-spring: 27 27 27;
  --color-on-megmutatjuk-spring-container: 255 255 255;
  --color-felig-tele: 245 185 56;
  --color-felig-tele-container: 91 134 1;
  --color-on-felig-tele: 0 0 0;
  --color-on-felig-tele-container: 255 255 255;
  --color-hello-osz: 189 45 37;
  --color-hello-osz-container: 51 113 137;
  --color-on-hello-osz: 0 0 0;
  --color-on-hello-osz-container: 255 255 255;
  --color-campus: 253 190 15;
  --color-campus-container: 153 203 62;
  --color-on-campus: 24 25 37;
  --color-on-campus-container: 24 25 37;
  --color-osz: 243 20 47;
  --color-osz-container: 243 20 47;
  --color-on-osz: 255 255 255;
  --color-on-osz-container: 255 255 255;
}

.theme-shop-light {
  --color-444: 208 180 10;
  --color-scrim: 0 0 0;
  --color-primary: 175 60 34;
  --color-primary-container: 255 183 167;
  --color-on-primary: 255 255 255;
  --color-on-primary-container: 64 2 0;
  --color-inverse-primary: 255 183 167;
  --color-primary-fixed: 255 183 167;
  --color-primary-fixed-dim: 255 138 118;
  --color-on-primary-fixed: 64 2 0;
  --color-on-primary-fixed-variant: 89 28 18;
  --color-secondary: 181 91 42;
  --color-secondary-container: 234 217 204;
  --color-on-secondary: 255 255 255;
  --color-on-secondary-container: 41 27 21;
  --color-secondary-fixed: 234 217 204;
  --color-secondary-fixed-dim: 229 198 174;
  --color-on-secondary-fixed: 41 27 21;
  --color-on-secondary-fixed-variant: 115 65 38;
  --color-tertiary: 107 84 36;
  --color-on-tertiary: 255 255 255;
  --color-tertiary-container: 253 238 35;
  --color-on-tertiary-container: 38 31 19;
  --color-tertiary-fixed: 253 238 35;
  --color-tertiary-fixed-dim: 218 190 11;
  --color-on-tertiary-fixed: 38 31 19;
  --color-on-tertiary-fixed-variant: 84 69 38;
  --color-surface: 250 250 250;
  --color-surface-variant: 230 225 229;
  --color-on-surface: 0 0 0;
  --color-on-surface-variant: 51 51 51;
  --color-inverse-surface: 51 51 51;
  --color-inverse-on-surface: 255 255 255;
  --color-surface-tint: 175 60 34;
  --color-surface-dim: 230 225 229;
  --color-surface-bright: 250 250 250;
  --color-surface-container-lowest: 255 255 255;
  --color-surface-container-low: 253 253 253;
  --color-surface-container: 240 240 240;
  --color-surface-container-high: 235 235 235;
  --color-surface-container-highest: 230 225 229;
  --color-background: 253 253 253;
  --color-on-background: 26 26 26;
  --color-outline: 168 168 168;
  --color-outline-variant: 217 217 217;
  --color-error: 188 16 52;
  --color-error-container: 255 218 217;
  --color-on-error: 255 255 255;
  --color-on-error-container: 64 0 10;
  --color-shadow: 0 0 0;
  --color-444-container: 252 238 33;
  --color-on-444: 255 255 255;
  --color-on-444-container: 114 93 32;
  --color-qubit: 128 77 209;
  --color-qubit-container: 226 208 255;
  --color-on-qubit: 255 255 255;
  --color-on-qubit-container: 24 25 37;
  --color-megmutatjuk: 248 29 46;
  --color-megmutatjuk-container: 1 1 134;
  --color-on-megmutatjuk: 255 255 255;
  --color-on-megmutatjuk-container: 255 255 255;
  --color-megmutatjuk-spring: 244 244 12;
  --color-megmutatjuk-spring-container: 27 27 27;
  --color-on-megmutatjuk-spring: 27 27 27;
  --color-on-megmutatjuk-spring-container: 255 255 255;
  --color-felig-tele: 245 185 56;
  --color-felig-tele-container: 91 134 1;
  --color-on-felig-tele: 0 0 0;
  --color-on-felig-tele-container: 255 255 255;
  --color-hello-osz: 189 45 37;
  --color-hello-osz-container: 51 113 137;
  --color-on-hello-osz: 0 0 0;
  --color-on-hello-osz-container: 255 255 255;
  --color-campus: 253 190 15;
  --color-campus-container: 153 203 62;
  --color-on-campus: 24 25 37;
  --color-on-campus-container: 24 25 37;
  --color-osz: 243 20 47;
  --color-osz-container: 243 20 47;
  --color-on-osz: 255 255 255;
  --color-on-osz-container: 255 255 255;
}

body {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.container {
  width: 100%;
}

@media (min-width: 30em) {

  .container {
    max-width: 30em;
  }
}

@media (min-width: 48em) {

  .container {
    max-width: 48em;
  }
}

@media (min-width: 64em) {

  .container {
    max-width: 64em;
  }
}

@media (min-width: 75em) {

  .container {
    max-width: 75em;
  }
}

.\!md-outlined-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  color: currentColor;
  position: relative;
}

.\!md-outlined-button:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.\!md-outlined-button:not(:disabled):hover::after {
  background-color: currentColor;
  opacity: 0.08;
}

.\!md-outlined-button:not(:disabled):focus::after {
  background-color: currentColor;
  opacity: 0.12;
}

.\!md-outlined-button:hover {
  border-color: currentColor;
  color: currentColor;
}

.\!md-outlined-button:focus {
  border-color: currentColor;
}

.md-outlined-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  color: currentColor;
  position: relative;
}

.md-outlined-button:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-outlined-button:not(:disabled):hover::after {
  background-color: currentColor;
  opacity: 0.08;
}

.md-outlined-button:not(:disabled):focus::after {
  background-color: currentColor;
  opacity: 0.12;
}

.md-outlined-button:hover {
  border-color: currentColor;
  color: currentColor;
}

.md-outlined-button:focus {
  border-color: currentColor;
}

.md-filled-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.08;
}

.md-filled-button:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.12;
}

.md-filled-button:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.md-filled-button:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-444 {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-444) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-444) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-444:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-444:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-444));
  opacity: 0.08;
}

.md-filled-button-444:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-444));
  opacity: 0.12;
}

.md-filled-button-444:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-444) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-444:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-444) / var(--tw-text-opacity, 1));
}

.md-filled-button-444:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-444[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-qubit {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-qubit) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-qubit) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-qubit:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-qubit:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-qubit));
  opacity: 0.08;
}

.md-filled-button-qubit:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-qubit));
  opacity: 0.12;
}

.md-filled-button-qubit:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-qubit) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-qubit:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-qubit) / var(--tw-text-opacity, 1));
}

.md-filled-button-qubit:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-qubit[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-icon-button-qubit {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-qubit) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-qubit) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-icon-button-qubit:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-icon-button-qubit:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-qubit));
  opacity: 0.08;
}

.md-filled-icon-button-qubit:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-qubit));
  opacity: 0.12;
}

.md-filled-icon-button-qubit:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-qubit) / var(--tw-text-opacity, 1));
}

.md-filled-icon-button-qubit:disabled {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-icon-button-qubit[disabled] {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-megmutatjuk {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-megmutatjuk) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-megmutatjuk) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-megmutatjuk:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-megmutatjuk:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-megmutatjuk));
  opacity: 0.08;
}

.md-filled-button-megmutatjuk:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-megmutatjuk));
  opacity: 0.12;
}

.md-filled-button-megmutatjuk:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-megmutatjuk) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-megmutatjuk:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-megmutatjuk) / var(--tw-text-opacity, 1));
}

.md-filled-button-megmutatjuk:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-megmutatjuk[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-megmutatjuk-spring {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-megmutatjuk-spring) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-megmutatjuk-spring) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-megmutatjuk-spring:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-megmutatjuk-spring:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-megmutatjuk-spring));
  opacity: 0.08;
}

.md-filled-button-megmutatjuk-spring:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-megmutatjuk-spring));
  opacity: 0.12;
}

.md-filled-button-megmutatjuk-spring:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-megmutatjuk-spring) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-megmutatjuk-spring:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-megmutatjuk-spring) / var(--tw-text-opacity, 1));
}

.md-filled-button-megmutatjuk-spring:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-megmutatjuk-spring[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-felig-tele {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-felig-tele) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-felig-tele) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-felig-tele:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-felig-tele:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-felig-tele));
  opacity: 0.08;
}

.md-filled-button-felig-tele:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-felig-tele));
  opacity: 0.12;
}

.md-filled-button-felig-tele:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-felig-tele) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-felig-tele:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-felig-tele) / var(--tw-text-opacity, 1));
}

.md-filled-button-felig-tele:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-felig-tele[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-hello-osz {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-hello-osz) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-hello-osz) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-hello-osz:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-hello-osz:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-hello-osz));
  opacity: 0.08;
}

.md-filled-button-hello-osz:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-hello-osz));
  opacity: 0.12;
}

.md-filled-button-hello-osz:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-hello-osz) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-hello-osz:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-hello-osz) / var(--tw-text-opacity, 1));
}

.md-filled-button-hello-osz:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-hello-osz[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-campus {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-campus) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-campus) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-campus:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-campus:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-campus));
  opacity: 0.08;
}

.md-filled-button-campus:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-campus));
  opacity: 0.12;
}

.md-filled-button-campus:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-campus) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-campus:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-campus) / var(--tw-text-opacity, 1));
}

.md-filled-button-campus:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-campus[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-osz {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-osz) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-osz) / var(--tw-text-opacity, 1));
  position: relative;
}

.md-filled-button-osz:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-osz:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-osz));
  opacity: 0.08;
}

.md-filled-button-osz:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-osz));
  opacity: 0.12;
}

.md-filled-button-osz:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-osz) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-osz:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-osz) / var(--tw-text-opacity, 1));
}

.md-filled-button-osz:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-osz[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.typo-display-large {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
}

.typo-display-small {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}

.typo-headline-medium {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

.typo-headline-small {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
}

.typo-title-large {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}

.typo-title-medium {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.1px;
}

.typo-title-small {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.typo-label-large {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1px;
}

.typo-label-medium {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.typo-label-small {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.typo-body-large {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.15px;
}

.typo-body-small {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.md-large-badge {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.5px;
  position: absolute;
  top: 0;
  left: calc(100% - 16px);
  display: inline-flex;
  height: 16px;
  min-width: 4px;
  align-items: center;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error) / var(--tw-bg-opacity, 1));
  padding: 4px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-error) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
}

.\!md-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
}

.md-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 9999px;
}

/* .md-outlined-button {
  @apply md-button
  bg-transparent
  border
  border-outline-variant
  text-primary
  focus:border-primary
  state-layers
  state-layer-hover-primary
  state-layer-focus-primary;
} */

.md-outlined-button-profile {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  color: currentColor;
  border-radius: 9999px;
  position: relative;
}

.md-outlined-button-profile:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-outlined-button-profile:not(:disabled):hover::after {
  background-color: currentColor;
  opacity: 0.08;
}

.md-outlined-button-profile:not(:disabled):focus::after {
  background-color: currentColor;
  opacity: 0.12;
}

.md-outlined-button-profile:hover {
  border-color: currentColor;
  color: currentColor;
}

.md-outlined-button-profile:focus {
  border-color: currentColor;
}

.md-outlined-button-profile {
  --tw-text-opacity: 1;
  color: rgb(37 108 21 / var(--tw-text-opacity, 1));
}

.md-outlined-button-profile:not(:disabled):hover::after {
  background-color: #256c15;
  opacity: 0.08;
}

.md-outlined-button-profile:not(:disabled):focus::after {
  background-color: #256c15;
  opacity: 0.12;
}

.md-outlined-button-profile:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.md-outlined-button-profile:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 108 21 / var(--tw-border-opacity, 1));
}

.md-standard-icon-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  position: relative;
}

.md-standard-icon-button:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-standard-icon-button:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-surface-variant));
  opacity: 0.08;
}

.md-standard-icon-button:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-surface-variant));
  opacity: 0.12;
}

.md-outlined-icon-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline) / var(--tw-border-opacity, 1));
  position: relative;
}

.md-outlined-icon-button:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-outlined-icon-button:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-surface-variant));
  opacity: 0.08;
}

.md-outlined-icon-button:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-surface-variant));
  opacity: 0.12;
}

.md-outlined-icon-button:disabled {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-icon-button[disabled] {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.\!md-filled-button-profile {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.\!md-filled-button-profile:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.\!md-filled-button-profile:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.08;
}

.\!md-filled-button-profile:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.12;
}

.\!md-filled-button-profile:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.\!md-filled-button-profile:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.\!md-filled-button-profile:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.\!md-filled-button-profile[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.\!md-filled-button-profile {
  --tw-bg-opacity: 1;
  background-color: rgb(37 108 21 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(37 108 21 / var(--tw-text-opacity, 1));
}

.\!md-filled-button-profile:not(:disabled):hover::after {
  background-color: #256c15;
  opacity: 0.08;
}

.\!md-filled-button-profile:not(:disabled):focus::after {
  background-color: #256c15;
  opacity: 0.12;
}

.\!md-filled-button-profile:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.md-filled-button-profile {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.md-filled-button-profile:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-profile:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.08;
}

.md-filled-button-profile:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.12;
}

.md-filled-button-profile:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-profile:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.md-filled-button-profile:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-profile[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-profile {
  --tw-bg-opacity: 1;
  background-color: rgb(37 108 21 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(37 108 21 / var(--tw-text-opacity, 1));
}

.md-filled-button-profile:not(:disabled):hover::after {
  background-color: #256c15;
  opacity: 0.08;
}

.md-filled-button-profile:not(:disabled):focus::after {
  background-color: #256c15;
  opacity: 0.12;
}

.md-filled-button-profile:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.md-filled-button-profile-secondary {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.md-filled-button-profile-secondary:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-profile-secondary:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.08;
}

.md-filled-button-profile-secondary:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.12;
}

.md-filled-button-profile-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-profile-secondary:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.md-filled-button-profile-secondary:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-profile-secondary[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-profile-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(215 232 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.md-filled-button-profile-secondary:not(:disabled):hover::after {
  background-color: #d7e8cc;
  opacity: 0.08;
}

.md-filled-button-profile-secondary:not(:disabled):focus::after {
  background-color: #d7e8cc;
  opacity: 0.12;
}

.md-filled-button-profile-secondary:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.md-filled-button-qubit-primary {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.md-filled-button-qubit-primary:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-qubit-primary:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.08;
}

.md-filled-button-qubit-primary:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.12;
}

.md-filled-button-qubit-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-qubit-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.md-filled-button-qubit-primary:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-qubit-primary[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-qubit-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 77 209 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.md-filled-button-qubit-primary:not(:disabled):hover::after {
  background-color: #804dd1;
  opacity: 0.08;
}

.md-filled-button-qubit-primary:not(:disabled):focus::after {
  background-color: #804dd1;
  opacity: 0.12;
}

.md-filled-button-qubit-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.md-filled-button-kor-primary {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.md-filled-button-kor-primary:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-filled-button-kor-primary:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.08;
}

.md-filled-button-kor-primary:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-primary));
  opacity: 0.12;
}

.md-filled-button-kor-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-button-kor-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.md-filled-button-kor-primary:disabled {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-kor-primary[disabled] {
  pointer-events: none;
  background-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-filled-button-kor-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 197 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.md-filled-button-kor-primary:not(:disabled):hover::after {
  background-color: #e5c500;
  opacity: 0.08;
}

.md-filled-button-kor-primary:not(:disabled):focus::after {
  background-color: #e5c500;
  opacity: 0.12;
}

.md-filled-button-kor-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.md-button-with-icon {
  gap: 8px;
  padding-left: 16px;
  padding-right: 24px;
}

.md-segmented-button-container {
  display: flex;
  height: 48px;
  align-items: center;
}

.md-segmented-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  display: inline-flex;
  height: 40px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-width: 1px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline) / var(--tw-border-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.md-segmented-button:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-segmented-button:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-surface));
  opacity: 0.08;
}

.md-segmented-button:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-surface));
  opacity: 0.12;
}

.md-segmented-button:disabled {
  border-top-color: rgb(var(--color-on-surface) / 0.12);
  border-bottom-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-segmented-button[disabled] {
  border-top-color: rgb(var(--color-on-surface) / 0.12);
  border-bottom-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-segmented-button:disabled + .md-segmented-button:disabled:disabled {
  border-color: rgb(var(--color-on-surface) / 0.12);
}

.md-segmented-button:disabled + .md-segmented-button:disabled[disabled] {
  border-color: rgb(var(--color-on-surface) / 0.12);
}

.md-segmented-button.md-active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-container) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-secondary-container) / var(--tw-text-opacity, 1));
}

.md-segmented-button.md-active:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-secondary-container));
  opacity: 0.08;
}

.md-segmented-button.md-active:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-secondary-container));
  opacity: 0.12;
}

.md-segmented-button:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.md-segmented-button:first-child:disabled {
  border-left-color: rgb(var(--color-on-surface) / 0.12);
}

.md-segmented-button:first-child[disabled] {
  border-left-color: rgb(var(--color-on-surface) / 0.12);
}

.md-segmented-button:last-child {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-right-width: 1px;
}

.md-segmented-button:last-child:disabled {
  border-right-color: rgb(var(--color-on-surface) / 0.12);
}

.md-segmented-button:last-child[disabled] {
  border-right-color: rgb(var(--color-on-surface) / 0.12);
}

.md-text-button {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.md-text-button:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-text-button:not(:disabled):hover::after {
  background-color: rgb(var(--color-primary));
  opacity: 0.08;
}

.md-text-button:not(:disabled):focus::after {
  background-color: rgb(var(--color-primary));
  opacity: 0.12;
}

.md-text-button:disabled {
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-text-button[disabled] {
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-text-button-with-icon {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1px;
  display: inline-flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.md-text-button-with-icon:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-text-button-with-icon:not(:disabled):hover::after {
  background-color: rgb(var(--color-primary));
  opacity: 0.08;
}

.md-text-button-with-icon:not(:disabled):focus::after {
  background-color: rgb(var(--color-primary));
  opacity: 0.12;
}

.md-text-button-with-icon:disabled {
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-text-button-with-icon[disabled] {
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-text-button-with-icon {
  padding-right: 16px;
}

.md-card-img-wrapper {
  display: block;
  height: 222px;
  overflow: hidden;
}

.md-card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.md-card-body {
  padding: 16px;
}

.md-elevated-card {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface) / var(--tw-bg-opacity, 1));
  border-radius: 12px;
  box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-filled-card {
  overflow: hidden;
  background-color: rgb(var(--color-surface) / var(--tw-bg-opacity, 1));
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-highest) / var(--tw-bg-opacity, 1));
}

.md-outlined-card {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface) / var(--tw-bg-opacity, 1));
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-variant) / var(--tw-border-opacity, 1));
}

.md-list {
  display: flex;
  flex-direction: column;
}

.md-list-item-container {
  display: flex;
  align-items: center;
  gap: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface) / var(--tw-bg-opacity, 1));
  border-radius: 12px;
}

.md-list-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 24px;
}

.md-list-item-leading-image-container {
  display: inline-flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
}

.md-list-item-leading-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.md-navigation-bar {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.5px;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container) / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
  box-shadow: 0px 2px 6px 2px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
}

.md-navigation-bar-item {
  display: flex;
  width: 0;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.md-navigation-bar-icon {
  display: flex;
  height: 32px;
  width: 64px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.md-navigation-bar-icon:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-navigation-bar-icon:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-surface-variant));
  opacity: 0.08;
}

.md-navigation-bar-icon:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-surface-variant));
  opacity: 0.12;
}

.md-navigation-bar-item.md-active {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface) / var(--tw-text-opacity, 1));
}

.md-navigation-bar-item.md-active .md-navigation-bar-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-container) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-secondary-container) / var(--tw-text-opacity, 1));
  border-radius: 16px;
}

.md-navigation-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(var(--color-scrim) / 0.5);
}

.md-navigation-drawer-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 360px;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-high) / var(--tw-bg-opacity, 1));
  padding: 12px;
  box-shadow: 0px 2px 6px 2px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
  border-radius: 0 16px 16px 0;
}

.md-navigation-drawer-bullet {
  padding: 8px;
}

.md-navigation-drawer-bullet::after {
  display: block;
  height: 8px;
  width: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-on-surface-variant) / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
  border-radius: 9999px;
}

.md-navigation-drawer-icon {
  height: 24px;
  width: 24px;
}

.md-navigation-drawer-headline {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.2px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 24px;
}

.md-navigation-drawer-item {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 24px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  position: relative;
}

.md-navigation-drawer-item:not(:disabled)::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.md-navigation-drawer-item:not(:disabled):hover::after {
  background-color: rgb(var(--color-on-surface));
  opacity: 0.08;
}

.md-navigation-drawer-item:not(:disabled):focus::after {
  background-color: rgb(var(--color-on-surface));
  opacity: 0.12;
}

.md-navigation-drawer-item.md-active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-container) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-secondary-container) / var(--tw-text-opacity, 1));
}

/* TODO: state layers, figure out how to enable state layer when the parent label is hovered */

.md-radio-button {
  display: inline-flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.md-radio-button input {
  position: absolute;
  height: 0;
  width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

.md-radio-button-icon {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-on-surface-variant) / var(--tw-border-opacity, 1));
}

.md-radio-button input:checked ~ .md-radio-button-icon {
  border-color: currentColor;
}

.md-radio-button input:checked ~ .md-radio-button-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  height: 10px;
  width: 10px;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
}

.md-radio-button.kor input:checked ~ .md-radio-button-icon {
  --tw-border-opacity: 1;
  border-color: rgb(229 197 0 / var(--tw-border-opacity, 1));
}

.md-radio-button.kor input:checked ~ .md-radio-button-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  height: 10px;
  width: 10px;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 197 0 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.md-radio-button.qubit input:checked ~ .md-radio-button-icon {
  --tw-border-opacity: 1;
  border-color: rgb(128 77 209 / var(--tw-border-opacity, 1));
}

.md-radio-button.qubit input:checked ~ .md-radio-button-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  height: 10px;
  width: 10px;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(128 77 209 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.md-radio-button-icon {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-on-surface-variant) / var(--tw-border-opacity, 1));
}

.md-snackbar {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  display: flex;
  min-height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-inverse-surface) / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 12px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-inverse-on-surface) / var(--tw-text-opacity, 1));
  opacity: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 125ms;
  box-shadow: 0px 1px 3px 0px rgb(var(--color-shadow) / 30%), 0px 4px 8px 3px rgb(var(--color-shadow) / 15%);
  border-radius: 8px;
}

.md-snackbar-icon {
  margin-left: 12px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

/* TODO: state layers, figure out how to enable state layer when the parent label is hovered */

.md-switch {
  position: relative;
  display: inline-flex;
  height: 32px;
  width: 52px;
  min-width: 52px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.md-switch-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-highest) / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.md-switch input {
  position: absolute;
  height: 0;
  width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

.md-switch-icon {
  position: absolute;
  left: 4px;
  top: 50%;
  height: 16px;
  width: 16px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-outline) / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.md-switch input:checked ~ .md-switch-track {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
}

.md-switch input:checked ~ .md-switch-icon {
  height: 24px;
  width: 24px;
  --tw-translate-x: 20px;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-on-primary) / var(--tw-bg-opacity, 1));
}

/* 
.md-switch input:checked ~ .md-switch-track.profile-primary {
  @apply bg-profile-primary
  border-profile-primary;
} */

/* .md-switch input:checked ~ .md-switch-icon.profile-primary {
  @apply border-profile-primary
    translate-x-5
    w-6
    h-6
    bg-on-primary;
} */

.md-switch input:checked ~ .md-switch-track.kor-primary {
  --tw-border-opacity: 1;
  border-color: rgb(229 197 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 197 0 / var(--tw-bg-opacity, 1));
}

.md-switch input:checked ~ .md-switch-icon.kor-primary {
  height: 24px;
  width: 24px;
  --tw-translate-x: 20px;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(229 197 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-on-primary) / var(--tw-bg-opacity, 1));
}

.md-switch input:checked ~ .md-switch-track.qubit-primary {
  --tw-border-opacity: 1;
  border-color: rgb(128 77 209 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(128 77 209 / var(--tw-bg-opacity, 1));
}

.md-switch input:checked ~ .md-switch-icon.qubit-primary {
  height: 24px;
  width: 24px;
  --tw-translate-x: 20px;
  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));
  --tw-border-opacity: 1;
  border-color: rgb(128 77 209 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-on-primary) / var(--tw-bg-opacity, 1));
}

.md-outlined-text-field {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-variant) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-lowest) / var(--tw-bg-opacity, 1));
}

.md-outlined-text-field:disabled {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field[disabled] {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field:not(:-moz-placeholder-shown) ~ label {
  top: -6px;
}

.md-outlined-text-field:not(:placeholder-shown) ~ label,
.md-outlined-text-field:focus ~ label {
  top: -6px;
}

.md-outlined-text-field-label {
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 4px;
  padding-right: 4px;
  font-family: Boxed, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.md-outlined-text-field-profile {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-variant) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-lowest) / var(--tw-bg-opacity, 1));
}

.md-outlined-text-field-profile:disabled {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field-profile[disabled] {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field-profile:not(:-moz-placeholder-shown) ~ label {
  top: -6px;
}

.md-outlined-text-field-profile:not(:placeholder-shown) ~ label,.md-outlined-text-field-profile:focus ~ label {
  top: -6px;
}

.md-text-field-error > .md-outlined-text-field-profile {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error) / var(--tw-border-opacity, 1));
  caret-color: rgb(var(--color-error));
}

.md-outlined-text-field-profile + .help-block {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
}

.md-text-field-error > .md-outlined-text-field-profile + .help-block {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-outlined-text-field-profile + .error {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-outlined-text-field-profile:focus {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 108 21 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.md-outlined-text-field-qubit {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-variant) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-lowest) / var(--tw-bg-opacity, 1));
}

.md-outlined-text-field-qubit:disabled {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field-qubit[disabled] {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field-qubit:not(:-moz-placeholder-shown) ~ label {
  top: -6px;
}

.md-outlined-text-field-qubit:not(:placeholder-shown) ~ label,.md-outlined-text-field-qubit:focus ~ label {
  top: -6px;
}

.md-text-field-error > .md-outlined-text-field-qubit {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error) / var(--tw-border-opacity, 1));
  caret-color: rgb(var(--color-error));
}

.md-outlined-text-field-qubit + .help-block {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
}

.md-text-field-error > .md-outlined-text-field-qubit + .help-block {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-outlined-text-field-qubit + .error {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-outlined-text-field-qubit:focus {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(128 77 209 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.md-outlined-text-field-kor {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-variant) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-lowest) / var(--tw-bg-opacity, 1));
}

.md-outlined-text-field-kor:disabled {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field-kor[disabled] {
  border-color: rgb(var(--color-on-surface) / 0.12);
  color: rgb(var(--color-on-surface) / 0.18);
}

.md-outlined-text-field-kor:not(:-moz-placeholder-shown) ~ label {
  top: -6px;
}

.md-outlined-text-field-kor:not(:placeholder-shown) ~ label,.md-outlined-text-field-kor:focus ~ label {
  top: -6px;
}

.md-text-field-error > .md-outlined-text-field-kor {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error) / var(--tw-border-opacity, 1));
  caret-color: rgb(var(--color-error));
}

.md-outlined-text-field-kor + .help-block {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
}

.md-text-field-error > .md-outlined-text-field-kor + .help-block {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-outlined-text-field-kor + .error {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-outlined-text-field-kor:focus {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 197 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.md-text-field-supporting-text {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
}

.md-text-field-error > .md-outlined-text-field {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-error) / var(--tw-border-opacity, 1));
  caret-color: rgb(var(--color-error));
}

.md-text-field-error > .md-text-field-supporting-text {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-top-app-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scrim) / var(--tw-bg-opacity, 1));
  padding: 8px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-inverse-on-surface) / var(--tw-text-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.md-top-app-bar-headline {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  height: 100%;
  --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));
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.md-top-app-bar-leading,
.md-top-app-bar-trailing {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* TODO: state layers, figure out how to enable state layer when the parent label is hovered */

.md-checkbox {
  display: inline-flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.md-checkbox-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary) / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.md-checkbox input {
  position: absolute;
  height: 0;
  width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

.md-checkbox-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
}

.md-checkbox input:checked ~ .md-checkbox-icon {
  opacity: 1;
}

/* 
<label class="md-checkbox">
  <span class="md-checkbox-box">
    <input n:name="toc" type="checkbox" data-jeti-checkout-toc="" />
    <span class="jeti-icon md-checkbox-icon">done</span>
  </span>
  <span>Label text</span>
</label>
*/

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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.bottom-0 {
  bottom: 0;
}

.bottom-6 {
  bottom: 24px;
}

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

.left-0 {
  left: 0;
}

.left-1 {
  left: 4px;
}

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

.left-\[56\%\] {
  left: 56%;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 4px;
}

.right-3 {
  right: 12px;
}

.top-0 {
  top: 0;
}

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

.top-2 {
  top: 8px;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-6 {
  grid-column-end: 6;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.\!m-0 {
  margin: 0 !important;
}

.m-0 {
  margin: 0;
}

.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

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

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

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.\!mb-10 {
  margin-bottom: 40px !important;
}

.\!mt-0 {
  margin-top: 0 !important;
}

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

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 48px;
}

.mb-14 {
  margin-bottom: 56px;
}

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

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

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

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

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

.mr-2 {
  margin-right: 8px;
}

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

.mt-10 {
  margin-top: 40px;
}

.mt-12 {
  margin-top: 48px;
}

.mt-14 {
  margin-top: 56px;
}

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

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

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

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-9 {
  margin-top: 36px;
}

.mt-\[1em\] {
  margin-top: 1em;
}

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.size-6 {
  width: 24px;
  height: 24px;
}

.h-10 {
  height: 40px;
}

.h-12 {
  height: 48px;
}

.h-14 {
  height: 56px;
}

.h-15 {
  height: 60px;
}

.h-16 {
  height: 64px;
}

.h-20 {
  height: 80px;
}

.h-24 {
  height: 96px;
}

.h-48 {
  height: 192px;
}

.h-8 {
  height: 32px;
}

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-16 {
  min-height: 64px;
}

.min-h-24 {
  min-height: 96px;
}

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

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

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

.w-10 {
  width: 40px;
}

.w-100 {
  width: 400px;
}

.w-12 {
  width: 48px;
}

.w-14 {
  width: 56px;
}

.w-16 {
  width: 64px;
}

.w-18 {
  width: 72px;
}

.w-24 {
  width: 96px;
}

.w-40 {
  width: 160px;
}

.w-6 {
  width: 24px;
}

.w-72 {
  width: 288px;
}

.w-8 {
  width: 32px;
}

.w-88 {
  width: 352px;
}

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

.w-\[22\.5rem\] {
  width: 22.5rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

.border-spacing-4 {
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-\[0\] {
  transform-origin: 0;
}

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

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  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-5 {
  --tw-translate-y: -20px;
  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-\[4\.438deg\] {
  --tw-rotate: 4.438deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.grid-cols-\[min-content_1fr\] {
  grid-template-columns: min-content 1fr;
}

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

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

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

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

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

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

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

.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 {
  gap: 0;
}

.gap-1 {
  gap: 4px;
}

.gap-10 {
  gap: 40px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-6 {
  gap: 24px;
}

.gap-8 {
  gap: 32px;
}

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

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

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

.gap-y-3 {
  row-gap: 12px;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.rounded-t-\[4px\] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-tl-\[0px\] {
  border-top-left-radius: 0px;
}

.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}

.rounded-tr-\[40px\] {
  border-top-right-radius: 40px;
}

.border {
  border-width: 1px;
}

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

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

.border-\[\#E5C500\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 197 0 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

.\!bg-profile-primary-container {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 240 197 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-\[\#203E22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 62 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3B3B3B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 59 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6C8A22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(108 138 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#94B8C0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(148 184 192 / var(--tw-bg-opacity, 1));
}

.bg-\[\#99CB3E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 203 62 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4474C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 71 76 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFE500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ec2024\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 32 36 / var(--tw-bg-opacity, 1));
}

.bg-\[var\(--sidebar-bg\2c white\)\] {
  background-color: var(--sidebar-bg,white);
}

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

.bg-fall-countdown-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 187 / var(--tw-bg-opacity, 1));
}

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

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

.bg-jeti-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(252 238 33 / var(--tw-bg-opacity, 1));
}

.bg-kor-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 197 0 / var(--tw-bg-opacity, 1));
}

.bg-kor-primary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(252 238 33 / var(--tw-bg-opacity, 1));
}

.bg-kor-secondary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(253 247 144 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.bg-profile-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(37 108 21 / var(--tw-bg-opacity, 1));
}

.bg-profile-primary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(209 240 197 / var(--tw-bg-opacity, 1));
}

.bg-profile-secondary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(215 232 204 / var(--tw-bg-opacity, 1));
}

.bg-profile-surface-container {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}

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

.bg-qubit-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 77 209 / var(--tw-bg-opacity, 1));
}

.bg-qubit-secondary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(226 208 255 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-surface-container-low {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-low) / var(--tw-bg-opacity, 1));
}

.bg-surface-container-lowest {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-lowest) / var(--tw-bg-opacity, 1));
}

.bg-tertiary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-tertiary-container) / 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-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-qubit-background {
  background-image: url(/layouts/444/dist/images/560baa25e56dceff0eef.webp);
}

.bg-szabad-sajto-pattern {
  background-image: url(/layouts/444/dist/images/7ff72b299ef3b9bc31ab.svg);
}

.from-\[\#8ACD01\] {
  --tw-gradient-from: #8ACD01 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(138 205 1 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#FDBE0F\] {
  --tw-gradient-to: #FDBE0F var(--tw-gradient-to-position);
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-\[length\:180\%\] {
  background-size: 180%;
}

.bg-cover {
  background-size: cover;
}

.bg-\[-5rem_-1rem\] {
  background-position: -5rem -1rem;
}

.bg-\[40rem_-7rem\] {
  background-position: 40rem -7rem;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.\!p-0 {
  padding: 0 !important;
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 12px;
}

.p-4 {
  padding: 16px;
}

.p-6 {
  padding: 24px;
}

.p-8 {
  padding: 32px;
}

.px-16 {
  padding-left: 64px;
  padding-right: 64px;
}

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

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

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

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

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

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

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

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.pb-20 {
  padding-bottom: 80px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pl-0 {
  padding-left: 0;
}

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

.pl-4 {
  padding-left: 16px;
}

.pl-6 {
  padding-left: 24px;
}

.pr-13 {
  padding-right: 52px;
}

.pr-3 {
  padding-right: 12px;
}

.pr-4 {
  padding-right: 16px;
}

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

.pt-21 {
  padding-top: 84px;
}

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

.pt-4 {
  padding-top: 16px;
}

.pt-8 {
  padding-top: 32px;
}

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

.\!text-center {
  text-align: center !important;
}

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

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

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

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

.font-noticia {
  font-family: "Noticia Text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.font-black {
  font-weight: 900;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#256C15\] {
  --tw-text-opacity: 1;
  color: rgb(37 108 21 / var(--tw-text-opacity, 1));
}

.text-\[\#2D0769\] {
  --tw-text-opacity: 1;
  color: rgb(45 7 105 / var(--tw-text-opacity, 1));
}

.text-\[\#37A51E\] {
  --tw-text-opacity: 1;
  color: rgb(55 165 30 / var(--tw-text-opacity, 1));
}

.text-\[\#3AD745\] {
  --tw-text-opacity: 1;
  color: rgb(58 215 69 / var(--tw-text-opacity, 1));
}

.text-\[\#3B3B3B\] {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity, 1));
}

.text-\[\#5C7610\] {
  --tw-text-opacity: 1;
  color: rgb(92 118 16 / var(--tw-text-opacity, 1));
}

.text-\[\#6C8A22\] {
  --tw-text-opacity: 1;
  color: rgb(108 138 34 / var(--tw-text-opacity, 1));
}

.text-\[\#794FCA\] {
  --tw-text-opacity: 1;
  color: rgb(121 79 202 / var(--tw-text-opacity, 1));
}

.text-\[\#DC0E2F\] {
  --tw-text-opacity: 1;
  color: rgb(220 14 47 / var(--tw-text-opacity, 1));
}

.text-\[\#F81D2E\] {
  --tw-text-opacity: 1;
  color: rgb(248 29 46 / var(--tw-text-opacity, 1));
}

.text-\[var\(--benefit-color\2c \#87B40C\)\] {
  color: var(--benefit-color,#87B40C);
}

.text-\[var\(--sidebar-color\2c black\)\] {
  color: var(--sidebar-color,black);
}

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

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

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

.text-hello-osz-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-hello-osz-container) / var(--tw-text-opacity, 1));
}

.text-kor-on-tertiary-container {
  --tw-text-opacity: 1;
  color: rgb(134 116 62 / var(--tw-text-opacity, 1));
}

.text-kor-primary {
  --tw-text-opacity: 1;
  color: rgb(229 197 0 / var(--tw-text-opacity, 1));
}

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

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

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

.text-on-felig-tele {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-felig-tele) / var(--tw-text-opacity, 1));
}

.text-on-megmutatjuk-spring {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-megmutatjuk-spring) / var(--tw-text-opacity, 1));
}

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

.text-on-primary-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary-container) / var(--tw-text-opacity, 1));
}

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

.text-on-surface-variant {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-profile-primary {
  --tw-text-opacity: 1;
  color: rgb(37 108 21 / var(--tw-text-opacity, 1));
}

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

.text-qubit-on-primary-container {
  --tw-text-opacity: 1;
  color: rgb(74 37 116 / var(--tw-text-opacity, 1));
}

.text-qubit-primary {
  --tw-text-opacity: 1;
  color: rgb(128 77 209 / var(--tw-text-opacity, 1));
}

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

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

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

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

.decoration-\[red\] {
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.decoration-campus {
  -webkit-text-decoration-color: rgb(var(--color-campus));
          text-decoration-color: rgb(var(--color-campus));
}

.decoration-felig-tele {
  -webkit-text-decoration-color: rgb(var(--color-felig-tele));
          text-decoration-color: rgb(var(--color-felig-tele));
}

.decoration-hello-osz {
  -webkit-text-decoration-color: rgb(var(--color-hello-osz));
          text-decoration-color: rgb(var(--color-hello-osz));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-\[0\.6\] {
  opacity: 0.6;
}

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

.shadow-\[8px_8px_0px_0px_\#000\] {
  --tw-shadow: 8px 8px 0px 0px #000;
  --tw-shadow-colored: 8px 8px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.shape-none {
  border-radius: 0;
}

.shape-extra-small {
  border-radius: 4px;
}

.shape-extra-small-top {
  border-radius: 4px 4px 0 0;
}

.shape-small {
  border-radius: 8px;
}

.shape-medium {
  border-radius: 12px;
}

.shape-extra-large {
  border-radius: 28px;
}

.\[--benefit-color\:\#166E02\] {
  --benefit-color: #166E02;
}

.jeti-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1188px;
  padding-left: 12px;
  padding-right: 12px;
}

.container-narrow {
  display: grid;
  justify-content: center;
  grid-template-columns: min(512px, calc(100% - (16px * 2)));
}

.container-medium {
  display: grid;
  justify-content: center;
  grid-template-columns: min(720px, calc(100% - (16px * 2)));
}

.container-feature {
  display: grid;
  justify-content: center;
  grid-template-columns: min(768px, calc(100% - (16px * 2)));
}

.container-wide {
  display: grid;
  justify-content: center;
  grid-template-columns: min(960px, calc(100% - (16px * 2)));
}

.offer-subscription-cards > *:nth-child(1) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%),
    var(--overlay-color);
}

.offer-subscription-cards > *:nth-child(2) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%),
    var(--overlay-color);
}

.offer-subscription-cards > *:nth-child(3) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%),
    var(--overlay-color);
}

.offer-subscription-cards-reverse > *:nth-child(1) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%),
    var(--overlay-color);
}

.offer-subscription-cards-reverse > *:nth-child(2) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%),
    var(--overlay-color);
}

.offer-subscription-cards-reverse > *:nth-child(3) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%),
    var(--overlay-color);
}

.offer-subscription-cards-surface > *:nth-child(1) {
  background-color: #ffffff;
}

.offer-subscription-cards-surface > *:nth-child(2) {
  background-color: #f1f1f1;
}

.offer-subscription-cards-surface > *:nth-child(3) {
  background-color: #e2e2e2;
}

:root {
  font-size: 100%;
}

.jeti-shop-kor-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-tertiary-container) / var(--tw-bg-opacity, 1));
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.jeti-shop-footer a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.jeti-shop-footer li + li::before {
  margin-left: 4px;
  margin-right: 4px;
  --tw-content: '\2022';
  content: var(--tw-content);
}

/* TODO: This is a workaround for the netteforms automatic classes, later inputs on the frontend should be validated by us */

.md-list-item + .help-block,
.md-outlined-text-field + .help-block {
  font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant) / var(--tw-text-opacity, 1));
}

.md-text-field-error > .md-list-item + .help-block,.md-text-field-error > 
.md-outlined-text-field + .help-block {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

.md-list-item + .error,
.md-outlined-text-field + .error {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error) / var(--tw-text-opacity, 1));
}

a:hover {
  /* color: unset !important; */
  text-decoration: unset !important;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #d9d9d9;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media not all and (min-width: 48em) {

  .max-sm\:md-filled-icon-button {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.5px;
    display: inline-flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
    position: relative;
  }

  .max-sm\:md-filled-icon-button:not(:disabled)::after {
    position: absolute;
    content: "";
    border-radius: inherit;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
  }

  .max-sm\:md-filled-icon-button:not(:disabled):hover::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.08;
  }

  .max-sm\:md-filled-icon-button:not(:disabled):focus::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.12;
  }

  .max-sm\:md-filled-icon-button:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  }

  .max-sm\:md-filled-icon-button:disabled {
    border-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }

  .max-sm\:md-filled-icon-button[disabled] {
    border-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }

  .max-sm\:md-filled-icon-button {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.5px;
    display: inline-flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
    position: relative;
  }

  .max-sm\:md-filled-icon-button:not(:disabled)::after {
    position: absolute;
    content: "";
    border-radius: inherit;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
  }

  .max-sm\:md-filled-icon-button:not(:disabled):hover::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.08;
  }

  .max-sm\:md-filled-icon-button:not(:disabled):focus::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.12;
  }

  .max-sm\:md-filled-icon-button:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  }

  .max-sm\:md-filled-icon-button:disabled {
    border-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }

  .max-sm\:md-filled-icon-button[disabled] {
    border-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }

.max-sm\:md-filled-icon-button {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.5px;
    display: inline-flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
    position: relative;
  }

.max-sm\:md-filled-icon-button:not(:disabled)::after {
    position: absolute;
    content: "";
    border-radius: inherit;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
  }

.max-sm\:md-filled-icon-button:not(:disabled):hover::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.08;
  }

.max-sm\:md-filled-icon-button:not(:disabled):focus::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.12;
  }

.max-sm\:md-filled-icon-button:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  }

.max-sm\:md-filled-icon-button:disabled {
    border-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }

.max-sm\:md-filled-icon-button[disabled] {
    border-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }
}

@media (min-width: 48em) {

  .sm\:md-filled-button {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.5px;
    display: inline-flex;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
    position: relative;
  }

  .sm\:md-filled-button:not(:disabled)::after {
    position: absolute;
    content: "";
    border-radius: inherit;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
  }

  .sm\:md-filled-button:not(:disabled):hover::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.08;
  }

  .sm\:md-filled-button:not(:disabled):focus::after {
    background-color: rgb(var(--color-on-primary));
    opacity: 0.12;
  }

  .sm\:md-filled-button:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
    box-shadow: 0px 1px 3px 1px rgb(var(--color-shadow) / 15%), 0px 1px 2px 0px rgb(var(--color-shadow) / 30%);
  }

  .sm\:md-filled-button:focus {
    --tw-text-opacity: 1;
    color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
  }

  .sm\:md-filled-button:disabled {
    pointer-events: none;
    background-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }

  .sm\:md-filled-button[disabled] {
    pointer-events: none;
    background-color: rgb(var(--color-on-surface) / 0.12);
    color: rgb(var(--color-on-surface) / 0.18);
  }

  .sm\:typo-display-small {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
  }

  .sm\:typo-headline-large {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
  }

  .sm\:typo-headline-small {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
  }

  .sm\:typo-title-large {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
  }

  .sm\:typo-body-large {
    font-family: 'Roboto',ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.15px;
  }

.sm\:md-button-with-icon {
    gap: 8px;
    padding-left: 16px;
    padding-right: 24px;
  }
}

.hover\:bg-\[\#77CB46\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 203 70 / var(--tw-bg-opacity, 1));
}

.hover\:text-inherit:hover {
  color: inherit;
}

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

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:text-inherit:focus {
  color: inherit;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50%;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50%;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:-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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:-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));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:top-2 {
  top: 8px;
}

.peer:focus ~ .peer-focus\:-translate-y-5 {
  --tw-translate-y: -20px;
  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));
}

.peer:focus ~ .peer-focus\: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));
}

.peer:focus ~ .peer-focus\:px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.peer:focus ~ .peer-focus\:text-profile-primary {
  --tw-text-opacity: 1;
  color: rgb(37 108 21 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 64em) {

  .max-md\:my-6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .max-md\:pb-20 {
    padding-bottom: 80px;
  }
}

@media not all and (min-width: 48em) {

  .max-sm\:order-1 {
    order: 1;
  }

  .max-sm\:order-2 {
    order: 2;
  }

  .max-sm\:row-start-2 {
    grid-row-start: 2;
  }

  .max-sm\:mt-8 {
    margin-top: 32px;
  }

  .max-sm\:grid {
    display: grid;
  }

  .max-sm\:hidden {
    display: none;
  }

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

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

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

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:text-center {
    text-align: center;
  }

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

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

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

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

  .max-sm\:\[writing-mode\:sideways-lr\] {
    writing-mode: sideways-lr;
  }
}

@media (min-width: 30em) {

  .xs\:h-auto {
    height: auto;
  }

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

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

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

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

  .xs\:pt-8 {
    padding-top: 32px;
  }

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

@media (min-width: 48em) {

  .sm\:order-1 {
    order: 1;
  }

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

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

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

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

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

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

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm\:mt-12 {
    margin-top: 48px;
  }

  .sm\:mt-16 {
    margin-top: 64px;
  }

  .sm\:mt-4 {
    margin-top: 16px;
  }

  .sm\:mt-6 {
    margin-top: 24px;
  }

  .sm\:mt-8 {
    margin-top: 32px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 80px;
  }

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

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

  .sm\:w-8 {
    width: 32px;
  }

  .sm\:w-80 {
    width: 320px;
  }

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

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

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

  .sm\:min-w-80 {
    min-width: 320px;
  }

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

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

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

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

  .sm\:gap-12 {
    gap: 48px;
  }

  .sm\:gap-3 {
    gap: 12px;
  }

  .sm\:gap-4 {
    gap: 16px;
  }

  .sm\:gap-6 {
    gap: 24px;
  }

  .sm\:gap-8 {
    gap: 32px;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

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

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

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:p-6 {
    padding: 24px;
  }

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

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

  .sm\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:pb-6 {
    padding-bottom: 24px;
  }

  .sm\:pl-8 {
    padding-left: 32px;
  }

  .sm\:pt-40 {
    padding-top: 160px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 64em) {

  .md\:absolute {
    position: absolute;
  }

  .md\:right-6 {
    right: 24px;
  }

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

  .md\:my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:my-12 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:mt-12 {
    margin-top: 48px;
  }

  .md\:mt-6 {
    margin-top: 24px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-22 {
    height: 88px;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

  .md\:w-22 {
    width: 88px;
  }

  .md\:w-28 {
    width: 112px;
  }

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

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

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

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

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

  .md\:gap-12 {
    gap: 48px;
  }

  .md\:gap-4 {
    gap: 16px;
  }

  .md\:gap-8 {
    gap: 32px;
  }

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

  .md\:bg-profile-surface-container {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  }

  .md\:p-6 {
    padding: 24px;
  }

  .md\:py-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .md\:pl-28 {
    padding-left: 112px;
  }

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

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

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

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

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

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

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

@media (min-width: 75em) {

  .lg\:my-16 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:pt-55 {
    padding-top: 220px;
  }

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

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

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

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

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

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

.\[\&\.active\]\:bg-\[\#CCF581\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(204 245 129 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:font-bold.active {
  font-weight: 700;
}

.\[\&\.active\]\:hover\:bg-\[\#96E570\]:hover.active {
  --tw-bg-opacity: 1;
  background-color: rgb(150 229 112 / var(--tw-bg-opacity, 1));
}

.\[\&\:nth-child\(1\)\]\:bg-surface:nth-child(1) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface) / var(--tw-bg-opacity, 1));
}

.\[\&\:nth-child\(2\)\]\:bg-\[\#F3F6F7\]:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 247 / var(--tw-bg-opacity, 1));
}

.\[\&\:nth-child\(3\)\]\:bg-\[\#E7EDEF\]:nth-child(3) {
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 239 / var(--tw-bg-opacity, 1));
}

.\[\&\>\*\:nth-child\(1\)\]\:bg-surface-container>*:nth-child(1) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container) / var(--tw-bg-opacity, 1));
}

.\[\&\>\*\:nth-child\(1\)\]\:bg-white>*:nth-child(1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&\>\*\:nth-child\(1\)\]\:text-on-primary>*:nth-child(1) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\:nth-child\(1\)\]\:text-white>*:nth-child(1) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\>\*\:nth-child\(2\)\]\:bg-primary>*:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
}

.\[\&\>\*\:nth-child\(2\)\]\:bg-surface-container>*:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container) / var(--tw-bg-opacity, 1));
}

.\[\&\>\*\:nth-child\(2\)\]\:text-on-primary>*:nth-child(2) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary) / var(--tw-text-opacity, 1));
}

.\[\&\>\*\:nth-child\(2\)\]\:text-white>*:nth-child(2) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

