/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
table,
textarea,
a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto,
    "Malgun Gothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  padding: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
}
.button {
  --font-size: 16px;
  --border-radius: 4px;
  --color: #000;
  --border-color: #000;
  position: relative;
  padding: 0 1em;
  display: inline-block;
  height: 3em;
  border-radius: var(--border-radius);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: var(--font-size);
  vertical-align: middle;
  color: var(--color);
}
.button::before {
  content: "";
  display: inline-block;
  height: 1em;
  vertical-align: middle;
}
.button .text {
  display: inline-block;
  font-size: 1em;
}
.button.small {
  --font-size: 14px;
}
.button.large {
  --font-size: 18px;
}
.button.outlined {
  border-color: currentcolor;
}
.button:hover::after,
.button.contained::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: currentcolor;
  border-radius: inherit;
  z-index: -1;
}
.button:hover::after {
  opacity: 0.65;
}
.button:active::after {
  opacity: 0.8;
}
.button.contained .text {
  color: #fff;
}
.header {
  height: 60px;
  background-color: #fff;
}
.header .container {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
}
.header .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .title {
    font-size: 26px;
  }
}
.header .title .link {
  display: block;
}

/*# sourceMappingURL=main.6fd45e46.css.map*/
