/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
pre,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid .grid-box-1\/12 {
  grid-column: span 1;
}

.grid .grid-box-2\/12 {
  grid-column: span 2;
}

.grid .grid-box-3\/12 {
  grid-column: span 3;
}

.grid .grid-box-4\/12 {
  grid-column: span 4;
}

.grid .grid-box-5\/12 {
  grid-column: span 5;
}

.grid .grid-box-6\/12 {
  grid-column: span 6;
}

.grid .grid-box-7\/12 {
  grid-column: span 7;
}

.grid .grid-box-8\/12 {
  grid-column: span 8;
}

.grid .grid-box-9\/12 {
  grid-column: span 9;
}

.grid .grid-box-10\/12 {
  grid-column: span 10;
}

.grid .grid-box-11\/12 {
  grid-column: span 11;
}

.grid .grid-box-12\/12 {
  grid-column: span 12;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon.menu {
  background: url("../components/basics/icons/menu.svg");
}

.icon.menu-close {
  background: url("../components/basics/icons/menu-close.svg");
}

.icon.checkmark {
  background: url("../components/basics/icons/checkmark.svg");
}

.icon.checkbox {
  background: url("../components/basics/icons/checkbox.svg");
}

.icon.checkbox-checked {
  background: url("../components/basics/icons/checkbox-checked.svg");
}

.icon.radiobutton {
  background: url("../components/basics/icons/radiobutton.svg");
}

.icon.radiobutton-checked {
  background: url("../components/basics/icons/radiobutton-checked.svg");
}

.icon.arrow-right {
  background: url("../components/basics/icons/arrow-right.svg");
}

.icon.arrow-up {
  background: url("../components/basics/icons/arrow-up.svg");
}

.icon.circle-filled {
  background: url("../components/basics/icons/circle-filled.svg");
}

*.focus,
*:focus {
  -webkit-transition: all 100ms cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 100ms cubic-bezier(0.64, 0.76, 0, 1);
  outline: 8px solid rgba(0, 0, 0, 0.125);
}

*.focus::-moz-focus-inner,
*:focus::-moz-focus-inner {
  border: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
pre,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid .grid-box-1\/12 {
  grid-column: span 1;
}

.grid .grid-box-2\/12 {
  grid-column: span 2;
}

.grid .grid-box-3\/12 {
  grid-column: span 3;
}

.grid .grid-box-4\/12 {
  grid-column: span 4;
}

.grid .grid-box-5\/12 {
  grid-column: span 5;
}

.grid .grid-box-6\/12 {
  grid-column: span 6;
}

.grid .grid-box-7\/12 {
  grid-column: span 7;
}

.grid .grid-box-8\/12 {
  grid-column: span 8;
}

.grid .grid-box-9\/12 {
  grid-column: span 9;
}

.grid .grid-box-10\/12 {
  grid-column: span 10;
}

.grid .grid-box-11\/12 {
  grid-column: span 11;
}

.grid .grid-box-12\/12 {
  grid-column: span 12;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon.menu {
  background: url("../components/basics/icons/menu.svg");
}

.icon.menu-close {
  background: url("../components/basics/icons/menu-close.svg");
}

.icon.checkmark {
  background: url("../components/basics/icons/checkmark.svg");
}

.icon.checkbox {
  background: url("../components/basics/icons/checkbox.svg");
}

.icon.checkbox-checked {
  background: url("../components/basics/icons/checkbox-checked.svg");
}

.icon.radiobutton {
  background: url("../components/basics/icons/radiobutton.svg");
}

.icon.radiobutton-checked {
  background: url("../components/basics/icons/radiobutton-checked.svg");
}

.icon.arrow-right {
  background: url("../components/basics/icons/arrow-right.svg");
}

.icon.arrow-up {
  background: url("../components/basics/icons/arrow-up.svg");
}

.icon.circle-filled {
  background: url("../components/basics/icons/circle-filled.svg");
}

*.focus,
*:focus {
  -webkit-transition: all 100ms cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 100ms cubic-bezier(0.64, 0.76, 0, 1);
  outline: 8px solid rgba(0, 0, 0, 0.125);
}

*.focus::-moz-focus-inner,
*:focus::-moz-focus-inner {
  border: 0;
}

* {
  font-size: inherit;
}

p {
  font-size: 1.5rem;
  margin-bottom: 1.4em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  margin-top: 22.4px;
  margin-bottom: 22.4px;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.5rem;
}

blockquote {
  margin: 0 2rem;
}

blockquote cite {
  display: block;
  margin-bottom: 1.4em;
}

hr {
  display: block;
  border: 1px solid #000000;
}

a {
  -webkit-transition: all 0.2s cubic-bezier(0.77, -0.46, 0.18, 1.47);
  transition: all 0.2s cubic-bezier(0.77, -0.46, 0.18, 1.47);
  text-decoration: none;
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  color: #ffffff;
}

del {
  color: #ff0000;
}

ins {
  color: #0b960b;
}

small {
  font-size: 0.8rem;
}

abbr {
  border-bottom: 1px dotted #000000;
}


code,
pre {
  display: block;
  font-family: "Roboto Mono", monospace;
}

.table {
  width: 100%;
  display: table;
  border-spacing: 2px;
}

.table .row {
  display: table-row;
}

.table .row .cell {
  display: table-cell;
  padding: 0.5rem;
  background-color: #ffffff;
}

.table .row:hover .cell {
  color: #ffffff;
  background-color: #000000;
}

.table.space-l {
  border-spacing: 2px 0.25rem;
}

.table.space-l .cell {
  padding: 0.75rem;
}

.table.space-s {
  border-spacing: 1px;
}

.table.space-s .cell {
  padding: 0.25rem;
}

.table.size-s {
  width: 320px;
}

.table.size-s .row {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "copy meta" "sub meta";
  margin-bottom: 2px;
  background-color: #ffffff;
  overflow: auto;
}

.table.size-s .row:hover {
  color: #ffffff;
  background-color: #000000;
}

.table.size-s .row.head {
  display: none;
}

.table.size-s .row .cell {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: copy;
  border: 0;
  background-color: transparent;
}

.table.size-s .row .sub {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: sub;
  font-size: 0.8rem;
}

.table.size-s .row .meta {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: meta;
  padding-top: 0.35556rem;
  font-size: 0.8rem;
}

.table.size-s.space-l .row {
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
}

.table.size-s.space-s .row {
  margin-bottom: 1px;
}

table * {
  text-align: left;
}

table tr th, table tr td {
  padding: 0.75rem;
}

table tr th:first-child, table tr td:first-child {
  padding-left: 0;
}

input[type="text"], textarea,
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"] {
  -webkit-transition: all 0.1s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.1s cubic-bezier(0.64, 0.76, 0, 1);
  color: #000000;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}

input[type="text"].size-m, textarea.size-m,
input.size-m[type="password"],
input.size-m[type="color"],
input.size-m[type="date"],
input.size-m[type="datetime"],
input.size-m[type="datetime-local"],
input.size-m[type="month"],
input.size-m[type="week"],
input.size-m[type="email"],
input.size-m[type="tel"],
input.size-m[type="number"],
input.size-m[type="search"],
input.size-m[type="url"] {
  padding: 1.125rem 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

input[type="text"].labeled + label, textarea.labeled + label, input.labeled[type="password"] + label, input.labeled[type="color"] + label, input.labeled[type="date"] + label, input.labeled[type="datetime"] + label, input.labeled[type="datetime-local"] + label, input.labeled[type="month"] + label, input.labeled[type="week"] + label, input.labeled[type="email"] + label, input.labeled[type="tel"] + label, input.labeled[type="number"] + label, input.labeled[type="search"] + label, input.labeled[type="url"] + label {
  -webkit-transition: all 0.1s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.1s cubic-bezier(0.64, 0.76, 0, 1);
  position: absolute;
  font-size: 1rem;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 0.75rem 0.5rem;
}

input[type="text"].labeled.size-m + label, textarea.labeled.size-m + label, input.labeled.size-m[type="password"] + label, input.labeled.size-m[type="color"] + label, input.labeled.size-m[type="date"] + label, input.labeled.size-m[type="datetime"] + label, input.labeled.size-m[type="datetime-local"] + label, input.labeled.size-m[type="month"] + label, input.labeled.size-m[type="week"] + label, input.labeled.size-m[type="email"] + label, input.labeled.size-m[type="tel"] + label, input.labeled.size-m[type="number"] + label, input.labeled.size-m[type="search"] + label, input.labeled.size-m[type="url"] + label {
  font-size: 1.5rem;
  padding: 1.125rem 0.75rem;
}

input[type="text"].labeled.size-m:focus, textarea.labeled.size-m:focus,
input.labeled.size-m:focus[type="password"],
input.labeled.size-m:focus[type="color"],
input.labeled.size-m:focus[type="date"],
input.labeled.size-m:focus[type="datetime"],
input.labeled.size-m:focus[type="datetime-local"],
input.labeled.size-m:focus[type="month"],
input.labeled.size-m:focus[type="week"],
input.labeled.size-m:focus[type="email"],
input.labeled.size-m:focus[type="tel"],
input.labeled.size-m:focus[type="number"],
input.labeled.size-m:focus[type="search"],
input.labeled.size-m:focus[type="url"], input[type="text"].labeled.size-m:not([value=""]), textarea.labeled.size-m:not([value=""]),
input.labeled.size-m:not([value=""])[type="password"],
input.labeled.size-m:not([value=""])[type="color"],
input.labeled.size-m:not([value=""])[type="date"],
input.labeled.size-m:not([value=""])[type="datetime"],
input.labeled.size-m:not([value=""])[type="datetime-local"],
input.labeled.size-m:not([value=""])[type="month"],
input.labeled.size-m:not([value=""])[type="week"],
input.labeled.size-m:not([value=""])[type="email"],
input.labeled.size-m:not([value=""])[type="tel"],
input.labeled.size-m:not([value=""])[type="number"],
input.labeled.size-m:not([value=""])[type="search"],
input.labeled.size-m:not([value=""])[type="url"] {
  padding-top: 1.6875rem;
  padding-bottom: 0.5625rem;
}

input[type="text"].labeled:focus + label, textarea.labeled:focus + label, input.labeled:focus[type="password"] + label, input.labeled:focus[type="color"] + label, input.labeled:focus[type="date"] + label, input.labeled:focus[type="datetime"] + label, input.labeled:focus[type="datetime-local"] + label, input.labeled:focus[type="month"] + label, input.labeled:focus[type="week"] + label, input.labeled:focus[type="email"] + label, input.labeled:focus[type="tel"] + label, input.labeled:focus[type="number"] + label, input.labeled:focus[type="search"] + label, input.labeled:focus[type="url"] + label,
input[type="text"].labeled:not([value=""]) + label,
textarea.labeled:not([value=""]) + label,
input.labeled:not([value=""])[type="password"] + label,
input.labeled:not([value=""])[type="color"] + label,
input.labeled:not([value=""])[type="date"] + label,
input.labeled:not([value=""])[type="datetime"] + label,
input.labeled:not([value=""])[type="datetime-local"] + label,
input.labeled:not([value=""])[type="month"] + label,
input.labeled:not([value=""])[type="week"] + label,
input.labeled:not([value=""])[type="email"] + label,
input.labeled:not([value=""])[type="tel"] + label,
input.labeled:not([value=""])[type="number"] + label,
input.labeled:not([value=""])[type="search"] + label,
input.labeled:not([value=""])[type="url"] + label {
  top: -1.6rem;
  font-size: 0.7rem;
}

input[type="text"].labeled.size-m:focus + label, textarea.labeled.size-m:focus + label, input.labeled.size-m:focus[type="password"] + label, input.labeled.size-m:focus[type="color"] + label, input.labeled.size-m:focus[type="date"] + label, input.labeled.size-m:focus[type="datetime"] + label, input.labeled.size-m:focus[type="datetime-local"] + label, input.labeled.size-m:focus[type="month"] + label, input.labeled.size-m:focus[type="week"] + label, input.labeled.size-m:focus[type="email"] + label, input.labeled.size-m:focus[type="tel"] + label, input.labeled.size-m:focus[type="number"] + label, input.labeled.size-m:focus[type="search"] + label, input.labeled.size-m:focus[type="url"] + label,
input[type="text"].labeled.size-m:not([value=""]) + label,
textarea.labeled.size-m:not([value=""]) + label,
input.labeled.size-m:not([value=""])[type="password"] + label,
input.labeled.size-m:not([value=""])[type="color"] + label,
input.labeled.size-m:not([value=""])[type="date"] + label,
input.labeled.size-m:not([value=""])[type="datetime"] + label,
input.labeled.size-m:not([value=""])[type="datetime-local"] + label,
input.labeled.size-m:not([value=""])[type="month"] + label,
input.labeled.size-m:not([value=""])[type="week"] + label,
input.labeled.size-m:not([value=""])[type="email"] + label,
input.labeled.size-m:not([value=""])[type="tel"] + label,
input.labeled.size-m:not([value=""])[type="number"] + label,
input.labeled.size-m:not([value=""])[type="search"] + label,
input.labeled.size-m:not([value=""])[type="url"] + label {
  top: 0;
  padding-top: 0.5rem;
  font-size: 0.7rem;
}

input[type="text"].labeled:focus + label, textarea.labeled:focus + label, input.labeled:focus[type="password"] + label, input.labeled:focus[type="color"] + label, input.labeled:focus[type="date"] + label, input.labeled:focus[type="datetime"] + label, input.labeled:focus[type="datetime-local"] + label, input.labeled:focus[type="month"] + label, input.labeled:focus[type="week"] + label, input.labeled:focus[type="email"] + label, input.labeled:focus[type="tel"] + label, input.labeled:focus[type="number"] + label, input.labeled:focus[type="search"] + label, input.labeled:focus[type="url"] + label {
  color: #ffffff;
}

input[type="text"].labeled::-webkit-input-placeholder, textarea.labeled::-webkit-input-placeholder,
input.labeled[type="password"]::-webkit-input-placeholder,
input.labeled[type="color"]::-webkit-input-placeholder,
input.labeled[type="date"]::-webkit-input-placeholder,
input.labeled[type="datetime"]::-webkit-input-placeholder,
input.labeled[type="datetime-local"]::-webkit-input-placeholder,
input.labeled[type="month"]::-webkit-input-placeholder,
input.labeled[type="week"]::-webkit-input-placeholder,
input.labeled[type="email"]::-webkit-input-placeholder,
input.labeled[type="tel"]::-webkit-input-placeholder,
input.labeled[type="number"]::-webkit-input-placeholder,
input.labeled[type="search"]::-webkit-input-placeholder,
input.labeled[type="url"]::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"].labeled:-ms-input-placeholder, textarea.labeled:-ms-input-placeholder,
input.labeled[type="password"]:-ms-input-placeholder,
input.labeled[type="color"]:-ms-input-placeholder,
input.labeled[type="date"]:-ms-input-placeholder,
input.labeled[type="datetime"]:-ms-input-placeholder,
input.labeled[type="datetime-local"]:-ms-input-placeholder,
input.labeled[type="month"]:-ms-input-placeholder,
input.labeled[type="week"]:-ms-input-placeholder,
input.labeled[type="email"]:-ms-input-placeholder,
input.labeled[type="tel"]:-ms-input-placeholder,
input.labeled[type="number"]:-ms-input-placeholder,
input.labeled[type="search"]:-ms-input-placeholder,
input.labeled[type="url"]:-ms-input-placeholder {
  color: transparent;
}

input[type="text"].labeled::-ms-input-placeholder, textarea.labeled::-ms-input-placeholder,
input.labeled[type="password"]::-ms-input-placeholder,
input.labeled[type="color"]::-ms-input-placeholder,
input.labeled[type="date"]::-ms-input-placeholder,
input.labeled[type="datetime"]::-ms-input-placeholder,
input.labeled[type="datetime-local"]::-ms-input-placeholder,
input.labeled[type="month"]::-ms-input-placeholder,
input.labeled[type="week"]::-ms-input-placeholder,
input.labeled[type="email"]::-ms-input-placeholder,
input.labeled[type="tel"]::-ms-input-placeholder,
input.labeled[type="number"]::-ms-input-placeholder,
input.labeled[type="search"]::-ms-input-placeholder,
input.labeled[type="url"]::-ms-input-placeholder {
  color: transparent;
}

input[type="text"].labeled::placeholder, textarea.labeled::placeholder,
input.labeled[type="password"]::placeholder,
input.labeled[type="color"]::placeholder,
input.labeled[type="date"]::placeholder,
input.labeled[type="datetime"]::placeholder,
input.labeled[type="datetime-local"]::placeholder,
input.labeled[type="month"]::placeholder,
input.labeled[type="week"]::placeholder,
input.labeled[type="email"]::placeholder,
input.labeled[type="tel"]::placeholder,
input.labeled[type="number"]::placeholder,
input.labeled[type="search"]::placeholder,
input.labeled[type="url"]::placeholder {
  color: transparent;
}

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder {
  color: #000000;
}

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder {
  color: #000000;
}

input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder {
  color: #000000;
}

input[type="text"]::placeholder, textarea::placeholder,
input[type="password"]::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder {
  color: #000000;
}

input[type="text"]:not([value=""]) + label, textarea:not([value=""]) + label, input:not([value=""])[type="password"] + label, input:not([value=""])[type="color"] + label, input:not([value=""])[type="date"] + label, input:not([value=""])[type="datetime"] + label, input:not([value=""])[type="datetime-local"] + label, input:not([value=""])[type="month"] + label, input:not([value=""])[type="week"] + label, input:not([value=""])[type="email"] + label, input:not([value=""])[type="tel"] + label, input:not([value=""])[type="number"] + label, input:not([value=""])[type="search"] + label, input:not([value=""])[type="url"] + label {
  color: #000000;
}

input[type="text"]:focus, textarea:focus,
input:focus[type="password"],
input:focus[type="color"],
input:focus[type="date"],
input:focus[type="datetime"],
input:focus[type="datetime-local"],
input:focus[type="month"],
input:focus[type="week"],
input:focus[type="email"],
input:focus[type="tel"],
input:focus[type="number"],
input:focus[type="search"],
input:focus[type="url"] {
  color: #ffffff;
  background-color: #000000;
}

input[type="text"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder {
  color: #999999;
}

input[type="text"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder {
  color: #999999;
}

input[type="text"]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder,
input[type="password"]:focus::-ms-input-placeholder,
input[type="color"]:focus::-ms-input-placeholder,
input[type="date"]:focus::-ms-input-placeholder,
input[type="datetime"]:focus::-ms-input-placeholder,
input[type="datetime-local"]:focus::-ms-input-placeholder,
input[type="month"]:focus::-ms-input-placeholder,
input[type="week"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder,
input[type="number"]:focus::-ms-input-placeholder,
input[type="search"]:focus::-ms-input-placeholder,
input[type="url"]:focus::-ms-input-placeholder {
  color: #999999;
}

input[type="text"]:focus::placeholder, textarea:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="color"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="url"]:focus::placeholder {
  color: #999999;
}

span.input-field-wrapper {
  position: relative;
  display: inline-block;
}

textarea,
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"] {
  -webkit-appearance: none;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.button, input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  -webkit-transition: all 0.1s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.1s cubic-bezier(0.64, 0.76, 0, 1);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem 2rem;
  border: 0;
  margin-right: 0.75rem;
  font: inherit;
  color: #ffffff;
  background: #000000;
  outline: 0;
  cursor: pointer;
}

.button.size-m, input.size-m[type="submit"],
input.size-m[type="button"],
input.size-m[type="reset"],
button.size-m {
  padding: 1.125rem 2rem;
  font-size: 1.5rem;
}

.button:disabled, input:disabled[type="submit"],
input:disabled[type="button"],
input:disabled[type="reset"],
button:disabled, .button.disabled, input.disabled[type="submit"],
input.disabled[type="button"],
input.disabled[type="reset"],
button.disabled {
  color: #333333;
}

.button:disabled:hover, input:disabled:hover[type="submit"],
input:disabled:hover[type="button"],
input:disabled:hover[type="reset"],
button:disabled:hover, .button.disabled:hover, input.disabled:hover[type="submit"],
input.disabled:hover[type="button"],
input.disabled:hover[type="reset"],
button.disabled:hover {
  cursor: not-allowed;
  color: #333333;
  background: #000000;
}

.button.secondary:hover, input.secondary:hover[type="submit"],
input.secondary:hover[type="button"],
input.secondary:hover[type="reset"],
button.secondary:hover, .button.secondary.hover, input.secondary.hover[type="submit"],
input.secondary.hover[type="button"],
input.secondary.hover[type="reset"],
button.secondary.hover, .button:hover, input:hover[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
button:hover, .button.hover, input.hover[type="submit"],
input.hover[type="button"],
input.hover[type="reset"],
button.hover {
  color: #000000;
  background: #ffffff;
}

.button.secondary:focus, input.secondary:focus[type="submit"],
input.secondary:focus[type="button"],
input.secondary:focus[type="reset"],
button.secondary:focus, .button.secondary.focus, input.secondary.focus[type="submit"],
input.secondary.focus[type="button"],
input.secondary.focus[type="reset"],
button.secondary.focus, .button:focus, input:focus[type="submit"],
input:focus[type="button"],
input:focus[type="reset"],
button:focus, .button.focus, input.focus[type="submit"],
input.focus[type="button"],
input.focus[type="reset"],
button.focus {
  color: #000000;
  background: #ffffff;
}

.button.secondary:active, input.secondary:active[type="submit"],
input.secondary:active[type="button"],
input.secondary:active[type="reset"],
button.secondary:active, .button.secondary.active, input.secondary.active[type="submit"],
input.secondary.active[type="button"],
input.secondary.active[type="reset"],
button.secondary.active, .button:active, input:active[type="submit"],
input:active[type="button"],
input:active[type="reset"],
button:active, .button.active, input.active[type="submit"],
input.active[type="button"],
input.active[type="reset"],
button.active {
  color: #000000;
  background: #ffffff;
  outline: 8px solid rgba(0, 0, 0, 0.125);
}

.button.secondary, input.secondary[type="submit"],
input.secondary[type="button"],
input.secondary[type="reset"],
button.secondary {
  background: none;
}

.button.secondary:active, input.secondary:active[type="submit"],
input.secondary:active[type="button"],
input.secondary:active[type="reset"],
button.secondary:active, .button.secondary.active, input.secondary.active[type="submit"],
input.secondary.active[type="button"],
input.secondary.active[type="reset"],
button.secondary.active, .button.secondary:focus, input.secondary:focus[type="submit"],
input.secondary:focus[type="button"],
input.secondary:focus[type="reset"],
button.secondary:focus, .button.secondary.focus, input.secondary.focus[type="submit"],
input.secondary.focus[type="button"],
input.secondary.focus[type="reset"],
button.secondary.focus, .button.secondary:hover, input.secondary:hover[type="submit"],
input.secondary:hover[type="button"],
input.secondary:hover[type="reset"],
button.secondary:hover, .button.secondary.hover, input.secondary.hover[type="submit"],
input.secondary.hover[type="button"],
input.secondary.hover[type="reset"],
button.secondary.hover {
  background: rgba(0, 0, 0, 0.125);
}

ol,
ul {
  margin: 1.4em 0 1.4em 1.4em;
}

ol li, ul li {
  padding: 0;
}

ol li > ol,
ol li > ul, ul li > ol,
ul li > ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: none;
}

.tag {
  display: inline-block;
  border: 2px solid #000000;
  color: #000000;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  text-rendering: optimizeLegibility;
}

.tag.size-m {
  font-size: 1rem;
}

@-webkit-keyframes check {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes check {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes uncheck {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes uncheck {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

input[type="checkbox"].checkbox,
input[type="checkbox"].checkbox.size-s {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type="checkbox"].checkbox + label,
input[type="checkbox"].checkbox.size-s + label {
  cursor: pointer;
  padding-left: 3.5rem;
  line-height: 2.5rem;
}

input[type="checkbox"].checkbox + span,
input[type="checkbox"].checkbox.size-s + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0.35rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.75rem 0.375rem 0;
  background: url("../components/basics/icons/checkbox.svg");
  background-repeat: no-repeat;
}

input[type="checkbox"].checkbox + span::after,
input[type="checkbox"].checkbox.size-s + span::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background: url("../components/basics/icons/checkbox-checked.svg");
  -webkit-animation: uncheck 100ms forwards;
          animation: uncheck 100ms forwards;
}

input[type="checkbox"].checkbox:checked + span::after,
input[type="checkbox"].checkbox.size-s:checked + span::after {
  -webkit-animation: check 100ms forwards;
          animation: check 100ms forwards;
}

input[type="checkbox"].checkbox:focus + span,
input[type="checkbox"].checkbox.size-s:focus + span {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
}

input[type="checkbox"].checkbox.size-m {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type="checkbox"].checkbox.size-m + label {
  cursor: pointer;
  padding-left: 4rem;
  line-height: 3rem;
}

input[type="checkbox"].checkbox.size-m + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0.6rem;
  width: 2rem;
  height: 2rem;
  margin: 0 0.75rem 0.375rem 0;
  background: url("../components/basics/icons/checkbox.svg");
  background-repeat: no-repeat;
}

input[type="checkbox"].checkbox.size-m + span::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background-repeat: no-repeat;
  background: url("../components/basics/icons/checkbox-checked.svg");
  -webkit-animation: uncheck 100ms forwards;
          animation: uncheck 100ms forwards;
}

input[type="checkbox"].checkbox.size-m:checked + span::after {
  -webkit-animation: check 100ms forwards;
          animation: check 100ms forwards;
}

input[type="checkbox"].checkbox.size-m:focus + span {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
}

input[type="checkbox"].checkbox.size-l {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type="checkbox"].checkbox.size-l + label {
  cursor: pointer;
  padding-left: 5rem;
  line-height: 4rem;
}

input[type="checkbox"].checkbox.size-l + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1.1rem;
  width: 3rem;
  height: 3rem;
  margin: 0 0.75rem 0.375rem 0;
  background: url("../components/basics/icons/checkbox.svg");
  background-repeat: no-repeat;
}

input[type="checkbox"].checkbox.size-l + span::after {
  display: block;
  width: 3rem;
  height: 3rem;
  content: "";
  background-repeat: no-repeat;
  background: url("../components/basics/icons/checkbox-checked.svg");
  -webkit-animation: uncheck 100ms forwards;
          animation: uncheck 100ms forwards;
}

input[type="checkbox"].checkbox.size-l:checked + span::after {
  -webkit-animation: check 100ms forwards;
          animation: check 100ms forwards;
}

input[type="checkbox"].checkbox.size-l:focus + span {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
}

@keyframes check {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes uncheck {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

input[type="radio"],
input[type="radio"].size-s {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type="radio"] + label,
input[type="radio"].size-s + label {
  cursor: pointer;
  padding-left: 3.5rem;
  line-height: 2.5rem;
}

input[type="radio"] + span,
input[type="radio"].size-s + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0.35rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  background: url("../components/basics/icons/radiobutton.svg");
  background-repeat: no-repeat;
}

input[type="radio"] + span::after,
input[type="radio"].size-s + span::after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  -webkit-animation: uncheck 100ms forwards;
          animation: uncheck 100ms forwards;
  background: url("../components/basics/icons/radiobutton-checked.svg");
}

input[type="radio"]:checked + span::after,
input[type="radio"].size-s:checked + span::after {
  -webkit-animation: check 100ms forwards;
          animation: check 100ms forwards;
}

input[type="radio"]:focus + span::after,
input[type="radio"].size-s:focus + span::after {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
  border-radius: 50%;
}

input[type="radio"].size-m {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type="radio"].size-m + label {
  cursor: pointer;
  padding-left: 4rem;
  line-height: 3rem;
}

input[type="radio"].size-m + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 0.6rem;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  background: url("../components/basics/icons/radiobutton.svg");
  background-repeat: no-repeat;
}

input[type="radio"].size-m + span::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background-repeat: no-repeat;
  -webkit-animation: uncheck 100ms forwards;
          animation: uncheck 100ms forwards;
  background: url("../components/basics/icons/radiobutton-checked.svg");
}

input[type="radio"].size-m:checked + span::after {
  -webkit-animation: check 100ms forwards;
          animation: check 100ms forwards;
}

input[type="radio"].size-m:focus + span::after {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
  border-radius: 50%;
}

input[type="radio"].size-l {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

input[type="radio"].size-l + label {
  cursor: pointer;
  padding-left: 5rem;
  line-height: 4rem;
}

input[type="radio"].size-l + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1.1rem;
  width: 3rem;
  height: 3rem;
  margin-right: 0.25rem;
  background: url("../components/basics/icons/radiobutton.svg");
  background-repeat: no-repeat;
}

input[type="radio"].size-l + span::after {
  display: block;
  width: 3rem;
  height: 3rem;
  content: "";
  background-repeat: no-repeat;
  -webkit-animation: uncheck 100ms forwards;
          animation: uncheck 100ms forwards;
  background: url("../components/basics/icons/radiobutton-checked.svg");
}

input[type="radio"].size-l:checked + span::after {
  -webkit-animation: check 100ms forwards;
          animation: check 100ms forwards;
}

input[type="radio"].size-l:focus + span::after {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.125);
  border-radius: 50%;
}

input[type="checkbox"].toggle,
input[type="checkbox"].toggle.size-s {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].toggle + label,
input[type="checkbox"].toggle.size-s + label {
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  padding-left: 4.25rem;
  line-height: 2.5rem;
}

input[type="checkbox"].toggle + span,
input[type="checkbox"].toggle.size-s + span {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.25rem;
  top: 0.35rem;
  position: relative;
  visibility: hidden;
}

input[type="checkbox"].toggle + span::after,
input[type="checkbox"].toggle.size-s + span::after {
  visibility: visible;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  display: block;
  background-color: #ffffff;
  width: 2.25rem;
  height: 1.5rem;
}

input[type="checkbox"].toggle:checked + span::after,
input[type="checkbox"].toggle.size-s:checked + span::after {
  background-color: #000000;
}

input[type="checkbox"].toggle + span::before,
input[type="checkbox"].toggle.size-s + span::before {
  visibility: visible;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 1.5rem;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
  background-color: #000000;
}

input[type="checkbox"].toggle:checked + span::before,
input[type="checkbox"].toggle.size-s:checked + span::before {
  left: 1.5rem;
  background-color: #ffffff;
}

input[type="checkbox"].toggle.size-m {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].toggle.size-m + label {
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  padding-left: 5rem;
  line-height: 3rem;
}

input[type="checkbox"].toggle.size-m + span {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.25rem;
  top: 0.6rem;
  position: relative;
  visibility: hidden;
}

input[type="checkbox"].toggle.size-m + span::after {
  visibility: visible;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  display: block;
  background-color: #ffffff;
  width: 3rem;
  height: 2rem;
}

input[type="checkbox"].toggle.size-m:checked + span::after {
  background-color: #000000;
}

input[type="checkbox"].toggle.size-m + span::before {
  visibility: visible;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  display: block;
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
  background-color: #000000;
}

input[type="checkbox"].toggle.size-m:checked + span::before {
  left: 2rem;
  background-color: #ffffff;
}

input[type="checkbox"].toggle.size-l {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].toggle.size-l + label {
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  padding-left: 7rem;
  line-height: 4rem;
}

input[type="checkbox"].toggle.size-l + span {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.25rem;
  top: 1.1rem;
  position: relative;
  visibility: hidden;
}

input[type="checkbox"].toggle.size-l + span::after {
  visibility: visible;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  display: block;
  background-color: #ffffff;
  width: 5rem;
  height: 3rem;
}

input[type="checkbox"].toggle.size-l:checked + span::after {
  background-color: #000000;
}

input[type="checkbox"].toggle.size-l + span::before {
  visibility: visible;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.76, 0, 1);
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 3rem;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
  background-color: #000000;
}

input[type="checkbox"].toggle.size-l:checked + span::before {
  left: 3.5rem;
  background-color: #ffffff;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  min-width: 4em;
  padding: 0;
  background: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  min-width: 3em;
  height: 24px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: 0px 0px 0px #000000;
          box-shadow: 0px 0px 0px #000000;
  background: #000000;
  border-radius: 0;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 0px #000000;
          box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
  border: 0px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}

input[type=range]::-moz-range-track {
  width: 100%;
  min-width: 3em;
  height: 24px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #000000;
  border-radius: 0;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
  border: 0px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  min-width: 3em;
  height: 24px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0px solid #000000;
  border-radius: 0;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0px solid #000000;
  border-radius: 0;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
  border: 0px solid #000000;
  height: 24px;
  width: 24px;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}

input[type=range]:focus::-ms-fill-upper {
  background: #000000;
}

body {
  margin: 2em;
  background-color: #ffffff;
  background-color: rgba(255, 80, 109, 0.815);
  line-height: 1.3;
  font-weight: 400;
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow-y: scroll;
}

.container {
  height: 20em;
  overflow-y: scroll;
}

#page {
  display: -ms-grid;
  display: grid;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: "aside" "header" "content";
}

@media all and (min-width: 7680px) {
  #page {
        grid-template-areas: "aside header header header" "aside content content content";
  }
}

#page.summary article {
  margin: 0;
}

#page.summary article > *:not(.title) {
  display: none;
}

header {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: header;
  margin-bottom: 3em;
  line-height: 1.2;
}

header * {
  margin: 0;
  font-size: 400%;
}

aside {
  position: fixed;
  top: 1rem;
  right: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: aside;
  padding-right: 2rem;
}

nav {
  grid-area: nav;
}

nav #menu-toggle span {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
}

nav ul {
  margin-left: 0;
}

nav ul li {
  list-style: none;
}

nav ul li::before {
  display: none;
}

main {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: content;
}

main article {
  margin-bottom: 4em;
}


code,
pre {
  margin: 1em 0;
  padding: 1rem;
  background-color: #ffffff;
}

table tr td,
table tr th {
  padding-right: 4rem;
}

article > h2:first-child {
  display: block;
}

article > h2:first-child a {
  color: #000000;
}

img {
  max-width: 100%;
}

.icon-sample {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.icon-sample .icon {
  position: relative;
  width: 3rem;
  height: 3rem;
}

.icon-sample .icon::before {
  content: attr(class);
  margin-top: 3.5rem;
  font-size: 0.8rem;
  display: inline-block;
  height: 2rem;
  white-space: nowrap;
}

.shadow-sample-s {
  width: 240px;
  height: 180px;
  -webkit-box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4em 0.4em -0.15em rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=style.css.map */