@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700;
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 700;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.paragraphs-inner {
  position: relative;
}

#font {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#font-weights-inner {
  font-size: 20px;
  border-radius: 10px;
}
#font-weights-inner .weights {
  position: relative !important;
  gap: 2px;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
}
#font-weights-inner .weights li {
  min-width: 25vw;
  background-color: rgb(17, 22, 23);
  pointer-events: none;
}
#font-weights-inner .weights li span {
  line-height: 1.25;
  font-size: 22.5vh !important;
}

#stylistic-sets-inner {
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  gap: 16px;
  border-radius: 10px;
}
@media only screen and (max-width: 1000px) {
  #stylistic-sets-inner {
    flex-direction: column;
  }
}
#stylistic-sets-inner .stylistic-set {
  background: unset !important;
  min-width: unset !important;
  height: unset !important;
}
#stylistic-sets-inner .stylistic-set:hover .stylistic-set-phrase {
  font-feature-settings: unset !important;
}
#stylistic-sets-inner .stylistic-set-name:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  opacity: 0.4;
  content: "🔓";
  font-size: 150%;
  width: 50px;
}
#stylistic-sets-inner.on .stylistic-set-name:before {
  opacity: 1;
  content: "🔒";
}
#stylistic-sets-inner.on .stylistic-set-name:after {
  transition: all 0.125s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "ON";
}
#stylistic-sets-inner .stylistic-set-name:after {
  width: 50px;
  text-align: right;
  transition: all 0.125s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "OFF";
}
#stylistic-sets-inner .stylistic-set-name {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 400 !important;
  line-height: 1;
  padding: 12px 20px;
  display: block;
  text-align: left;
}
#stylistic-sets-inner .stylistic-set-name:after {
  opacity: 0.4;
}
#stylistic-sets-inner .stylistic-set-name {
  bottom: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
#stylistic-sets-inner .stylistic-set-example {
  width: 33vw;
  flex: 1;
  color: white;
  orphans: 0;
  widows: 1;
  max-height: 590px;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  position: relative;
  font-weight: 130;
  letter-spacing: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 1000px) {
  #stylistic-sets-inner .stylistic-set-example {
    width: 100%;
  }
}
#stylistic-sets-inner .stylistic-set-example:hover {
  background-color: rgba(17, 22, 23, 0.7);
}
#stylistic-sets-inner .stylistic-set-example .stylistic-set-phrase {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 20vmin;
  white-space: nowrap;
  display: flex;
  gap: 2px;
  background: transparent;
}
#stylistic-sets-inner .stylistic-set-example .stylistic-set-phrase i {
  flex: 1;
  background-color: rgb(17, 22, 23);
  width: 48%;
  color: white;
  font-style: normal;
}
#stylistic-sets-inner .stylistic-set-example .stylistic-set-phrase i:first-child {
  padding-left: 0.1em;
}
#stylistic-sets-inner .stylistic-set-example .stylistic-set-phrase i:last-child {
  padding-right: 0.1em;
}
#stylistic-sets-inner .stylistic-set-num {
  top: 0;
  right: 0;
}
#stylistic-sets-inner .stylistic-set-num {
  position: absolute;
  letter-spacing: 0.1em;
  padding: 10px !important;
  font-size: 9px;
  line-height: 1;
  padding-top: 8px;
  opacity: 0.4;
  font-weight: 500;
  z-index: 10000;
  text-transform: uppercase;
}

.long-text {
  background-color: rgb(17, 22, 23);
  padding: 48px;
  -moz-column-width: 1600px;
       column-width: 1600px;
  font-size: 64px;
  overflow: scroll;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.6;
  line-height: 1.15;
  border-radius: 10px;
  height: 500px;
}
.long-text p + p {
  margin-top: 1em;
}
.long-text p {
  color: white;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline;
}
.long-text p b {
  color: var(--color-gray-100);
  font-weight: bolder;
}

.box {
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(17, 22, 23);
  display: block;
  position: relative;
}
.box .tabs {
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
}
.box .tabs .tab {
  width: 50%;
}
.box .tabs .tab {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-bottom: 0.2rem solid transparent;
  color: var(--tabTitleColor);
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 5rem;
  justify-content: center;
  margin: 0;
  padding: 0.3rem;
  text-align: center;
  width: 100%;
  word-break: break-word;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
}
.box .tabs .tab.active {
  border-bottom-color: var(--tabSelectedBorderColor);
  color: var(--tabSelectedTitleColor);
}

#tnum {
  text-align: center;
  letter-spacing: 0;
  font-size: 20vmin;
  line-height: 1;
  padding: 100px 0;
  white-space: nowrap;
}
#tnum span {
  position: relative;
  z-index: 1000;
  pointer-events: none;
}

.opentype-features-browse,
.weights {
  overflow: hidden;
  border-radius: 10px;
  list-style: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.opentype-features-browse li:hover:before,
.weights li:hover:before {
  content: "🔓" !important;
  font-size: 200%;
  padding-top: 0.125em;
}
.opentype-features-browse.locked li.active:hover:before,
.opentype-features-browse.locked li.active:before,
.weights.locked li.active:hover:before,
.weights.locked li.active:before {
  content: "🔒" !important;
  font-size: 200%;
  padding-top: 0.125em;
}
.opentype-features-browse li,
.weights li {
  color: rgb(255, 255, 255);
  text-align: center;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}
.opentype-features-browse li:before,
.weights li:before {
  line-height: 1.8;
  font-size: 12px;
  content: attr(weight-class);
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
}
.opentype-features-browse li:after,
.weights li:after {
  content: attr(name);
  display: block;
  padding: 24px 24px;
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 8px 16px;
}
.opentype-features-browse li:before, .opentype-features-browse li:after,
.weights li:before,
.weights li:after {
  letter-spacing: 0.1em;
  padding: 10px !important;
  font-size: 9px;
  line-height: 1;
  padding-top: 8px;
  opacity: 0.4;
  z-index: 10000;
  text-transform: uppercase;
  overflow: hidden !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.opentype-features-browse li.active,
.weights li.active {
  color: rgb(255, 255, 255);
}
.opentype-features-browse li.active:after,
.weights li.active:after {
  opacity: 1;
}
.opentype-features-browse li:hover,
.weights li:hover {
  color: white;
}

.opentype-features-browse li:before {
  content: attr(opentype-feature);
}

#font-hero {
  overflow: hidden;
  background-color: rgb(17, 22, 23);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex: 1;
}
#font-hero #font-input {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 19.5vw;
  font-size: clamp(150px, 20vw, 300px);
  line-height: 64vh;
  height: 64vh;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: X mandatory;
  z-index: 1000;
}
#font-hero #font-input span {
  overflow: hidden;
  display: block;
  scroll-snap-align: center;
  width: 100%;
  vertical-align: middle;
}
#font-hero .input-target {
  white-space: nowrap;
  position: relative;
  pointer-events: none;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
}
#font-hero .input-target:after {
  top: 50%;
  margin-top: -0.175em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1.1em;
  width: 0.005em;
  margin-right: -0.05em;
  margin-left: 0.05em;
  background-color: var(--color-gray-500);
  animation: blink-caret 0.8s infinite;
}

.guides {
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 50%;
  opacity: 0.5;
  list-style: none;
}
.weight-100 .guides .xheight {
  margin-top: -0.165em;
}
.weight-200 .guides .xheight {
  margin-top: -0.1675em;
}
.weight-300 .guides .xheight {
  margin-top: -0.17em;
}
.weight-400 .guides .xheight {
  margin-top: -0.1725em;
}
.weight-500 .guides .xheight {
  margin-top: -0.175em;
}
.weight-600 .guides .xheight {
  margin-top: -0.18em;
}
.weight-700 .guides .xheight {
  margin-top: -0.185em;
}
.weight-800 .guides .xheight {
  margin-top: -0.19em;
}
.weight-900 .guides .xheight {
  margin-top: -0.195em;
}
.guides li {
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid rgb(24, 29, 30);
}
.guides .ascender {
  margin-top: -0.4em;
}
.guides .cap {
  margin-top: -0.4em;
}
.guides .base {
  margin-top: 0.3em;
}
.guides .descender {
  margin-top: 0.465em;
}
.guides .xheight {
  margin-top: -0.2em;
}

#font-axis {
  top: 0px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  table-layout: fixed;
  border-spacing: 2px;
  border-collapse: seperate;
  height: calc(100vh - 110px);
}
#font-axis th:nth-child(2), #font-axis td:nth-child(2),
#font-axis th:first-child, #font-axis td:first-child {
  border-left: 0; /* Remove left border from the first cell in each row */
}
#font-axis th:last-child, #font-axis td:last-child {
  border-right: 0; /* Remove right border from the last cell in each row */
}
#font-axis tr:first-child th, #font-axis tr:first-child td {
  border-top: 0; /* Remove top border from the first row */
}
#font-axis tr:last-child th, #font-axis tr:last-child td {
  border-bottom: 0; /* Remove bottom border from the last row */
}
#font-axis th, #font-axis td {
  border: 2px solid black;
}
#font-axis thead th,
#font-axis thead .font-width-name {
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
#font-axis thead th span,
#font-axis thead .font-width-name span {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0.4;
  padding: 6px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.4;
  font-family: "ND Kern", helvetica, sans-serif;
  font-weight: 500;
}
#font-axis tbody th {
  position: relative;
}
#font-axis tbody th span {
  position: absolute;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  opacity: 0.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.4;
  font-family: "ND Kern", helvetica, sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
#font-axis tbody tr td:nth-child(2) {
  font-stretch: 50%;
}
#font-axis tbody tr td:nth-child(3) {
  font-stretch: 75%;
}
#font-axis tbody tr td:nth-child(4) {
  font-stretch: 100%;
}
#font-axis tbody tr td:nth-child(5) {
  font-stretch: 125%;
}
#font-axis tbody tr td:nth-child(6) {
  font-stretch: 150%;
}
#font-axis tbody tr td:nth-child(7) {
  font-stretch: 175%;
}
#font-axis tbody tr td:nth-child(8) {
  font-stretch: 200%;
}
#font-axis tbody tr:nth-child(1) td:not(:first-child) {
  font-weight: 20;
}
#font-axis tbody tr:nth-child(2) td:not(:first-child) {
  font-weight: 33;
}
#font-axis tbody tr:nth-child(3) td:not(:first-child) {
  font-weight: 50;
}
#font-axis tbody tr:nth-child(4) td:not(:first-child) {
  font-weight: 71;
}
#font-axis tbody tr:nth-child(5) td:not(:first-child) {
  font-weight: 96;
}
#font-axis tbody tr:nth-child(6) td:not(:first-child) {
  font-weight: 125;
}
#font-axis tbody tr:nth-child(7) td:not(:first-child) {
  font-weight: 156;
}
#font-axis tbody tr:nth-child(8) td:not(:first-child) {
  font-weight: 190;
}
#font-axis tbody tr:nth-child(9) td:not(:first-child) {
  font-weight: 226;
}
#font-axis tr {
  font-size: 6vw;
  line-height: 1.35;
}
#font-axis tr td {
  padding-top: 0.1em;
}
#font-axis tr td {
  text-align: center;
  background-color: rgb(17, 22, 23);
}
#font-axis tr:first-child td {
  padding-top: 0.2em;
}
#font-axis tr:first-child td:nth-child(2) {
  border-top-left-radius: 10px;
}
#font-axis tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.shuffle-languages {
  display: flex;
  gap: 2;
  overflow-y: hidden;
  overflow-x: scroll;
}
.shuffle-languages > * + * {
  border-left: 2px solid black !important;
}
.shuffle-languages .button {
  flex: 1;
  border-radius: 0;
  transition: background-color 0.75s 0s linear;
}
.shuffle-languages .button:active {
  transition: background-color 0s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: rgb(37, 42, 43);
}
.shuffle-languages .button .button-icon {
  font-size: 12px;
}

#font-character-meta button {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  height: 44px;
  width: 44px;
  background: transparent;
  border-radius: 0;
  font-weight: 500;
}
#font-character-meta button:hover, #font-character-meta button.active {
  opacity: 1;
  color: white;
}
#font-character-meta .button-icon {
  font-size: 18px;
}

.button.inactive {
  color: rgba(255, 255, 255, 0.4) !important;
}
.button.inactive:hover {
  color: white !important;
}

#font-character-magnifier-options {
  display: flex;
  z-index: 100000;
}
#font-character-magnifier-options #font-character-magnifier-factors {
  display: none;
}
#font-character-magnifier-options:hover #font-character-magnifier-factors {
  display: block;
}
#font-character-magnifier-options #font-magnifier-toggle {
  z-index: 100000;
  color: white;
  border-radius: 0;
  background: transparent;
  font-weight: 800;
}
#font-character-magnifier-options #font-magnifier-toggle.inactive {
  color: rgba(255, 255, 255, 0.4) !important;
}
#font-character-magnifier-options #font-magnifier-toggle.inactive:hover {
  color: white !important;
}

#font-magnifier {
  z-index: 100;
  top: 0%;
  left: 0%;
  position: absolute;
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
  overflow: hidden;
  display: none;
  pointer-events: none;
  background-color: #161C1D;
  opacity: 1;
  cursor: none !important;
}

#font-magnifier-content {
  transform-origin: center;
  pointer-events: none;
  position: absolute;
  -webkit-text-stroke-width: 0.5px; /* Width of the stroke */
  -webkit-text-stroke-color: white;
  color: transparent;
  text-align: center;
  opacity: 0.95;
}

#font-browser {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 800px) {
  #font-browser {
    flex-direction: column;
  }
}
#font-browser #font-container {
  flex: 1;
  min-width: calc(40% - 16px);
}
#font-browser #font-inspector {
  min-width: calc(60% - 16px);
  flex: 1;
}
#font-browser #font-inspector #font-character-meta {
  border-top: 2px solid black;
  line-height: 1.8;
  bottom: 0;
  width: 100%;
  color: var(--color-gray-600);
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  padding: 10px 16px;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 9px;
  line-height: 1;
  z-index: 10000;
  text-transform: uppercase;
}
#font-browser #font-inspector #font-character-meta > * + * {
  border-left: 2px solid black;
}
#font-browser #font-inspector #font-character-meta > * {
  min-width: 44px;
  background-color: rgb(17, 22, 23);
  align-items: center;
  justify-content: center;
  display: flex;
}
#font-browser #font-inspector #font-character-meta #font-character-name {
  color: var(--color-gray-300);
}
#font-browser #font-inspector #font-character-meta #font-character-unicode-hex {
  flex: 5;
  text-align: center;
}
#font-browser #font-character-wrap {
  position: relative;
  top: 40px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
}
#font-browser #font-character-wrap h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 0.4;
  display: none;
}
#font-browser #font-character {
  background-color: rgb(17, 22, 23);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#font-browser #font-character #font-character-preview {
  font-size: 32.5vw;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 1000px) {
  #font-browser #font-character #font-character-preview {
    font-size: 50vw;
  }
}
@media only screen and (min-width: 1000px) {
  #font-browser #font-character #font-character-preview {
    line-height: calc(100vh - 110px);
  }
}
#font-browser #font-character #font-character-preview .default-char {
  z-index: 0;
  position: relative;
}
#font-browser #font-character #font-character-preview .prev-char,
#font-browser #font-character #font-character-preview .next-char {
  color: #161C1D;
  opacity: 0.5;
  z-index: -1;
  position: absolute;
}
#font-browser #font-character #font-character-preview .prev-char {
  right: 100%;
}
#font-browser #font-character #font-character-preview .next-char {
  left: 100%;
}
#font-browser #font-character .weights li:after {
  display: none;
}

#font-container {
  counter-reset: sets;
}
#font-container .character-group {
  counter-increment: set;
}
#font-container .character-group h2:before {
  content: counter(set) " — ";
  display: inline-block;
  margin-right: 0.4em;
}

#font-container {
  flex: 1;
  margin-top: -30px;
}
#font-container h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-top: 10px;
  padding-bottom: 8px;
  opacity: 0.4;
  font-family: "ND Kern", helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: 1;
  opacity: 0.4;
  z-index: 10000;
  text-transform: uppercase;
  padding: 11px;
  font-size: 10px;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  #font-container h2 {
    display: none;
  }
}
#font-container .character-group {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#font-container .character-group:hover h2 {
  opacity: 1;
}
#font-container .character-group.active h2 {
  opacity: 1;
}
@media only screen and (max-width: 1000px) {
  #font-container .character-group.active h2 {
    display: none;
  }
}
#font-container .character-group.active .character-group-content {
  grid-auto-flow: unset; /* Ensure items are placed in a single row */
}
#font-container .character-group-content {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10%, 1fr));
  grid-auto-flow: column; /* Ensure items are placed in a single row */
  scrollbar-width: none; /* Firefox */
  overflow-y: hidden;
  overflow-x: scroll;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  #font-container .character-group-content {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
  #font-container .character-group-content {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  #font-container .character-group-content {
    grid-template-columns: repeat(auto-fill, minmax(12.5%, 1fr));
  }
}
#font-container .character-group-content span {
  flex: 1;
  background-color: rgb(17, 22, 23);
  padding: 0;
  margin: 0;
  text-align: center;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background-color: rgb(17, 22, 23);
  position: relative;
  box-shadow: inset 0 0 0 1px black, 0 0 0 1px black;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 35px;
  aspect-ratio: 1;
  break-inside: avoid;
}
#font-container .character-group-content span.active, #font-container .character-group-content span:hover {
  background-color: rgb(37, 42, 43);
}

@keyframes blink-caret {
  50% {
    opacity: 0;
  }
}
.size-inputs {
  position: relative;
  display: flex;
  flex: 3;
}
.size-inputs .line-height {
  position: absolute;
  letter-spacing: 0.1em;
  font-size: 9px !important;
  line-height: 1;
  opacity: 0.4;
  text-transform: uppercase;
  text-align: right;
  top: 0;
  right: 0;
  padding: 8px;
}
.size-inputs .size-input {
  position: absolute;
  line-height: 1;
  padding: 0;
  background-color: transparent;
  pointer-events: none;
  opacity: 0.2;
  letter-spacing: 0.1em;
  font-size: 9px !important;
  opacity: 0.4;
  text-transform: uppercase;
  padding: 8px;
}
.size-inputs .size-input.right {
  left: 10px;
}
.size-inputs .size-input.left {
  right: 10px;
}

.size-input,
#tester-input {
  font-size: 20px !important;
  font-feature-settings: "tnum";
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  background: transparent;
  color: white;
  border: none;
  letter-spacing: 0em;
  flex: 1;
  width: 100%;
  text-align: left;
  line-height: 3;
  background-color: rgb(17, 22, 23);
  margin: 0;
  padding: 0;
  flex: 16;
}

.size-input {
  flex: 1;
  width: auto;
}

.size-range {
  flex: 4;
  width: 20%;
}

div + .font-testers-config {
  margin-top: 2px;
}

.font-testers-config {
  display: flex;
  gap: 2px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .font-testers-config {
    flex-direction: column;
  }
}

.font-testers {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.font-testers li:hover span, .font-testers li:hover button {
  opacity: 1;
  color: white;
}
.font-testers button {
  order: 2;
  font-size: 32px;
  left: 0;
  bottom: 0;
  background-color: rgb(17, 22, 23);
  padding: 0 1.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}
.font-testers button:hover {
  font-size: 64px;
  color: white;
}
.font-testers button:after {
  content: "Buy";
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  letter-spacing: 0.1em;
  padding: 10px !important;
  font-size: 9px;
  line-height: 1;
  padding-top: 8px;
  z-index: 10000;
  text-transform: uppercase;
}
.font-testers span {
  pointer-events: none;
}
.font-testers li {
  gap: 2px;
  display: flex;
  flex: 1;
  min-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.font-testers .font-name {
  position: absolute;
  display: block;
  letter-spacing: 0.1em;
  padding: 10px !important;
  font-size: 9px;
  line-height: 1;
  padding-top: 8px;
  opacity: 0.4;
  z-index: 10000;
  text-transform: uppercase;
}
.font-testers .weight-class {
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  left: 50%;
  position: absolute;
  letter-spacing: 0.1em;
  padding: 10px !important;
  font-size: 9px;
  line-height: 1;
  opacity: 0.4;
  z-index: 10000;
  text-transform: uppercase;
}
.font-testers input[type=text] {
  font-feature-settings: "tnum";
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  background: transparent;
  color: white;
  border: none;
  font-size: 7.5vw;
  line-height: 1.45;
  letter-spacing: 0em;
  flex: 1;
  width: 100%;
  text-align: left;
  text-indent: 2vw;
  background-color: rgb(17, 22, 23);
  min-height: 110px;
  font-size: clamp(45px, 7.5vw, 150px);
}
.theme-light .font-testers input[type=text] {
  background: rgb(240, 240, 240);
  color: black;
}

.font-widths {
  font-size: 6vw;
  line-height: 1.25;
  display: flex;
  width: 100%;
  flex-wrap: no-wrap;
  background-color: rgb(17, 22, 23);
  border-radius: 10px;
}
.font-widths .font-width {
  text-align: center;
  position: relative;
  display: block;
  padding: 0.15em;
  flex: 1;
}
.font-widths .font-width-name {
  width: 100%;
  font-size: 12px;
  padding: 8px 16px;
  opacity: 0.4;
  font-stretch: 100%;
  font-weight: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
}

#view-toggle button:hover span:after,
#view-toggle button.active span:after {
  transform: scale(1, 1);
}

.is-present #view-toggle button {
  transform: translateY(0%);
}

.is-exiting #view-toggle button {
  transform: translateY(-100%);
}

#view-toggle button {
  transition: transform 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#view-toggle {
  z-index: 10000;
  background: black;
  border-top: 2px solid black;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
  gap: 2px;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
#view-toggle button {
  pointer-events: auto;
  background-color: rgb(17, 22, 23);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 48px;
  width: 48px;
  font-weight: 400;
  border-radius: 3px;
  margin: 0;
  outline: none;
  color: #E0DBE7;
  z-index: 100;
  position: relative;
  font-family: "ND Kern";
  padding: 0 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#view-toggle button:after {
  pointer-events: none;
  font-family: "ND Kern";
  color: inherit;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all 0.25s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 100%;
  font-size: 14px;
  white-space: nowrap;
  width: 200px;
  margin-left: -100px;
  transform: translateY(-10%);
  display: none;
}
#view-toggle button#view-tile:after {
  content: "Tile";
}
#view-toggle button#view-paragraph:after {
  content: "Paragraph";
}
#view-toggle button#view-display:after {
  content: "Display";
}
#view-toggle button#view-column:after {
  content: "Columns";
}
@media (hover: hover) {
  #view-toggle button:hover:after {
    opacity: 0.35;
    transform: translateY(0);
  }
}
#view-toggle button i {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  gap: 3px;
  width: 17px;
  height: 17px;
}
#view-toggle button span {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
#view-toggle button span:after {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transition: transform 0.125s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(0, 0);
}

#view-characters {
  font-size: 23px;
  font-weight: 700;
}

#view-paragraph span {
  display: block;
  height: 2px;
  width: 100%;
}

#view-glyphs {
  gap: 3px;
}
#view-glyphs span {
  height: 3px;
  width: 3px;
}

#view-tile span {
  height: 6px;
  width: 6px;
}

#view-row span {
  height: 6px;
  width: 100%;
}

#view-display span {
  display: block;
  height: 3px;
  width: 100%;
}

#view-column span {
  display: inline-block;
  height: 2px;
  width: 40%;
}

#view-grid span {
  height: 40%;
  width: 40%;
}

#sidebar.in + main.menu {
  margin-left: 0 !important;
  max-width: 100%;
}

main.menu {
  max-width: 100vw;
  padding: 40px;
  padding-left: 32px;
}
@media only screen and (max-width: 1000px) {
  main.menu {
    margin-left: 0;
  }
}

#sidebar-toggle {
  z-index: 1000;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 100%;
  height: 44px;
  width: 44px;
  opacity: 0.4;
}
#sidebar-toggle:before, #sidebar-toggle:after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #E0DBE7;
  display: inline-block;
  position: absolute;
  left: 34%;
  top: 50%;
  transform-origin: left center;
  transition: all 0.1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sidebar-toggle:before {
  transform: rotate(90deg);
}
#sidebar-toggle:after {
  transform: rotate(-90deg);
}
#sidebar-toggle:hover:before {
  transform: rotate(110deg);
}
#sidebar-toggle:hover:after {
  transform: rotate(-110deg);
}

#sidebar:not(.in) #sidebar-toggle:before {
  transform: rotate(90deg);
}
#sidebar:not(.in) #sidebar-toggle:after {
  transform: rotate(-90deg);
}
#sidebar:not(.in) #sidebar-toggle:hover:before {
  transform: rotate(70deg);
}
#sidebar:not(.in) #sidebar-toggle:hover:after {
  transform: rotate(-70deg);
}

#sidebar {
  top: 0;
  bottom: 0px;
  left: 0;
  height: 100%;
  flex: 3;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100000;
  max-width: 21.4285714286vw;
}
#sidebar.in {
  max-width: 0px;
}
#sidebar.in #sidebar-wrap {
  opacity: 0;
}
#sidebar #sidebar-options {
  z-index: 1000;
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
}
#sidebar #sidebar-wrap {
  transition: all 0.35s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  overflow: hidden;
  height: 100%;
}
#sidebar #sidebar-inner {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#sidebar #localStorage {
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  font-family: "consolas", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0;
  overflow: scroll;
  width: 100%;
  width: 300px;
  flex: 1;
  max-height: 100vh;
}
#sidebar #localStorage:empty {
  display: flex;
  align-content: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
}
#sidebar #localStorage:empty:after {
  display: inline-block;
  content: "So empty inside";
  opacity: 0.2;
}
#sidebar #localStorage span {
  margin-right: 14px;
  margin-left: 14px;
  position: relative;
  display: block;
  white-space: pre;
  opacity: 0.5;
}
#sidebar #localStorage span.copied, #sidebar #localStorage span:hover {
  color: rgba(243, 233, 232, 0.25);
}
#sidebar #localStorage span.copied:after, #sidebar #localStorage span:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(243, 233, 232);
  font-size: 13px;
  font-family: "ND Kern", futura, Sans-Serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 2.1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#sidebar #localStorage span:hover:after {
  content: " copy";
}
#sidebar #localStorage span.copied:after {
  content: " copied";
}
#sidebar #localStorage span:hover {
  opacity: 1;
}

#sidebar {
  padding: 0;
  width: 14vw;
}
@media only screen and (max-width: 1000px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #sidebar {
    background: black;
    max-width: 100vw;
    width: 100vw;
  }
}

#font-list {
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
  gap: 2px;
  border-radius: 10px;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  counter-reset: font-item;
  padding-top: 8px;
  display: flex;
}
#font-list h2 {
  width: 100%;
  text-align: left;
  text-align: right;
  padding: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
}
#font-list .font-category {
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 2px;
}
#font-list.view-glyphs {
  display: inline;
}
#font-list.view-glyphs .section-title {
  display: none;
}
#font-list.view-glyphs .font-category {
  display: inline;
}
#font-list.view-glyphs .font-item {
  width: 10%;
  aspect-ratio: 1;
  display: inline-block;
}
#font-list.view-glyphs .font-item .font-sample {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#font-list.view-glyphs .font-item .font-sample:hover i:first-child:before {
  content: "";
}
#font-list.view-glyphs .font-item .font-sample i {
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: table-cell;
  vertical-align: middle;
}
#font-list.view-glyphs .font-item .font-sample i:first-child:before {
  content: attr(data-album);
}
@media (hover: hover) {
  #font-list.view-glyphs .font-item .font-sample i:hover:before {
    content: attr(data-album) !important;
  }
}
#font-list.view-glyphs .font-item .font-sample i:before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 10vmin;
  line-height: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3em;
}
.red #font-list.view-glyphs .font-item .font-sample i:before {
  background-color: #f04f31;
}
#font-list.view-row .font-item {
  min-width: 100%;
  aspect-ratio: 5/1;
}
#font-list.view-row .font-item .font-sample {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  overflow: hidden;
}
#font-list.view-row .font-item .font-sample:hover i:first-child:before {
  content: "";
}
#font-list.view-row .font-item .font-sample i {
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: table-cell;
  vertical-align: middle;
}
#font-list.view-row .font-item .font-sample i:first-child:before {
  content: attr(data-album);
}
@media (hover: hover) {
  #font-list.view-row .font-item .font-sample i:hover:before {
    content: attr(data-album) !important;
  }
}
#font-list.view-row .font-item .font-sample i:before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 20vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.15em;
  white-space: nowrap;
  line-height: 3;
}
.red #font-list.view-row .font-item .font-sample i:before {
  background-color: #f04f31;
}
#font-list.view-display .font-item {
  min-width: 100%;
  padding: 10px 40px;
}
#font-list.view-display .font-item .font-sample {
  margin-top: -0.25em;
  text-align: left;
  max-width: 100%;
  font-size: 80px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
}
#font-list.view-paragraph .font-item {
  min-width: 100%;
  padding: 40px 50px;
}
#font-list.view-paragraph .font-item .font-sample {
  line-height: 1.45;
  text-align: left;
  max-width: 100%;
  font-size: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#font-list.view-column .font-item {
  min-width: 100%;
  padding: 40px 50px;
}
#font-list.view-column .font-item .font-sample {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  max-width: 100%;
  display: block;
  -moz-column-width: 500px;
       column-width: 500px;
  max-height: 10.25em;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#font-list.view-column .font-item .font-sample p {
  display: inline;
}
#font-list .font-item {
  background-color: rgb(17, 22, 23);
  flex: 1;
  counter-increment: font-item;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}
#font-list .font-item .font-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 11px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
}
#font-list .font-item .font-styles {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 11px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}
#font-list .font-item .font-sample {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  padding: 0.2em 0em;
  display: block;
}
#font-list .font-item .font-sample p {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
}
#font-list .font-item .font-sample p + p {
  margin-top: 1em;
}
#font-list .font-item.active {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(17, 22, 23, 0.7);
}
#font-menu-wrap {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

#font-menu {
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
  gap: 2px;
  border-radius: 10px;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  counter-reset: font-item;
  padding-top: 8px;
  display: flex;
}
#font-menu h2 {
  width: 100%;
  text-align: left;
  text-align: right;
}
#font-menu .font-category {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  gap: 2px;
}
#font-menu .font-item {
  width: 100%;
  counter-increment: font-item;
  position: relative;
  font-size: 30px;
  font-size: 38px;
  font-size: 1.8vw;
  text-align: center;
  text-align: right;
  padding: 0em 0.4em;
  flex: 1;
  border-left: 4px solid rgba(255, 255, 255, 0);
}
#font-menu .font-item:before {
  font-family: "ND Kern", helvetica, sans-serif;
  top: 50%;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
  padding: 10px !important;
  font-size: 9px;
  line-height: 1;
  opacity: 0.25;
  font-weight: 600;
  z-index: 10000;
  text-transform: uppercase;
  overflow: hidden !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  content: counter(font-item) ". ";
}
#font-menu .font-item.active {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(17, 22, 23, 0.7);
  border-left: 4px solid white;
}
#font-menu .font-item:hover:not(.active) {
  border-left: 4px solid rgba(255, 255, 255, 0.2);
}

.active-opentype {
  display: inline-flex;
  margin-bottom: -0.2em;
}
.active-opentype .pill + .pill {
  margin-left: 0.5em;
}
.active-opentype .pill {
  margin-left: 0.5em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 12px;
  display: inline-block;
  font-weight: 600;
  color: var(--color-gray-500);
  background-color: var(--color-gray-900);
  line-height: 20px;
  padding: 0.2em 0.65em;
  top: -0.2em;
  position: relative;
  cursor: pointer;
  vertical-align: baseline;
}
.active-opentype .pill:before {
  content: "✓ ";
}
.active-opentype .pill:hover {
  background-color: var(--color-red-400);
  color: white;
}
.active-opentype .pill:hover:before {
  content: "✕ ";
}

#opentype-features {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  position: relative;
  background-color: transparent;
  border: none;
  transition: bottom 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  gap: 2px;
  border-radius: 10px;
}

.ot-feature {
  flex: 1;
  overflow: visible;
  background-color: #0E1314;
  color: var(--color-gray-200);
  vertical-align: middle;
  position: relative;
  pointer-events: auto;
  font-weight: 100 !important;
  width: 100%;
}
.ot-feature .guides {
  opacity: 0;
  transition: opacity 0.25s 0s ease-in-out;
}
.ot-feature:hover .guides {
  opacity: 0.5;
}
.ot-feature i {
  font-style: normal;
}
.ot-feature .ot-feature-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  opacity: 0.25;
  content: "🔓";
  font-size: 150%;
  width: 50px;
}
.ot-feature.on .ot-feature-title:before {
  opacity: 1;
  content: "🔒";
}
.ot-feature.on .ot-feature-title:after {
  transition: all 0.125s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "ON";
}
.ot-feature .ot-feature-title:after {
  width: 50px;
  text-align: right;
  transition: all 0.125s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "OFF";
}
.ot-feature .ot-feature-description,
.ot-feature .ot-feature-title {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 400 !important;
  line-height: 1;
  padding: 12px 20px;
  display: block;
  text-align: left;
}
.ot-feature .ot-feature-description:after,
.ot-feature .ot-feature-title:after {
  opacity: 0.25;
}
.ot-feature .ot-feature-title {
  bottom: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.ot-feature .ot-feature-description {
  white-space: normal;
  font-size: 16px;
  line-height: 1.5;
  top: 100%;
  position: absolute;
  margin: 0;
  letter-spacing: 0.0125em;
  text-wrap: balance;
  text-align: center;
  pointer-events: none;
  display: none;
}
.ot-feature .album-default {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit;
  vertical-align: middle;
  display: block;
  letter-spacing: 0;
}
.ot-feature .album-default.ot-tnum.ot-feature-set > span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.ot-feature .album-default.ot-tnum.ot-feature-set > span span {
  display: block;
}
.ot-feature .album-default.ot-tnum.ot-feature-set > span span span {
  line-height: 1;
  display: inline-block;
}
.ot-feature:focus {
  outline: none;
}
@media (hover: hover) {
  .ot-feature:hover {
    z-index: 100;
  }
  .ot-feature:hover:before {
    transition: all 0.5s 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate(0, 0%);
  }
}
.ot-feature.not {
  display: none !important;
}
@media only screen and (min-width: 1px) {
  .ot-feature {
    min-width: 250px;
    height: 170px;
    line-height: 140px;
    font-size: 70px;
  }
  .ot-feature:hover {
    background-color: rgba(14, 19, 20, 0.7);
    position: relative;
  }
}
@media (hover: hover) {
  .ot-feature:hover {
    cursor: pointer;
  }
  .ot-feature:hover .ot-feature-title:after {
    opacity: 1;
  }
}

.album:hover .album-default {
  display: none;
}

.album-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.album-items i {
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: table-cell;
  vertical-align: middle;
}
@media (hover: hover) {
  .album-items i:hover:before {
    content: attr(data-album);
  }
}
.album-items i:before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
}
.red .album-items i:before {
  background-color: #f04f31;
}

.ot-none {
  font-feature-settings: normal;
}

.ot-tnum-onum {
  font-feature-settings: "onum" 1, "tnum" 1;
}
.off .ot-tnum-onum, .ot-tnum-onum.off {
  font-feature-settings: "onum" 0, "tnum" 0;
}

.ot-ordn {
  font-variant-numeric: ordinal;
}
.off .ot-ordn, .ot-ordn.off {
  font-variant-numeric: initial;
}

.ot-tnum {
  font-feature-settings: "tnum" 1;
}
.off .ot-tnum, .ot-tnum.off {
  font-feature-settings: "tnum" 0;
}

.ot-onum {
  font-feature-settings: "onum" 1;
  font-variant-numeric: oldstyle-nums; /* <numeric-figure-values> */
}
.off .ot-onum, .ot-onum.off {
  font-feature-settings: "onum" 0;
}

.ot-frac {
  font-feature-settings: "frac" 1;
}
.off .ot-frac, .ot-frac.off {
  font-feature-settings: "frac" 0;
}

.ot-dnom {
  font-feature-settings: "dnom" 1;
}
.off .ot-dnom, .ot-dnom.off {
  font-feature-settings: "dnom" 0;
}

.ot-numr {
  font-feature-settings: "numr" 1;
}
.off .ot-numr, .ot-numr.off {
  font-feature-settings: "numr" 0;
}

.ot-liga {
  font-feature-settings: "liga" on;
  font-variant-ligatures: normal;
}
.off .ot-liga, .ot-liga.off {
  font-feature-settings: "liga" off;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
}

.ot-dlig {
  font-feature-settings: "dlig" on;
}
.off .ot-dlig, .ot-dlig.off {
  font-feature-settings: "dlig" off;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
}

.ot-smcp {
  font-feature-settings: "smcp" 1;
}
.off .ot-smcp, .ot-smcp.off {
  font-feature-settings: "smcp" 0;
}

.ot-pcap {
  font-feature-settings: "pcap" 1;
}
.off .ot-pcap, .ot-pcap.off {
  font-feature-settings: "pcap" 0;
}

.ot-case {
  text-transform: uppercase;
  font-feature-settings: "case" 1;
}
.off .ot-case, .ot-case.off {
  text-transform: none;
  font-feature-settings: "case" 0;
}

.ot-sinf {
  font-feature-settings: "sinf" 1;
}
.off .ot-sinf, .ot-sinf.off {
  font-feature-settings: "sinf" 0;
}
.off .ot-sinf sub, .ot-sinf.off sub {
  vertical-align: baseline !important;
  font-size: inherit !important;
}

.ot-sups {
  font-feature-settings: "sups" 1;
}
.off .ot-sups, .ot-sups.off {
  font-feature-settings: "sups" 0;
}
.ot-sups sup {
  vertical-align: baseline !important;
  font-size: inherit !important;
}

.ot-calt {
  font-feature-settings: "calt" on;
}
.off .ot-calt, .ot-calt.off {
  font-feature-settings: "calt" off;
}

.ot-aalt {
  font-feature-settings: "aalt" 1;
}
.off .ot-aalt, .ot-aalt.off {
  font-feature-settings: "aalt" 0;
}

.ot-swsh {
  font-feature-settings: "swsh" 1;
}
.off .ot-swsh, .ot-swsh.off {
  font-feature-settings: "swsh" 0;
}

.ot-none {
  font-feature-settings: normal;
}

.ot-tnum-onum {
  font-feature-settings: "onum" 1, "tnum" 1;
}
.off .ot-tnum-onum, .ot-tnum-onum.off {
  font-feature-settings: "onum" 0, "tnum" 0;
}

.ot-ordn {
  font-variant-numeric: ordinal;
}
.off .ot-ordn, .ot-ordn.off {
  font-variant-numeric: initial;
}

.ot-tnum {
  font-feature-settings: "tnum" 1;
}
.off .ot-tnum, .ot-tnum.off {
  font-feature-settings: "tnum" 0;
}

.ot-onum {
  font-feature-settings: "onum" 1;
  font-variant-numeric: oldstyle-nums; /* <numeric-figure-values> */
}
.off .ot-onum, .ot-onum.off {
  font-feature-settings: "onum" 0;
}

.ot-frac {
  font-feature-settings: "frac" 1;
}
.off .ot-frac, .ot-frac.off {
  font-feature-settings: "frac" 0;
}

.ot-liga {
  font-feature-settings: "liga" 1;
  font-variant-ligatures: normal;
}
.off .ot-liga, .ot-liga.off {
  font-feature-settings: "liga" 0;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
}

.ot-liga-dlig {
  font-feature-settings: "dlig" 1, "liga" 1;
}
.off .ot-liga-dlig, .ot-liga-dlig.off {
  font-feature-settings: "dlig" 0, "liga" 0;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
}

.ot-dlig {
  font-feature-settings: "dlig" 1;
}
.off .ot-dlig, .ot-dlig.off {
  font-feature-settings: "dlig" 0;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
}

.ot-smcp {
  font-feature-settings: "smcp" 1;
}
.off .ot-smcp, .ot-smcp.off {
  font-feature-settings: "smcp" 0;
}

.ot-pcap {
  font-feature-settings: "pcap" 1;
}
.off .ot-pcap, .ot-pcap.off {
  font-feature-settings: "pcap" 0;
}

.ot-case {
  font-feature-settings: "case" 1;
}
.off .ot-case, .ot-case.off {
  font-feature-settings: "case" 0;
}

.ot-sinf {
  font-feature-settings: "sinf" 1;
}
.off .ot-sinf, .ot-sinf.off {
  font-feature-settings: "sinf" 0;
}
.off .ot-sinf sub, .ot-sinf.off sub {
  vertical-align: baseline !important;
  font-size: inherit !important;
}

.ot-sups {
  font-feature-settings: "sups" 1;
}
.off .ot-sups, .ot-sups.off {
  font-feature-settings: "sups" 0;
}
.ot-sups sup {
  vertical-align: baseline !important;
  font-size: inherit !important;
}

.ot-calt {
  font-feature-settings: "calt" 1, "dlig" 0, "liga" 0;
}
.off .ot-calt, .ot-calt.off {
  font-feature-settings: "calt" 0, "dlig" 0, "liga" 0;
}

.ot-salt {
  font-feature-settings: "salt" 1;
}
.ot-salt.off {
  font-feature-settings: "salt" 0;
}

.ot-ss-01 {
  /* Ensures compatibility with various browsers */
  font-feature-settings: "ss01" 1;
}
.off .ot-ss-01, .ot-ss-01.off {
  font-feature-settings: "ss01" 0 !important;
}

.ot-ss-02 {
  font-feature-settings: "ss02";
}
.off .ot-ss-02, .ot-ss-02.off {
  font-feature-settings: "ss02" 0 !important;
}

.ot-ss-03 {
  font-feature-settings: "ss03";
}
.off .ot-ss-03, .ot-ss-03.off {
  font-feature-settings: "ss03" 0 !important;
}

.ot-ss-04 {
  font-feature-settings: "ss04";
}
.off .ot-ss-04, .ot-ss-04.off {
  font-feature-settings: "ss04" 0 !important;
}

.ot-ss-05 {
  font-feature-settings: "ss05";
}
.off .ot-ss-05, .ot-ss-05.off {
  font-feature-settings: "ss05" 0 !important;
}

.ot-ss-06 {
  font-feature-settings: "ss06";
}
.off .ot-ss-06, .ot-ss-06.off {
  font-feature-settings: "ss06" 0 !important;
}

.ot-ss-07 {
  font-feature-settings: "ss07";
}
.off .ot-ss-07, .ot-ss-07.off {
  font-feature-settings: "ss07" 0 !important;
}

.ot-ss-08 {
  font-feature-settings: "ss08";
}
.off .ot-ss-08, .ot-ss-08.off {
  font-feature-settings: "ss08" 0 !important;
}

.ot-ss-09 {
  font-feature-settings: "ss09";
}
.off .ot-ss-09, .ot-ss-09.off {
  font-feature-settings: "ss09" 0 !important;
}

.ot-ss-10 {
  font-feature-settings: "ss10";
}
.off .ot-ss-10, .ot-ss-10.off {
  font-feature-settings: "ss10" 0 !important;
}

.ot-ss-11 {
  font-feature-settings: "ss11";
}
.off .ot-ss-11, .ot-ss-11.off {
  font-feature-settings: "ss11" 0 !important;
}

.ot-ss-12 {
  font-feature-settings: "ss12";
}
.off .ot-ss-12, .ot-ss-12.off {
  font-feature-settings: "ss12" 0 !important;
}

.ot-ss-13 {
  font-feature-settings: "ss13";
}
.off .ot-ss-13, .ot-ss-13.off {
  font-feature-settings: "ss13" 0 !important;
}

.ot-ss-14 {
  font-feature-settings: "ss14";
}
.off .ot-ss-14, .ot-ss-14.off {
  font-feature-settings: "ss14" 0 !important;
}

.ot-ss-15 {
  font-feature-settings: "ss15";
}
.off .ot-ss-15, .ot-ss-15.off {
  font-feature-settings: "ss15" 0 !important;
}

.ot-ss-16 {
  font-feature-settings: "ss16";
}
.off .ot-ss-16, .ot-ss-16.off {
  font-feature-settings: "ss16" 0 !important;
}

.ot-ss-17 {
  font-feature-settings: "ss17";
}
.off .ot-ss-17, .ot-ss-17.off {
  font-feature-settings: "ss17" 0 !important;
}

.ot-ss-18 {
  font-feature-settings: "ss18";
}
.off .ot-ss-18, .ot-ss-18.off {
  font-feature-settings: "ss18" 0 !important;
}

.ot-ss-19 {
  font-feature-settings: "ss19";
}
.off .ot-ss-19, .ot-ss-19.off {
  font-feature-settings: "ss19" 0 !important;
}

.ot-ss-20 {
  font-feature-settings: "ss20";
}
.off .ot-ss-20, .ot-ss-20.off {
  font-feature-settings: "ss20" 0 !important;
}

.ot-ss {
  font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss08" 1, "ss09" 1, "ss10" 1, "ss11" 1, "ss12" 1, "ss13" 1, "ss14" 1, "ss15" 1, "ss16" 1, "ss17" 1, "ss18" 1, "ss19" 1, "ss20" 1;
}
.off .ot-ss, .ot-ss.off {
  font-feature-settings: "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "ss06" 0, "ss08" 0, "ss09" 0, "ss10" 0, "ss11" 0, "ss12" 0, "ss13" 0, "ss14" 0, "ss15" 0, "ss16" 0, "ss17" 0, "ss18" 0, "ss19" 0, "ss20" 0 !important;
}

.ot-ss-all {
  font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 1, "ss04" 1, "ss05" 1, "ss06" 1, "ss08" 1, "ss09" 1, "ss10" 1, "ss11" 1, "ss12" 1, "ss13" 1, "ss14" 1, "ss15" 1, "ss16" 1, "ss17" 1, "ss18" 1, "ss19" 1, "ss20" 1;
}
.off .ot-ss-all, .ot-ss-all.off {
  font-feature-settings: "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "ss06" 0, "ss08" 0, "ss09" 0, "ss10" 0, "ss11" 0, "ss12" 0, "ss13" 0, "ss14" 0, "ss15" 0, "ss16" 0, "ss17" 0, "ss18" 0, "ss19" 0, "ss20" 0 !important;
}

.ot-swsh {
  font-feature-settings: "swsh" 1;
}
.off .ot-swsh, .ot-swsh.off {
  font-feature-settings: "swsh" 0;
}

.scram {
  font-size: 0;
  position: absolute;
}

a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 1050px) {
  #title-wrapper .large {
    font-size: 65px;
  }
}
@media only screen and (orientation: portrait) {
  .device-mobile #title-wrapper {
    max-width: 100%;
  }
}
@media only screen and (orientation: landscape) {
  .device-mobile #title-wrapper {
    max-width: 100%;
  }
}

.large {
  margin: 0;
  margin-bottom: 1em;
  color: #E0DBE7;
  font-family: inherit;
  font-weight: 800;
  font-family: "ND Kern";
  line-height: 1.3;
  letter-spacing: 0.0125em;
  word-spacing: -0.1em;
  font-weight: 800;
  font-size: 7.5vw;
}
.large:before, .large:after {
  content: " ";
  display: table;
}
.large:after {
  clear: both;
}
@media only screen and (orientation: portrait) {
  .device-mobile .large {
    font-size: 9vw;
  }
}
@media only screen and (orientation: landscape) {
  .device-mobile .large {
    font-size: 5.75vw;
    margin-bottom: 0.5em;
  }
}
@media only screen and (orientation: portrait) {
  .device-ipad .large {
    font-size: 9.5vw;
  }
}
@media only screen and (orientation: landscape) {
  .device-ipad .large {
    font-size: 6.25vw;
  }
}

input[type=number] {
  text-align: center;
}

input[type=text] {
  text-indent: 16px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/********** Range Input Styles **********/
/* Range Reset */
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 48px;
}

input[type=range] + span {
  margin-left: 10px;
  margin-right: 10px;
}

label + input[type=range] {
  margin-left: 10px;
}

/* Removes default focus */
input[type=range]:focus {
  outline: none;
}

/***** Chrome, Safari, Opera, and Edge Chromium styles *****/
/* Slider track */
input[type=range]::-webkit-slider-runnable-track {
  background-color: rgb(14, 19, 20);
  height: 100%;
}
.theme-light input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Slider thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  background-color: white;
  height: 100%;
  width: 2px;
  background-clip: content-box;
  border: none;
  cursor: pointer;
}

/* Slider thumb */
input[type=range]::-webkit-slider-thumb:hover {
  background-color: #fff;
}

input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  height: 20px;
}
.theme-light input[type=range]::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.1);
}

input[type=range]::-moz-range-thumb {
  background-color: #817e7f;
  height: 20px;
  width: 20px;
  background-clip: content-box;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]:hover::-moz-range-thumb {
  background-color: rgb(255, 255, 255);
}
.theme-light input[type=range]:hover::-moz-range-thumb {
  background-color: rgb(0, 0, 0);
}

/* Firefox styles */
input[type=range]::-moz-focus-outer {
  border: 0;
}

/* Firefox - Remove default track color */
input[type=range]::-moz-range-progress {
  background-color: transparent;
}

/* Firefox - Remove default thumb styling */
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none; /* Override default look */
  -moz-appearance: none;
       appearance: none;
}

/* Firefox - Add custom styling to thumb on hover */
input[type=range]:hover::-moz-range-thumb {
  background-color: rgb(255, 255, 255);
}

.input {
  display: block;
  width: 100%;
}

form {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

.button-submit {
  transition: all 0.125s 0s ease-out;
}
.button-submit .value {
  font-weight: 400 !important;
}
.button-submit.flash {
  transition: all 0s 0s ease-out;
  border: solid 1px #E0DBE7 !important;
  color: #E0DBE7 !important;
}
.button-submit.flash .price-total:before {
  border-left: solid 1px #E0DBE7;
  transition: all 0s 0s ease-out;
}

.light .button-submit.flash {
  border: solid 1px #0e1416 !important;
  color: #0e1416 !important;
}
.light .button-submit.flash .price-total:before {
  border-left: solid 1px #0e1416;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}

.button {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  border: none;
  color: #E0DBE7;
  border-radius: 5px;
  padding: 0.35em 0.9em;
  padding-top: 0.275em;
  background-color: transparent;
  font-family: "ND Kern", helvetica, sans-serif;
  letter-spacing: 0.06em;
  line-height: 2;
  background-color: rgb(14, 19, 20);
}
.button:hover .button-icon {
  opacity: 1;
}
.button input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.device-mobile .button {
  font-size: 14px;
}
@media only screen and (orientation: landscape) {
  .device-mobile .button {
    font-size: 14px;
  }
}
.device-ipad .button {
  font-size: 14px;
}
@media only screen and (orientation: landscape) {
  .device-ipad .button {
    font-size: 14px;
  }
}
.button:active {
  color: #E0DBE7;
}
.button .price-total:before {
  content: " ";
  display: inline-block;
  height: 1.5em;
  border-left: solid 1px #E0DBE7;
  border-color: inherit !important;
  vertical-align: middle;
  margin: 0 0.75em;
  opacity: 0.5;
  margin-top: -0.2em;
}
.button.nude {
  border: none;
}
.button.nude:hover {
  background-color: rgba(30, 30, 30, 0.95);
  color: #E0DBE7;
}
.button.button-dark {
  font-size: 20px;
  color: #fff;
  background-color: #25272B;
  font-weight: 700;
  display: inline-block;
  border: solid 1px #25272B;
  border-radius: 5px;
  padding: 0.5em 1.5em;
}
.button.button-secondary {
  border-color: rgba(224, 219, 231, 0.075) !important;
  color: rgba(224, 219, 231, 0.5) !important;
  font-weight: 500;
}
.button.button-submit {
  transition: all 0.5s 0s ease-out;
}
.button.button-submit .value {
  font-weight: 400 !important;
}
.button.button-submit.flash {
  transition: all 0s 0s ease-out;
  border: solid 1px #E0DBE7;
  color: #E0DBE7;
}
.button.button-submit.flash .price-total:before {
  border-left: solid 1px #E0DBE7;
  transition: all 0s 0s ease-out;
}

.button-block {
  display: table;
  width: 100%;
}
.button-block .divider {
  border-top: 1px solid #E0DBE7;
  border-bottom: 1px solid #E0DBE7;
}
@media only screen and (orientation: portrait) {
  .device-mobile .button-block .divider {
    display: none;
  }
}
.button-block .divider span {
  border-left: 1px solid #E0DBE7;
  height: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  opacity: 0.25;
}
.button-block > span {
  display: table-cell;
}
.device-mobile .button-block > span {
  display: block;
}
@media only screen and (orientation: portrait) {
  .device-mobile .button-block > span:first-child > * {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    line-height: 50px;
  }
  .device-mobile .button-block > span:last-child > * {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #E0DBE7;
  }
}
@media only screen and (orientation: landscape) {
  .device-mobile .button-block > span {
    display: table-cell;
  }
  .device-mobile .button-block > span:first-child {
    width: 100%;
  }
  .device-mobile .button-block > span:first-child > * {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
  .device-mobile .button-block > span:last-child > * {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .device-mobile .button-block > span:first-child {
    position: relative;
    white-space: nowrap;
  }
}
.device-ipad .button-block > span {
  display: table-cell;
}
.device-ipad .button-block > span:first-child {
  width: 100%;
}
.device-ipad .button-block > span:first-child > * {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.device-ipad .button-block > span:last-child > * {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.device-ipad .button-block > span:first-child {
  position: relative;
  white-space: nowrap;
}
.button-block > span:first-child {
  width: 100%;
}
.button-block > span:first-child > * {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-block > span:last-child > * {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-block > span:first-child {
  position: relative;
  white-space: nowrap;
}
.button-block > span > input {
  width: 100%;
  display: block;
  padding: 0.25em 1em;
  line-height: 2;
  font-size: inherit;
  border-color: #E0DBE7 !important;
}

.button-submit + a {
  font-size: 14px;
  margin-top: 1em;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgba(224, 219, 231, 0.5);
  -webkit-text-fill-color: #E0DBE7;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  background: #1983fd !important; /* Safari */
  color: #E0DBE7 !important;
}

::selection {
  background: #1983fd !important; /* Safari */
  color: #E0DBE7 !important;
}

::-moz-selection {
  background: #1983fd !important; /* Firefox */
  color: #E0DBE7 !important;
}

.light input:-webkit-autofill,
.light input:-webkit-autofill:hover,
.light input:-webkit-autofill:focus,
.light input:-webkit-autofill,
.light textarea:-webkit-autofill,
.light textarea:-webkit-autofill:hover,
.light textarea:-webkit-autofill:focus,
.light select:-webkit-autofill,
.light select:-webkit-autofill:hover,
.light select:-webkit-autofill:focus {
  border: 1px solid rgba(14, 20, 22, 0.65);
  -webkit-text-fill-color: #0e1416;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.light ::-moz-selection {
  background: #0e1416; /* Safari */
  color: #E0DBE7;
}
.light ::selection {
  background: #0e1416; /* Safari */
  color: #E0DBE7;
}
.light ::-moz-selection {
  background: #0e1416; /* Firefox */
}

.input {
  font-family: "ND Kern";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em !important;
  line-height: 2.5;
  color: rgba(224, 219, 231, 0.5);
  margin-top: 0em;
  min-height: 2.5em;
  max-width: 100%;
  display: block;
  border: solid 1px rgba(224, 219, 231, 0.95);
  border-radius: 5px;
  padding-left: 0.75em;
  background-color: transparent;
}
.device-mobile .input {
  font-size: 14px;
}
@media only screen and (orientation: landscape) {
  .device-mobile .input {
    font-size: 14px;
  }
}
.device-ipad .input {
  font-size: 14px;
}
@media only screen and (orientation: landscape) {
  .device-ipad .input {
    font-size: 14px;
  }
}
.input::-webkit-input-placeholder {
  color: #E0DBE7;
}
.input:-moz-placeholder {
  color: #E0DBE7;
}
.input::-moz-placeholder {
  color: #E0DBE7;
}
.input:-ms-input-placeholder {
  color: #E0DBE7;
}
.input:focus {
  outline: none;
}
.input:focus::-webkit-input-placeholder {
  color: #E0DBE7;
}
.input:focus:-moz-placeholder {
  color: #E0DBE7;
}
.input:focus::-moz-placeholder {
  color: #E0DBE7;
}
.input:focus:-ms-input-placeholder {
  color: #E0DBE7;
}
.input:hover {
  background-color: rgba(224, 219, 231, 0.02);
}

::-webkit-input-placeholder {
  color: rgba(224, 219, 231, 0.35);
}

:-moz-placeholder {
  color: rgba(224, 219, 231, 0.35);
}

::-moz-placeholder {
  color: rgba(224, 219, 231, 0.35);
}

:-ms-input-placeholder {
  color: rgba(224, 219, 231, 0.35);
}

#loader {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100vh;
  width: 100vw;
  line-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000000000;
  text-align: center;
  color: #E0DBE7;
  animation-timing-function: ease-in-out;
  background: black;
}

#smooth-state {
  transition: opacity 0.25s 0.25s ease-out;
}
.is-exiting #smooth-state {
  transition: opacity 0.25s 0s ease-out;
}

.is-exiting #smooth-state {
  opacity: 0;
}

#loader {
  animation-fill-mode: both;
  animation-name: fadeOut;
  animation-duration: 2s;
}

.fade-in {
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(125%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-125%);
  }
}
@keyframes slideIn-icon {
  0% {
    transform: scale(0.5, 0.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes slideOut-icon {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 0);
  }
}
*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

article {
  position: relative;
}

.section-title {
  z-index: 1000;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 11px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.1em;
  left: 0;
  top: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
.section-title p {
  font-size: 12px;
  opacity: 1;
  padding-top: 0.75em;
}

.signum-headline {
  font-size: 70px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding: 3vw 6vw;
  margin: 0;
  font-size: clamp(20px, 7vw, 70px);
  font-size: clamp(20px, 7vw, 50px);
}
.signum-headline p {
  font-size: 12px;
  opacity: 1;
  padding-top: 0.75em;
}

#signum-teaser {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100vw;
  margin: auto;
  padding-top: 25px;
  user-select: none;
  background: transparent;
}
#signum-teaser .signum-category-teaser {
  padding: 0 5vw;
  margin: 0 -5vw;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 15px;
}
.teaser-cards {
  text-align: center;
  padding: 10vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.teaser-card {
  text-align: left;
  scroll-snap-align: center;
  position: relative;
  margin: 1em;
  scroll-snap-align: center;
  display: inline-block;
  font-size: inherit;
  border-radius: 10px;
  padding: 2em 2.5em;
  white-space: normal;
  vertical-align: top;
  width: 100%;
  max-width: 310px;
  background: #1b1e1f;
  transition: all 0.1s 0s ease-in-out;
}
.teaser-card:hover {
  transform: scale(1.025, 1.025);
}
.teaser-card:hover .scrubber {
  transform: scale(1.1, 1.1);
}
.teaser-card .scrubber {
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: -0.5em;
}
@media (hover: hover) {
  .teaser-card u {
    border-radius: 10px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .teaser-card u:hover i:first-child svg {
    display: none;
  }
  .teaser-card u:hover i:first-child:hover svg {
    display: block;
  }
  .teaser-card u i {
    width: 100%;
    display: table-cell;
    padding-top: 100%;
  }
  .teaser-card u i:first-child svg {
    display: block;
  }
  .teaser-card u i.active svg, .teaser-card u i:hover svg {
    display: block;
  }
  .teaser-card u i svg {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    display: none;
  }
}
.theme-light .teaser-card {
  background: rgb(240, 240, 240);
  color: black;
}
.teaser-card svg {
  height: 100%;
  width: 100%;
  margin-top: -0.5em;
  margin-right: -2.5em;
}
.teaser-card h3, .teaser-card p {
  margin: 0;
  font-size: inherit;
  line-height: 1.5;
}
.teaser-card h3 {
  width: 100%;
  font-size: 200%;
  line-height: 1.1;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  font-weight: 600;
}
.teaser-card h4 {
  font-size: 200%;
  line-height: 1.1;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.25;
  margin: 10px;
  font-size: 12px;
}
.teaser-card p {
  color: inherit;
  clear: both;
  opacity: 0.5;
  letter-spacing: 0.025em;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 3em;
}

#features {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100vw;
  margin: auto;
  padding-top: 100px;
  user-select: none;
  background: transparent;
}
#features h1 {
  font-size: 70px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding: 0 6vw;
  font-size: clamp(20px, 7vw, 50px);
}
#features h1 p {
  font-size: 12px;
  opacity: 1;
  padding-top: 0.75em;
}
#features #signum-features {
  padding: 0 3.5vw;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: X mandatory;
  -moz-column-gap: 0px;
       column-gap: 0px;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-width: 400px;
       column-width: 400px;
  font-size: 17px;
}
#features #signum-features section {
  margin-right: 2em;
  scroll-snap-align: center;
  display: inline-block;
  font-size: inherit;
  border-radius: 10px;
  padding: 2.5em 3.25em;
  white-space: normal;
  vertical-align: top;
  width: 100%;
  background: #1b1e1f;
}
.theme-light #features #signum-features section {
  background: rgb(240, 240, 240);
  color: black;
}
#features svg {
  height: 3em;
  width: 3em;
  margin-top: -1.75em;
  margin-right: -2.5em;
  opacity: 0.05;
  float: right;
}
#features h3, #features p {
  margin: 0;
  font-size: inherit;
  line-height: 1.5;
}
#features h3 {
  width: 60%;
  font-size: 200%;
  font-size: 160%;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-weight: 600;
}
#features p {
  clear: both;
  opacity: 0.5;
  letter-spacing: 0.025em;
}

#signum-footer {
  max-width: 100vw;
  padding: 2vw 3.5vw;
  padding-top: 0;
  font-size: 13px;
  font-weight: 300;
  color: white;
}
#signum-footer a {
  display: block;
  opacity: 0.5;
}
#signum-footer a:hover {
  opacity: 1;
}
#signum-footer ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
#signum-footer ul li {
  padding: 0;
  margin: 0;
  flex: 1;
  text-align: right;
}
#signum-footer ul li:first-child {
  flex: 6;
  text-align: left;
}

#svg-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  color: white;
  overflow: hidden;
}
#svg-wrapper.liked:after {
  opacity: 0;
  transform: translateX(-100%);
  transform: scale(2, 2);
  transition: all 0.5s 0s ease-out;
  filter: blur(50px);
  background: #45ff83;
}
#svg-wrapper:after {
  pointer-events: none;
  opacity: 0.5;
  transition: all 0.5s 0s ease-in;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transform: scale(0, 0);
  border-radius: 50%;
  background: transparent;
}
#svg-wrapper .liked + .options .like svg {
  opacity: 1 !important;
}
#svg-wrapper svg {
  opacity: 0.1 !important;
  opacity: 1 !important;
}
#svg-wrapper .name {
  opacity: 0.5;
  text-align: center;
  padding: 7%;
  min-height: 1em;
  width: 100%;
  z-index: 1000;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#svg-wrapper .options {
  pointer-events: none;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1000;
  padding: 0px;
  justify-content: flex-end;
  align-items: flex-start;
}
#svg-wrapper .options button {
  pointer-events: auto;
}
#svg-wrapper .options button:hover svg {
  opacity: 1 !important;
}
#svg-wrapper .options button svg {
  height: 30px;
  width: 33px;
  padding: 6px 6px;
  opacity: 0.25 !important;
  pointer-events: none;
}

#signum-nav {
  background: transparent;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
#signum-nav a {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 11px;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  margin-top: -9px;
  padding-top: 8px;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: -14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  left: 0;
  top: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
#signum-nav a:hover {
  color: #fff;
}
#signum-nav a:hover:after {
  font-weight: 900;
  content: "·";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  margin-top: -8px;
  margin-left: -10px;
  font-size: 200%;
  line-height: 1;
}

#signum + main,
#signum {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100vw;
  padding: 0 3.5vw;
  user-select: none;
  counter-reset: svg-total;
  padding-top: 40px;
}
#signum + main article,
#signum article {
  padding: 5vw 0;
}
#signum + main article + article,
#signum article + article {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
#signum + main .wrap,
#signum .wrap {
  margin: auto;
  max-width: 900px;
  position: relative !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  color: white;
}
#signum + main .wrap.full,
#signum .wrap.full {
  max-width: 100vw;
}
#signum + main .wrap.full table,
#signum .wrap.full table {
  text-align: left;
  table-layout: fixed;
}
#signum + main .wrap.full table td,
#signum .wrap.full table td {
  width: 25%;
}
.theme-light #signum + main .wrap,
.theme-light #signum .wrap {
  color: black;
}
#signum + main .wrap h1,
#signum .wrap h1 {
  font-size: 250%;
  margin: 0;
  line-height: 1;
  margin-bottom: 2em;
}
#signum + main .wrap h2,
#signum .wrap h2 {
  font-size: 200%;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 1em;
}
#signum + main .wrap ul + p,
#signum + main .wrap ol + p,
#signum + main .wrap p + ul,
#signum + main .wrap p + ol,
#signum + main .wrap p + p,
#signum + main .wrap li + li,
#signum .wrap ul + p,
#signum .wrap ol + p,
#signum .wrap p + ul,
#signum .wrap p + ol,
#signum .wrap p + p,
#signum .wrap li + li {
  margin-top: 1em;
}
#signum + main .wrap p, #signum + main .wrap ol, #signum + main .wrap ul,
#signum .wrap p,
#signum .wrap ol,
#signum .wrap ul {
  font-size: inherit;
  padding: 0;
  margin: 0;
}
#signum + main .wrap p li, #signum + main .wrap ol li, #signum + main .wrap ul li,
#signum .wrap p li,
#signum .wrap ol li,
#signum .wrap ul li {
  font-size: inherit;
}
#signum + main .wrap p li p, #signum + main .wrap p li b, #signum + main .wrap ol li p, #signum + main .wrap ol li b, #signum + main .wrap ul li p, #signum + main .wrap ul li b,
#signum .wrap p li p,
#signum .wrap p li b,
#signum .wrap ol li p,
#signum .wrap ol li b,
#signum .wrap ul li p,
#signum .wrap ul li b {
  font-size: 100%;
  margin: 0;
}
#signum + main svg,
#signum svg {
  counter-increment: svg-total;
}
#signum + main #signum-categories,
#signum #signum-categories {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000000;
  top: -46px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 30px;
  background: black;
}
.theme-light #signum + main #signum-categories,
.theme-light #signum #signum-categories {
  background: white;
  color: black;
}
#signum + main #signum-categories:after,
#signum #signum-categories:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  opacity: 1;
  border-top: 65px solid black;
  padding-bottom: 0px;
  background-image: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  display: none;
}
.theme-light #signum + main #signum-categories:after,
.theme-light #signum #signum-categories:after {
  border-top: 65px solid white;
  background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 65%, rgba(255, 255, 255, 0.075) 75.5%, rgba(255, 255, 255, 0.037) 82.85%, rgba(255, 255, 255, 0.019) 88%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 601px) {
  #signum + main #signum-categories .iconset-categories a.void,
  #signum #signum-categories .iconset-categories a.void {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #signum + main #signum-categories .iconset-categories a,
  #signum #signum-categories .iconset-categories a {
    display: none;
    flex: 1;
  }
  #signum + main #signum-categories .iconset-categories .adjacent,
  #signum #signum-categories .iconset-categories .adjacent {
    display: block;
  }
  #signum + main #signum-categories .iconset-categories .active,
  #signum #signum-categories .iconset-categories .active {
    display: block;
  }
}
#signum + main .iconset-categories,
#signum .iconset-categories {
  background: transparent;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-width: 290px;
       column-width: 290px;
  -moz-column-width: auto;
       column-width: auto;
  -moz-column-count: 1;
       column-count: 1;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  position: -webkit-sticky;
  position: sticky;
  top: -46px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#signum + main .iconset-categories a,
#signum .iconset-categories a {
  position: relative;
  display: inline-block;
}
#signum + main .iconset-categories a:hover path,
#signum .iconset-categories a:hover path {
  fill: #fff;
}
.theme-light #signum + main .iconset-categories a:hover path,
.theme-light #signum .iconset-categories a:hover path {
  fill: #1b1e1f;
}
#signum + main .iconset-categories a:hover span,
#signum .iconset-categories a:hover span {
  color: #fff;
}
.theme-light #signum + main .iconset-categories a:hover span,
.theme-light #signum .iconset-categories a:hover span {
  color: #1b1e1f;
}
#signum + main .iconset-categories a:hover span:after,
#signum .iconset-categories a:hover span:after {
  font-weight: 900;
  content: "·";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  margin-top: -8px;
  margin-left: -10px;
  font-size: 200%;
  line-height: 1;
}
#signum + main .iconset-categories a.active svg,
#signum .iconset-categories a.active svg {
  opacity: 1;
}
#signum + main .iconset-categories a.active path,
#signum .iconset-categories a.active path {
  fill: #45ff83;
}
.theme-light #signum + main .iconset-categories a.active path,
.theme-light #signum .iconset-categories a.active path {
  fill: #6ad784;
}
#signum + main .iconset-categories a.active span,
#signum .iconset-categories a.active span {
  color: #45ff83;
  opacity: 1;
}
.theme-light #signum + main .iconset-categories a.active span,
.theme-light #signum .iconset-categories a.active span {
  color: #6ad784 !important;
}
#signum + main .iconset-categories a.active span:after,
#signum .iconset-categories a.active span:after {
  font-weight: 900;
  content: "·";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  margin-top: -8px;
  margin-left: -10px;
  font-size: 200%;
  line-height: 1;
}
#signum + main .iconset-categories svg,
#signum .iconset-categories svg {
  margin-top: 6px;
  padding: 6px 0px;
  width: 100%;
  height: auto;
  height: 50px;
  display: inline-block;
  top: 0;
  opacity: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#signum + main .iconset-categories svg path,
#signum .iconset-categories svg path {
  fill: #1b1e1f;
  fill: #202426;
  fill: #fff;
  stroke-width: 0;
  stroke: black;
}
.theme-light #signum + main .iconset-categories svg path,
.theme-light #signum .iconset-categories svg path {
  fill: #1b1e1f;
}
#signum + main .iconset-categories span,
#signum .iconset-categories span {
  position: relative;
  font-size: 11px;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  display: block;
  text-decoration: none;
  margin-top: -9px;
  padding-top: 8px;
  margin-bottom: -14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #202426;
  color: rgba(255, 255, 255, 0.5);
  color: inherit;
  opacity: 1;
}
#signum + main #favourites .iconset-content:empty,
#signum #favourites .iconset-content:empty {
  -moz-column-width: 100% !important;
       column-width: 100% !important;
}
#signum + main #favourites .iconset-content:empty:after,
#signum #favourites .iconset-content:empty:after {
  content: "Crickets…";
  white-space: nowrap;
  display: inline-block;
  color: white;
  font-size: 15px;
  width: 100%;
  line-height: 0;
  opacity: 0.25;
  padding-top: 100%;
  padding-bottom: 100%;
  min-height: 300%;
  padding-left: 2em;
}
#signum + main #favourites.active,
#signum #favourites.active {
  display: flex;
}
#signum + main #signum-sets,
#signum #signum-sets {
  counter-reset: sets;
}
#signum + main #signum-sets .iconset-section,
#signum #signum-sets .iconset-section {
  counter-increment: set;
}
#signum + main #signum-sets .iconset-section-title:before,
#signum #signum-sets .iconset-section-title:before {
  content: counter(set) ". ";
}
#signum + main .iconset-section,
#signum .iconset-section {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-top: 80px;
  margin-top: -80px;
  pointer-events: none;
  counter-reset: svg;
}
#signum + main .iconset-section .iconset-content > *,
#signum .iconset-section .iconset-content > * {
  counter-increment: svg;
}
#signum + main .iconset-section .iconset-section-title:after,
#signum .iconset-section .iconset-section-title:after {
  content: " (" counter(svg) ")";
  opacity: 0.5;
}
#signum + main .iconset-section-title b,
#signum .iconset-section-title b {
  pointer-events: auto;
  float: right;
  margin-left: 1em;
  padding: 0.5em;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  opacity: 0.5;
  cursor: pointer;
  white-space: nowrap;
  font-size: 11px;
}
#signum + main .iconset-section-title b svg,
#signum .iconset-section-title b svg {
  width: 1.5em;
  height: 1.5em;
  pointer-events: none;
  margin-top: -0.225em;
  margin-right: 0.225em;
}
#signum + main .iconset-section-title b:hover,
#signum .iconset-section-title b:hover {
  opacity: 1;
}
#signum + main .iconset-section-title,
#signum .iconset-section-title {
  order: -1;
  margin-bottom: 0px;
  text-align: center;
  text-align: left;
  font-size: 11px;
  color: white;
  font-style: normal;
  padding-left: 5px;
  right: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.theme-light #signum + main .iconset-section-title,
.theme-light #signum .iconset-section-title {
  font-weight: 600;
}
#signum + main .iconset-content,
#signum .iconset-content {
  background: #1b1e1f;
  border-radius: 10px;
  z-index: unset;
  position: relative;
}
.theme-light #signum + main .iconset-content,
.theme-light #signum .iconset-content {
  background: rgb(240, 240, 240);
}
#signum + main .iconset-content .iconset-clear,
#signum .iconset-content .iconset-clear {
  position: absolute;
  top: -20px;
  right: -20px;
  height: 50px;
  width: 40px;
  padding: 0 !important;
}
#signum + main .iconset-content .iconset-clear svg,
#signum .iconset-content .iconset-clear svg {
  border-radius: 50%;
  box-shadow: none;
  padding: 0 !important;
}
#signum + main .iconset-content,
#signum .iconset-content {
  font-size: 0;
  line-height: 0px;
  box-shadow: 0 0 0 0.5px #171819, inset 0 0 0 0.5px #171819;
}
#signum + main .iconset-content #svg-wrapper,
#signum .iconset-content #svg-wrapper {
  box-shadow: 0 0 0 0.5px #171819, inset 0 0 0 0.5px #171819 !important;
  border-radius: 10px;
}
#signum + main .iconset-content #svg-wrapper.liked,
#signum .iconset-content #svg-wrapper.liked {
  position: relative;
  z-index: 100000;
  box-shadow: 0 0 0 0.5px #45ff83, inset 0 0 0 0.5px #45ff83 !important;
  color: #45ff83 !important;
}
#signum + main .iconset-content #svg-wrapper.liked > svg,
#signum .iconset-content #svg-wrapper.liked > svg {
  box-shadow: 0 0 0 0.5px #45ff83, inset 0 0 0 0.5px #45ff83 !important;
}
#signum + main .iconset-content #svg-wrapper.liked > svg path,
#signum .iconset-content #svg-wrapper.liked > svg path {
  fill: #45ff83 !important;
}
.theme-light #signum + main .iconset-content #svg-wrapper.liked > svg path,
.theme-light #signum .iconset-content #svg-wrapper.liked > svg path {
  fill: #6ad784 !important;
}
#signum + main .iconset-content #svg-wrapper.liked .name,
#signum .iconset-content #svg-wrapper.liked .name {
  opacity: 1;
}
#signum + main .iconset-content #svg-wrapper > svg,
#signum + main .iconset-content > svg,
#signum .iconset-content #svg-wrapper > svg,
#signum .iconset-content > svg {
  transform: scale(1, 1);
  cursor: zoom-in;
  pointer-events: auto;
  height: auto;
  width: 100%;
  display: inline-block;
  display: block;
  vertical-align: bottom;
  box-shadow: 0 0 0 1px black, inset 0 0 0 1px black;
  box-shadow: 0 0 0 0.5px #171819, inset 0 0 0 0.5px #171819;
  display: inline-block;
  padding: 2vmin;
  padding: 15px;
  transition: all 0s 0s ease-out;
}
.theme-light #signum + main .iconset-content #svg-wrapper > svg,
.theme-light #signum + main .iconset-content > svg,
.theme-light #signum .iconset-content #svg-wrapper > svg,
.theme-light #signum .iconset-content > svg {
  box-shadow: 0 0 0 0.5px white, inset 0 0 0 0.5px white;
}
#signum + main .iconset-content #svg-wrapper > svg.liked:not(.selected) path,
#signum + main .iconset-content > svg.liked:not(.selected) path,
#signum .iconset-content #svg-wrapper > svg.liked:not(.selected) path,
#signum .iconset-content > svg.liked:not(.selected) path {
  fill: #45ff83 !important;
}
.theme-light #signum + main .iconset-content #svg-wrapper > svg.liked:not(.selected) path,
.theme-light #signum + main .iconset-content > svg.liked:not(.selected) path,
.theme-light #signum .iconset-content #svg-wrapper > svg.liked:not(.selected) path,
.theme-light #signum .iconset-content > svg.liked:not(.selected) path {
  fill: #6ad784 !important;
}
#signum + main .iconset-content #svg-wrapper > svg:not(.selected):hover,
#signum + main .iconset-content > svg:not(.selected):hover,
#signum .iconset-content #svg-wrapper > svg:not(.selected):hover,
#signum .iconset-content > svg:not(.selected):hover {
  background: rgba(255, 255, 255, 0.1);
}
.theme-light #signum + main .iconset-content #svg-wrapper > svg:not(.selected):hover,
.theme-light #signum + main .iconset-content > svg:not(.selected):hover,
.theme-light #signum .iconset-content #svg-wrapper > svg:not(.selected):hover,
.theme-light #signum .iconset-content > svg:not(.selected):hover {
  background: rgba(0, 0, 0, 0.1);
}
#signum + main .iconset-content #svg-wrapper > svg path,
#signum + main .iconset-content > svg path,
#signum .iconset-content #svg-wrapper > svg path,
#signum .iconset-content > svg path {
  fill: #fff;
  stroke-width: 0;
  stroke: black;
}
.theme-light #signum + main .iconset-content #svg-wrapper > svg path,
.theme-light #signum + main .iconset-content > svg path,
.theme-light #signum .iconset-content #svg-wrapper > svg path,
.theme-light #signum .iconset-content > svg path {
  fill: #1b1e1f;
}

.is-inspecting .theme-light svg.selected {
  background: #fff;
}
.is-inspecting .theme-light svg.selected path {
  fill: #000;
}

#signum .iconset-content svg.selected {
  position: relative;
  z-index: 200 !important;
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.25), inset 0 0 0 0.5px rgba(255, 255, 255, 0.25) !important;
  border-radius: 10px;
}

.is-inspecting {
  overflow: hidden;
}
.is-inspecting #signum-inspector {
  display: block;
}
.is-inspecting #signum .iconset-content svg.selected {
  display: block !important;
  position: fixed !important;
  z-index: 2000100 !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  padding: 0px !important;
  padding: 7.6923076923vmin !important;
  padding: 8vmin !important;
  border: none !important;
  box-shadow: none !important;
  background: #1b1e1f;
}
.is-inspecting #signum .iconset-content svg.selected path {
  fill: currentColor;
}

#signum.load .iconset-content > svg.svg-fade-in {
  opacity: 1;
}

#signum.load .iconset-content > svg {
  transition: opacity 0.125s 0s ease-in-out !important;
  opacity: 0;
}

.iconset-content i {
  width: 100%;
  padding-top: 100%;
  display: inline-block;
}

.filtered {
  display: none !important;
}

.skipped {
  background: grey !important;
}

body {
  font-feature-settings: "calt" 0, "dlig" 0, "liga" 0;
  font-family: "ND Kern", helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.035em !important;
  color: rgba(255, 255, 255, 0.65);
}
@media only screen and (max-width: 1050px) {
  body {
    font-size: 16px;
  }
}

p .btn {
  margin-top: 1.5em;
  font-size: 13px;
  padding: 0.25em 1em;
}
p .btn + .btn {
  margin-top: 0em;
}

.btn {
  background: rgba(255, 255, 255, 0.075);
  padding: 0.125em 1.25em;
  display: inline-block;
  margin: 3px 0;
  border-radius: 50px;
}
.btn i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
  margin-right: 0.1em;
}

.reveal {
  opacity: 0;
  transition: all 0.5s 0.125s ease-out;
  transform: scale(0.95, 0.95);
}
.reveal.revealed {
  opacity: 1;
  transform: scale(1, 1);
}

figure.full {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
figure.full img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  figure.full img {
    width: 150%;
    margin-left: -15%;
  }
}
@media only screen and (max-width: 811px) {
  figure.full img {
    width: 300%;
    margin-left: -42.5%;
  }
}

@keyframes gridpulse {
  0% {
    background: rgba(50, 50, 50, 0);
  }
  50% {
    background: rgba(50, 50, 50, 0);
  }
  75% {
    background: rgb(0, 0, 0);
  }
  100% {
    background: rgba(50, 50, 50, 0);
  }
}
@keyframes sc-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sc-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes sc-scroll-rev {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
figure.scroll {
  width: 100%;
  margin-top: -10px;
  overflow: hidden;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 0px;
  transform: translateX(0%);
  position: relative;
}
figure.scroll > img {
  background: rgba(20, 20, 20, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 20vmin;
}
figure.scroll i img {
  display: inline-block;
  width: 125%;
  animation-timing-function: linear;
  animation: sc-scroll 80s infinite linear;
}
@media only screen and (max-width: 1240px) {
  figure.scroll i img {
    width: 150%;
  }
}
@media only screen and (max-width: 811px) {
  figure.scroll i img {
    width: 300%;
  }
}

.project-row figure u i img {
  pointer-events: auto;
  transition: all 0.125s 0s ease-in-out;
}
.project-row figure u i img:hover {
  transform: scale(1.025, 1.025) !important;
}
.project-row .title {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.65);
}
.project-row .title .type {
  color: rgba(255, 255, 255, 0.35);
}
.project-row .para {
  z-index: 1000;
  position: absolute;
  top: 0%;
  padding-top: 22.5vh;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 4vw;
  line-height: 1.2;
  font-style: normal;
  text-shadow: 0 0 20px black, 0 0 50px black, 0 0 100px black;
  text-align: center;
}
.project-row .context {
  margin-top: -15px;
  padding-top: 0;
  padding-bottom: 70px;
}
.project-row .context b {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .project-row .context br {
    display: none;
  }
}

.project-side {
  margin-bottom: 20vh;
}
.project-side h2 {
  font-size: 20px;
  color: white;
  line-height: 1;
  margin: 0;
  padding: 0 75px;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.project-side figure {
  padding: 0 75px;
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  scroll-snap-type: X mandatory;
}
.project-side figure img + img {
  margin-left: 30px;
}
.project-side figure img {
  scroll-snap-align: center;
  border-radius: 10px;
  display: inline-block;
  height: 65vh;
}

.device {
  background: rgb(20, 20, 20);
  overflow: hidden;
  border-radius: 10px;
}
.device img {
  padding-left: 25px;
  padding-right: 25px;
}
.device.nest {
  padding-top: 100%;
}
.device.nest:before {
  z-index: 1000;
  content: "⤓";
  content: "⤒";
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  margin-right: 12px;
  font-size: 20px;
}
.device.nest:after {
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.5) 0%, rgba(20, 20, 20, 0.25) 10%, rgba(20, 20, 20, 0) 100%);
  content: "";
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.device.nest.bottom:before {
  content: "⤓";
}
.device.nest.bottom:after {
  background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.25) 90%, rgba(20, 20, 20, 0.5) 100%);
  top: 0;
  bottom: auto;
}
.device.nest.bottom img {
  transform: translateY(-35.5%);
}
.device.nest.bottom:hover img {
  transform: translateY(0%);
}
.device.nest:hover img {
  transform: translateY(-35.5%);
}
.device.nest img {
  transition: all 0.25s 0s ease-in-out;
  transform: translateY(0%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.context.interlude {
  margin-top: -30px;
  padding: 70px;
  padding-left: 10vmin;
  padding-right: 10vmin;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 1280px) {
  .context.interlude {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 600px) {
  .context.interlude {
    font-size: 13px;
    margin-top: -10px;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
  }
}

.context {
  text-wrap: balance;
  margin: 0px;
  padding-top: 100px;
  padding-bottom: 45px;
  font-size: 46px;
  color: white;
  font-weight: 300;
  line-height: 1.3;
}
.context.center {
  text-align: center;
}
.context b:after {
  font-weight: 300;
}
.theme-light .context {
  color: black;
}
@media only screen and (max-width: 1000px) {
  .context {
    font-size: clamp(20px, 7vw, 30px);
  }
}
@media only screen and (max-width: 600px) {
  .context {
    padding-top: 70px;
    padding-bottom: 30px;
    font-size: clamp(20px, 6vw, 30px);
  }
}

#signum-buy-wrap {
  z-index: 100000;
  bottom: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
}
#signum-buy-wrap #signum-buy {
  border-radius: 50px;
  pointer-events: auto;
  position: relative;
  top: 1px;
  right: 0;
  padding: 0.8em 1.2em;
  padding-bottom: 0.6em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: black;
  background: black;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.05);
  display: inline-block;
  white-space: nowrap;
}
#signum-buy-wrap #signum-buy:hover {
  background: white;
  color: black !important;
}

#signum-header {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
  font-size: 0;
  margin: 0;
  display: block;
  text-align: center;
}
#signum-header:hover button {
  display: inline-block;
}
#signum-header:hover button:hover path {
  fill: #fff;
}
#signum-header:hover button.active {
  display: none;
}
#signum-header button {
  display: none;
}
#signum-header button.active {
  display: inline-block;
}
#signum-header button.active path {
  fill: #fff;
}
#signum-header svg {
  height: 35px;
  width: 35px;
  padding: 5px;
}
#signum-header path {
  fill: #202426;
  stroke-width: 0 !important;
}

#header {
  margin-bottom: -55px;
  font-size: 14.125vw;
  font-size: 8.125vw;
  color: white;
  letter-spacing: -0.05em;
  line-height: 0.6;
  line-height: 100vh;
  display: flex;
  justify-content: space-between;
}
#header span {
  flex: 0;
}
#header span.compensate {
  flex: 1;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#header span.compensate u {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#header span.compensate u i {
  width: 10%;
  display: table-cell;
}
#header span.compensate u i:first-child img {
  opacity: 1;
}
#header span.compensate u i:hover img {
  opacity: 1;
}
#header span.compensate u i img {
  transition: all 0.125s 0s ease-out;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  height: 100vh;
}
#header span.compensate img {
  display: inline-block;
  height: 70vh;
}
#header span {
  position: relative;
  margin-left: -0.05em;
  display: block;
}

#home,
#contact {
  transition: all 0.125s 0s ease-out;
}
#home:hover,
#contact:hover {
  opacity: 0.5;
}

#contact {
  color: white;
  text-align: center;
  position: fixed;
  right: 0;
  font-size: 8px;
  font-size: 32px;
  line-height: 1;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 100100;
  pointer-events: auto;
}

#theme-toggle {
  z-index: 2000050;
  position: fixed;
  right: 0;
  display: none;
}
#theme-toggle i svg {
  width: 40px;
  height: 40px;
  padding: 10px;
}
#theme-toggle i svg path {
  fill: #fff;
}
.theme-light #theme-toggle i svg path {
  fill: #1b1e1f;
}
.theme-light #theme-toggle i:nth-last-child(1) {
  display: none;
}
.theme-light #theme-toggle i:nth-last-child(2) {
  display: block;
}
#theme-toggle i:nth-last-child(2) {
  display: none;
}

#home {
  color: white;
  text-align: center;
  position: fixed;
  left: 0;
  font-size: 8px;
  font-size: 32px;
  line-height: 1;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 2000500;
}
.theme-light #home {
  filter: invert(100%);
}
.home #home {
  display: none;
}
#home a span {
  transition: all 0.125s 0s ease-out;
  cursor: pointer;
  display: inline;
}
#home:hover a span {
  margin: 0.125em;
}
#home img {
  padding: 5px;
  height: 45px;
}

#boese {
  pointer-events: none;
  color: white;
  text-align: center;
  position: fixed;
  top: -1px;
  width: 100%;
  font-size: 8px;
  font-size: 22px;
  line-height: 1;
  padding: 10px;
  padding-bottom: 15px;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 100000;
}
#boese:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  opacity: 0.8;
  background-image: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
}
.theme-light #boese:after {
  background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 65%, rgba(255, 255, 255, 0.075) 75.5%, rgba(255, 255, 255, 0.037) 82.85%, rgba(255, 255, 255, 0.019) 88%, rgba(255, 255, 255, 0) 100%);
}
#boese a {
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
}
#boese a:hover span {
  margin: 0.125em;
}
#boese a span {
  transition: all 0.125s 0s ease-out;
  cursor: pointer;
  display: inline;
}

.context + .context-more {
  margin-top: -15px;
}

.imprint {
  padding-top: 100px;
  line-height: 1.6;
  font-weight: 300;
}
.imprint p {
  max-width: 450px;
}
.imprint b {
  display: block;
  color: white;
  font-weight: normal;
}

.context-more {
  -moz-column-width: 120px;
       column-width: 120px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: balance;
       column-fill: balance;
  list-style: none;
  margin: 0px;
  padding: 0;
  padding-top: 0px;
  font-size: 13px;
  font-weight: 300;
  color: white;
  text-wrap: balance;
  line-height: 1.6;
  padding-bottom: 40px;
}
.theme-light .context-more {
  color: black;
}
.context-more.text {
  max-width: 830px;
  -moz-column-count: 1;
       column-count: 1;
}
.context-more.text small {
  display: block;
  padding-top: 0.75em;
  opacity: 0.5;
  font-size: 100%;
}
.context-more.text.full {
  max-width: 100%;
  font-size: 11px;
}
.context-more.text li {
  display: inline;
}
.context-more.text li:not(:last-child):after {
  content: ", ";
}
.context-more.text .go {
  float: left;
  height: 3em;
  margin-right: 1.5em;
  position: relative;
  top: 0.1em;
}
.context-more.text a {
  color: rgba(255, 255, 255, 0.65);
}
.context-more.text a:hover {
  color: white;
}
.context-more.final {
  margin-top: 60px;
  -moz-column-count: 2;
       column-count: 2;
  display: flex;
  position: relative;
}
.context-more.final img {
  display: block;
  height: 25px;
  margin-top: 25px;
}
.context-more.final li {
  flex: 10;
  display: block;
  width: 100%;
}
.context-more.final li a {
  color: rgba(255, 255, 255, 0.65);
}
.context-more.final li a:hover {
  color: white;
}
.context-more.final li:last-child {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  flex: 1;
}

.hidden {
  display: none !important;
}

figure:hover figcaption {
  opacity: 1;
}

figcaption {
  position: absolute;
  top: 0 !important;
  top: 0 !important;
  padding: 10px !important;
  font-size: 9px;
  line-height: 1;
  padding-top: 8px;
  opacity: 0.25;
  z-index: 10000;
  text-transform: uppercase;
}
figcaption.mixed {
  text-transform: normal;
}

figure {
  position: relative;
}
figure.fullscreen {
  padding: 30px !important;
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  background: black !important;
}
@media only screen and (max-width: 1280px) {
  figure.fullscreen {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  figure.fullscreen {
    padding: 20px !important;
  }
}
figure.fullscreen img {
  width: auto;
  max-height: calc(100vh - 60px);
  max-width: calc(100vw - 60px);
  border-radius: 10px;
}
@media only screen and (max-width: 1280px) {
  figure.fullscreen img {
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 40px);
  }
}
@media only screen and (max-width: 600px) {
  figure.fullscreen img {
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 40px);
  }
}
figure.fullscreen > * {
  position: relative !important;
}
figure.fake i {
  margin-top: -25%;
}
figure.aspect-video {
  padding-top: 56%;
  position: relative;
}
figure.aspect-video:after {
  pointer-events: none;
  opacity: 0.08;
  background: #a8dfe0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
figure.aspect-video iframe {
  border-radius: 10px;
  top: 0;
  left: 0;
  position: absolute;
}
figure.aspect-screen {
  padding-top: 62.5%;
}
figure.aspect-screen u i {
  padding-top: 62.5%;
}
figure.aspect-half {
  padding-top: 50%;
}
figure.aspect-half u i {
  padding-top: 50%;
}
figure.aspect-one {
  padding-top: 100%;
}
figure.aspect-one u i {
  padding-top: 100%;
}
figure.aspect-onehalf {
  padding-top: 150%;
}
figure.aspect-onehalf u i {
  padding-top: 150%;
}
figure.aspect-two {
  padding-top: 200%;
}
figure.aspect-two u i {
  padding-top: 200%;
}
figure.aspect-auto {
  padding-top: 0%;
}
figure.aspect-auto > * {
  position: relative;
  top: 0;
  left: 0;
}
figure.aspect-one > *, figure.aspect-onehalf > *, figure.aspect-half > * {
  position: absolute;
  top: 0;
  left: 0;
}

.background + u i {
  background: transparent;
}

.background + u {
  background: transparent;
}

figure {
  width: 100%;
  color: white;
  display: inline-block;
  position: relative;
  color: white;
  counter-reset: image;
  border-radius: 10px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
figure svg path {
  fill: currentColor;
}
@media (hover: hover) {
  figure.auto {
    pointer-events: none !important;
  }
}
@media (hover: hover) {
  figure:hover i svg + svg, figure:hover i img + img {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@media (hover: none) {
  figure.active i svg + svg, figure.active i img + img {
    transition: all 0s 0s ease-out;
    opacity: 0;
  }
}
figure i svg + svg,
figure i img + img {
  transition: all 0.125s 0s ease-out;
  position: absolute;
  top: 0;
  opacity: 0;
}
figure.light {
  color: black;
}
figure.dark {
  color: white;
}
figure.glow {
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.025), 0 0 5px rgba(255, 255, 255, 0.1);
}
figure.nocap {
  float: left;
}
figure > i {
  width: 100%;
}
figure svg,
figure img {
  width: 100%;
}
figure.slide:after {
  content: "🌄";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 11px 10px;
  font-size: 13px;
  line-height: 1;
}
figure a, figure u {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(14, 19, 20, 0.6);
}
@media (hover: none) {
  figure a, figure u {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: X mandatory;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    border-radius: 10px;
  }
  figure a i + i, figure u i + i {
    margin-left: 30px;
  }
}
@media only screen and (hover: none) and (max-width: 1280px) {
  figure a i + i, figure u i + i {
    margin-left: 20px;
  }
}
@media only screen and (hover: none) and (max-width: 600px) {
  figure a i + i, figure u i + i {
    margin-left: 10px;
  }
}
@media (hover: none) {
  figure a i, figure u i {
    font-size: 0;
    vertical-align: top;
    scroll-snap-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    padding: 0 !important;
    width: 100%;
  }
  figure a svg,
  figure a img, figure u svg,
  figure u img {
    width: 100%;
    display: block;
  }
}
@media (hover: hover) {
  figure a, figure u {
    border-radius: 10px;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  figure a.auto, figure u.auto {
    pointer-events: none !important;
  }
  figure a.auto *, figure u.auto * {
    pointer-events: none !important;
  }
  figure a.auto i:last-child:after, figure a:hover i:last-child:after, figure u.auto i:last-child:after, figure u:hover i:last-child:after {
    display: none;
  }
  figure a i:last-child:after, figure u i:last-child:after {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 22px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    z-index: 10000;
  }
  figure a i.active:before,
  figure a i:hover:before, figure u i.active:before,
  figure u i:hover:before {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 22px;
    text-decoration: none;
    font-style: normal;
    z-index: 10000;
    font-weight: 600;
  }
  figure a:hover i:first-child svg,
  figure a:hover i:first-child img, figure u:hover i:first-child svg,
  figure u:hover i:first-child img {
    opacity: 0;
  }
  figure a:hover i:first-child:hover svg,
  figure a:hover i:first-child:hover img, figure u:hover i:first-child:hover svg,
  figure u:hover i:first-child:hover img {
    opacity: 1;
  }
  figure a i, figure u i {
    counter-increment: image;
    width: 100%;
    display: table-cell;
    padding-top: 100%;
  }
  figure a i:first-child svg, figure a i:first-child img, figure u i:first-child svg, figure u i:first-child img {
    opacity: 1;
  }
  figure a i.active svg, figure a i:hover svg, figure a i.active img, figure a i:hover img, figure u i.active svg, figure u i:hover svg, figure u i.active img, figure u i:hover img {
    opacity: 1;
  }
  figure a i svg,
  figure a i img, figure u i svg,
  figure u i img {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    width: 100%;
  }
}
figure .title {
  display: inline-block;
  margin-top: 10px;
}
figure .title + a:before {
  content: "/ ";
  color: rgba(255, 255, 255, 0.65);
}
figure a {
  color: white;
}

figure:hover .background {
  transform: scale(1.3, 1.3);
}

.background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  transition: all 10s 0s linear;
  transform: scale(1, 1);
}

u {
  z-index: 2;
}

figure {
  transform: scale(1, 1);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  figure {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  figure {
    margin-bottom: 10px;
  }
}

.project {
  -moz-column-gap: 30px;
       column-gap: 30px;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-width: 325px;
       column-width: 325px;
  font-size: 0;
  orphans: 1;
  widows: 1;
}
.project.list {
  -moz-column-width: auto;
       column-width: auto;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 1280px) {
  .project.list {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media only screen and (max-width: 600px) {
  .project.list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project.single {
  -moz-column-width: auto;
       column-width: auto;
  -moz-column-count: 1;
       column-count: 1;
}
@media only screen and (max-width: 1280px) {
  .project.single {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (max-width: 600px) {
  .project.single {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (max-width: 1280px) {
  .project {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .project {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.project.features {
  -moz-column-width: auto;
       column-width: auto;
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 1px;
       column-gap: 1px;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .project.features {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media only screen and (max-width: 768px) {
  .project.features {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media only screen and (max-width: 600px) {
  .project.features {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 1280px) {
  .project.features {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .project.features {
    margin-bottom: 10px;
  }
}
@media (hover: hover) {
  .project.features figure:hover img + img {
    opacity: 0;
    transform: scale(1, 1);
  }
}
@media (hover: none) {
  .project.features figure.active img + img {
    transition: all 0s 0s ease-out;
    opacity: 1;
  }
}
.project.features figure img + img {
  transition: all 0.125s 0s ease-out;
  position: absolute;
  top: 0;
  opacity: 1;
}
.project.features figure {
  border-radius: 0;
  margin-bottom: 1px;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .project.features figure:nth-last-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .project.features figure:last-child {
    display: none;
  }
}
@media (hover: hover) {
  .project.features figure {
    border-radius: 0;
    margin-bottom: 1px;
  }
  .project.features figure:hover {
    cursor: pointer;
  }
  .project.features figure:hover:before {
    content: "asd";
    background: rgba(255, 255, 255, 0.015);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  .project.features figure:hover figcaption {
    opacity: 1;
  }
  .project.features figure:after {
    display: none;
  }
}
@media (hover: none) {
  .project.features figure.active {
    cursor: pointer;
  }
  .project.features figure.active:before {
    content: "asd";
    background: rgba(255, 255, 255, 0.015);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  .project.features figure.active figcaption {
    opacity: 1;
  }
}
.project.features figure:after {
  display: none;
}
.project a {
  display: inline-block;
  width: 100%;
}
.project.flex {
  -moz-column-gap: unset;
       column-gap: unset;
  -moz-column-fill: unset;
       column-fill: unset;
  -moz-column-width: unset;
       column-width: unset;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.project.flex > * {
  max-width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .project.flex > * {
    max-width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .project.flex > * {
    max-width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .project.flex > * .title {
    display: none;
  }
  .project.flex > *.mobile-full {
    max-width: calc(100% - 30px);
  }
}
.project.flex p {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.2;
  color: white;
}
.project.flex.three > * {
  max-width: calc(33.3333% - 30px);
}
@media only screen and (max-width: 1024px) {
  .project.flex.three > * {
    max-width: calc(50% - 30px);
  }
}
@media (orientation: landscape) {
  .project {
    -moz-column-width: 400px;
         column-width: 400px;
  }
}
@media (orientation: portrait) {
  .project {
    -moz-column-width: 300px;
         column-width: 300px;
  }
}
.project p {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.2;
  color: white;
}
.project.three {
  -moz-column-width: auto !important;
       column-width: auto !important;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 924px) {
  .project.three {
    -moz-column-count: 2;
         column-count: 2;
  }
  .project.three figure:nth-child(5):last-child {
    display: none;
  }
  .project.three figure:nth-child(9):last-child {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .project.three {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (max-width: 600px) {
  .project.three.tight {
    -moz-column-count: 2;
         column-count: 2;
  }
  .project.three.tight figure:nth-child(5):last-child {
    display: none;
  }
  .project.three.tight figure:nth-child(9):last-child {
    display: none;
  }
}
.project.four {
  -moz-column-width: auto !important;
       column-width: auto !important;
  -moz-column-count: 4 !important;
       column-count: 4 !important;
}
@media only screen and (max-width: 924px) {
  .project.four {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}
@media only screen and (max-width: 600px) {
  .project.four {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media only screen and (min-width: 600px) {
  .project.four figure:nth-child(9):last-child {
    display: none;
  }
}
.project.five {
  -moz-column-width: auto !important;
       column-width: auto !important;
  -moz-column-count: 5 !important;
       column-count: 5 !important;
}
@media only screen and (max-width: 924px) {
  .project.five {
    -moz-column-count: 5 !important;
         column-count: 5 !important;
  }
}
@media only screen and (max-width: 600px) {
  .project.five {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
.project.others {
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
  -moz-column-width: unset;
       column-width: unset;
  font-size: 0;
  -moz-column-count: 1;
       column-count: 1;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 1280px) {
  .project.others {
    margin-right: -10px;
    margin-left: -10px;
  }
  .project.others figure {
    margin-bottom: 0;
  }
  .project.others .title {
    display: none;
  }
}
.project.others a {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  width: calc(16.6666666% - 30px);
  width: calc(33.333333% - 30px);
  float: left;
}
@media only screen and (max-width: 1280px) {
  .project.others a {
    width: calc(33.333333% - 20px);
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .project.others a {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.project.inline {
  display: none;
  background: black;
  -moz-column-count: 1;
       column-count: 1;
  white-space: nowrap;
  font-size: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: X mandatory;
  padding-right: 55px !important;
  transition: all 0.125s 0s ease-out;
  font-size: 0;
}
.project.inline a {
  scroll-snap-align: center;
  width: calc(20% - 35px);
  display: inline-block;
  vertical-align: top;
}
.project.inline a + a {
  margin-left: 30px;
}
.project.full {
  -moz-column-count: 1;
       column-count: 1;
}
.project.full figure u i {
  padding-top: 50%;
}
.project .title {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: -20px;
}
@media only screen and (max-width: 1280px) {
  .project .title {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 600px) {
  .project .title {
    margin-top: -5px;
  }
}
.project .title {
  color: rgba(255, 255, 255, 0.65);
}
.project .type {
  display: block;
  color: rgba(255, 255, 255, 0.35);
}
.project .type:before {
  opacity: 0.5;
}
.project img {
  width: 100%;
  display: block;
}

#top-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}
#top-nav .clover {
  height: 45px;
  padding: 2px;
  display: block;
}

#grad {
  position: fixed;
  top: 0%;
  height: 100vh;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  z-index: -2;
}

#neue {
  display: flex;
  max-width: 100vw;
  height: 100vh;
  align-items: center;
  padding-left: 10vmin;
  padding-right: 10vmin;
}
#neue img {
  height: 30vh;
}
#neue .bar1 {
  flex: 0;
  transition: all 0.125s 0s ease-out;
}
#neue .bar1:hover {
  flex: 2;
}
#neue .bar {
  transition: all 0.125s 0s ease-out;
  flex: 50;
}
#neue .bar:hover {
  flex: 10;
}

a:focus, button:focus, input:focus {
  outline: none;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  max-width: 100vw;
  padding: 0px;
  cursor: default;
}

html {
  background-color: black;
  color: #E0DBE7;
  overflow-y: scroll;
  overflow-x: hidden;
}

#smooth-state-content {
  color: white;
}
#smooth-state-content.theme-light {
  background-color: white;
  color: black;
}

footer,
main {
  margin: auto;
  font-size: 0;
  max-width: 1400px;
  padding: 0 5vw;
}
footer.full,
main.full {
  padding: 0;
  max-width: 100vw;
  padding: 40px;
}

aside {
  margin: auto;
  padding: 0 5vw;
  max-width: 1400px;
  padding-top: 100px;
}

p {
  font-size: 13px;
  font-weight: 300;
  color: white;
  line-height: 1.6;
}
.theme-light p {
  color: black;
}

.address {
  display: block;
}
.address span {
  float: left;
}

#bottom-nav {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  padding-right: 5px;
  font-size: 0;
  text-align: center;
}
#bottom-nav:before, #bottom-nav:after {
  content: " ";
  display: table;
}
#bottom-nav:after {
  clear: both;
}
.device-mobile #bottom-nav a {
  padding: 2px 4px;
}
#bottom-nav a {
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 15px 3px;
  display: inline-block;
  text-decoration: none;
  color: white;
  color: #E0DBE7;
  font-weight: 500;
  line-height: 1;
  margin-right: 0.5em;
}
#bottom-nav a:hover {
  font-weight: 700;
  color: white;
}
.theme-light #bottom-nav a {
  color: black;
}

a {
  cursor: pointer;
}

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

.phone-only {
  display: none;
}

/* iPhone Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .phone-only {
    display: block;
  }
}
/* iPhone Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .phone-only {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-block-vert {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1300px) {
  .desktop-block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .desktop-hidden {
    display: none !important;
  }
}
.events {
  pointer-events: auto !important;
}

.no-events {
  pointer-events: none !important;
}

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

.no-b {
  border: none !important;
}

.no-p-t {
  padding-top: 0 !important;
}

.no-p-l {
  padding-left: 0 !important;
}

.no-p-r {
  padding-right: 0 !important;
}

.no-p-b {
  padding-bottom: 0 !important;
}

.no-m-b {
  margin-bottom: 0 !important;
}

.vert-align {
  display: inline-block;
  vertical-align: middle;
}
.vert-align:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.color-white {
  color: #E0DBE7 !important;
}

.dark-only {
  display: none;
}

.light .dark-only {
  display: none;
}

.reader-only {
  display: inline-block;
  width: 0;
  overflow: hidden;
  font-size: 0;
}

.light .color-dark {
  color: #E0DBE7 !important;
}

.color-dark {
  color: #0e1416 !important;
}

.light .color-white {
  color: #0e1416 !important;
}

.color-green {
  color: #43d270 !important;
}

.color-red {
  color: #f04f31 !important;
}

.color-blue {
  color: #1983fd !important;
}

.color-yellow {
  color: #ffbe61 !important;
}

.bg-green {
  background-color: #43d270 !important;
}

.bg-red {
  background-color: #f04f31 !important;
}

.bg-blue {
  background-color: #1983fd !important;
}

.bg-purple {
  background-color: #8e3fff !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
  vertical-align: middle !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.invisible {
  opacity: 0;
  pointer-events: none;
}

.relative {
  position: relative !important;
}

:root {
  --color-neutrals-white: #fff;
  --color-neutrals-black: #000;
  --color-gray-75: #f8f8f8;
  --color-gray-100: #f1f1f1;
  --color-gray-200: #e7e6e5;
  --color-gray-300: #dad8d6;
  --color-gray-400: #bebdb9;
  --color-gray-500: #8b8987;
  --color-gray-600: #666564;
  --color-gray-700: #4b4847;
  --color-gray-800: #312e2b;
  --color-gray-900: #262421;
}

.icon-padded img {
  padding: 15%;
  box-sizing: border-box;
}

.icon-padded svg {
  width: 100%;
  height: 100%;
  padding: 0%;
  box-sizing: border-box;
  color: white;
}
.icon-padded svg path {
  fill: currentColor;
}
