/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
@font-face {
  font-family: "Plain";
  src: url(/build/frontend/fonts/Plain-Bold.90a28044.eot);
  src: url(/build/frontend/fonts/Plain-Bold.90a28044.eot) format("embedded-opentype"), url(/build/frontend/fonts/Plain-Bold.401da5a5.woff2) format("woff2"), url(/build/frontend/fonts/Plain-Bold.8641b438.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plain";
  src: url(/build/frontend/fonts/Plain-Light.e92fb141.eot);
  src: url(/build/frontend/fonts/Plain-Light.e92fb141.eot) format("embedded-opentype"), url(/build/frontend/fonts/Plain-Light.ec8b9ff9.woff2) format("woff2"), url(/build/frontend/fonts/Plain-Light.9eb4e442.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #939393;
  --color-text: #1d1d1d;
  --color-link: #939393;
  --font-family: Plain, serif;
  --font-size-base: 0.9rem;
  --font-size-base-lg: 0.999999rem;
  --font-size-lead: 0.999999rem;
  --font-size-small: 0.9rem;
  --font-size-large: 1.1rem;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2.2rem;
  --font-size-h3: 2rem;
  --font-size-h4: 1.4rem;
  --font-size-h5: 1.1rem;
  --font-size-h6: 0.8rem;
  --line-height: 1.35;
  --width-xs: 400px;
  --width-sm: 480px;
  --width-md: 768px;
  --width-lg: 1024px;
  --width-xl: 1440px;
  --width-xxl: 1920px;
}

html {
  box-sizing: border-box;
  font-family: "Plain", serif;
  font-size: 0.9rem;
  line-height: 1.35;
  font-weight: normal;
  color: #1d1d1d;
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a, .link {
  color: #939393;
}

.lead {
  font-size: 0.999999rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.hero {
  font-size: 2.7rem;
  font-weight: bold;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

h2, .h2 {
  font-size: 2.2rem;
  font-weight: bold;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: bold;
}

h4, .h4 {
  font-size: 1.4rem;
  font-weight: bold;
}

h5, .h5 {
  font-size: 1.1rem;
  font-weight: bold;
}

h6, .h6 {
  font-size: 0.8rem;
  font-weight: bold;
}

@media all and (min-width: 1024px) {
  html {
    font-size: 0.999999rem;
  }

  .hero {
    font-size: 3.78rem;
  }
}
hr {
  display: block;
  margin: 2rem 0;
  border: 0 none;
  border-top: 1px solid #1d1d1d;
}

button,
.button {
  display: inline-flex;
  cursor: pointer;
  padding: 0.6em 1.2em;
  border-radius: 1px;
  border: 1px solid #939393;
  background: #939393;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
  white-space: nowrap;
}
button > *,
.button > * {
  margin-top: 0.05em;
  margin-bottom: -0.05em;
}
button:hover, button:focus,
.button:hover,
.button:focus {
  border-color: #7a7a7a;
  background-color: #7a7a7a;
}
button:active,
.button:active {
  border-color: #606060;
  background-color: #606060;
}
button--outline,
.button--outline {
  background: transparent;
  color: #939393;
}
button--outline:hover, button--outline:focus,
.button--outline:hover,
.button--outline:focus {
  border-color: #939393;
  background-color: #939393;
  color: #FFFFFF;
}
button--outline:active,
.button--outline:active {
  border-color: #7a7a7a;
  background-color: #7a7a7a;
  color: #FFFFFF;
}
button--clear,
.button--clear {
  background: transparent;
  border-color: transparent;
  color: #939393;
}
button--clear:hover, button--clear:focus,
.button--clear:hover,
.button--clear:focus {
  background-color: #939393;
  color: #FFFFFF;
}
button--clear:active,
.button--clear:active {
  background-color: #7a7a7a;
  color: #FFFFFF;
}
button--small,
.button--small {
  font-size: 0.9rem;
}
button--large,
.button--large {
  font-size: 1.1rem;
}
button svg, button__icon,
.button svg,
.button__icon {
  height: 1.2em;
  width: auto;
  margin: -0.1em 0.6em;
}
button svg:first-child, button__icon:first-child,
.button svg:first-child,
.button__icon:first-child {
  margin-left: -0.58em;
}
button svg:last-child, button__icon:last-child,
.button svg:last-child,
.button__icon:last-child {
  margin-right: -0.58em;
}
button--icon-only,
.button--icon-only {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
button--icon-only svg, button--icon-only svg:first-child, button--icon-only svg:last-child, button--icon-only__icon, button--icon-only__icon:first-child, button--icon-only__icon:last-child,
.button--icon-only svg,
.button--icon-only svg:first-child,
.button--icon-only svg:last-child,
.button--icon-only__icon,
.button--icon-only__icon:first-child,
.button--icon-only__icon:last-child {
  margin-left: -0.1em;
  margin-right: -0.1em;
}
button--round,
.button--round {
  border-radius: 1000px;
}

fieldset {
  margin: 0;
  padding: 1rem 0;
  border: 0 none;
}

.form-field {
  margin-bottom: 1rem;
}
.form-field > * {
  display: block;
}
.form-field__label {
  padding-bottom: 0.6em;
}
.form-field--inline--top {
  align-items: flex-start;
}
.form-field--inline--top .form-field__label {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.form-field--inline--mobile {
  display: flex;
  align-items: center;
}
.form-field--inline--mobile .form-field__label {
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-bottom: 0;
}
.form-field--inline--mobile .form-field__label:first-child {
  padding-left: 0;
}
.form-field--inline--mobile .form-field__label:last-child {
  padding-right: 0;
}
@media all and (min-width: 768px) {
  .form-field--inline {
    display: flex;
    align-items: center;
  }
  .form-field--inline .form-field__label {
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-bottom: 0;
    padding-top: 0;
  }
  .form-field--inline .form-field__label:first-child {
    padding-left: 0;
  }
  .form-field--inline .form-field__label:last-child {
    padding-right: 0;
  }
  .form-field--inline--top {
    align-items: flex-start;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.6em 0.6em;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #939393;
}

.hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 3px;
  background-color: #1d1d1d;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 56px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 56px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 56px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 56px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 56px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 56px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -56px;
  top: -56px;
  transform: translate3d(56px, 56px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -56px;
  top: -56px;
  transform: translate3d(-56px, 56px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -56px;
  top: 56px;
  transform: translate3d(56px, -56px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -56px;
  top: 56px;
  transform: translate3d(-56px, -56px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

button.hamburger {
  line-height: 100%;
}
button.hamburger:hover, button.hamburger:focus, button.hamburger:active {
  background: none;
}
button.hamburger:hover .hamburger-inner,
button.hamburger:hover .hamburger-inner::before,
button.hamburger:hover .hamburger-inner::after, button.hamburger:focus .hamburger-inner,
button.hamburger:focus .hamburger-inner::before,
button.hamburger:focus .hamburger-inner::after, button.hamburger:active .hamburger-inner,
button.hamburger:active .hamburger-inner::before,
button.hamburger:active .hamburger-inner::after {
  background-color: #939393;
}
button.hamburger:focus {
  border: 1px solid #7a7a7a;
  margin: -1px;
}

.input {
  padding: 0.6em 0.6em;
  border: 1px solid #939393;
  border-radius: 1px;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
}
.input:focus {
  border-width: 2px;
  border-color: #7a7a7a;
  margin: -1px;
  width: calc(100% + (2px));
}
.input--round {
  border-radius: 1000px;
  padding-left: 0.9em;
  padding-right: 0.9em;
}
.input--small {
  font-size: 0.9rem;
}
.input--large {
  font-size: 1.1rem;
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.textarea {
  padding: 0.6em 0.6em;
  border: 1px solid #939393;
  border-radius: 1px;
  background: #FFFFFF;
  resize: vertical;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.textarea--small {
  font-size: 0.9rem;
}
.textarea--large {
  font-size: 1.1rem;
}
.textarea:focus {
  border-width: 2px;
  border-color: #7a7a7a;
  margin: -1px;
  width: calc(100% + (2px));
}
.textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.checkbox,
.radio {
  position: relative;
  display: inline-block;
}
.checkbox input,
.radio input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.checkbox input:focus + .checkbox__indicator,
.checkbox input:focus + .radio__indicator,
.radio input:focus + .checkbox__indicator,
.radio input:focus + .radio__indicator {
  border-width: 2px;
  border-color: #7a7a7a;
  margin: -1px;
}
.checkbox input:checked + .checkbox__indicator,
.checkbox input:checked + .radio__indicator,
.radio input:checked + .checkbox__indicator,
.radio input:checked + .radio__indicator {
  background: #939393;
  color: #FFFFFF;
}
.checkbox input:checked + .checkbox__indicator svg,
.checkbox input:checked + .checkbox__indicator .checkbox__indicator__icon,
.checkbox input:checked + .checkbox__indicator .radio__indicator__icon,
.checkbox input:checked + .radio__indicator svg,
.checkbox input:checked + .radio__indicator .checkbox__indicator__icon,
.checkbox input:checked + .radio__indicator .radio__indicator__icon,
.radio input:checked + .checkbox__indicator svg,
.radio input:checked + .checkbox__indicator .checkbox__indicator__icon,
.radio input:checked + .checkbox__indicator .radio__indicator__icon,
.radio input:checked + .radio__indicator svg,
.radio input:checked + .radio__indicator .checkbox__indicator__icon,
.radio input:checked + .radio__indicator .radio__indicator__icon {
  transform: scale(1);
}
.checkbox__indicator,
.radio__indicator {
  padding: 1px;
  width: calc(1.26rem - 2px);
  height: calc(1.26rem - 2px);
  background: #FFFFFF;
  border: 1px solid #939393;
  border-radius: 1px;
  color: #939393;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.checkbox__indicator svg, .checkbox__indicator__icon,
.radio__indicator svg,
.radio__indicator__icon {
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0);
  width: 100%;
  height: 100%;
}
.checkbox--large .checkbox__indicator,
.radio--large .checkbox__indicator {
  width: calc(1.54rem - 2px);
  height: calc(1.54rem - 2px);
}
.checkbox--small .checkbox__indicator,
.radio--small .checkbox__indicator {
  width: calc(1.26rem - 2px);
  height: calc(1.26rem - 2px);
}
.checkbox--dark input:checked + .checkbox__indicator,
.checkbox--dark input:checked + .radio__indicator,
.radio--dark input:checked + .checkbox__indicator,
.radio--dark input:checked + .radio__indicator {
  background-color: #7a7a7a;
}

.radio__indicator {
  border-radius: 1000px;
  padding: 2px;
  width: calc(1.26rem - 4px);
  height: calc(1.26rem - 4px);
}
.radio--large .radio__indicator {
  width: calc(1.54rem - 2px);
  height: calc(1.54rem - 2px);
}
.radio--small .radio__indicator {
  width: calc(1.26rem - 2px);
  height: calc(1.26rem - 2px);
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0 none;
}
input[type=range]:focus {
  outline: none;
  margin: 0;
  width: 100%;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  background: #939393;
  border-radius: 1.3px;
  border: 0.2px solid #1d1d1d;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  margin-top: -5px;
  background: #939393;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  cursor: pointer;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #7a7a7a;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  background: #939393;
  border-radius: 1.3px;
  border: 0.2px solid #1d1d1d;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  background: #939393;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #939393;
  border: 0.2px solid #1d1d1d;
  border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
  background: #939393;
  border: 0.2px solid #1d1d1d;
  border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  background: #939393;
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #7a7a7a;
}
input[type=range]:focus::-ms-fill-upper {
  background: #7a7a7a;
}

input[type=color] {
  padding: 0;
}

.select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border-radius: 1px;
}
.select select {
  padding: 0.6em 0.6em;
  border: 1px solid #939393;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
.select select:focus {
  border-width: 2px;
  border-color: #7a7a7a;
  margin: -1px;
  width: calc(100% + (2px));
}
.select--placeholder select {
  color: rgba(0, 0, 0, 0.5);
}
.select--small {
  font-size: 0.9rem;
}
.select--small select {
  font-size: 0.9rem;
}
.select--large {
  font-size: 1.1rem;
}
.select--large select {
  font-size: 1.1rem;
}
.select__chevron,
.select svg {
  position: absolute;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
  height: 1.2em;
  width: auto;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.text--small {
  font-size: 0.9rem;
}
.text--large {
  font-size: 1.1rem;
}

.toggle__content {
  transition: height 0.5s ease-out;
  height: 0;
  overflow: hidden;
}
.toggle.is-active .toggle__content {
  transition: height 0.5s ease-in;
  height: auto;
}

.underline {
  position: relative;
  text-decoration: none;
}
.underline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 0.08em;
  content: "";
  display: block;
  background: currentColor;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.underline--reactive:after {
  width: 0;
  opacity: 0;
}
.underline--reactive:hover:after, .underline--reactive.active:after {
  width: 100%;
  opacity: 1;
}

.hide {
  display: none;
}
@media all and (min-width: 400px) {
  .hide--xs {
    display: none;
  }
}
@media all and (min-width: 480px) {
  .hide--sm {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .hide--md {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .hide--lg {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  .hide--xl {
    display: none;
  }
}
@media all and (min-width: 1920px) {
  .hide--xxl {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .hide--to-xs {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .hide--to-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .hide--to-md {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .hide--to-lg {
    display: none;
  }
}
@media all and (max-width: 1440px) {
  .hide--to-xl {
    display: none;
  }
}
@media all and (max-width: 1920px) {
  .hide--to-xxl {
    display: none;
  }
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.table-wrapper {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper .table {
  width: 100%;
  border-collapse: collapse;
}
.table-wrapper th,
.table-wrapper td {
  padding: 1rem;
  border: 1px solid #1d1d1d;
}
.table-wrapper .table--th-top th {
  border-bottom-width: 2px;
}
.table-wrapper .table--th-left th {
  border-right-width: 2px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slide-leave-active,
.slide-enter-active {
  transition: 0.6s ease-out;
}

.slide-enter {
  transform: translate(100%, 0);
  opacity: 0;
}

.slide-leave-to {
  transform: translate(-100%, 0);
  opacity: 1;
}

.slideback-leave-active,
.slideback-enter-active {
  transition: 0.6s ease-out;
}

.slideback-enter {
  transform: translate(-100%, 0);
  opacity: 1;
}

.slideback-leave-to {
  transform: translate(100%, 0);
  opacity: 0;
}

.product-configurator {
  position: relative;
  font-size: 0.999999rem;
  background: #eeece4;
  padding: 1rem;
}
@media all and (min-width: 768px) {
  .product-configurator {
    padding: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .product-configurator {
    padding: 0;
  }
}
.product-configurator .product-configurator__pages {
  position: relative;
}
@media all and (min-width: 1024px) {
  .product-configurator .product-configurator__pages {
    height: calc(100vh - 49px - 40px);
  }
}
.product-configurator .product-configurator__pages .product-configurator__page {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .product-configurator .product-configurator__pages .product-configurator__page {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto;
  }
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header {
  margin: 2rem 0 0;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h1, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h2, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h3, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h4, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h5, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h6 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
}
@media all and (min-width: 1920px) {
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h1, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h2, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h3, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h4, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h5, .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header h6 {
    max-width: 600px;
  }
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__header p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage > * {
  flex: 1;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper {
  position: relative;
  overflow: hidden;
  order: 1;
}
@media (max-width: 1023px) {
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper {
    position: sticky;
    top: 60px;
    z-index: 20;
    background: #eeece4;
  }
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper .product-configurator__image-switch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper .product-configurator__image-switch > * {
  font-size: 0.9rem;
  border-left-width: 0;
  padding: 5px 8px 3px;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper .product-configurator__image-switch > *:first-child {
  border-left-width: 1px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding-left: 10px;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper .product-configurator__image-switch > *:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding-right: 10px;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper .product-configurator__image-switch > *.active {
  background: #1d1d1d;
  color: #FFFFFF;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper .product-configurator__image-switch + .product-configurator__image {
  margin-top: 28px;
  height: calc(100% - 26px);
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters {
  font-size: 0.9rem;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters.filters--left {
  order: 2;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters.filters--right {
  order: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters h6 {
  font-size: 0.9rem;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters__logo img {
  height: 32px;
  margin: 12px 0 0 auto;
  width: auto;
}
@media (min-width: 1024px) {
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters__logo img {
    width: 50%;
    height: auto;
    margin: 0 0 32px auto;
  }
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters__logo.absolute {
  order: 3;
}
@media (min-width: 1024px) {
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters__logo.absolute {
    grid-column: 2;
    grid-row: 2;
    width: 24%;
    margin-left: auto;
    margin-right: 0;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters__logo.absolute img {
    height: 39px;
    width: auto;
  }
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__overlay-filters {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image {
  position: relative;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image.error img {
  opacity: 0;
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image .product-configurator__image__error,
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image .product-configurator__image__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(231, 233, 232, 0.25);
}
.product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image .product-configurator__image__loading svg {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.product-configurator .product-configurator__actions .c-bn {
  width: auto;
  border-radius: 100%;
}
.product-configurator .product-configurator__overlay {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  width: 1000px;
  max-width: 90vw;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  color: #FFFFFF;
  padding: 5rem;
  text-align: center;
  max-height: 90vh;
  overflow: auto;
}
.product-configurator .product-configurator__overlay h4, .product-configurator .product-configurator__overlay p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.product-configurator .product-configurator__overlay h4 {
  margin-bottom: 2rem;
}
.product-configurator .product-configurator__overlay button {
  border: none;
  color: #FFFFFF;
}
.product-configurator .product-configurator__overlay button.close {
  font-size: 2rem;
  margin-top: 5vh;
  margin-bottom: 0;
}
.product-configurator .product-configurator__overlay button:hover {
  background: #FFFFFF;
  color: #1d1d1d;
}
.product-configurator .product-configurator__overlay p.share-input {
  position: relative;
  height: 40px;
}
.product-configurator .product-configurator__overlay p.share-input input {
  position: absolute;
  height: 40px;
  padding: 12px 40px 11px 8px;
  font-size: 0.79rem;
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  left: 0;
  right: 0;
  width: 100%;
}
.product-configurator .product-configurator__overlay p.share-input button {
  position: absolute;
  right: 4px;
  top: 4px;
}
.product-configurator .product-configurator__prev,
.product-configurator .product-configurator__next {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 16px 16px;
  margin-bottom: 16px;
  background-color: #1d1d1d;
  color: #FFFFFF;
  border: 1px solid #1d1d1d;
}
@media all and (min-width: 1024px) {
  .product-configurator .product-configurator__prev,
.product-configurator .product-configurator__next {
    background-color: transparent;
    color: #1d1d1d;
    border: none;
    padding: 32px 16px;
    margin-bottom: 0;
  }
}
.product-configurator .product-configurator__prev:disabled,
.product-configurator .product-configurator__next:disabled {
  opacity: 0;
  transform: scale(0);
  cursor: text;
}
.product-configurator .product-configurator__prev:hover, .product-configurator .product-configurator__prev:focus, .product-configurator .product-configurator__prev:active,
.product-configurator .product-configurator__next:hover,
.product-configurator .product-configurator__next:focus,
.product-configurator .product-configurator__next:active {
  background: none;
  border: 1px solid #1d1d1d;
  color: inherit;
}
@media all and (min-width: 1024px) {
  .product-configurator .product-configurator__prev:hover, .product-configurator .product-configurator__prev:focus, .product-configurator .product-configurator__prev:active,
.product-configurator .product-configurator__next:hover,
.product-configurator .product-configurator__next:focus,
.product-configurator .product-configurator__next:active {
    border: none;
  }
}
.product-configurator .product-configurator__prev svg {
  transform: rotate(180deg);
  margin-right: 8px;
}
.product-configurator .product-configurator__next {
  left: auto;
  right: 1rem;
}
.product-configurator .product-configurator__next svg {
  margin-left: 8px;
}
.product-configurator .product-configurator__pagination {
  width: auto;
  white-space: nowrap;
  overflow: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 16px;
  padding-bottom: 4px;
  font-size: 0.81rem;
  scroll-snap-type: x mandatory;
  /* horizontaler Scrollsnap mit verpflichtendem Einrasten */
  -webkit-overflow-scrolling: touch;
  /* für sanftes Scrollen auf iOS */
  display: flex;
  align-items: center;
}
@media all and (min-width: 1024px) {
  .product-configurator .product-configurator__pagination {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.product-configurator .product-configurator__pagination button {
  border: none;
  backround: none;
  padding: 8px 4px 8px 14px;
  opacity: 0.25;
  margin-top: 0;
  scroll-snap-align: start;
  flex: 0 0 auto;
}
.product-configurator .product-configurator__pagination button > div {
  text-align: center;
}
.product-configurator .product-configurator__pagination button > div > * {
  margin: 0 auto;
}
.product-configurator .product-configurator__pagination button .circle {
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid currentColor;
  border-radius: 100%;
  margin-top: -21px;
  margin-bottom: 6px;
  padding: 2px;
}
.product-configurator .product-configurator__pagination button .circle svg {
  width: 100%;
  height: 100%;
}
.product-configurator .product-configurator__pagination button:disabled {
  cursor: text;
}
.product-configurator .product-configurator__pagination button:after {
  display: inline-block;
  width: 8px;
  height: 1px;
  content: "";
  background: #1d1d1d;
  margin-top: -1px;
  transform: translateX(9px);
}
.product-configurator .product-configurator__pagination button:last-child:after {
  display: none;
}
.product-configurator .product-configurator__pagination button:hover, .product-configurator .product-configurator__pagination button:focus, .product-configurator .product-configurator__pagination button:active {
  background: none;
  color: inherit;
}
.product-configurator .product-configurator__pagination button.error {
  opacity: 1;
  color: red;
}
.product-configurator .product-configurator__pagination button.active {
  opacity: 1;
  font-weight: bold;
}
.product-configurator .product-configurator__pagination .product-configurator__pagination__group {
  display: flex;
  align-items: center;
  position: relative;
  scroll-snap-align: start;
  /* Einrasten am Anfang des Elements */
  flex: 0 0 auto;
  /* Wichtig, damit die Elemente nicht schrumpfen */
  padding-right: 20px;
  margin-right: 20px;
}
.product-configurator .product-configurator__pagination .product-configurator__pagination__group .product-configurator__pagination__group__label {
  display: flex;
}
.product-configurator .product-configurator__pagination .product-configurator__pagination__group .product-configurator__pagination__group__label span {
  opacity: 1;
}
.product-configurator .product-configurator__pagination .product-configurator__pagination__group:after {
  display: block;
  content: "";
  background: currentColor;
  position: absolute;
  width: 1px;
  height: auto;
  opacity: 0.125;
  right: 0;
  top: 25px;
  bottom: 25px;
}
.product-configurator .product-configurator__pagination .product-configurator__pagination__group:last-child {
  padding-right: 0;
  margin-right: 0;
}
.product-configurator .product-configurator__pagination .product-configurator__pagination__group:last-child:after {
  display: none;
}
.product-configurator .input-group {
  padding: 1rem 0;
}
.product-configurator .input-group.highlighted {
  background: #a6c0a6;
}
.product-configurator .input-group input[type=text],
.product-configurator .input-group input[type=number],
.product-configurator .input-group input[type=file] {
  background: none;
  border: none;
  border-bottom: 1px solid #939393;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.product-configurator .input-group input[type=file] {
  margin-top: 0;
  padding-bottom: 4px;
}
.product-configurator .input-group label {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #939393;
  padding: 0 8px 0 0;
}
.product-configurator .input-group label input {
  width: calc(100% - 16px);
}
.product-configurator .input-group label svg {
  transition: transform 0.2s ease-out;
}
.product-configurator .input-group label + input {
  margin-top: 4px;
}
.product-configurator .input-group label .toggle-info {
  display: flex;
  align-items: center;
}
.product-configurator .input-group label .toggle-info svg {
  margin-top: -2px;
}
.product-configurator .input-group.open label svg {
  transform: rotate(180deg);
}
.product-configurator .input-group.open label .toggle-info svg {
  transform: rotate(0deg);
}
.product-configurator .input-group select, .product-configurator .input-group input {
  width: 100%;
}
.product-configurator .input-group.error .select-input label:not(.disabled) {
  color: #1d1d1d;
}
.product-configurator .input-group.error .select-input label:not(.disabled).checked {
  color: red;
}
.product-configurator .input-group.error label {
  color: red;
}
.product-configurator .input-group .input-help {
  margin-top: 1rem;
  font-size: 0.81rem;
  white-space: pre-line;
}
.product-configurator .input-group .input-error {
  margin-top: 1rem;
  color: red;
}
.product-configurator .other-options {
  margin-top: 1rem;
}
.product-configurator .other-options h1, .product-configurator .other-options h2, .product-configurator .other-options h3, .product-configurator .other-options h4, .product-configurator .other-options h5, .product-configurator .other-options h6 {
  margin: 0;
}
.product-configurator .color-input {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding-top: 4px;
}
.product-configurator .color-input .color-input-label {
  background-size: 28px auto;
  border-radius: 64px;
  border: 1px solid #1d1d1d;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 4px;
  padding: 0;
}
.product-configurator .color-input .color-input-label.empty {
  background-size: 100%;
}
.product-configurator .color-input .color-input-label input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.product-configurator .color-input .color-input-label input + svg {
  transform: scale(0);
  transition: transform 0.2s ease-out;
  width: 16px;
  height: 16px;
}
.product-configurator .color-input .color-input-label input:checked + svg {
  transform: scale(1);
}
.product-configurator .select-input {
  margin-bottom: 4px;
}
.product-configurator .select-input .select-option-group.trail .select-input-group-label {
  text-decoration: underline;
}
.product-configurator .select-input .select-input-label,
.product-configurator .select-input .select-input-group-label {
  cursor: pointer;
  position: relative;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 8px;
  line-height: 18px;
  min-height: 24px;
}
.product-configurator .select-input .select-input-label:not(.disabled):hover,
.product-configurator .select-input .select-input-group-label:not(.disabled):hover {
  background: rgba(0, 0, 0, 0.1);
}
.product-configurator .select-input .select-input-label.disabled,
.product-configurator .select-input .select-input-group-label.disabled {
  cursor: text;
  color: #939393;
}
.product-configurator .select-input .select-input-label.disabled input,
.product-configurator .select-input .select-input-group-label.disabled input {
  cursor: text;
}
.product-configurator .select-input .select-input-label .badge-new,
.product-configurator .select-input .select-input-group-label .badge-new {
  font-size: 0.7rem;
  transform: translateY(1px);
}
.product-configurator .select-input .select-input-label .toggle-info,
.product-configurator .select-input .select-input-group-label .toggle-info {
  display: flex;
  align-items: center;
}
.product-configurator .select-input .select-input-label input,
.product-configurator .select-input .select-input-group-label input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.product-configurator .select-input .select-input-label input + svg,
.product-configurator .select-input .select-input-group-label input + svg {
  transform: scale(0);
  transition: transform 0.2s ease-out;
  width: 16px;
  height: 16px;
}
.product-configurator .select-input .select-input-label input:checked + svg,
.product-configurator .select-input .select-input-group-label input:checked + svg {
  transform: scale(1);
}
.product-configurator .select-input .select-input-group-label svg {
  transition: transform 0.2s ease-out;
  transform: rotate(180deg);
}
.product-configurator .select-input .select-input-group-label.close svg {
  transform: rotate(0deg);
}
.product-configurator .select-input .select-input-group-options .select-input-label,
.product-configurator .select-input .select-input-group-options .select-input-group-label {
  padding-left: 16px;
}
.product-configurator .stepper-input {
  position: relative;
}
.product-configurator .stepper-input input {
  margin: 0;
  padding: 0 24px 4px;
  text-align: center;
}
.product-configurator .stepper-input input:focus {
  outline: none;
}
.product-configurator .stepper-input button {
  border: none;
  position: absolute;
  padding: 4px 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product-configurator .stepper-input button:disabled {
  opacity: 0.25;
}
.product-configurator .stepper-input button:disabled:hover, .product-configurator .stepper-input button:disabled:focus {
  background: none;
  color: #1d1d1d;
}
.product-configurator .stepper-input button:first-child svg {
  transform: rotate(90deg);
}
.product-configurator .stepper-input button:last-child {
  left: auto;
  right: 0;
}
.product-configurator .stepper-input button:last-child svg {
  transform: rotate(-90deg);
}
.product-configurator .read-only label {
  cursor: initial;
}
.product-configurator .read-only .select-input .select-input-label,
.product-configurator .read-only .select-input .select-input-group-label {
  cursor: initial;
}
.product-configurator .read-only .select-input .select-input-label:hover,
.product-configurator .read-only .select-input .select-input-group-label:hover {
  background: none;
}
.product-configurator .upload-input {
  margin-top: 0.5rem;
}
.product-configurator .upload-input .file-value {
  text-align: center;
}
.product-configurator .upload-input .upload-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #939393;
  padding: 1px 1px 1px 8px;
}
.product-configurator .upload-input .upload-value button {
  border: none;
}
.product-configurator .upload-input .upload-value .upload-image-filename {
  margin-bottom: -4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 3px;
  text-align: left;
}
.product-configurator .position-input {
  height: 100%;
  width: 100%;
}
.product-configurator .position-input.accessoire {
  position: relative;
  margin-top: 30px;
  height: calc(100% - 30px);
}
.product-configurator .position-input.accessoire.pocketEmptier {
  margin-top: 0;
  height: 100%;
}
.product-configurator .toggle-info {
  position: relative;
  z-index: 10;
}
.product-configurator .toggle-info svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.product-configurator .text-green {
  color: green;
}
.product-configurator .product-configurator__form {
  position: fixed;
  z-index: 500;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 2rem 0;
}
@media all and (min-width: 768px) {
  .product-configurator .product-configurator__form {
    padding: 5rem;
  }
}
.product-configurator .product-configurator__form button.close {
  position: fixed;
  top: 2rem;
  right: 0;
  color: #1d1d1d;
  border: none;
  background: none;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .product-configurator .product-configurator__form button.close {
    top: 2rem;
    right: 2rem;
    color: #FFFFFF;
  }
}
.product-configurator .product-configurator__form .product-configurator__form__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.product-configurator .button--submit {
  border: none;
  border-bottom: 2px solid #1d1d1d;
  color: #1d1d1d;
  background: none;
  border-radius: 0;
  font-size: 1.1rem;
  padding: 1rem 1rem calc(1rem - 4px);
  margin: 2rem auto;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.product-configurator .button--submit.small {
  font-size: 0.8rem;
  padding: 0.5rem 0.5rem calc(0.5rem - 4px) 0.5rem;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.product-configurator .button--submit:hover {
  background: #1d1d1d;
  color: #FFFFFF;
}
@media all and (min-width: 600px) {
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: auto auto;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters.filters--left {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    /* natürliche Höhe */
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters.filters--right {
    grid-column: 1;
    grid-row: 2;
  }
}
@media all and (min-width: 1024px) {
  .product-configurator {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .product-configurator .product-configurator__main {
    flex: 1;
    max-width: 1200px;
    width: calc(100% - 160px);
  }
  .product-configurator .product-configurator__pagination {
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-top: 0;
    justify-content: center;
  }
  .product-configurator .product-configurator__pages {
    height: calc(100vh - 92px - 49px);
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage {
    overflow: hidden;
    grid-template-columns: 20% 1fr 20%;
    grid-template-rows: auto;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters {
    padding: 32px 0 0 0;
    max-width: 232px;
    overflow: auto;
    min-height: 0;
    max-height: 100%;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters.filters--left {
    grid-column: 1;
    grid-row: 1;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters.filters--right {
    grid-column: 3;
    grid-row: 1;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters > *:first-child {
    padding-top: 0;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__filters > *:last-child {
    padding-bottom: 0;
  }
  .product-configurator .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper {
    grid-column: 2;
    grid-row: 1;
  }
  .product-configurator .product-configurator__actions {
    position: absolute;
    top: 2rem;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .product-configurator .product-configurator__actions .c-bn {
    border-radius: 100%;
    margin-left: 8px;
  }
  .product-configurator .product-configurator__actions .c-bn[disabled] {
    opacity: 0.25;
  }
  .product-configurator .product-configurator__prev,
.product-configurator .product-configurator__next {
    position: initial;
    height: 64px;
    align-self: center;
  }
  .product-configurator .product-configurator__prev svg,
.product-configurator .product-configurator__next svg {
    width: 36px;
    height: auto;
    margin: 8px;
  }
}

.product-configurator.Notizbuch .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  height: 100%;
}
.product-configurator.Notizbuch .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 0;
  background: transparent;
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  .product-configurator.Notizbuch .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image img {
    object-position: top;
  }
}

@media all and (max-width: 1023px) {
  .product-configurator.product-configurator__accessoire.keychain .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image img {
    transform: scale(1.7);
    transform-origin: 28% 50%;
  }
  .product-configurator.product-configurator__accessoire.keychain .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error,
.product-configurator.product-configurator__accessoire.keychain .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading {
    transform: scale(1.7);
  }
  .product-configurator.product-configurator__accessoire.keychain .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error svg,
.product-configurator.product-configurator__accessoire.keychain .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading svg {
    transform: scale(0.3);
  }
  .product-configurator.product-configurator__accessoire.keychain .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image-wrapper {
    padding-bottom: 40px;
    padding-top: 18px;
  }
  .product-configurator.product-configurator__accessoire.cardholder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image img {
    transform: scale(1.7);
    transform-origin: center center;
  }
  .product-configurator.product-configurator__accessoire.cardholder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error,
.product-configurator.product-configurator__accessoire.cardholder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading {
    transform: scale(1.7);
  }
  .product-configurator.product-configurator__accessoire.cardholder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error svg,
.product-configurator.product-configurator__accessoire.cardholder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading svg {
    transform: scale(0.3);
  }
  .product-configurator.product-configurator__accessoire.pencilCase .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image img {
    transform: scale(1.3);
    transform-origin: center center;
  }
  .product-configurator.product-configurator__accessoire.pencilCase .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image .product-configurator__image__error,
.product-configurator.product-configurator__accessoire.pencilCase .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image .product-configurator__image__loading {
    transform: scale(1.3);
  }
  .product-configurator.product-configurator__accessoire.pencilCase .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image .product-configurator__image__error svg,
.product-configurator.product-configurator__accessoire.pencilCase .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image .product-configurator__image__loading svg {
    transform: scale(0.7);
  }
  .product-configurator.product-configurator__accessoire.pencilCase .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .product-configurator.product-configurator__accessoire.documentFolder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image img {
    transform: scale(1.35);
    transform-origin: center center;
  }
  .product-configurator.product-configurator__accessoire.documentFolder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error,
.product-configurator.product-configurator__accessoire.documentFolder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading {
    transform: scale(1.35);
  }
  .product-configurator.product-configurator__accessoire.documentFolder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error svg,
.product-configurator.product-configurator__accessoire.documentFolder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading svg {
    transform: scale(0.65);
  }
  .product-configurator.product-configurator__accessoire.documentFolder .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image-wrapper {
    padding-bottom: 55px;
    padding-top: 45px;
  }
  .product-configurator.product-configurator__accessoire.pocketEmptier .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image img {
    transform: scale(1.04);
    transform-origin: center center;
  }
  .product-configurator.product-configurator__accessoire.pocketEmptier .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error,
.product-configurator.product-configurator__accessoire.pocketEmptier .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading {
    transform: scale(1.04);
  }
  .product-configurator.product-configurator__accessoire.pocketEmptier .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__error svg,
.product-configurator.product-configurator__accessoire.pocketEmptier .product-configurator__pages .product-configurator__page:not(.embossing) .product-configurator__stage .product-configurator__image .product-configurator__image__loading svg {
    transform: scale(0.96);
  }
}
@media all and (min-width: 1024px) {
  .product-configurator.product-configurator__accessoire .product-configurator__pages .product-configurator__page .product-configurator__stage {
    grid-template-columns: 20% 1fr;
  }
  .product-configurator.product-configurator__accessoire .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    height: 100%;
  }
  .product-configurator.product-configurator__accessoire .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0;
    background: transparent;
  }
}
@media all and (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
  .product-configurator.product-configurator__accessoire .product-configurator__pages .product-configurator__page .product-configurator__stage .product-configurator__image img {
    object-position: top;
  }
}

.drag-move {
  position: absolute;
  top: 50%;
  left: 50%;
}
.drag-move > div {
  background: rgba(0, 0, 0, 0);
  cursor: move;
  width: 20%;
  height: 15%;
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, 0.25);
  padding: 2px 3px 2px 2px;
  box-sizing: content-box;
  margin: -5px;
}
.drag-move:hover > div {
  border-color: rgba(0, 0, 0, 0.75);
}
.drag-move.dragging > div, .drag-move.dragging:hover > div, .drag-move.loading > div, .drag-move.loading:hover > div {
  border-color: rgba(0, 0, 0, 0.95);
}

.tippy-box[data-theme~=none] {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #1d1d1d;
  white-space: pre-line;
}

.toggle-info-content {
  word-break: break-word;
}
.toggle-info-content .info-image {
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  border-radius: 100%;
  border: 4px;
  border: 4px solid #FFFFFF;
  width: 160px;
  overflow: hidden;
}
.toggle-info-content .info-image + .info-text {
  margin-top: 8px;
}
.toggle-info-content .info-text {
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  padding: 5px 9px;
  border-radius: 4px;
}
.toggle-info-content .info-image,
.toggle-info-content .info-text {
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
.toggle-info-content.left .info-image,
.toggle-info-content.left .info-text {
  margin-right: 0;
}
.toggle-info-content.right .info-image,
.toggle-info-content.right .info-text {
  margin-left: 0;
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
