
:root {
    --color-theme-hue: 273;
    --color-theme-saturation: 100%;
    --color-theme-lightness: 26%;
    --color-theme: hsl(var(--color-theme-hue), var(--color-theme-saturation), var(--color-theme-lightness));
    --color-theme-100: hsl(var(--color-theme-hue), calc(var(--color-theme-saturation) * 0.6), 96%);
    --color-theme-300: hsl(var(--color-theme-hue), calc(var(--color-theme-saturation) * 0.6), 70%);
    --color-theme-500: hsl(var(--color-theme-hue), var(--color-theme-saturation), var(--color-theme-lightness));
    --color-theme-700: hsl(var(--color-theme-hue), var(--color-theme-saturation), calc(var(--color-theme-lightness) * 0.8));
    --color-theme-900: hsl(var(--color-theme-hue), var(--color-theme-saturation), calc(var(--color-theme-lightness) * 0.5));
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    /* stylelint-disable */
    font-family: monospace, monospace;
    /* stylelint-enable */
    font-size: 1em;
    line-height: 1em;
}

a {
    background-color: transparent;
}

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 {
    /* stylelint-disable */
    font-family: monospace, monospace;
    /* stylelint-enable */
    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: none;
}

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: none;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: none;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

html {
    font-size: 100%;
    background-color: #eeeef1;
}

body,
button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.001em;
    color: #62626a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

body strong,
button strong {
    font-weight: 600;
}

body {
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: inherit;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    /* color: hsl(var(--color-theme-hue), var(--color-theme-saturation), var(--color-theme-lightness)); */
}

button {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

input,
textarea,
select,
button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: inherit;
}

input,
textarea,
select {
    width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #878792;
    font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    /* Firefox 19+ */
    color: #878792;
    font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* IE 10+ */
    color: #878792;
    font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    /* Firefox 18- */
    color: #878792;
    font-weight: 400;
}

input::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
    display: none;
}

textarea {
    display: block;
    height: auto;
}

table {
    width: 100%;
    border-spacing: 0;
}

img {
    max-width: 100%;
    /* [1] */
    font-style: italic;
    /* [2] */
    vertical-align: middle;
    /* [3] */
}

img[width],
img[height] {
    /* [1] */
    max-width: none;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    height: 1px;
    background: #babac5;
    border: 0;
    width: 100%;
}