@charset "UTF-8";
/*------------------------------------*\
    1. BASE
\*------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    1. MEDIA QUERY MIXINS
\*------------------------------------*/
/*------------------------------------*\
    1. BRAND
\*------------------------------------*/
/* color vvc - mint */
/* color vvc - mint */
/* mvc */
/* orange */
/*------------------------------------*\
    2. FONTS & TYPO
\*------------------------------------*/
/*------------------------------------*\
   3. Z-LEVELS
\*------------------------------------*/
/*------------------------------------*\
    1. MIXINS
\*------------------------------------*/
/* HIDE SCROLLBAR */
/* PREV / NEXT NAVIGATION (STAMMBAUM, POSTKARTEN, IMAGE-GALLERY) */
/*------------------------------------*\
    2. LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    1. DEFAULT BOX-SIZING
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*------------------------------------*\
    2. BASE
\*------------------------------------*/
html, body {
  height: 100%;
}

#main-wrapper {
  display: flex;
  max-height: 100vh;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
}
@media only screen and (min-width: 1024px) {
  #main-wrapper {
    max-height: -webkit-fill-available;
    overflow-y: hidden;
  }
}

main {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* hide scrollbar */
  flex: 1 1 auto; /* ie 11 */
  margin: 0 auto 0;
  padding: 0;
  position: relative;
  width: 100%;
}
main::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  main {
    overflow: hidden;
  }
}
main .inner {
  display: flex;
}

/*------------------------------------*\
    1. FONTS
\*------------------------------------*/
/* AKKURAT MONO */
@font-face {
  font-family: "AkkuratMonoLLWeb-Regular";
  src: url("../fonts/AkkuratMonoLLWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "AkkuratMonoLLWeb-Regular";
  src: url("../fonts/AkkuratMonoLLWeb-Regular.woff2") format("woff2");
}
/* subset */
@font-face {
  font-family: "AkkuratMonoLLSub-Regular";
  src: url("../fonts/AkkuratMonoLLSub-Regular.woff") format("woff");
}
@font-face {
  font-family: "AkkuratMonoLLSub-Regular";
  src: url("../fonts/AkkuratMonoLLSub-Regular.woff2") format("woff2");
}
/* ALPINA */
@font-face {
  font-family: Alpina;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GT-Alpina-Standard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: Alpina;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/GT-Alpina-Standard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Alpina;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/GT-Alpina-Standard-Regular-Italic.woff2") format("woff2");
}
/*------------------------------------*\
    1. BASIC TYPO
\*------------------------------------*/
html {
  color: rgb(22, 22, 22);
  font-family: Alpina, sans-serif;
  font-weight: 300;
  font-size: 125%;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 112.5%;
  }
}
html ::selection {
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1390px) {
  html {
    /* 1390px */
    font-size: 112.5%;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    /* 1600 */
    font-size: 125%;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    /* 1920 */
    font-size: 135%;
  }
}

body {
  color: rgb(22, 22, 22);
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    2. FORMAT HELPERS
\*------------------------------------*/
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

/*------------------------------------*\
    3. PARAGRAPH
\*------------------------------------*/
p {
  line-height: 1.2;
  margin: 0 0 0.75rem;
  padding: 0;
}
p.text-indent-default {
  text-indent: 5vw;
}
@media only screen and (min-width: 768px) {
  p.text-indent-default {
    text-indent: 3rem;
  }
}
p.text-indent-default-full {
  text-indent: 0 !important;
  padding-left: 5vw;
}
@media only screen and (min-width: 768px) {
  p.text-indent-default-full {
    padding-left: 3rem;
  }
}
p.intro {
  font-weight: 500;
}
p.p-title, p.p-margin-top {
  margin-top: 0.75rem !important;
}
p.p-margin-bottom {
  margin-bottom: 0.75rem !important;
}
p.image-caption {
  font-family: "AkkuratMonoLLWeb-Regular", sans-serif;
  text-indent: 0 !important;
}

strong, bold {
  font-family: Alpina, sans-serif;
  font-weight: 500;
}

/*------------------------------------*\
    4. TITLE
\*------------------------------------*/
h1, .title-h1, h2, .title-h2, h3, .title-h3, h4, .title-h4, h5, .title-h5 {
  color: rgb(22, 22, 22);
  font-family: Alpina, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.5rem;
  padding: 0;
  word-break: break-word;
}
h1.text-indent-default, .title-h1.text-indent-default, h2.text-indent-default, .title-h2.text-indent-default, h3.text-indent-default, .title-h3.text-indent-default, h4.text-indent-default, .title-h4.text-indent-default, h5.text-indent-default, .title-h5.text-indent-default {
  padding-left: 5vw;
}
@media only screen and (min-width: 768px) {
  h1.text-indent-default, .title-h1.text-indent-default, h2.text-indent-default, .title-h2.text-indent-default, h3.text-indent-default, .title-h3.text-indent-default, h4.text-indent-default, .title-h4.text-indent-default, h5.text-indent-default, .title-h5.text-indent-default {
    padding-left: 3rem;
  }
}

a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none;
}
a h1:hover, a h1:focus, a h2:hover, a h2:focus, a h3:hover, a h3:focus, a h4:hover, a h4:focus, a h5:hover, a h5:focus {
  color: rgb(22, 22, 22);
}

h1, .title-h1 {
  font-size: 6rem;
  font-weight: 500;
  margin: 0 0 0.925rem;
  padding: 0;
}

h2, .title-h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 4.175rem 0 0.5rem;
}
@media only screen and (min-width: 1024px) {
  h2, .title-h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1260px) {
  h2, .title-h2 {
    font-size: 1.875rem;
  }
}

h3, .title-h3 {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0.875rem 0 0;
}

/*------------------------------------*\
    5. LINKS
\*------------------------------------*/
a {
  border-bottom: 0;
  color: rgb(22, 22, 22);
  text-decoration: underline;
  transition: 200ms all linear;
}
a:hover, a:focus {
  color: rgb(22, 22, 22);
  outline: none !important;
}

a.cta {
  background-color: rgb(26, 23, 27);
  color: rgb(255, 255, 255);
  display: inline-block;
  text-indent: 0 !important;
  text-decoration: none;
  padding: 0 0.125rem;
}

/*------------------------------------*\
    6. BUTTONS
\*------------------------------------*/
button,
a.button {
  background-color: rgb(22, 22, 22);
  border: 1px solid rgb(22, 22, 22) !important;
  border-radius: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  height: 2.5rem;
  outline: none;
  text-decoration: none;
  transition: none;
}
button:hover, button:focus,
a.button:hover,
a.button:focus {
  background-color: rgb(26, 23, 27);
  border-color: rgb(22, 22, 22);
  color: rgb(22, 22, 22);
  outline: none;
}

button {
  padding: 0.125rem 1rem 0;
}

a.button {
  padding: 0.75rem 1rem 0;
}

/*------------------------------------*\
    7. LISTS
\*------------------------------------*/
ol, ul {
  list-style-type: none;
  margin: 0 0 0.75rem;
  padding: 0;
}
ol li, ul li {
  margin: 0;
  padding: 0 0 0 0.25rem;
  position: relative;
}

main ol, main ul {
  padding-left: 0.5rem;
}
main ol li::before, main ul li::before {
  content: "–";
  color: rgb(26, 23, 27);
  position: absolute;
  left: -0.375rem;
}

/*------------------------------------*\
    8. SUB & SUP
\*------------------------------------*/
sub {
  bottom: 0 !important;
}

sub, sup {
  font-size: 70%;
}

/*------------------------------------*\
    9. HELPERS
\*------------------------------------*/
.nowrap {
  white-space: nowrap;
}

/*------------------------------------*\
    1. IMAGES & FIGURE
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

figure {
  max-width: 100%;
  margin: 0;
  padding: 0.75rem 0 1rem;
}
figure figcaption {
  display: inline-block;
  padding: 0.55rem 0;
  text-align: right;
  font-weight: 500;
  width: 100%;
}
@media only screen and (min-width: 1390px) {
  figure figcaption {
    font-size: 0.95rem;
    padding: 0.45rem 0;
  }
}

/*------------------------------------*\
    1. IFRAME
\*------------------------------------*/
iframe {
  border: none;
}

/*------------------------------------*\
    1. FORMS
\*------------------------------------*/
form {
  position: relative;
}

input {
  line-height: normal;
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
textarea {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(22, 22, 22);
  border-radius: 0;
  box-shadow: none;
  color: rgb(22, 22, 22);
  display: block;
  font-family: Alpina, sans-serif;
  font-weight: 300;
  margin-bottom: 0.75rem;
  outline: none !important;
  padding: 0.5rem 0.75rem;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(22, 22, 22);
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgb(22, 22, 22);
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgb(22, 22, 22);
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: rgb(22, 22, 22);
  opacity: 1;
}

input[type=checkbox] {
  border: 1px solid rgb(22, 22, 22);
  height: 1.65rem;
  width: 1.65rem;
}

label {
  display: block;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 97.5% 50%;
  background-position: right 1.125rem center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgb(22, 22, 22);
  box-shadow: none;
  display: block;
  margin-bottom: 0.75rem !important;
  outline: none;
  padding: 0.5rem 0.75rem;
  transition: all 0.55s ease;
  width: 100%;
}
select:focus {
  outline: none;
}

textarea {
  font-family: rgb(22, 22, 22);
  height: 8.5rem;
}

.checkbox-container {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0;
}
.checkbox-container .title {
  display: block;
  margin-bottom: 0.85rem;
}
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox-container input[type=checkbox]:checked + *:before {
  background-color: rgb(22, 22, 22);
  content: "";
  font-weight: 900;
}
.checkbox-container .wpcf7-list-item {
  margin-bottom: 0.925rem;
}
.checkbox-container .wpcf7-list-item.last {
  margin-bottom: 0;
}
.checkbox-container .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.checkbox-container .wpcf7-list-item .wpcf7-list-item-label:before {
  border: 1px solid rgb(22, 22, 22);
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0.15rem 0.35rem;
  margin-right: 1rem;
  margin-top: -0.175rem;
}

.wpcf7-quiz-label {
  display: block;
  margin-bottom: 0.175rem;
}

.submit-wrapper {
  display: flex;
}
.submit-wrapper input[type=submit] {
  margin-left: auto;
}

input[type=submit] {
  background-color: rgb(22, 22, 22);
  border: 1px solid rgb(22, 22, 22);
  border-radius: 0;
  color: rgb(255, 255, 255);
  font-weight: 700;
  height: 2.5rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin-top: 0.175rem;
  padding: 0.325rem 1rem 0.25rem;
  -webkit-appearance: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: rgb(26, 23, 27);
  border-color: rgb(26, 23, 27);
  color: rgb(255, 255, 255);
}

/*------------------------------------*\
    1. CONTACT FORM 7 OVERRIDE
\*------------------------------------*/
/* CONTACT FORM-7 */
body {
  /* Mailchimp Checkbox */
}
body .ajax-loader {
  display: none !important;
  display: none !important;
}
body .wpcf7-not-valid-tip {
  font-size: 0.675rem;
  margin-top: -0.3rem;
  margin-bottom: 0.725rem;
  font-weight: 100;
}
body .wpcf7-response-output {
  background-color: rgb(26, 23, 27) !important;
  border: 0 !important;
  color: rgb(255, 255, 255) !important;
  margin: 1.5rem 0 !important;
  padding: 0.75rem 1rem !important;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  border: 1px solid rgb(22, 22, 22);
  font-size: 1.25rem;
  padding: 0.35rem 2rem;
}
body div.wpcf7-mail-sent-ok {
  background-color: rgb(22, 22, 22);
  border: 0;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  padding: 0.35rem 2rem;
}
body span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}
body .mc4wp-checkbox,
body .wpcf7-spinner {
  display: none !important;
}

/* HONEY-POT */
form .important-fields {
  height: 0;
  overflow: hidden;
}

/*------------------------------------*\
    1. TABLES
\*------------------------------------*/
.table-wrapper {
  margin: 2rem 0;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  font-size: 0.75rem;
  max-width: 100%;
}
table thead {
  background-color: rgb(26, 23, 27);
  color: rgb(255, 255, 255);
  font-weight: 400;
}
table td {
  padding: 0.55rem;
}

/*------------------------------------*\
    1. SCROLLBAR
\*------------------------------------*/
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(22, 22, 22) rgb(100, 100, 100);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0.25rem;
}

*::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(22, 22, 22);
  border-radius: 0;
  border: 2px solid rgb(22, 22, 22);
}

/* HIDDEN SCROLLABLE */
.hidden-scroll {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.hidden-scroll::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

/*------------------------------------*\
    3. MODULES
\*------------------------------------*/
/*------------------------------------*\
    1. HEADER
\*------------------------------------*/
#main-header {
  font-family: "AkkuratMonoLLWeb-Regular", sans-serif;
  font-size: 0.85rem;
  position: relative;
  z-index: 3001;
}
@media only screen and (min-width: 1600px) {
  #main-header {
    font-size: 0.9375rem;
  }
}
#main-header .inner {
  padding: 1rem 1rem 0;
}
@media only screen and (min-width: 1024px) {
  #main-header .inner {
    padding: 1.25rem 1rem 0;
  }
}
#main-header .inner .top-line {
  height: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#main-header .inner .top-bar {
  border-bottom: 1px solid rgb(22, 22, 22);
  display: flex;
  padding-bottom: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #main-header .inner .top-bar {
    padding-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  #main-header .inner .top-bar {
    padding-bottom: 1.25rem;
  }
}
#main-header .inner .top-bar > .logo {
  display: none;
}
#main-header .inner .top-bar > .logo a {
  border-bottom: 0;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
#main-header .inner .top-bar > .logo a img {
  width: 6.5rem;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #main-header .inner .top-bar > #main-navigation {
    display: block;
    width: 100%;
  }
}
#main-header .inner .top-bar > #main-navigation .menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-header .inner .top-bar > #main-navigation .menu li {
  padding: 0;
  margin: 0;
}
#main-header .inner .top-bar > #main-navigation .menu li::marker, #main-header .inner .top-bar > #main-navigation .menu li::before {
  content: normal;
  display: none;
}
#main-header .inner .top-bar > #main-navigation .menu li a {
  border-bottom: 0;
  text-decoration: none;
}
#main-header .inner .top-bar > #main-navigation .menu > li {
  width: 100%;
}
#main-header .inner .top-bar > #main-navigation .menu > li > a {
  cursor: default;
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  #main-header .inner .top-bar > #main-navigation .menu > li > a {
    margin-bottom: 1.5rem;
  }
}
#main-header .inner .top-bar > #main-navigation .menu .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  #main-header .inner .top-bar > #main-navigation .menu .sub-menu {
    display: flex;
  }
}
#main-header .inner .top-bar > #main-navigation .menu .sub-menu > li {
  width: 50%;
}
#main-header .inner .top-bar > #main-navigation .menu .sub-menu > li a {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#main-header .inner .top-bar > #main-navigation .menu .sub-menu > li a::after {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3.5rem !important;
  width: 15rem;
}
@media only screen and (min-width: 1600px) {
  #main-header .inner .top-bar > #main-navigation .menu .sub-menu > li a::after {
    height: 3.75rem !important;
  }
}
#main-header .inner .top-bar > #logo-button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}
#main-header .inner .top-bar > #logo-button-wrapper #navigation-button {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  #main-header .inner .top-bar > #logo-button-wrapper #navigation-button {
    margin-bottom: 1.5rem;
  }
}
#main-header .inner .top-bar > #logo-button-wrapper #navigation-button button {
  border: none !important;
  height: auto !important;
}
#main-header .inner .top-bar > #logo-button-wrapper #navigation-button button:hover, #main-header .inner .top-bar > #logo-button-wrapper #navigation-button button:focus {
  background: transparent;
}
#main-header .inner .top-bar > #logo-button-wrapper .logo {
  display: none;
}
#main-header .inner .top-bar > #logo-button-wrapper .logo a {
  border-bottom: 0;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
#main-header .inner .top-bar > #logo-button-wrapper .logo a img {
  width: 8rem;
  height: auto;
}
@media only screen and (min-width: 1600px) {
  #main-header .inner .top-bar > #logo-button-wrapper .logo a img {
    width: 10.5rem;
  }
}
#main-header .inner .top-bar > #logo-button-wrapper .logo.logo-desktop {
  padding-bottom: 0.5rem;
}
#main-header .inner .top-bar > #logo-button-wrapper .logo.logo-desktop a:focus img:first-child, #main-header .inner .top-bar > #logo-button-wrapper .logo.logo-desktop a:hover img:first-child {
  display: none;
}
#main-header .inner .top-bar > #logo-button-wrapper .logo.logo-desktop a:focus img:last-child, #main-header .inner .top-bar > #logo-button-wrapper .logo.logo-desktop a:hover img:last-child {
  display: block;
}
#main-header .inner .top-bar > #logo-button-wrapper .logo.logo-desktop a img:last-child {
  display: none;
}

/*------------------------------------*\
    1. FOOTER
\*------------------------------------*/
#main-footer {
  background-color: rgb(255, 255, 255);
  font-family: "AkkuratMonoLLWeb-Regular", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0 1rem;
  z-index: 3001;
}
#main-footer .inner {
  border-top: 1px solid rgb(22, 22, 22);
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0.375rem 0 0.425rem;
}
#main-footer .inner > div {
  width: 33.33%;
}
#main-footer .inner .social {
  opacity: 1;
}
#main-footer .inner .social ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-footer .inner .social ul li {
  margin-right: 0.25rem;
}
#main-footer .inner .social ul li:last-child {
  margin-right: 0;
}
#main-footer .inner .social ul li::marker, #main-footer .inner .social ul li::before {
  content: none;
  display: none;
}
#main-footer .inner .social ul li a {
  border-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
#main-footer .inner .social ul li a img {
  height: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  #main-footer .inner .social ul li a img {
    height: 1.375rem;
    width: auto;
  }
}
#main-footer .inner .contact {
  margin-left: auto;
  text-align: center;
}
#main-footer .inner .contact a {
  border-bottom: 0;
  text-decoration: none;
}
#main-footer .inner .legal {
  display: flex;
  margin-left: auto;
}
#main-footer .inner .legal ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #main-footer .inner .legal ul {
    flex-direction: row;
  }
}
#main-footer .inner .legal ul li {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  #main-footer .inner .legal ul li {
    text-align: left;
  }
  #main-footer .inner .legal ul li::after {
    content: "|";
    display: inline-block;
    margin: 0 0.375rem;
  }
  #main-footer .inner .legal ul li:last-child::after {
    content: none;
  }
}
#main-footer .inner .legal ul li::marker, #main-footer .inner .legal ul li::before {
  content: none;
  display: none;
}
#main-footer .inner .legal ul li a {
  border-bottom: 0;
  text-decoration: none;
}

/*------------------------------------*\
    1.MOBILE-NAVIGATION
\*------------------------------------*/
#mobile-navigation {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(26, 23, 27);
  border-top: 1px solid rgb(26, 23, 27);
  display: none;
  font-family: "AkkuratMonoLLWeb-Regular", sans-serif;
  font-size: 0.9375rem;
  width: 100vw;
  position: absolute;
  top: 1000px;
  left: 0;
  right: 0;
  transform: translateX(-100%);
  z-index: 6001;
  /* button */
}
#mobile-navigation .inner {
  overflow: visible;
  position: relative;
  width: 100%;
}
#mobile-navigation nav {
  padding: 0.5rem 1rem 1rem;
}
#mobile-navigation nav ul {
  margin: 0;
  padding: 0;
}
#mobile-navigation nav ul li {
  padding: 0;
}
#mobile-navigation nav ul li::marker, #mobile-navigation nav ul li::before {
  content: none;
  display: none;
}
#mobile-navigation nav ul li a {
  border-bottom: none;
  display: block;
  text-decoration: none !important;
}
#mobile-navigation nav ul.menu > li {
  margin-bottom: 0.5rem;
}
#mobile-navigation nav ul.menu > li > a {
  border-bottom: 1px solid rgb(26, 23, 27);
  pointer-events: none;
}
#mobile-navigation nav ul.sub-menu {
  padding-top: 0.25rem;
}
#mobile-navigation .close-media-button-wrapper {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
}
#mobile-navigation .close-media-button-wrapper #close-media-button {
  margin-left: auto;
}
#mobile-navigation .close-media-button-wrapper #close-media-button button {
  border: 0 !important;
  height: auto;
}
#mobile-navigation .close-media-button-wrapper #close-media-button button:hover, #mobile-navigation .close-media-button-wrapper #close-media-button button:focus {
  background: transparent;
}

/* OPENED MEDIA-MENU */
#mobile-navigation.opened {
  display: flex;
  transform: translateX(0%);
}

/*------------------------------------*\
    1. MEDIA-MENU
\*------------------------------------*/
#media-menu {
  font-family: "AkkuratMonoLLWeb-Regular", sans-serif;
  font-size: 0.9375rem;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5001;
  transform: translateX(-100%);
  display: none;
  /* youtube-link */
  /* image download section */
  /* button */
}
#media-menu .inner {
  position: relative;
  width: 100%;
}
#media-menu .inner nav {
  overflow: auto;
  /* hide scrollbar */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
#media-menu .inner nav:-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
#media-menu .media-menu-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
#media-menu .media-menu-content > div {
  height: 100%;
  overflow: auto;
  padding: 4rem;
  width: 50%;
  /* hide scrollbar */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
#media-menu .media-menu-content > div:-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
#media-menu .media-menu-content > div ul {
  padding-left: 0;
}
#media-menu .media-menu-content > div ul li {
  padding: 0;
}
#media-menu .media-menu-content > div ul li::marker, #media-menu .media-menu-content > div ul li::before {
  content: none;
}
#media-menu .media-menu-content > div ul li a {
  border-bottom: none;
  text-decoration: none !important;
}
#media-menu .media-menu-content > div ul.menu > li {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
#media-menu .media-menu-content > div ul.sub-menu {
  padding-left: 1rem;
}
#media-menu .media-menu-content > div:first-child {
  background-color: white;
}
#media-menu .media-menu-content > div:first-child .menu > li > a {
  pointer-events: none;
}
#media-menu .media-menu-content > div:last-child {
  background-color: black;
  color: white;
}
#media-menu .media-menu-content > div:last-child a {
  color: rgb(255, 255, 255);
}
#media-menu .youtube-link {
  display: inline-block;
  width: 2rem;
}
#media-menu .youtube-link img {
  width: auto;
}
#media-menu .image-download {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2rem -1rem 1rem;
  max-width: 820px;
}
#media-menu .image-download .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 33.33%;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
#media-menu .image-download .image:nth-child(n+4) {
  text-align: center;
}
#media-menu .image-download .image:nth-child(n+4) img {
  margin: 0 auto;
  width: 80%;
}
#media-menu .image-download .image a {
  display: inline-block;
  line-height: 0 !important;
}
#media-menu .image-download .image span {
  margin-top: 0.2rem;
  text-align: center;
}
#media-menu .close-media-button-wrapper {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
}
#media-menu .close-media-button-wrapper #close-media-button {
  margin-left: auto;
}
#media-menu .close-media-button-wrapper #close-media-button button {
  border: 0 !important;
  height: auto;
}
#media-menu .close-media-button-wrapper #close-media-button button:hover, #media-menu .close-media-button-wrapper #close-media-button button:focus {
  background-color: transparent;
}

/* OPENED MEDIA-MENU */
#media-menu.opened {
  display: flex;
  transform: translateX(0%);
}
#media-menu.opened #close-media-button .hamburger-inner,
#media-menu.opened #close-media-button .hamburger-inner::before,
#media-menu.opened #close-media-button .hamburger-inner::after {
  background-color: rgb(255, 255, 255) !important;
}

/*------------------------------------*\
    1. MODULE PAGE-TITLE
\*------------------------------------*/
.module-page-title {
  padding: 0.75rem 0.75rem;
}
.module-page-title h1 {
  font-size: 4rem;
  line-height: 1;
}

/* FRONT-PAGE / HOME */
.home .module-page-title,
.page-template-live .module-page-title,
.page-template-music .module-page-title,
.page-template-violin .module-page-title,
.page-template-foundation .module-page-title {
  position: absolute;
}
.home .module-page-title h1 div:nth-child(1) span:last-child,
.page-template-live .module-page-title h1 div:nth-child(1) span:last-child,
.page-template-music .module-page-title h1 div:nth-child(1) span:last-child,
.page-template-violin .module-page-title h1 div:nth-child(1) span:last-child,
.page-template-foundation .module-page-title h1 div:nth-child(1) span:last-child {
  margin-left: 5.25rem;
}
.home .module-page-title h1 div:nth-child(3) span,
.page-template-live .module-page-title h1 div:nth-child(3) span,
.page-template-music .module-page-title h1 div:nth-child(3) span,
.page-template-violin .module-page-title h1 div:nth-child(3) span,
.page-template-foundation .module-page-title h1 div:nth-child(3) span {
  margin-left: 12.25rem;
}

/*------------------------------------*\
    1. MODULE TEXT-COLUMNS
\*------------------------------------*/
.module-text-columns {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 1;
  height: 100%;
  margin: 0 -1rem;
  overflow: auto;
}
.module-text-columns > div {
  padding: 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .module-text-columns > div {
    padding: 0.375rem 1rem;
    width: 30%;
  }
  .module-text-columns > div > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .module-text-columns > div > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  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 {
  background-color: transparent !important;
  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: rgb(22, 22, 22);
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: rgb(22, 22, 22);
  border-radius: 0;
  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: 64px;
}
.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: 64px;
}
.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: 64px;
}
.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: 64px;
}
.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: 64px;
}
.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: 64px;
}
.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(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 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(-6.4px, -8px, 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(-6.4px, 8px, 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(6.4px, -8px, 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(6.4px, 8px, 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: 1px;
  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: 1px;
  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: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 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: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 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: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 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: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 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: 1px;
}
.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(-4.5714285714px, -7px, 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: 1px;
}
.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(4.5714285714px, -7px, 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: 1px;
  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);
}

/*------------------------------------*\
    4. VIEWS
\*------------------------------------*/
/*------------------------------------*\
    1. FRONT-PAGE
\*------------------------------------*/
.home main {
  color: rgb(22, 22, 22);
  display: flex;
  margin-top: -0.75rem;
}
@media only screen and (min-width: 1024px) {
  .home main {
    flex: 1 1 auto;
  }
}
.home main .inner {
  height: auto !important;
  width: 100%;
}
.home main .inner .split-screen {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .home main .inner .split-screen {
    flex-direction: row;
  }
}
.home main .inner .split-screen .split-item {
  display: flex;
  height: 50%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home main .inner .split-screen .split-item {
    height: 100%;
    width: 50%;
  }
}
.home main .inner .split-screen .split-item.split-item-mvc {
  background-color: rgb(252, 101, 101);
}
.home main .inner .split-screen .split-item.split-item-vvc {
  background-color: rgb(155, 234, 200);
}
.home main .inner .split-screen .split-item a {
  width: 100%;
}
.home main .inner .split-screen .split-item a img {
  height: 27.5vw;
  margin-top: 1.5rem;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .home main .inner .split-screen .split-item a img {
    height: 25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .home main .inner .split-screen .split-item a img {
    height: 12.5vw;
  }
}
.home #main-footer {
  background-color: transparent;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

/*------------------------------------*\
    1. PAGE
\*------------------------------------*/
.page-template-default:not(.home) main,
.error404 main {
  padding: 0.375rem 1rem;
}
.page-template-default:not(.home) main > .inner,
.error404 main > .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-template-default:not(.home) main > .inner,
  .error404 main > .inner {
    height: 100% !important;
  }
}
.page-template-default:not(.home) main > .inner .title > *,
.error404 main > .inner .title > * {
  margin: 0 0 0.5rem;
}
.page-template-default:not(.home) main > .inner .back,
.error404 main > .inner .back {
  margin-bottom: 1rem;
}

.content-section-wrapper {
  display: flex;
  position: relative;
}
.content-section-wrapper .inner .columns {
  overflow: auto !important;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.content-section-wrapper .inner .columns::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.content-section-wrapper .inner .columns > div {
  height: auto !important;
  overflow: none !important;
}

/* basic-page & 404 */
