@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Seymour+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@font-face {
  font-family: "Font Awesome";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
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)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/
/**
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 Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

img, svg, video, iframe {
  display: block;
  vertical-align: middle;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--line-height-base);
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  font-family: var(--font-main);
  font-size: var(--text-base);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-tap-highlight-color: var(--color-highlight-tap);
}

::selection {
  background-color: var(--color-highlight-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-titles);
  color: var(--color-titles);
}

h1 {
  font-size: var(--text-2xl);
}

h2 {
  font-size: var(--text-xl);
}

h3 {
  font-size: var(--text-lg);
}

h4 {
  font-size: var(--text-base);
}

h5 {
  font-size: var(--text-sm);
}

p {
  line-height: 142%;
}

svg {
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a:link, a:visited {
  text-decoration: none;
  color: var(--color-link);
  transition-property: color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
}

a:hover {
  color: var(--color-link-hover);
}

a:active {
  color: var(--color-link-active);
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.text-2xl {
  font-size: var(--text-2xl);
}

:root {
  --line-height-base: 1.25;
  --color-brand-green: #009640;
  --color-brand-red: #E30613;
  --color-brand-orange: #ffa900;
  --color-brand-choco: #634E42;
  --color-brand-tan: #A48A7B;
  --color-brand-tan-20: rgba(164, 138, 123, 0.2);
  --color-brand-tan-15: rgba(164, 138, 123, 0.15);
  --color-brand-tan-10: rgba(164, 138, 123, 0.1);
  --color-brand-tan-05: rgba(164, 138, 123, 0.06);
  --color-brand-tan-035: rgba(164, 138, 123, 0.035);
  --color-brand-tan-025: rgba(164, 138, 123, 0.025);
  --color-brand-green-05: rgba(0, 150, 64, 0.05);
  --color-brand-green-10: rgba(0, 150, 64, 0.1);
  --color-brand-green-20: rgba(0, 150, 64, 0.2);
  --color-brand-green-50: rgba(0, 150, 64, 0.5);
  --color-gray-2xlt: #eee;
  --color-gray-xlt: #ddd;
  --color-gray-lt: #aaa;
  --color-gray-md: #656565;
  --color-gray-dk: #333;
  --color-bg: white;
  --color-action: var(--color-brand-green);
  --color-error: var(--color-brand-red);
  --color-error-bg: #fff9dd;
  --color-link: var(--color-brand-green);
  --color-link-hover: #00b24c;
  --color-link-active: #007933;
  --color-highlight-text: var(--color-brand-green-20);
  --color-highlight-tap: rgba(255, 255, 255, 0.25);
  --color-button: var(--color-brand-green);
  --color-border: var(--color-gray-xlt);
  --color-border-light: var(--color-gray-2xlt);
  --color-text: var(--color-gray-md);
  --color-titles: var(--color-brand-choco);
  --color-error: var(--color-brand-red);
  --color-shadow: rgba(0, 0, 0, 0.25);
  --color-shadow-lt: rgba(0, 0, 0, 0.11);
  --color-shadow-xlt: rgba(0, 0, 0, 0.07);
  --animation-timing: ease;
  --animation-duration: 250ms;
  --text-2xs: 0.75rem;
  --text-xs: 0.875rem;
  --text-sm: 1rem;
  --text-base: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-10: 0.625rem;
  --text-12: 0.75rem;
  --text-14: 0.875rem;
  --text-16: 1rem;
  --text-18: 1.125rem;
  --text-20: 1.25rem;
  --text-22: 1.375rem;
  --text-24: 1.5rem;
  --text-28: 1.75rem;
  --text-32: 2rem;
  --text-36: 2.25rem;
  --text-40: 2.5rem;
  --text-44: 2.75rem;
  --text-48: 3rem;
  --text-56: 3.5rem;
  --text-64: 4rem;
  --text-72: 4.5rem;
  --text-80: 5rem;
  --font-main: "Sofia Sans", system-ui, sans-serif;
  --font-titles: "Sofia Sans", system-ui, sans-serif;
  --brightness-hover: 1.17;
  --brightness-active: 1.20;
  --space-05x: 0.25rem;
  --space-1x: 0.5rem;
  --space-15x: 0.75rem;
  --space-2x: 1rem;
  --space-25x: 1.25rem;
  --space-3x: 1.5rem;
  --space-4x: 2rem;
  --space-5x: 2.5rem;
  --space-6x: 3rem;
  --round-xs: 0.25rem;
  --round-sm: 0.375rem;
  --round-md: 0.5rem;
  --round-lg: 0.75rem;
  --round-xl: 1rem;
  --round-2xl: 1.5rem;
  --color-positive-bg-light: #f0f9ed;
  --color-negative-bg-light: #fdf0ef;
  --color-negative-bg-solid: var(--color-brand-red);
  --color-negative-bg-solid-hover: #ff545e;
  --color-negative-bg-solid-active: #c7000b;
  --color-negative-text: var(--color-brand-red);
  --color-positive-text: var(--color-brand-green);
  --color-info-bg-light: #fef7e2;
  --color-info-text: var(color-text);
}

.md-invert {
  --color-text: white;
  --color-link: white;
  color: var(--color-text);
}

.yu-input,
.yu-select,
.yu-textarea {
  border-radius: var(--round-sm);
  font-size: var(--text-base);
  padding: var(--space-15x) var(--space-15x);
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  font-family: var(--font-body);
}
.yu-input.md-centered,
.yu-select.md-centered,
.yu-textarea.md-centered {
  text-align: center;
}
.yu-input.error,
.yu-select.error,
.yu-textarea.error {
  color: var(--color-error);
  background-color: var(--color-error-bg);
  border-color: var(--color-error);
}
.yu-input:disabled, .yu-input:disabled:hover,
.yu-select:disabled,
.yu-select:disabled:hover,
.yu-textarea:disabled,
.yu-textarea:disabled:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  box-shadow: none;
  color: var(--color-text);
  opacity: 1;
}

input[type=date] {
  min-height: 48px;
}
input[type=file] {
  min-height: 48px;
}
.yu-input,
.yu-textarea {
  font-weight: 400;
  color: var(--color-text);
  background-color: #fafafa;
  box-shadow: inset 0 1px 2px var(--color-shadow-lt);
  border: 1px solid #ddd;
  transition-property: border-color, background-color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
}
.yu-input:hover,
.yu-textarea:hover {
  background-color: #fcfcfc;
  border-color: #bbb;
}
.yu-input:focus,
.yu-textarea:focus {
  background-color: #ffffff;
  border-color: #999;
}
.yu-input::placeholder,
.yu-textarea::placeholder {
  color: var(--color-gray-lt);
}

.yu-textarea {
  min-height: 100px;
}

.yu-input-wrap {
  position: relative;
}
.yu-input-wrap .input-icon {
  position: absolute;
  top: 50%;
  right: var(--space-1x);
  transform: translateY(-50%);
  cursor: pointer;
  min-width: 34px;
  text-align: center;
  line-height: 1;
  padding: var(--space-1x);
  font-weight: 900;
  font-family: "Font Awesome";
  font-size: var(--text-base);
  color: var(--color-link);
  transition-property: color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  cursor: pointer;
}
.yu-input-wrap .input-icon:hover {
  color: var(--color-link-hover);
}
.yu-input-wrap .input-icon:active {
  color: var(--color-link-active);
}
.yu-input-wrap .input-icon:hover::after {
  color: var(--color-link-hover);
}
.yu-input-wrap .input-icon:active::after {
  color: var(--color-link-active);
}
.yu-input-wrap .input-icon i {
  font-style: normal;
  font-weight: 400;
}
.yu-input-wrap .input-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.25;
  stroke: var(--color-link);
}
.yu-input-wrap .input-leadIcon {
  position: absolute;
  top: 50%;
  left: var(--space-1x);
  transform: translateY(-50%);
  cursor: pointer;
  min-width: 34px;
  text-align: center;
  line-height: 1;
  padding: var(--space-1x);
  font-weight: 900;
  font-family: "Font Awesome";
  font-size: var(--text-base);
  color: var(--color-link);
  transition-property: color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  color: var(--color-gray-lt);
  cursor: pointer;
  pointer-events: none;
}
.yu-input-wrap .input-leadIcon:hover {
  color: var(--color-link-hover);
}
.yu-input-wrap .input-leadIcon:active {
  color: var(--color-link-active);
}
.yu-input-wrap .input-leadIcon:hover::after {
  color: var(--color-link-hover);
}
.yu-input-wrap .input-leadIcon:active::after {
  color: var(--color-link-active);
}
.yu-input-wrap .input-leadIcon i {
  font-style: normal;
  font-weight: 400;
}
.yu-input-wrap .input-leadIcon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.25;
  stroke: var(--color-text);
}
.yu-input-wrap .input-unit {
  position: absolute;
  top: 50%;
  right: var(--space-15x);
  transform: translateY(-50%);
  font-size: var(--text-base);
}
.yu-input-wrap .yu-input {
  width: 100%;
}
.yu-input-wrap.md-withIcon .yu-input {
  padding-right: calc(24px + var(--space-2x));
}
.yu-input-wrap.md-withLeadIcon .yu-input {
  padding-left: calc(24px + var(--space-2x) + var(--space-1x));
}
.yu-input-wrap.md-withUnit .yu-input {
  padding-right: calc(24px + var(--space-2x));
}

.yu-select {
  font-weight: 500;
  color: var(--color-action);
  padding-right: var(--space-4x);
  background-color: var(--color-bg);
  border: 2px solid var(--color-action);
  transition-property: color, border-color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
}
.yu-select:hover {
  background-color: #fcfcfc;
  color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}
.yu-select:focus {
  background-color: #fcfcfc;
  color: var(--color-link-active);
  border-color: var(--color-link-active);
}

.yu-select-wrap {
  position: relative;
}
.yu-select-wrap::after {
  position: absolute;
  right: var(--space-2x);
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  background-color: var(--color-action);
  width: 0.75rem;
  height: 0.5rem;
  border-radius: 2px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition-property: background-color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
}
.yu-select-wrap .yu-select {
  width: 100%;
}
.yu-select-wrap:hover::after {
  background-color: var(--color-link-hover);
}
.yu-select-wrap:has(select:disabled)::after {
  display: none;
}

.yu-checkbox,
.yu-radio {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-bg);
  margin: 0;
  border: 2px solid #ddd;
  display: grid;
}
.yu-checkbox::before,
.yu-radio::before {
  content: "";
  opacity: 0;
  transition: 120ms opacity ease-in-out;
  background-color: var(--color-bg);
}
.yu-checkbox:checked,
.yu-radio:checked {
  background-color: var(--color-link);
  border-color: var(--color-link);
}
.yu-checkbox:checked:hover,
.yu-radio:checked:hover {
  background-color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}
.yu-checkbox::before,
.yu-radio::before {
  opacity: 1;
}
.yu-checkbox:focus,
.yu-radio:focus {
  outline: 2px solid #ccc;
  outline-offset: 0;
}
.yu-checkbox:checked:focus,
.yu-radio:checked:focus {
  outline: 2px solid #ccc;
  outline-offset: 0;
}
.yu-checkbox:disabled, .yu-checkbox:disabled:hover,
.yu-radio:disabled,
.yu-radio:disabled:hover {
  border: 2px solid #f7f7f7;
  background-color: #f7f7f7;
  cursor: not-allowed;
}
.yu-checkbox:disabled::before, .yu-checkbox:disabled:hover::before,
.yu-radio:disabled::before,
.yu-radio:disabled:hover::before {
  display: none;
}
.yu-checkbox:checked:disabled, .yu-checkbox:checked:disabled:hover,
.yu-radio:checked:disabled,
.yu-radio:checked:disabled:hover {
  border: 2px solid #ccc;
  background-color: #ccc;
  cursor: not-allowed;
}
.yu-checkbox:checked:disabled::before, .yu-checkbox:checked:disabled:hover::before,
.yu-radio:checked:disabled::before,
.yu-radio:checked:disabled:hover::before {
  display: block;
}
.yu-checkbox:hover,
.yu-radio:hover {
  border-color: #bbb;
}
.yu-checkbox:hover:checked,
.yu-radio:hover:checked {
  border-color: var(--color-action);
}
.yu-checkbox:hover:disabled,
.yu-radio:hover:disabled {
  border-color: #f7f7f7;
}

.yu-checkbox {
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.yu-checkbox::before {
  width: 16px;
  height: 16px;
  clip-path: polygon(19% 37%, 37% 55%, 81% 11%, 95% 25%, 38% 82%, 6% 50%);
}

.yu-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: -1px -1px 0 0;
}
.yu-radio::before {
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 50%;
}

.yu-toggle-option label {
  font-size: var(--text-base);
  display: flex;
  align-items: center;
  gap: var(--space-1x);
  transition-property: color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
}
.yu-toggle-option:hover label {
  color: var(--color-gray-dk);
}
.yu-toggle-option:has(input:disabled):hover label {
  color: var(--color-text);
}

.yu-button,
a.yu-button,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  border-radius: var(--round-sm);
  font-size: var(--text-base);
  padding-block: var(--space-1x);
  padding-inline: var(--space-2x);
  appearance: none;
  border: 0;
  display: flex;
  align-items: center;
  gap: var(--space-1x);
  font-family: var(--font-titles);
  font-weight: 700;
  line-height: 30px;
  color: white;
  background-color: var(--color-link);
  border-color: var(--color-link);
  border-style: solid;
  border-width: 2px;
}
.yu-button svg,
a.yu-button svg,
input[type=button] svg,
input[type=submit] svg,
button svg {
  stroke: white;
  stroke-width: 1.15;
  width: 28px;
  height: 28px;
}
.yu-button:hover,
a.yu-button:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  background-color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}
.yu-button:active,
a.yu-button:active,
input[type=button]:active,
input[type=submit]:active,
button:active {
  background-color: var(--color-link-active);
  border-color: var(--color-link-active);
}
.yu-button .button-glyph,
a.yu-button .button-glyph,
input[type=button] .button-glyph,
input[type=submit] .button-glyph,
button .button-glyph {
  font-weight: 900;
  font-family: "Font Awesome";
  font-size: var(--text-base);
}
.yu-button .button-glyph i,
a.yu-button .button-glyph i,
input[type=button] .button-glyph i,
input[type=submit] .button-glyph i,
button .button-glyph i {
  font-style: normal;
  font-weight: 400;
}
.yu-button .button-glyph i b,
a.yu-button .button-glyph i b,
input[type=button] .button-glyph i b,
input[type=submit] .button-glyph i b,
button .button-glyph i b {
  font-weight: 400;
}
.yu-button .button-glyph b,
a.yu-button .button-glyph b,
input[type=button] .button-glyph b,
input[type=submit] .button-glyph b,
button .button-glyph b {
  font-size: 1.25em;
}
.yu-button.sz-sm,
a.yu-button.sz-sm,
input[type=button].sz-sm,
input[type=submit].sz-sm,
button.sz-sm {
  font-size: var(--text-sm);
  padding-block: var(--space-05x);
  padding-inline: var(--space-15x);
  line-height: 24px;
}
.yu-button.sz-sm svg,
a.yu-button.sz-sm svg,
input[type=button].sz-sm svg,
input[type=submit].sz-sm svg,
button.sz-sm svg {
  stroke-width: 1.15;
  width: 24px;
  height: 24px;
}
.yu-button.sz-lg,
a.yu-button.sz-lg,
input[type=button].sz-lg,
input[type=submit].sz-lg,
button.sz-lg {
  font-size: var(--text-lg);
  padding-block: var(--space-1x);
  padding-inline: var(--space-2x);
  line-height: 36px;
}
.yu-button.sz-lg svg,
a.yu-button.sz-lg svg,
input[type=button].sz-lg svg,
input[type=submit].sz-lg svg,
button.sz-lg svg {
  stroke-width: 1.25;
  width: 36px;
  height: 36px;
}
.yu-button.md-withIcon,
a.yu-button.md-withIcon,
input[type=button].md-withIcon,
input[type=submit].md-withIcon,
button.md-withIcon {
  padding-block: var(--space-05x);
  padding-left: var(--space-1x);
}
.yu-button.md-withIcon.sz-sm,
a.yu-button.md-withIcon.sz-sm,
input[type=button].md-withIcon.sz-sm,
input[type=submit].md-withIcon.sz-sm,
button.md-withIcon.sz-sm {
  padding-left: var(--space-1x);
}
.yu-button.md-withIcon.sz-lg,
a.yu-button.md-withIcon.sz-lg,
input[type=button].md-withIcon.sz-lg,
input[type=submit].md-withIcon.sz-lg,
button.md-withIcon.sz-lg {
  padding-left: var(--space-15x);
}
.yu-button.md-withGlyph,
a.yu-button.md-withGlyph,
input[type=button].md-withGlyph,
input[type=submit].md-withGlyph,
button.md-withGlyph {
  padding-block: var(--space-05x);
  padding-left: var(--space-15x);
}
.yu-button.md-withGlyph.sz-sm,
a.yu-button.md-withGlyph.sz-sm,
input[type=button].md-withGlyph.sz-sm,
input[type=submit].md-withGlyph.sz-sm,
button.md-withGlyph.sz-sm {
  padding-left: var(--space-1x);
}
.yu-button.md-withGlyph.sz-lg,
a.yu-button.md-withGlyph.sz-lg,
input[type=button].md-withGlyph.sz-lg,
input[type=submit].md-withGlyph.sz-lg,
button.md-withGlyph.sz-lg {
  padding-left: var(--space-15x);
}
.yu-button.md-negative,
a.yu-button.md-negative,
input[type=button].md-negative,
input[type=submit].md-negative,
button.md-negative {
  background-color: var(--color-negative-bg-solid);
  border-color: var(--color-negative-bg-solid);
}
.yu-button.md-negative:hover,
a.yu-button.md-negative:hover,
input[type=button].md-negative:hover,
input[type=submit].md-negative:hover,
button.md-negative:hover {
  background-color: var(--color-negative-bg-solid-hover);
  border-color: var(--color-negative-bg-solid-hover);
}
.yu-button.md-negative:active,
a.yu-button.md-negative:active,
input[type=button].md-negative:active,
input[type=submit].md-negative:active,
button.md-negative:active {
  background-color: var(--color-negative-bg-solid-active);
  border-color: var(--color-negative-bg-solid-active);
}
.yu-button.md-centered,
a.yu-button.md-centered,
input[type=button].md-centered,
input[type=submit].md-centered,
button.md-centered {
  justify-content: center;
}
.yu-button.md-outlined,
a.yu-button.md-outlined,
input[type=button].md-outlined,
input[type=submit].md-outlined,
button.md-outlined {
  border-width: 2px;
  border-style: solid;
  color: var(--color-link);
  border-color: var(--color-link);
  background-color: white;
}
.yu-button.md-outlined.md-noOutline,
a.yu-button.md-outlined.md-noOutline,
input[type=button].md-outlined.md-noOutline,
input[type=submit].md-outlined.md-noOutline,
button.md-outlined.md-noOutline {
  border-color: transparent;
}
.yu-button.md-outlined.md-noOutline:hover,
a.yu-button.md-outlined.md-noOutline:hover,
input[type=button].md-outlined.md-noOutline:hover,
input[type=submit].md-outlined.md-noOutline:hover,
button.md-outlined.md-noOutline:hover {
  border-color: transparent;
}
.yu-button.md-outlined.md-noOutline:active,
a.yu-button.md-outlined.md-noOutline:active,
input[type=button].md-outlined.md-noOutline:active,
input[type=submit].md-outlined.md-noOutline:active,
button.md-outlined.md-noOutline:active {
  border-color: transparent;
}
.yu-button.md-outlined.md-transparent,
a.yu-button.md-outlined.md-transparent,
input[type=button].md-outlined.md-transparent,
input[type=submit].md-outlined.md-transparent,
button.md-outlined.md-transparent {
  background-color: transparent;
}
.yu-button.md-outlined svg,
a.yu-button.md-outlined svg,
input[type=button].md-outlined svg,
input[type=submit].md-outlined svg,
button.md-outlined svg {
  stroke: var(--color-link);
}
.yu-button.md-outlined:hover,
a.yu-button.md-outlined:hover,
input[type=button].md-outlined:hover,
input[type=submit].md-outlined:hover,
button.md-outlined:hover {
  color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}
.yu-button.md-outlined:active,
a.yu-button.md-outlined:active,
input[type=button].md-outlined:active,
input[type=submit].md-outlined:active,
button.md-outlined:active {
  color: var(--color-link-active);
  border-color: var(--color-link-active);
}
.yu-button.md-outlined.md-negative,
a.yu-button.md-outlined.md-negative,
input[type=button].md-outlined.md-negative,
input[type=submit].md-outlined.md-negative,
button.md-outlined.md-negative {
  background-color: white;
  color: var(--color-negative-bg-solid);
  border-color: var(--color-negative-bg-solid);
}
.yu-button.md-outlined.md-negative:hover,
a.yu-button.md-outlined.md-negative:hover,
input[type=button].md-outlined.md-negative:hover,
input[type=submit].md-outlined.md-negative:hover,
button.md-outlined.md-negative:hover {
  background-color: white;
  color: var(--color-negative-bg-solid-hover);
  border-color: var(--color-negative-bg-solid-hover);
}
.yu-button.md-outlined.md-negative:active,
a.yu-button.md-outlined.md-negative:active,
input[type=button].md-outlined.md-negative:active,
input[type=submit].md-outlined.md-negative:active,
button.md-outlined.md-negative:active {
  background-color: white;
  color: var(--color-negative-bg-solid-active);
  border-color: var(--color-negative-bg-solid-active);
}
.yu-button.md-textOnly,
a.yu-button.md-textOnly,
input[type=button].md-textOnly,
input[type=submit].md-textOnly,
button.md-textOnly {
  border-width: 2px;
  border-style: solid;
  color: var(--color-link);
  border-color: transparent;
  background-color: transparent;
  padding-block: 0 !important;
  padding-inline: 0 !important;
}
.yu-button.md-textOnly svg,
a.yu-button.md-textOnly svg,
input[type=button].md-textOnly svg,
input[type=submit].md-textOnly svg,
button.md-textOnly svg {
  stroke: var(--color-link);
}
.yu-button.md-textOnly:hover,
a.yu-button.md-textOnly:hover,
input[type=button].md-textOnly:hover,
input[type=submit].md-textOnly:hover,
button.md-textOnly:hover {
  color: var(--color-link-hover);
}
.yu-button.md-textOnly:active,
a.yu-button.md-textOnly:active,
input[type=button].md-textOnly:active,
input[type=submit].md-textOnly:active,
button.md-textOnly:active {
  color: var(--color-link-active);
}
.yu-button.md-textOnly.md-negative,
a.yu-button.md-textOnly.md-negative,
input[type=button].md-textOnly.md-negative,
input[type=submit].md-textOnly.md-negative,
button.md-textOnly.md-negative {
  color: var(--color-negative-bg-solid);
}
.yu-button.md-textOnly.md-negative:hover,
a.yu-button.md-textOnly.md-negative:hover,
input[type=button].md-textOnly.md-negative:hover,
input[type=submit].md-textOnly.md-negative:hover,
button.md-textOnly.md-negative:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-negative-bg-solid-hover);
}
.yu-button.md-textOnly.md-negative:active,
a.yu-button.md-textOnly.md-negative:active,
input[type=button].md-textOnly.md-negative:active,
input[type=submit].md-textOnly.md-negative:active,
button.md-textOnly.md-negative:active {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-negative-bg-solid-active);
}

.yu-dialog {
  z-index: 2000;
  width: 100vw;
  width: 100dvw;
  max-width: 860px;
  padding: 0;
  border: 0;
  background-color: var(--color-bg);
  color: var(--color-text);
  box-shadow: 0 0.5rem 2rem var(--color-shadow-lt);
  max-height: 90vh;
  max-height: 100dvh;
  border-radius: 0;
  inset-block-end: auto;
}
.yu-dialog[open] {
  display: block;
}
.yu-dialog .dialog-inner {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  max-height: 100dvh;
}
@media (min-width: 480px) {
  .yu-dialog .dialog-inner {
    max-height: 80vh;
    max-height: 80dvh;
  }
}
@media (min-width: 480px) {
  .yu-dialog {
    width: 90vw;
    width: 90dvw;
    border-radius: var(--round-md);
    inset-block-end: 0px;
  }
}
.yu-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.yu-dialog .dialog-body {
  overflow-y: auto;
  flex-grow: 1;
  padding-inline: var(--space-2x);
  padding-block: var(--space-2x) var(--space-4x);
}
@media (max-width: 1439px) {
  .yu-dialog .dialog-body {
    padding-inline: var(--space-15x);
  }
}
@media (max-width: 767px) {
  .yu-dialog .dialog-body {
    padding-inline: var(--space-1x);
  }
}
.yu-dialog .dialog-header {
  padding-block: var(--space-2x);
  padding-inline: var(--space-2x);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media (max-width: 1439px) {
  .yu-dialog .dialog-header {
    padding-inline: var(--space-15x);
  }
}
@media (max-width: 767px) {
  .yu-dialog .dialog-header {
    padding-inline: var(--space-1x);
  }
}
.yu-dialog .dialog-header .dialog-title {
  flex: 1 1 0;
  font-family: var(--font-titles);
  font-size: var(--text-xl);
}
.yu-dialog .dialog-header .dialog-close {
  min-height: 24px;
  cursor: pointer;
}
.yu-dialog .dialog-header .dialog-close svg {
  width: 24px;
  height: 24px;
  stroke-width: 2px;
  stroke: var(--color-action);
}
.yu-dialog .dialog-footer {
  border-top: 1px solid var(--color-border);
  display: flex;
  gap: var(--space-2x);
  justify-content: flex-end;
  padding-block: var(--space-15x);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding-inline: var(--space-2x);
}
@media (max-width: 1439px) {
  .yu-dialog .dialog-footer {
    padding-inline: var(--space-15x);
  }
}
@media (max-width: 767px) {
  .yu-dialog .dialog-footer {
    padding-inline: var(--space-1x);
  }
}
.yu-dialog.md-small {
  max-width: 480px;
}
.yu-dialog.md-small .dialog-header,
.yu-dialog.md-small .dialog-footer {
  box-shadow: none;
}
.yu-dialog.md-smallMinHeight {
  max-width: 480px;
}
.yu-dialog.md-smallMinHeight .dialog-header,
.yu-dialog.md-smallMinHeight .dialog-footer {
  box-shadow: none;
}
.yu-dialog.md-smallMinHeight .dialog-body {
  min-height: 300px;
}
.yu-dialog.md-wide {
  max-width: 1160px;
}
.yu-dialog.md-iframe .dialog-body {
  padding-inline: 0;
  padding-block: 0;
}
.yu-dialog.md-modal {
  max-width: 480px;
}
.yu-dialog.md-modal .dialog-header,
.yu-dialog.md-modal .dialog-footer {
  box-shadow: none;
  border: none;
}
.yu-dialog.md-modal .dialog-title {
  text-align: center;
}
.yu-dialog.md-modal .dialog-close {
  display: none;
}
.yu-dialog.md-modal .yu-selection {
  gap: var(--space-15x);
}
.yu-dialog.md-filter {
  max-width: 640px;
}
.yu-dialog.md-filter .dialog-header,
.yu-dialog.md-filter .dialog-footer {
  box-shadow: none;
}

:root {
  --yuclr-orange: #F5A24C;
  --yuclr-brown: #866550;
  --yuclr-green: #77BA7C;
  --yuclr-green-text: #64AF68;
}

body {
  padding: var(--space-2x) var(--space-2x);
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

a.yu-button {
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.2px;
  background-color: var(--yuclr-green);
  border-color: var(--yuclr-green);
}

.yk-main {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-2x);
}

.yk-header {
  background-color: #FFF8F0;
  padding: var(--space-2x);
}
.yk-header .header-top {
  display: flex;
  align-items: center;
}
.yk-header .yk-nav svg {
  width: 48px;
  fill: var(--yuclr-green-text);
}
.yk-header .yk-header-left {
  align-self: flex-start;
}
.yk-header .yk-header-left,
.yk-header .yk-header-right {
  min-width: 84px;
}
.yk-header .yk-header-center {
  flex: 1 1 0;
  text-align: center;
}
.yk-header .yk-header-center .yk-logo {
  width: 142px;
  display: block;
  margin-inline: auto;
}
.yk-header .yk-header-center span {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: var(--text-xl);
}
.yk-header .yk-header-right {
  align-self: flex-end;
  padding-bottom: var(--space-2x);
}
.yk-header .yk-header-right .yu-button {
  font-size: var(--text-xs);
  padding: var(--space-1x);
  background-color: var(--yuclr-orange);
  border-color: var(--yuclr-orange);
}

.yk-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-1x);
}
.yk-actions .yu-button {
  font-size: var(--text-20);
  padding: var(--space-2x);
}

.yk-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-1x);
}
.yk-info p {
  line-height: 1.35;
}

h1 {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: var(--yuclr-brown);
  font-size: var(--text-28);
  display: block;
  margin-bottom: var(--space-1x);
  letter-spacing: -0.4px;
}
