@charset "UTF-8";
/*! normalize.css v8.0.0 | 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 {
  background-color: #eaeaea;
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  font-family: "IBM Plex Mono", monospace;
  margin: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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: "IBM Plex Mono", 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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600; }

/**
 * 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, .button,
input,
optgroup,
select,
textarea {
  font-family: monospace;
  /* 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, .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, .button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .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, .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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -moz-appearance: textfield;
  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; }

/**
 * @license
 * MyFonts Webfont Build ID 3674435, 2018-11-16T13:44:14-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NHaasGroteskDSPro-65Md by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-haas-grotesk/pro-display-65-medium/
 *
 * Webfont: NHaasGroteskTXPro-55Rg by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-haas-grotesk/pro-text-55-roman/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3674435
 * Licensed pageviews: 20
 * Webfonts copyright: Copyright &#x00A9; 2013 Monotype Imaging Inc. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: 'NHaasGroteskDSPro-65Md';
  src: url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_0_0.eot");
  src: url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_0_0.woff2") format("woff2"), url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_0_0.woff") format("woff"), url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'NHaasGroteskTXPro-55Rg';
  src: url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_1_0.eot");
  src: url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_1_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_1_0.woff2") format("woff2"), url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_1_0.woff") format("woff"), url("/wp-content/themes/netzwirtschaft-agentur/fab/font/381143_1_0.ttf") format("truetype"); }
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: 100%;
  overflow-y: scroll; }

.debug .block {
  outline: 0px solid red; }
.debug .text {
  outline: 1px solid yellow; }
.debug .box {
  outline: 1px solid cyan; }
.debug .flex {
  outline: 1px solid teal; }

.debug--flex:not(html):not(body):after, *.debug--flex .page__inner:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  mix-blend-mode: multiply;
  background-image: repeating-linear-gradient(90deg, white 0, white 1px, rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) 16px, rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) 32px, rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) 48px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(50% - 1px		), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(50% + 1px 	), rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(100% - 48px), rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) calc(100% - 32px), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(100% - 16px	), rgba(255, 214, 241, 0.5) 0, rgba(255, 224, 250, 0.5) calc(100% - 1px	), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(100%  	)); }
@media (min-width: 720px) and (min-height: 0px) {
  .debug--flex:not(html):not(body):after, *.debug--flex .page__inner:after {
    background-image: repeating-linear-gradient(90deg, white 0, white 1px, rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) 16px, rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) 32px, rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) 48px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(50% - 48px	), rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) calc(50% - 32px	), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(50% - 16px	), rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) calc(50% - 1px		), white 0, white calc(50% + 1px 	), rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) calc(50% + 16px	), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(50% + 32px	), rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) calc(50% + 48px	), rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(100% - 48px), rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) calc(100% - 32px), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(100% - 16px	), rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) calc(100% - 1px	), white 0, white calc(100%  	)); } }
@media (min-width: 1023px) and (min-height: 620px) {
  .debug--flex:not(html):not(body):after, *.debug--flex .page__inner:after {
    background-image: repeating-linear-gradient(90deg, white 0, white 1px, rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) 16px, rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) 32px, rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) 48px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(8.3333333333% - 48px	), rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) calc(8.3333333333% - 32px	), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(8.3333333333% - 16px	), rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) calc(8.3333333333% - 1px		), white 0, white calc(8.3333333333% + 1px 	), rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) calc(8.3333333333% + 16px	), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(8.3333333333% + 32px	), rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) calc(8.3333333333% + 48px	), rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) calc(16.6666666667% - 48px), rgba(255, 235, 255, 0.5) 0, rgba(255, 235, 255, 0.5) calc(16.6666666667% - 32px), rgba(255, 224, 250, 0.5) 0, rgba(255, 224, 250, 0.5) calc(16.6666666667% - 16px	), rgba(255, 214, 241, 0.5) 0, rgba(255, 214, 241, 0.5) calc(16.6666666667% - 1px		), white 0, white calc(16.6666666667%  	)); } }

*.debug--xray:not(html) *, *.debug--xray .page__inner *, .debug--xray *, .debug--xray {
  outline: 1px dashed rebeccapurple; }
*.debug--xray:not(html) *[class]:hover, *.debug--xray .page__inner *[class]:hover, .debug--xray *[class]:hover, .debug--xray[class]:hover {
  outline: 2px solid rebeccapurple; }
*.debug--xray:not(html) *[class]:hover:before, *.debug--xray .page__inner *[class]:hover:before, .debug--xray *[class]:hover:before, .debug--xray[class]:hover:before {
  font-family: monospace;
  z-index: 99999;
  position: fixed;
  bottom: 1em;
  left: calc(100vw - 40ch);
  right: 0;
  opacity: 1;
  text-align: center;
  background-color: rebeccapurple;
  color: white;
  content: attr(class);
  font-size: 1rem;
  text-transform: none;
  outline: 1px solid white;
  margin: 0;
  padding: 16px;
  line-height: 1; }

style.css
_article.scss
html, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

body {
  color: #545454;
  font-family: "NHaasGroteskTXPro-55Rg", monospace;
  font-weight: 400;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-chars: 6 3 2;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 2;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01); }

br {
  line-height: inherit !important; }

abbr[title], dfn[title] {
  cursor: help; }

::-moz-selection {
  background-color: black;
  color: white; }

::selection {
  background-color: black;
  color: white; }

::-moz-selection {
  background-color: black;
  color: white; }

img::-moz-selection {
  background-color: rgba(255, 255, 255, 0); }

img::selection {
  background-color: rgba(255, 255, 255, 0); }

img::-moz-selection {
  background-color: rgba(255, 255, 255, 0); }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff4669; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ff4669;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

::-ms-input-placeholder {
  color: #ff4669; }

::placeholder {
  color: #ff4669; }

:placeholder-shown {
  color: #ff4669; }

[disabled] {
  color: #ff4669; }

a {
  text-decoration: none;
  color: #ff4669;
  cursor: pointer; }
a:hover {
  color: black;
  opacity: 0.5; }
a:active {
  color: black;
  outline: none; }
a:visited {
  color: #ff4669; }
a:visited:hover {
  color: black; }
a:focus {
  color: black;
  outline: none; }

i {
  font-style: normal; }

b {
  font-weight: normal; }

u, s, strike {
  text-decoration: none; }

p, ul, ol, dl, li, dd, dt, figure, form, blockquote, q, hr, pre, table, fieldset, menu, code, samp {
  margin: 0 0 16px 0;
  padding: 0; }

hr {
  margin: 16px auto; }

q:lang(de):before, blockquote > :first-child:lang(de):before {
  content: "»"; }
q:lang(de):after, blockquote > :last-child:lang(de):after {
  content: "«"; }

p {
  margin-bottom: 16px; }
p:last-child {
  margin-bottom: 0; }

span {
  line-height: inherit; }

figure img {
  width: 100%;
  height: auto;
  display: block; }

figcaption {
  padding: 16px 0 0;
  margin: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden; }

/* Correct IE9 overflow */
fieldset {
  margin: 0;
  padding: 16px;
  border: 0; }

label, .form__label {
  display: block; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="time"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="week"],
textarea, button, .button {
  display: block;
  width: 100%;
  margin: 16px 0;
  padding: 6px 10px;
  line-height: 1.6;
  font-family: "IBM Plex Mono", sans-serif;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 0 #ff4669;
  box-shadow: 0 2px 0 0 #ff4669;
  border: none;
  color: #ff4669;
  font-size: 16px; }
input[type="date"]:focus, input[type="date"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="month"]:focus,
input[type="month"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
input[type="week"]:focus,
input[type="week"]:hover,
textarea:focus,
textarea:hover, button:focus, .button:focus, button:hover, .button:hover {
  background-color: white;
  -webkit-box-shadow: 0 2px 0 0 #ff4668;
  box-shadow: 0 2px 0 0 #ff4668; }

select {
  width: 100%;
  height: 1.85em;
  margin: 0;
  border: 1px solid #ededed;
  font-family: "IBM Plex Mono", sans-serif;
  background-color: #ededed; }

button, .button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 0 0 2px #ff4669;
  box-shadow: 0 0 0 2px #ff4669;
  background-color: #ff4669;
  color: white; }
button:hover, .button:hover, button:focus, .button:focus {
  -webkit-box-shadow: 0 0 0 2px #FF4669;
  box-shadow: 0 0 0 2px #FF4669;
  background-color: white;
  color: #ff4669; }

textarea {
  height: 2.33em; }
textarea:focus, textarea:hover {
  -webkit-box-shadow: 0 0 0 1px, 0 2px 0 0;
  box-shadow: 0 0 0 1px, 0 2px 0 0; }
textarea:focus {
  height: 8em; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button; }
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: searchfield-decoration; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0 0 14px;
  padding: 12px;
  border: none;
  line-height: 1.6;
  font-family: "IBM Plex Mono", sans-serif;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

button::-moz-focus-inner, .button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1em;
  width: 1em; }

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

th, td {
  padding: .5em;
  text-align: left; }

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

/* Position 'sub' and 'sup' without affecting line-height */
sup {
  top: -0.5em; }

/* Move superscripted text up */
sub {
  bottom: -0.25em; }

/* Move subscripted text down */
mark {
  background-color: black;
  color: white;
  padding-right: .2em;
  padding-left: .2em; }

del {
  color: #ff4669; }

code,
kbd,
pre,
samp {
  font-family: monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Allow line wrapping of 'pre' */
ins {
  color: #545454; }

h1, h2, .heading, h3, h4, h5, h6 {
  margin: 0;
  max-width: 75ch; }

h1, h2, .heading, h3, h4, h5, h6 {
  font-family: "IBM Plex Mono", monospace; }

h1, h2, .heading, h3, h4, h5, h6 {
  font-weight: 400; }

h1 {
  font-size: 28px; }
@media (min-width: 720px) and (min-height: 0px) {
  h1 {
    font-size: 60px;
    line-height: 1.25; } }

h2, .heading {
  font-size: 28px; }
@media (min-width: 720px) and (min-height: 0px) {
  h2, .heading {
    font-size: 36px;
    font-style: italic;
    line-height: 1.25; } }

h3 {
  font-size: 28px;
  line-height: 1.2; }

h4 {
  font-size: 20px; }

h5, h6 {
  font-size: 16px; }

hr {
  display: block;
  border: none;
  background-color: #ff4669;
  height: 16px;
  margin: 64px 0; }

small {
  max-width: 1023px;
  font-size: 12px;
  line-height: 1; }
small h2, small .heading, small h3, small h4, small h5, small h6 {
  font-size: 16px;
  font-family: "IBM Plex Mono", sans-serif; }

del, s, .error {
  color: #ff4669; }

ins {
  color: #47a329;
  text-decoration: none; }

em {
  font-style: italic;
  font-weight: 300;
  color: #ff4669; }

picture {
  display: block; }

img {
  display: block;
  width: 100%; }

figcaption {
  text-align: right;
  font-size: 10px; }

p, .list li {
  max-width: 75ch; }

.block {
  position: relative;
  margin: 16px 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 8px solid #ff4669; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.flex > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
.col > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.text, .teaser, .list {
  position: relative;
  margin: 0 0 0 0;
  padding: 16px 16px 16px 16px; }
@media (min-width: 720px) and (min-height: 0px) {
  @supports (-epub-hyphens: auto) or (-o-hyphens: auto) or ((-webkit-hyphens: auto) or (-ms-hyphens: auto) or (hyphens: auto)) {
    .text p, .teaser p, .list p {
      text-align: left; } } }

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 16px 16px 16px 16px; }
.box > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 1023px) and (min-height: 620px) {
  .inset--1 {
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .inset--2 {
    padding-right: 16.6666666667%;
    padding-left: 16.6666666667%; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .inset--3 {
    padding-right: 25%;
    padding-left: 25%; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .inset--4 {
    padding-right: 33.3333333333%;
    padding-left: 33.3333333333%; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .inset--5 {
    padding-right: 41.6666666667%;
    padding-left: 41.6666666667%; } }

.f--auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (min-width: 1023px) and (min-height: 620px) {
  .b--1 {
    margin-left: 8.3333333333%; }
  .b--2 {
    margin-left: 16.6666666667%; }
  .b--3 {
    margin-left: 25%; }
  .b--4 {
    margin-left: 33.3333333333%; }
  .b--5 {
    margin-left: 41.6666666667%; }
  .b--6 {
    margin-left: 50%; }
  .b--7 {
    margin-left: 58.3333333333%; }
  .b--8 {
    margin-left: 66.6666666667%; }
  .b--9 {
    margin-left: 75%; }
  .b--10 {
    margin-left: 83.3333333333%; }
  .b--11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1023px) and (min-height: 620px) {
  .a--1 {
    margin-right: 8.3333333333%; }
  .a--2 {
    margin-right: 16.6666666667%; }
  .a--3 {
    margin-right: 25%; }
  .a--4 {
    margin-right: 33.3333333333%; }
  .a--5 {
    margin-right: 41.6666666667%; }
  .a--6 {
    margin-right: 50%; }
  .a--7 {
    margin-right: 58.3333333333%; }
  .a--8 {
    margin-right: 66.6666666667%; }
  .a--9 {
    margin-right: 75%; }
  .a--10 {
    margin-right: 83.3333333333%; }
  .a--11 {
    margin-right: 91.6666666667%; } }

@media (min-width: 720px) and (min-height: 0px) {
  .f--12, .f--11, .f--10, .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--8, .f--7, .f--6, .f--5, .f--4, .f--3, .f--2, .f--1 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--8:last-of-type:nth-of-type(odd), .f--7:last-of-type:nth-of-type(odd), .f--6:last-of-type:nth-of-type(odd), .f--5:last-of-type:nth-of-type(odd), .f--4:last-of-type:nth-of-type(odd), .f--3:last-of-type:nth-of-type(odd), .f--2:last-of-type:nth-of-type(odd), .f--1:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }}
@media (min-width: 720px) and (max-width: 1022px) {
  .page-id-18444 .f--3:last-of-type:nth-of-type(odd) {
    flex-basis: 50%; margin-left: 50%;
  }
}
@media (min-width: 1023px) and (min-height: 620px) {
  .f--1, .f--1:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%; }
  .f--1 .a--1, .f--1:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 100%; }
  .f--1 .b--1, .f--1:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 100%; }
  .f--1 .f--1, .f--1:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--2, .f--1:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 100%; }
  .f--1 .b--2, .f--1:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 100%; }
  .f--1 .f--2, .f--1:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--3, .f--1:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 100%; }
  .f--1 .b--3, .f--1:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 100%; }
  .f--1 .f--3, .f--1:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--4, .f--1:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 100%; }
  .f--1 .b--4, .f--1:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 100%; }
  .f--1 .f--4, .f--1:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--5, .f--1:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 100%; }
  .f--1 .b--5, .f--1:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 100%; }
  .f--1 .f--5, .f--1:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--6, .f--1:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 100%; }
  .f--1 .b--6, .f--1:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 100%; }
  .f--1 .f--6, .f--1:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--7, .f--1:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 100%; }
  .f--1 .b--7, .f--1:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 100%; }
  .f--1 .f--7, .f--1:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--8, .f--1:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--1 .b--8, .f--1:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--1 .f--8, .f--1:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--9, .f--1:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--1 .b--9, .f--1:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--1 .f--9, .f--1:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--10, .f--1:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--1 .b--10, .f--1:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--1 .f--10, .f--1:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--11, .f--1:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--1 .b--11, .f--1:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--1 .f--11, .f--1:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--1 .a--12, .f--1:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--1 .b--12, .f--1:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--1 .f--12, .f--1:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--2, .f--2:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%; }
  .f--2 .a--1, .f--2:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 50%; }
  .f--2 .b--1, .f--2:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 50%; }
  .f--2 .f--1, .f--2:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--2 .a--2, .f--2:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 100%; }
  .f--2 .b--2, .f--2:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 100%; }
  .f--2 .f--2, .f--2:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--3, .f--2:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 100%; }
  .f--2 .b--3, .f--2:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 100%; }
  .f--2 .f--3, .f--2:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--4, .f--2:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 100%; }
  .f--2 .b--4, .f--2:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 100%; }
  .f--2 .f--4, .f--2:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--5, .f--2:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 100%; }
  .f--2 .b--5, .f--2:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 100%; }
  .f--2 .f--5, .f--2:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--6, .f--2:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 100%; }
  .f--2 .b--6, .f--2:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 100%; }
  .f--2 .f--6, .f--2:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--7, .f--2:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 100%; }
  .f--2 .b--7, .f--2:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 100%; }
  .f--2 .f--7, .f--2:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--8, .f--2:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--2 .b--8, .f--2:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--2 .f--8, .f--2:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--9, .f--2:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--2 .b--9, .f--2:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--2 .f--9, .f--2:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--10, .f--2:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--2 .b--10, .f--2:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--2 .f--10, .f--2:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--11, .f--2:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--2 .b--11, .f--2:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--2 .f--11, .f--2:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--2 .a--12, .f--2:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--2 .b--12, .f--2:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--2 .f--12, .f--2:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--3, .f--3:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .f--3 .a--1, .f--3:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 33.3333333333%; }
  .f--3 .b--1, .f--3:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 33.3333333333%; }
  .f--3 .f--1, .f--3:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%; }
  .f--3 .a--2, .f--3:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 66.6666666667%; }
  .f--3 .b--2, .f--3:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 66.6666666667%; }
  .f--3 .f--2, .f--3:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%; }
  .f--3 .a--3, .f--3:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 100%; }
  .f--3 .b--3, .f--3:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 100%; }
  .f--3 .f--3, .f--3:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--4, .f--3:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 100%; }
  .f--3 .b--4, .f--3:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 100%; }
  .f--3 .f--4, .f--3:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--5, .f--3:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 100%; }
  .f--3 .b--5, .f--3:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 100%; }
  .f--3 .f--5, .f--3:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--6, .f--3:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 100%; }
  .f--3 .b--6, .f--3:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 100%; }
  .f--3 .f--6, .f--3:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--7, .f--3:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 100%; }
  .f--3 .b--7, .f--3:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 100%; }
  .f--3 .f--7, .f--3:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--8, .f--3:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--3 .b--8, .f--3:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--3 .f--8, .f--3:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--9, .f--3:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--3 .b--9, .f--3:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--3 .f--9, .f--3:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--10, .f--3:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--3 .b--10, .f--3:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--3 .f--10, .f--3:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--11, .f--3:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--3 .b--11, .f--3:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--3 .f--11, .f--3:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--3 .a--12, .f--3:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--3 .b--12, .f--3:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--3 .f--12, .f--3:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--4, .f--4:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%; }
  .f--4 .a--1, .f--4:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 25%; }
  .f--4 .b--1, .f--4:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 25%; }
  .f--4 .f--1, .f--4:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .f--4 .a--2, .f--4:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 50%; }
  .f--4 .b--2, .f--4:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 50%; }
  .f--4 .f--2, .f--4:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--4 .a--3, .f--4:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 75%; }
  .f--4 .b--3, .f--4:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 75%; }
  .f--4 .f--3, .f--4:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
  .f--4 .a--4, .f--4:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 100%; }
  .f--4 .b--4, .f--4:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 100%; }
  .f--4 .f--4, .f--4:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--5, .f--4:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 100%; }
  .f--4 .b--5, .f--4:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 100%; }
  .f--4 .f--5, .f--4:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--6, .f--4:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 100%; }
  .f--4 .b--6, .f--4:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 100%; }
  .f--4 .f--6, .f--4:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--7, .f--4:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 100%; }
  .f--4 .b--7, .f--4:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 100%; }
  .f--4 .f--7, .f--4:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--8, .f--4:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--4 .b--8, .f--4:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--4 .f--8, .f--4:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--9, .f--4:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--4 .b--9, .f--4:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--4 .f--9, .f--4:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--10, .f--4:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--4 .b--10, .f--4:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--4 .f--10, .f--4:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--11, .f--4:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--4 .b--11, .f--4:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--4 .f--11, .f--4:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--4 .a--12, .f--4:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--4 .b--12, .f--4:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--4 .f--12, .f--4:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--5, .f--5:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%; }
  .f--5 .a--1, .f--5:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 20%; }
  .f--5 .b--1, .f--5:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 20%; }
  .f--5 .f--1, .f--5:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }
  .f--5 .a--2, .f--5:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 40%; }
  .f--5 .b--2, .f--5:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 40%; }
  .f--5 .f--2, .f--5:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
  .f--5 .a--3, .f--5:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 60%; }
  .f--5 .b--3, .f--5:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 60%; }
  .f--5 .f--3, .f--5:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%; }
  .f--5 .a--4, .f--5:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 80%; }
  .f--5 .b--4, .f--5:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 80%; }
  .f--5 .f--4, .f--5:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%; }
  .f--5 .a--5, .f--5:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 100%; }
  .f--5 .b--5, .f--5:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 100%; }
  .f--5 .f--5, .f--5:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--5 .a--6, .f--5:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 100%; }
  .f--5 .b--6, .f--5:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 100%; }
  .f--5 .f--6, .f--5:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--5 .a--7, .f--5:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 100%; }
  .f--5 .b--7, .f--5:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 100%; }
  .f--5 .f--7, .f--5:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--5 .a--8, .f--5:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--5 .b--8, .f--5:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--5 .f--8, .f--5:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--5 .a--9, .f--5:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--5 .b--9, .f--5:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--5 .f--9, .f--5:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--5 .a--10, .f--5:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--5 .b--10, .f--5:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--5 .f--10, .f--5:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--5 .a--11, .f--5:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--5 .b--11, .f--5:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--5 .f--11, .f--5:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--5 .a--12, .f--5:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--5 .b--12, .f--5:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--5 .f--12, .f--5:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--6, .f--6:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--6 .a--1, .f--6:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 16.6666666667%; }
  .f--6 .b--1, .f--6:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 16.6666666667%; }
  .f--6 .f--1, .f--6:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%; }
  .f--6 .a--2, .f--6:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 33.3333333333%; }
  .f--6 .b--2, .f--6:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 33.3333333333%; }
  .f--6 .f--2, .f--6:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%; }
  .f--6 .a--3, .f--6:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 50%; }
  .f--6 .b--3, .f--6:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 50%; }
  .f--6 .f--3, .f--6:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--6 .a--4, .f--6:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 66.6666666667%; }
  .f--6 .b--4, .f--6:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 66.6666666667%; }
  .f--6 .f--4, .f--6:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%; }
  .f--6 .a--5, .f--6:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 83.3333333333%; }
  .f--6 .b--5, .f--6:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 83.3333333333%; }
  .f--6 .f--5, .f--6:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%; }
  .f--6 .a--6, .f--6:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 100%; }
  .f--6 .b--6, .f--6:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 100%; }
  .f--6 .f--6, .f--6:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--6 .a--7, .f--6:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 100%; }
  .f--6 .b--7, .f--6:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 100%; }
  .f--6 .f--7, .f--6:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--6 .a--8, .f--6:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--6 .b--8, .f--6:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--6 .f--8, .f--6:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--6 .a--9, .f--6:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--6 .b--9, .f--6:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--6 .f--9, .f--6:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--6 .a--10, .f--6:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--6 .b--10, .f--6:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--6 .f--10, .f--6:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--6 .a--11, .f--6:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--6 .b--11, .f--6:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--6 .f--11, .f--6:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--6 .a--12, .f--6:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--6 .b--12, .f--6:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--6 .f--12, .f--6:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--7, .f--7:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%; }
  .f--7 .a--1, .f--7:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 14.2857142857%; }
  .f--7 .b--1, .f--7:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 14.2857142857%; }
  .f--7 .f--1, .f--7:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%; }
  .f--7 .a--2, .f--7:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 28.5714285714%; }
  .f--7 .b--2, .f--7:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 28.5714285714%; }
  .f--7 .f--2, .f--7:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%; }
  .f--7 .a--3, .f--7:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 42.8571428571%; }
  .f--7 .b--3, .f--7:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 42.8571428571%; }
  .f--7 .f--3, .f--7:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 42.8571428571%;
    flex-basis: 42.8571428571%; }
  .f--7 .a--4, .f--7:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 57.1428571429%; }
  .f--7 .b--4, .f--7:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 57.1428571429%; }
  .f--7 .f--4, .f--7:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 57.1428571429%;
    flex-basis: 57.1428571429%; }
  .f--7 .a--5, .f--7:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 71.4285714286%; }
  .f--7 .b--5, .f--7:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 71.4285714286%; }
  .f--7 .f--5, .f--7:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 71.4285714286%;
    flex-basis: 71.4285714286%; }
  .f--7 .a--6, .f--7:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 85.7142857143%; }
  .f--7 .b--6, .f--7:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 85.7142857143%; }
  .f--7 .f--6, .f--7:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 85.7142857143%;
    flex-basis: 85.7142857143%; }
  .f--7 .a--7, .f--7:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 100%; }
  .f--7 .b--7, .f--7:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 100%; }
  .f--7 .f--7, .f--7:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--7 .a--8, .f--7:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--7 .b--8, .f--7:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--7 .f--8, .f--7:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--7 .a--9, .f--7:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--7 .b--9, .f--7:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--7 .f--9, .f--7:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--7 .a--10, .f--7:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--7 .b--10, .f--7:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--7 .f--10, .f--7:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--7 .a--11, .f--7:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--7 .b--11, .f--7:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--7 .f--11, .f--7:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--7 .a--12, .f--7:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--7 .b--12, .f--7:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--7 .f--12, .f--7:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--8, .f--8:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%; }
  .f--8 .a--1, .f--8:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 12.5%; }
  .f--8 .b--1, .f--8:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 12.5%; }
  .f--8 .f--1, .f--8:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%; }
  .f--8 .a--2, .f--8:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 25%; }
  .f--8 .b--2, .f--8:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 25%; }
  .f--8 .f--2, .f--8:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .f--8 .a--3, .f--8:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 37.5%; }
  .f--8 .b--3, .f--8:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 37.5%; }
  .f--8 .f--3, .f--8:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%; }
  .f--8 .a--4, .f--8:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 50%; }
  .f--8 .b--4, .f--8:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 50%; }
  .f--8 .f--4, .f--8:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--8 .a--5, .f--8:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 62.5%; }
  .f--8 .b--5, .f--8:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 62.5%; }
  .f--8 .f--5, .f--8:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%; }
  .f--8 .a--6, .f--8:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 75%; }
  .f--8 .b--6, .f--8:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 75%; }
  .f--8 .f--6, .f--8:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
  .f--8 .a--7, .f--8:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 87.5%; }
  .f--8 .b--7, .f--8:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 87.5%; }
  .f--8 .f--7, .f--8:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%; }
  .f--8 .a--8, .f--8:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 100%; }
  .f--8 .b--8, .f--8:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 100%; }
  .f--8 .f--8, .f--8:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--8 .a--9, .f--8:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--8 .b--9, .f--8:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--8 .f--9, .f--8:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--8 .a--10, .f--8:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--8 .b--10, .f--8:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--8 .f--10, .f--8:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--8 .a--11, .f--8:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--8 .b--11, .f--8:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--8 .f--11, .f--8:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--8 .a--12, .f--8:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--8 .b--12, .f--8:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--8 .f--12, .f--8:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--9, .f--9:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
  .f--9 .a--1, .f--9:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 11.1111111111%; }
  .f--9 .b--1, .f--9:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 11.1111111111%; }
  .f--9 .f--1, .f--9:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 11.1111111111%;
    flex-basis: 11.1111111111%; }
  .f--9 .a--2, .f--9:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 22.2222222222%; }
  .f--9 .b--2, .f--9:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 22.2222222222%; }
  .f--9 .f--2, .f--9:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 22.2222222222%;
    flex-basis: 22.2222222222%; }
  .f--9 .a--3, .f--9:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 33.3333333333%; }
  .f--9 .b--3, .f--9:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 33.3333333333%; }
  .f--9 .f--3, .f--9:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%; }
  .f--9 .a--4, .f--9:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 44.4444444444%; }
  .f--9 .b--4, .f--9:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 44.4444444444%; }
  .f--9 .f--4, .f--9:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 44.4444444444%;
    flex-basis: 44.4444444444%; }
  .f--9 .a--5, .f--9:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 55.5555555556%; }
  .f--9 .b--5, .f--9:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 55.5555555556%; }
  .f--9 .f--5, .f--9:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 55.5555555556%;
    flex-basis: 55.5555555556%; }
  .f--9 .a--6, .f--9:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 66.6666666667%; }
  .f--9 .b--6, .f--9:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 66.6666666667%; }
  .f--9 .f--6, .f--9:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%; }
  .f--9 .a--7, .f--9:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 77.7777777778%; }
  .f--9 .b--7, .f--9:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 77.7777777778%; }
  .f--9 .f--7, .f--9:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 77.7777777778%;
    flex-basis: 77.7777777778%; }
  .f--9 .a--8, .f--9:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 88.8888888889%; }
  .f--9 .b--8, .f--9:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 88.8888888889%; }
  .f--9 .f--8, .f--9:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 88.8888888889%;
    flex-basis: 88.8888888889%; }
  .f--9 .a--9, .f--9:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 100%; }
  .f--9 .b--9, .f--9:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 100%; }
  .f--9 .f--9, .f--9:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--9 .a--10, .f--9:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--9 .b--10, .f--9:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--9 .f--10, .f--9:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--9 .a--11, .f--9:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--9 .b--11, .f--9:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--9 .f--11, .f--9:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--9 .a--12, .f--9:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--9 .b--12, .f--9:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--9 .f--12, .f--9:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--10, .f--10:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%; }
  .f--10 .a--1, .f--10:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 10%; }
  .f--10 .b--1, .f--10:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 10%; }
  .f--10 .f--1, .f--10:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%; }
  .f--10 .a--2, .f--10:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 20%; }
  .f--10 .b--2, .f--10:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 20%; }
  .f--10 .f--2, .f--10:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }
  .f--10 .a--3, .f--10:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 30%; }
  .f--10 .b--3, .f--10:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 30%; }
  .f--10 .f--3, .f--10:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }
  .f--10 .a--4, .f--10:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 40%; }
  .f--10 .b--4, .f--10:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 40%; }
  .f--10 .f--4, .f--10:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
  .f--10 .a--5, .f--10:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 50%; }
  .f--10 .b--5, .f--10:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 50%; }
  .f--10 .f--5, .f--10:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--10 .a--6, .f--10:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 60%; }
  .f--10 .b--6, .f--10:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 60%; }
  .f--10 .f--6, .f--10:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%; }
  .f--10 .a--7, .f--10:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 70%; }
  .f--10 .b--7, .f--10:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 70%; }
  .f--10 .f--7, .f--10:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }
  .f--10 .a--8, .f--10:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 80%; }
  .f--10 .b--8, .f--10:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 80%; }
  .f--10 .f--8, .f--10:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%; }
  .f--10 .a--9, .f--10:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 90%; }
  .f--10 .b--9, .f--10:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 90%; }
  .f--10 .f--9, .f--10:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%; }
  .f--10 .a--10, .f--10:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 100%; }
  .f--10 .b--10, .f--10:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 100%; }
  .f--10 .f--10, .f--10:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--10 .a--11, .f--10:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--10 .b--11, .f--10:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--10 .f--11, .f--10:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--10 .a--12, .f--10:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--10 .b--12, .f--10:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--10 .f--12, .f--10:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--11, .f--11:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%; }
  .f--11 .a--1, .f--11:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 9.0909090909%; }
  .f--11 .b--1, .f--11:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 9.0909090909%; }
  .f--11 .f--1, .f--11:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 9.0909090909%;
    flex-basis: 9.0909090909%; }
  .f--11 .a--2, .f--11:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 18.1818181818%; }
  .f--11 .b--2, .f--11:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 18.1818181818%; }
  .f--11 .f--2, .f--11:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 18.1818181818%;
    flex-basis: 18.1818181818%; }
  .f--11 .a--3, .f--11:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 27.2727272727%; }
  .f--11 .b--3, .f--11:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 27.2727272727%; }
  .f--11 .f--3, .f--11:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 27.2727272727%;
    flex-basis: 27.2727272727%; }
  .f--11 .a--4, .f--11:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 36.3636363636%; }
  .f--11 .b--4, .f--11:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 36.3636363636%; }
  .f--11 .f--4, .f--11:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 36.3636363636%;
    flex-basis: 36.3636363636%; }
  .f--11 .a--5, .f--11:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 45.4545454545%; }
  .f--11 .b--5, .f--11:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 45.4545454545%; }
  .f--11 .f--5, .f--11:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 45.4545454545%;
    flex-basis: 45.4545454545%; }
  .f--11 .a--6, .f--11:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 54.5454545455%; }
  .f--11 .b--6, .f--11:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 54.5454545455%; }
  .f--11 .f--6, .f--11:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 54.5454545455%;
    flex-basis: 54.5454545455%; }
  .f--11 .a--7, .f--11:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 63.6363636364%; }
  .f--11 .b--7, .f--11:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 63.6363636364%; }
  .f--11 .f--7, .f--11:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 63.6363636364%;
    flex-basis: 63.6363636364%; }
  .f--11 .a--8, .f--11:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 72.7272727273%; }
  .f--11 .b--8, .f--11:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 72.7272727273%; }
  .f--11 .f--8, .f--11:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 72.7272727273%;
    flex-basis: 72.7272727273%; }
  .f--11 .a--9, .f--11:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 81.8181818182%; }
  .f--11 .b--9, .f--11:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 81.8181818182%; }
  .f--11 .f--9, .f--11:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 81.8181818182%;
    flex-basis: 81.8181818182%; }
  .f--11 .a--10, .f--11:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 90.9090909091%; }
  .f--11 .b--10, .f--11:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 90.9090909091%; }
  .f--11 .f--10, .f--11:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 90.9090909091%;
    flex-basis: 90.9090909091%; }
  .f--11 .a--11, .f--11:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 100%; }
  .f--11 .b--11, .f--11:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 100%; }
  .f--11 .f--11, .f--11:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--11 .a--12, .f--11:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--11 .b--12, .f--11:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--11 .f--12, .f--11:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  .f--12, .f--12:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .f--12 .a--1, .f--12:last-of-type:nth-of-type(odd) .a--1 {
    margin-right: 8.3333333333%; }
  .f--12 .b--1, .f--12:last-of-type:nth-of-type(odd) .b--1 {
    margin-left: 8.3333333333%; }
  .f--12 .f--1, .f--12:last-of-type:nth-of-type(odd) .f--1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%; }
  .f--12 .a--2, .f--12:last-of-type:nth-of-type(odd) .a--2 {
    margin-right: 16.6666666667%; }
  .f--12 .b--2, .f--12:last-of-type:nth-of-type(odd) .b--2 {
    margin-left: 16.6666666667%; }
  .f--12 .f--2, .f--12:last-of-type:nth-of-type(odd) .f--2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%; }
  .f--12 .a--3, .f--12:last-of-type:nth-of-type(odd) .a--3 {
    margin-right: 25%; }
  .f--12 .b--3, .f--12:last-of-type:nth-of-type(odd) .b--3 {
    margin-left: 25%; }
  .f--12 .f--3, .f--12:last-of-type:nth-of-type(odd) .f--3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .f--12 .a--4, .f--12:last-of-type:nth-of-type(odd) .a--4 {
    margin-right: 33.3333333333%; }
  .f--12 .b--4, .f--12:last-of-type:nth-of-type(odd) .b--4 {
    margin-left: 33.3333333333%; }
  .f--12 .f--4, .f--12:last-of-type:nth-of-type(odd) .f--4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%; }
  .f--12 .a--5, .f--12:last-of-type:nth-of-type(odd) .a--5 {
    margin-right: 41.6666666667%; }
  .f--12 .b--5, .f--12:last-of-type:nth-of-type(odd) .b--5 {
    margin-left: 41.6666666667%; }
  .f--12 .f--5, .f--12:last-of-type:nth-of-type(odd) .f--5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%; }
  .f--12 .a--6, .f--12:last-of-type:nth-of-type(odd) .a--6 {
    margin-right: 50%; }
  .f--12 .b--6, .f--12:last-of-type:nth-of-type(odd) .b--6 {
    margin-left: 50%; }
  .f--12 .f--6, .f--12:last-of-type:nth-of-type(odd) .f--6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .f--12 .a--7, .f--12:last-of-type:nth-of-type(odd) .a--7 {
    margin-right: 58.3333333333%; }
  .f--12 .b--7, .f--12:last-of-type:nth-of-type(odd) .b--7 {
    margin-left: 58.3333333333%; }
  .f--12 .f--7, .f--12:last-of-type:nth-of-type(odd) .f--7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%; }
  .f--12 .a--8, .f--12:last-of-type:nth-of-type(odd) .a--8 {
    margin-right: 66.6666666667%; }
  .f--12 .b--8, .f--12:last-of-type:nth-of-type(odd) .b--8 {
    margin-left: 66.6666666667%; }
  .f--12 .f--8, .f--12:last-of-type:nth-of-type(odd) .f--8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%; }
  .f--12 .a--9, .f--12:last-of-type:nth-of-type(odd) .a--9 {
    margin-right: 75%; }
  .f--12 .b--9, .f--12:last-of-type:nth-of-type(odd) .b--9 {
    margin-left: 75%; }
  .f--12 .f--9, .f--12:last-of-type:nth-of-type(odd) .f--9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
  .f--12 .a--10, .f--12:last-of-type:nth-of-type(odd) .a--10 {
    margin-right: 83.3333333333%; }
  .f--12 .b--10, .f--12:last-of-type:nth-of-type(odd) .b--10 {
    margin-left: 83.3333333333%; }
  .f--12 .f--10, .f--12:last-of-type:nth-of-type(odd) .f--10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%; }
  .f--12 .a--11, .f--12:last-of-type:nth-of-type(odd) .a--11 {
    margin-right: 91.6666666667%; }
  .f--12 .b--11, .f--12:last-of-type:nth-of-type(odd) .b--11 {
    margin-left: 91.6666666667%; }
  .f--12 .f--11, .f--12:last-of-type:nth-of-type(odd) .f--11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%; }
  .f--12 .a--12, .f--12:last-of-type:nth-of-type(odd) .a--12 {
    margin-right: 100%; }
  .f--12 .b--12, .f--12:last-of-type:nth-of-type(odd) .b--12 {
    margin-left: 100%; }
  .f--12 .f--12, .f--12:last-of-type:nth-of-type(odd) .f--12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .u--1 {
    margin-top: 32px; }

  .d--1 {
    margin-bottom: 32px; }

  .u--2 {
    margin-top: 64px; }

  .d--2 {
    margin-bottom: 64px; }

  .u--3 {
    margin-top: 96px; }

  .d--3 {
    margin-bottom: 96px; }

  .u--4 {
    margin-top: 128px; }

  .d--4 {
    margin-bottom: 128px; }

  .u--5 {
    margin-top: 160px; }

  .d--5 {
    margin-bottom: 160px; }

  .u--6 {
    margin-top: 192px; }

  .d--6 {
    margin-bottom: 192px; } }
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media (min-width: 720px) and (min-height: 0px) {
  .row-reverse--medium {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-start {
  -ms-flex-item-align: start;
  align-self: start; }

.float--left {
  float: left; }

.float--right {
  float: right; }

@media (min-width: 720px) and (min-height: 0px) {
  .w--12, .w--11, .w--10, .w--9, .w--8, .w--7, .w--6, .w--5, .w--4, .w--3, .w--2, .w--1 {
    width: 50%; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .w--1 {
    width: 8.3333333333%; }
  .w--2 {
    width: 16.6666666667%; }
  .w--3 {
    width: 25%; }
  .w--4 {
    width: 33.3333333333%; }
  .w--5 {
    width: 41.6666666667%; }
  .w--6 {
    width: 50%; }
  .w--7 {
    width: 58.3333333333%; }
  .w--8 {
    width: 66.6666666667%; }
  .w--9 {
    width: 75%; }
  .w--10 {
    width: 83.3333333333%; }
  .w--11 {
    width: 91.6666666667%; }
  .w--12 {
    width: 100%; } }

#menu:target .show {
  display: none; }
#menu:target .hide {
  display: block; }
#menu:target + .page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  left: 50%; }
@media (min-width: 720px) and (min-height: 0px) {
  #menu:target + .page-nav {
    left: auto;
    overflow: visible; } }

.page__outer {
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
.page__inner {
  position: relative;
  margin: 0 0 0 auto;
  padding-bottom: 96px; }
@media (min-width: 1023px) and (min-height: 620px) {
  .page__inner {
    padding-bottom: 32vh;
    padding-top: 0vh; }
  .home .page__inner {
    padding-top: 50vh; } }
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  left: 100%;
  bottom: 0;
  max-height: 100vh;
  padding-top: 80px;
  -webkit-box-shadow: -8px 0 0 0 #ff4669;
  box-shadow: -8px 0 0 0 #ff4669;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (min-width: 720px) and (min-height: 0px) {
  .page-nav {
    position: static;
    padding-top: 0;
    bottom: auto;
    left: auto; }
  .page-nav .nav--main, .page-nav .nav--collateral {
    position: fixed;
    right: 0;
    background-color: white; }
  .page-nav .nav--main {
    top: 0;
    -webkit-box-shadow: 0 0 0 0 #ff4668;
    box-shadow: 0 0 0 0 #ff4668;
    font-size: 20px; }
  .admin-bar .page-nav .nav--main {
    top: 32px; }
  .page-nav .nav--collateral {
    bottom: 0;
    -webkit-box-shadow: 0 -8px 0 0 #ff4668;
    box-shadow: 0 -8px 0 0 #ff4668; } }
.page-nav__hook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 201;
  top: 0;
  right: 0;
  background-color: #ff4669;
  line-height: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 50%; }
.page-nav__hook a {
  text-align: center;
  display: block;
  padding: 16px;
  color: white;
  font-size: 36px;
  line-height: 0; }
.page-nav__hook a.show {
  display: block; }
.page-nav__hook a.hide {
  display: none; }
.page-nav__hook a:hover {
  color: white; }
@media (min-width: 720px) and (min-height: 0px) {
  .page-nav__hook {
    display: none; } }
.page-nav ul, .page-nav li {
  list-style: none;
  background-color: white;
  margin: 0;
  padding: 0; }
.page-nav .nav {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }
.page-nav .nav a:not([href]) {
  display: none; }
@media (min-width: 720px) and (min-height: 0px) {
  .page-nav .nav a:not([href]) {
    display: block; }
  .page-nav .nav a:not([href]):after {
    content: " ▾ "; } }
.page-nav .nav a {
  display: block;
  padding: 8px;
  color: #ff4668; }
.page-nav .nav--collateral a {
  font-size: 12px; }
.page-nav .nav--collateral ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.page-nav .nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
@media (min-width: 720px) and (min-height: 0px) {
  .page-nav .nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.page-nav .nav > ul > li {
  position: relative; }
.page-nav .nav > ul > li a {
  color: black; }
.page-nav .nav > ul > li:hover {
  cursor: pointer; }
.page-nav .nav > ul > li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
.page-nav .nav > ul > li:hover a:not([href]) {
  color: #ff4669; }
@media (min-width: 720px) and (min-height: 0px) {
  .page-nav .nav > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: 48px;
    left: 0;
    width: auto;
    -webkit-box-shadow: -8px 0 0 0 #ff4668;
    box-shadow: -8px 0 0 0 #ff4668;
    padding-right: 16px; } }

.page-header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%; }

.page-brand {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  border-radius: 0 0 50% 0;
  padding: 16px;
  background-color: #ff4669; }
@media (min-width: 1023px) and (min-height: 620px) {
  .page-brand {
    border-radius: 48px 0 0 48px;
    top: 100px;
    left: auto;
    margin-left: 16px; } }
@media (min-width: 1376px) and (min-height: 620px) {
  .page-brand {
    margin-left: -48px; } }
.page-logo {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.page-logo .logogramm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  background-color: white;
  border-radius: 50%;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-perspective-origin: center 80%;
  perspective-origin: center 80%; }
.page-logo .logogramm img {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 9000ms;
  animation-duration: 9000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: infinite;
  animation-direction: infinite;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: center;
  transform-origin: center; }
.page-logo .typogramm {
  display: none; }
@media (min-width: 1023px) and (min-height: 620px) {
  .page-logo .typogramm {
    margin-left: 16px;
    display: block; } }
.page-logo .company {
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  line-height: 1;
  font-size: 36px; }
.page-hgroup {
  padding: 16px 0; }
@media (min-width: 1023px) and (min-height: 620px) {
  .page-hgroup {
    position: fixed;
    z-index: 101;
    top: calc(32vh - 16px*10);
    right: 0;
    text-align: right; } }
.page-main {
  position: relative; }
.page-cover {
  height: 32vh;
  -webkit-transition: 0s;
  transition: 0s; }
@media (min-width: 1023px) and (min-height: 620px) {
  .page-cover {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 100vw; }
  .home .page-cover {
    height: 50vh; } }
@media (min-width: 1376px) and (min-height: 620px) {
  .page-cover {
    width: 1296px; } }
.page-cover__mask {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
@-webkit-keyframes breath {
  0% {
    background-color: rgba(234, 74, 46, 0); }
  100% {
    background-color: #ff4669; } }

@keyframes breath {
  0% {
    background-color: rgba(234, 74, 46, 0); }
  100% {
    background-color: #ff4669; } }
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateY(-0.25turn);
    transform: rotateY(-0.25turn); }
  30% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  70% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(0.25turn);
    transform: rotateY(0.25turn); } }
@keyframes turn {
  0% {
    -webkit-transform: rotateY(-0.25turn);
    transform: rotateY(-0.25turn); }
  30% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  70% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(0.25turn);
    transform: rotateY(0.25turn); } }
.text--hgroup__title span, .text--hgroup__subline span {
  padding: 0 16px; }
.text--hgroup__title {
  font-family: "NHaasGroteskDSPro-65Md", sans-serif;
  font-size: 28px;
  -webkit-box-shadow: 0 0 #ff4669;
  box-shadow: 0 0 #ff4669; }
@media (min-width: 720px) and (min-height: 0px) {
  .text--hgroup__title {
    font-size: 36px; } }
.text--hgroup__subline {
  font-size: 16px; }
.text--hgroup span {
  display: inline-block;
  background-color: none; }
@media (min-width: 1023px) and (min-height: 620px) {
  .text--hgroup__title {
    max-width: none;
    margin: 0;
    font-size: 60px;
    -webkit-box-shadow: 0 2px #ff4669;
    box-shadow: 0 2px #ff4669; }
  .text--hgroup__title span {
    padding: 0 0 0 0; }
  .text--hgroup__subline {
    max-width: none;
    margin: 0;
    font-size: 20px; }
  .text--hgroup__subline span {
    padding: 16px 16px 0; }
  .text--hgroup span {
    display: inline-block; } }
.text--h1__heading {
  font-size: 28px; }
@media (min-width: 720px) and (min-height: 0px) {
  .text--h1__heading {
    font-size: 48px; } }
.text--summary__heading {
  font-size: 28px; }
@media (min-width: 720px) and (min-height: 0px) {
  .text--summary__heading {
    font-size: 48px; } }
.text--intro {
  z-index: 90;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }
.text--intro p, .text--intro h1 {
  text-align: left;
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  line-height: 1.34;
  margin: 0; }
@media (min-width: 720px) and (min-height: 0px) {
  .text--intro p, .text--intro h1 {
    font-size: 48px; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .text--intro {
    mix-blend-mode: luminosity; }
  .text--intro span {
    -webkit-box-shadow: 0 0 0 0 white, 0 0 0 0 white;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white;
    background-color: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
  .text--intro p, .text--intro span {
    display: inline; } }
.text--blockquote {
  text-align: right; }
.text--blockquote p {
  text-align: right; }
.text--blockquote__quote {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  font-size: 28px;
  font-family: "IBM Plex Mono", sans-serif; }
@media (min-width: 720px) and (min-height: 0px) {
  .text--blockquote__quote {
    font-size: 36px; } }
.text--blockquote__quote *:last-child {
  margin-bottom: 0; }
.text--blockquote__quote > *:first-child:before, .text--blockquote__quote > *:last-child:after {
  display: inline-block;
  font-size: 4em;
  line-height: 0;
  position: relative;
  top: 30px;
  color: #ff4669; }
.text--blockquote__cite {
  font-size: 12px; }

.teaser--link:before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff4669;
  border-radius: 50%;
  top: 8px;
  left: 16px; }
.teaser--link > * {
  position: relative;
  z-index: 1; }
.teaser--client {
  overflow: hidden; }
.teaser--client.f--3, .teaser--client.f--3.f--3:last-of-type:nth-of-type(odd) {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%; }
@media (min-width: 720px) and (min-height: 0px) {
  .teaser--client.f--3, .teaser--client.f--3.f--3:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .teaser--client.f--3, .teaser--client.f--3.f--3:last-of-type:nth-of-type(odd) {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%; } }
.teaser--client .figure figure {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.teaser--client .figure__caption {
  background-color: white;
  padding: 8px 0;
  text-align: left; }
.teaser--client .figure__img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  height: 64px;
  max-width: 128px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
.teaser--client:hover .figure__img {
  -webkit-filter: saturate(1);
  filter: saturate(1); }
.teaser--contact {
  min-height: 128px;
  background-color: #ff4669; }
.teaser--contact *, .teaser--contact a, .teaser--contact a:visited {
  color: white; }
.teaser--contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px; }
.teaser--contact:hover {
  background-color: white;
  -webkit-box-shadow: 0 0 0 8px #ff4669 inset;
  box-shadow: 0 0 0 8px #ff4669 inset; }
.teaser--contact:hover *, .teaser--contact:hover a, .teaser--contact:hover a:visited {
  color: #ff4669; }

ul  > li {
  margin-bottom: 8px;
  list-style: square inside;
  text-indent: -1em;
  padding-left: 1em; }

ol > li {
  list-style: decimal-leading-zero inside; }

.legal ol > li {
  list-style: upper-roman inside; }
.legal ol > li h3, .legal ol > li h4 {
  display: inline; }
.legal ol > li ol > li {
  list-style: decimal inside; }
.legal ul > li {
  list-style: square inside; }

@media (min-width: 720px) and (min-height: 0px) {
  .list--dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }
.list--dl dt {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  font-family: "IBM Plex Mono", sans-serif;
  -webkit-box-shadow: 0 -1px #828282;
  box-shadow: 0 -1px #828282; }
.list--dl dd {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%; }
.list--dl dd:last-of-type {
  -webkit-box-shadow: 0 -1px #828282 inset;
  box-shadow: 0 -1px #828282 inset; }
.list--dl dt, .list--dl dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 0 0 16px; }
@media (min-width: 720px) and (min-height: 0px) {
  .list--dl dt, .list--dl dd {
    -webkit-box-shadow: 0 -1px #828282;
    box-shadow: 0 -1px #828282; }
  .list--dl dt:last-of-type, .list--dl dd:last-of-type {
    -webkit-box-shadow: 0 -1px #828282, 0 -1px #828282 inset;
    box-shadow: 0 -1px #828282, 0 -1px #828282 inset; } }
.list--result {
  display: contents; }
.list--result li {
  list-style: none;
  list-style: none;
  padding: 16px; }
.list--result__heading, .list--client__project {
  font-size: 16px;
  font-family: "NHaasGroteskDSPro-65Md", sans-serif; }
.list--result__time {
  font-size: 0px; }
.list--client__time, .list--client__industry, .list--result__type {
  font-size: 12px; }
.list--result a.list--result__link.list--result__link, .list--result .list--client a.list--client__link, .list--client .list--result a.list--client__link {
  color: #545454; }
.list--result a.list--result__link.list--result__link:hover, .list--result .list--client a.list--client__link:hover, .list--client .list--result a.list--client__link:hover {
  color: #ff4669; }
.list--result a.list--result__link.list--result__link:visited, .list--result .list--client a.list--client__link:visited, .list--client .list--result a.list--client__link:visited {
  color: #545454;
  font-style: underline; }
.list--result a.list--result__link.list--result__link:visited:hover, .list--result .list--client a.list--client__link:visited:hover, .list--client .list--result a.list--client__link:visited:hover {
  color: #ff4669; }
.list--client li {
  list-style: none;
  padding: 16px;
  padding: 16px; }
.list--client li:hover .list--client__image {
  -webkit-filter: saturate(1);
  filter: saturate(1); }
.list--client__image {
  display: block;
  position: relative;
  height: 48px;
  margin: 16px 0;
  max-width: 96px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-filter: saturate(1);
  filter: saturate(1); }
.list--client__company {
  font-size: 14px; }
.list--link li {
  list-style: none;
  margin: 0 0 .5em; }
.list--signal {
  background-color: whitesmoke;
  padding: 16px 0;
  counter-reset: signal; }
.list--signal li {
  list-style: none;
  padding: 32px 16px 0;
  margin: 16px 0 0 36px;
  text-align: left; }
@media (min-width: 720px) and (min-height: 0px) {
  .list--signal li {
    margin-left: 60px; } }
.list--signal li:before {
  position: relative;
  text-indent: -36px;
  display: inline-block;
  counter-increment: signal;
  content: '⬤';
  color: #ff4669;
  line-height: 0;
  font-size: 28px;
  text-indent: -36px; }
@media (min-width: 720px) and (min-height: 0px) {
  .list--signal li:before {
    text-indent: -48px; } }
#kontakt .list--signal li:before {
  content: counter(signal);
  -webkit-transform: none;
  transform: none;
  font-size: 48px;
  text-indent: -36px;
  top: 16px; }
@media (min-width: 720px) and (min-height: 0px) {
  #kontakt .list--signal li:before {
    top: 32px;
    text-indent: -60px;
    font-size: 60px; } }
.list--signal li p {
  display: contents;
  text-align: left;
  margin: 0;
  padding: 0; }
.list--signal__kicker {
  padding: 0 16px; }
.list--signal__heading {
  font-size: 28px;
  font-family: "NHaasGroteskDSPro-65Md", monospace;
  padding: 0 16px; }
@media (min-width: 720px) and (min-height: 0px) {
  .list--signal__heading {
    font-size: 36px; } }
@media (min-width: 1023px) and (min-height: 620px) {
  .list--signal__heading {
    font-size: 48px; } }
@media (min-width: 720px) and (min-height: 0px) {
  .list--signal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 16px;
    gap: 16px; }
  .list--signal li {
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media (min-width: 720px) and (min-height: 0px) and (min-width: 1023px) and (min-height: 620px) {
  .list--signal li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(20% - 36px - 32px - 5px);
    flex: 1 0 calc(20% - 36px - 32px - 5px); } }

.form {
  padding: 0; }
.form__label {
  font-size: 28px;
  font-family: "IBM Plex Mono", monospace;
  padding-left: 20px; }
.form--search .form__input, .form--search .form__button {
  width: auto;
  display: inline-block;
  vertical-align: baseline; }
.form--contact .form__button {
  font-size: 28px;
  font-family: "IBM Plex Mono", monospace; }

@media (min-width: 720px) and (min-height: 0px) {
  #wpcf7-f15311-p14045-o1, #wpcf7-f16166-p14045-o2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media (min-width: 1023px) and (min-height: 620px) {
  #wpcf7-f15311-p14045-o1 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%; } }

@media (min-width: 1023px) and (min-height: 620px) {
  #wpcf7-f16166-p14045-o2 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%; }
  #wpcf7-f16166-p14045-o2 label, #wpcf7-f16166-p14045-o2 .form__label {
    font-size: 16px; }
  #wpcf7-f16166-p14045-o2 .form__button {
    font-size: 16px; } }

article .entry-content {
  padding: 16px; }
article.interview .entry-content img {
  margin: 16px 0;
}
article.interview .entry-content img.size-full, article.interview .entry-content img.size-large {
  max-width: 100%;
  width: 100%;
  float: none; }
article.interview .entry-content *:first-child img:first-child {
  margin-top: 0; }
article.interview .entry-content h2, article.interview .entry-content .heading, article.interview .entry-content h3, article.interview .entry-content h4, article.interview .entry-content h5, article.interview .entry-content h6 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
  font-style: normal;
}
article.interview .entry-content li:only-child {
  list-style: none; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row npwrap;
  flex-flow: row npwrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 96px;
  padding: 16px; }
.nav-links > * {
  padding: 0 16px; }
.nav-links > *:first-child {
  padding-left: 0; }
.nav-links > *:last-child {
  padding-right: 0; }

::-webkit-scrollbar {
  width: auto;
  width: 4px; }
@media (min-width: 720px) and (min-height: 0px) {
  ::-webkit-scrollbar {
    width: 4px; } }

::-webkit-scrollbar-track {
  background-color: black; }

::-webkit-scrollbar-thumb {
  color: black;
  background-color: #ff4668;
   border: 1px solid;
  border-radius: 2px; }
@media (min-width: 720px) and (min-height: 0px) {
  ::-webkit-scrollbar-thumb {
    width: 32px; } }

.is-hidden, p:empty, h1:empty, h2:empty, .heading:empty, h3:empty, h4:empty, h5:empty, h6:empty, strong:empty, em:empty, li:empty, ul:empty, ol:empty, .screen-reader-text, .no-js .js-only {
  position: fixed !important;
  z-index: -1 !important;
  top: 100% !important;
  right: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important; }

.kicker {
  font-size: 16px; }

h2.kicker, .kicker.heading {
  font-family: "IBM Plex Mono", monospace; }

.button {
  display: inline-block;
  width: auto;
  margin: 16px; }

.next-posts {
  text-align: right; }

div.wpcf7-response-output {
  margin: 0 !important;
  padding: 16px !important;
  border: none !important;
  color: white !important;
  background-color: black !important;
  font-family: "NHaasGroteskTXPro-55Rg", sans-serif !important; }

.wpcf7-form.sent button, .wpcf7-form.sent .button {
  display: none; }

.page-template-references .text--hgroup__subline {
  visibility: hidden; }

/*# sourceMappingURL=style.css.map */




.home .page__inner,
.page__inner {
  padding-top: 60px !important;
}
.page-header {
  background-color: white;
  max-height: 60px;
}
.page-header-logo {
  padding-inline-end: 80px;
}
.page-header-logo-mobile {

}
.page-header-logo-desktop {
  display: none;
}
.page-header-logo-desktop-left {
  max-width: 240px;
}
.page-header-logo-desktop-right {
  margin-inline-start: auto;
  max-width: 240px;
}
@media (min-width: 420px) {
  .home .page__inner,
  .page__inner {
    padding-top: 80px !important;
  }
  .page-header-logo-mobile {
    max-height: 74px;
    width: auto;
  }
  .page-header {
    max-height: 80px;
  }
}
@media (min-width: 640px) {
  .home .page__inner,
  .page__inner {
    padding-top: 120px !important;
  }
  .page-header,
  .page-header-logo-mobile {
    max-height: 120px;
  }
}
@media (min-width: 720px) {
  .home .page__inner,
  .page__inner {
    padding-top: 70px !important;
  }
  .page-header {
    height: 70px;
  }
  .page-header-logo {
    display: flex;
    padding-inline-end: 0;
  }
  .page-header-logo-mobile {
    display: none;
  }
  .page-header-logo-desktop {
    display: block;
  }
}

.page-main {
  z-index: 0;
}

.page-cover {
  position: relative !important;
}

@media (min-width: 1023px) and (min-height: 620px) {
  .page-hgroup {
    padding-inline: 1em;
    position: relative;
    right: initial;
    text-align: left;
    top: initial;
    z-index: 0;
  }
}

.page-template-research figure img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.page-id-19949 .page-main section:nth-child(2) {
  position: relative;
}

.page-id-19949 #impressum {
  height: 100%;
}

.page-id-19949 #impressum .list--dl dt,
.page-id-19949 #impressum .list--dl dd {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.page-id-19949 #impressum .list--dl dd {
  display: none;
}
.page-id-19949 #impressum .list--dl dd:nth-child(1),
.page-id-19949 #impressum .list--dl dd:nth-child(2) {
  display: block;
}

@media (min-width: 720px) and (min-height: 0px){
  .page-id-19949 #impressum .list--dl dt,
  .page-id-19949 #impressum .list--dl dd {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .page-id-19949 #impressum .list--dl dd {
    display: none;
  }
  .page-id-19949 #impressum .list--dl dd:nth-child(1),
  .page-id-19949 #impressum .list--dl dd:nth-child(2) {
    display: block;
  }
}

@media (min-width: 800px) and (min-height: 620px) {
  .page-id-19949 .f--6,
  .page-id-19949 .f--6 ~ p {
    flex-basis: 50% !important;
  }
  .page-id-19949 #impressum .list--dl {
    bottom: 0;
    left: 20px;
    position: absolute;
  }
}

@media (min-width: 1023px) and (min-height: 620px) {
  .page-id-19949 .f--6 ~ p {
    flex-basis: 50%;
  }
}

.page-template-research .list-item--result {
  border-bottom: 1px solid #FF4669;
}

.page-template-research .form--search {
  border-bottom: 0;
}

.page-template-research .list--result {
  display: block;
}

@media (min-width: 600px) {
  .page-template-research .list--result {
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: -1px;
  }
  .page-template-research .list-item--result {
    border-bottom: 0;
    border-left: 1px solid #FF4669;
    flex-basis: 50%;
    margin-block-end: 0;
  }
}

@media (min-width: 900px) {
  .page-template-research .list-item--result {
    flex-basis: 33%;
  }
}

@media (min-width: 1200px) {
  .page-template-research .list-item--result {
    flex-basis: 25%;
  }
}

.page-template-references .list-item-client-grid {
  column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.page-template-references .list--client__project {
  grid-column: span 3;
}

@media (min-width: 460px) {
  .page-template-references .list-item-client-grid {
    grid-template-columns: 150px 170px auto;
  }
}

@media (min-width: 800px) {
  .page-template-references .list-item-client-grid {
    display: grid;
    grid-template-columns: 150px 170px 60px auto;
  }
  .page-template-references .list--client__project {
    grid-column: auto;
  }
}

.home {
  background-color: #FF4669;
}

.home .page__inner {
  height: 100vh;
}

.home .page-main {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.home .page-main > section {
  display: none;
}

.home .page-main > p {
  margin-block-end: 0;
  max-width: none;
}

.home .home-opener-mobile,
.home .home-opener-desktop {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.home .home-opener-desktop {
  display: none;
}

@media (min-width: 768px) {
  .home .home-opener-mobile {
    display: none;
  }
  .home .home-opener-desktop {
    display: block;
    max-width: 2000px;
  }
}

.type-interview .text--hgroup,
.text--intro--interview {
  border-bottom: 1px solid #FF4669;
}

.type-interview .text--hgroup + .block {
  border-bottom: 0;
}

.entry-content--interview {
  max-width: 360px;
}

@media (min-width: 720px) and (min-height: 0px) {
  .text--intro--interview p,
  .text--intro--interview h1 {
    font-size: 20px;
  }
}
@media (min-width: 1023px) and (min-height: 620px){
  .text--intro--interview span {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

@media (min-width: 400px) {
  .flex--interview {
    justify-content: flex-end;
  }
  .flex--interview > .text--intro--interview,
  .flex--interview > .content-and-aside {
    flex-basis: 80%;
  }
}

@media (min-width: 920px) {
  .flex--interview > .text--intro--interview,
  .flex--interview > .content-and-aside {
    flex-basis: 60%;
  }
  .flex--interview .content-and-aside {
    display: flex;
  }
  .flex--interview .entry-content--interview,
  .flex--interview .entry-aside--interview {
    flex-basis: 50%;
  }
}

@media (min-width: 1023px) and (min-height: 620px){
  .flex--interview > .text--intro--interview.f--11,
  .flex--interview > .text--intro--interview.f--11 {
    flex-basis: 60%;
  }
  .flex--interview .b--1 {
    margin-inline-start: 0;
  }
  .flex--interview .entry-content--interview,
  .flex--interview .entry-aside--interview.f--3 {
    flex-basis: 50%;
  }
}



/* General */
body,
strong {
  font-family: "IBM Plex Mono", monospace !important;
}

em {
  font-weight: 400;
}

/* Layout */
.home .page__inner,
.page__inner {
  padding-top: 60px !important;
}

/* Header */

.page-header {
  background-color: white;
  max-height: 60px;
}
.page-header-logo {
  padding-inline-end: 80px;
}
.page-header-logo-mobile {

}
.page-header-logo-desktop {
  display: none;
}
.page-header-logo-desktop-left {
  max-width: 240px;
}
.page-header-logo-desktop-right {
  margin-inline-start: auto;
  max-width: 240px;
}
@media (min-width: 420px) {
  .home .page__inner,
  .page__inner {
    padding-top: 80px !important;
  }
  .page-header-logo-mobile {
    max-height: 74px;
    width: auto;
  }
  .page-header {
    max-height: 80px;
  }
}
@media (min-width: 640px) {
  .home .page__inner,
  .page__inner {
    padding-top: 120px !important;
  }
  .page-header,
  .page-header-logo-mobile {
    max-height: 120px;
  }
}
@media (min-width: 720px) {
  .home .page__inner,
  .page__inner {
    padding-top: 70px !important;
  }
  .page-header {
    height: 70px;
  }
  .page-header-logo {
    display: flex;
    padding-inline-end: 0;
  }
  .page-header-logo-mobile {
    display: none;
  }
  .page-header-logo-desktop {
    display: block;
  }
}


/* Main / Page Cover */

.page-main {
  z-index: 0;
}

.page-cover {
  position: relative !important;
}

@media (min-width: 1023px) and (min-height: 620px) {
  .page-hgroup {
    padding-inline: 1em;
    position: relative;
    right: initial;
    text-align: left;
    top: initial;
    z-index: 0;
  }
}

.postid-20665 .page-cover,
.postid-20665 .text--hgroup__subline,
.postid-20665 .nav-links,
.single-interview .page-cover {
  display: none;
}


/* Kontakt */

.contact-column h4 {
  color: #ff4669;
  font-size: 4em;
  line-height: 0.8em;
}

.page-id-19949 .page-main section:nth-child(2) {
  position: relative;
}

.page-id-19949 #impressum {
  height: 100%;
}

.page-id-19949 #impressum .list--dl dt,
.page-id-19949 #impressum .list--dl dd {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.page-id-19949 #impressum .list--dl dd {
  display: none;
}
.page-id-19949 #impressum .list--dl dd:nth-child(1),
.page-id-19949 #impressum .list--dl dd:nth-child(2) {
  display: block;
}

@media (min-width: 720px) and (min-height: 0px){
  .page-id-19949 #impressum .list--dl dt,
  .page-id-19949 #impressum .list--dl dd {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .page-id-19949 #impressum .list--dl dd {
    display: none;
  }
  .page-id-19949 #impressum .list--dl dd:nth-child(1),
  .page-id-19949 #impressum .list--dl dd:nth-child(2) {
    display: block;
  }
}

@media (min-width: 800px) and (min-height: 620px) {
  .page-id-19949 .f--6,
  .page-id-19949 .f--6 ~ p {
    flex-basis: 50% !important;
  }
  .page-id-19949 #impressum .list--dl {
    bottom: 0;
    left: 20px;
    position: absolute;
  }
}

@media (min-width: 1023px) and (min-height: 620px) {
  .page-id-19949 .f--6 ~ p {
    flex-basis: 50%;
  }
}

/* Journal / Research */

.page-template-research figure img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.page-template-research .list-item--result {
  border-bottom: 1px solid #FF4669;
}

.page-template-research .form--search {
  border-bottom: 0;
}

.page-template-research .list--result {
  display: block;
}

@media (min-width: 600px) {
  .page-template-research .list--result {
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: -1px;
  }
  .page-template-research .list-item--result {
    border-bottom: 0;
    border-left: 1px solid #FF4669;
    flex-basis: 50%;
    margin-block-end: 0;
  }
}

@media (min-width: 900px) {
  .page-template-research .list-item--result {
    flex-basis: 33%;
  }
}

@media (min-width: 1200px) {
  .page-template-research .list-item--result {
    flex-basis: 25%;
  }
}

.page-template-references .list-item-client-grid {
  column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.page-template-references .list--client__project {
  grid-column: span 3;
}

@media (min-width: 460px) {
  .page-template-references .list-item-client-grid {
    grid-template-columns: 150px 170px auto;
  }
}

@media (min-width: 800px) {
  .page-template-references .list-item-client-grid {
    display: grid;
    grid-template-columns: 150px 170px 60px auto;
  }
  .page-template-references .list--client__project {
    grid-column: auto;
  }
}

/* Home */

.home {
  background-color: #FF4669;
}

.home .page-header {
  background: none;
}

.home .page-header-logo {
  display: none;
}

.home .page-nav .nav--collateral {
  opacity: 0;
  transition: 1s ease-in;
}

.home .page-nav.visible .nav--collateral {
  opacity: 1;
}

.home .page__inner {
  height: 100vh;
}

.home .page-main {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.home .page-main > section {
  display: none;
}

.home .page-main > p {
  margin-block-end: 0;
  max-width: none;
}

.home .home-opener-mobile,
.home .home-opener-desktop {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.home .home-opener-desktop {
  display: none;
}

@media (min-width: 768px) {
  .home .home-opener-mobile {
    display: none;
  }
  .home .home-opener-desktop {
    display: block;
    max-width: 2000px;
  }
}

/* Interview (Journal) */

.type-interview .text--hgroup,
.text--intro--interview {
  border-bottom: 1px solid #FF4669;
}

.type-interview .text--hgroup + .block {
  border-bottom: 0;
}

.entry-content--interview {
  max-width: 360px;
}

.page-template-research .list--result__type {
  display: none;
}

@media (min-width: 720px) and (min-height: 0px) {
  .text--intro--interview p,
  .text--intro--interview h1 {
    font-size: 20px;
  }
}
@media (min-width: 1023px) and (min-height: 620px){
  .text--intro--interview span {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

@media (min-width: 400px) {
  .flex--interview {
    justify-content: flex-end;
  }
  .flex--interview > .text--intro--interview,
  .flex--interview > .content-and-aside {
    flex-basis: 80%;
  }
}

@media (min-width: 920px) {
  .flex--interview > .text--intro--interview,
  .flex--interview > .content-and-aside {
    flex-basis: 60%;
  }
  .flex--interview .content-and-aside {
    display: flex;
  }
  .flex--interview .entry-content--interview,
  .flex--interview .entry-aside--interview {
    flex-basis: 50%;
  }
}

@media (min-width: 1023px) and (min-height: 620px){
  .flex--interview > .text--intro--interview.f--11,
  .flex--interview > .text--intro--interview.f--11 {
    flex-basis: 60%;
  }
  .flex--interview .b--1 {
    margin-inline-start: 0;
  }
  .flex--interview .entry-content--interview,
  .flex--interview .entry-aside--interview.f--3 {
    flex-basis: 50%;
  }
}

/* Methoden */

.page-id-18444 #intro {
  border-bottom: none;
}

#methoden-und-projekte > div:first-child {
  border-top: 1px solid #FF4669;
}

.about-mobile {
  display: block;
}

.page .entry-aside--interview {
  display: none;
}

@media (min-width: 920px) {
  .about-mobile {
    display: none;
  }
  .page .entry-aside--interview {
    display: block;
  }
}

@media (min-width: 920px) {
  .page-id-19949 .page-main .block.flex {
    max-height: 85vh;
    overflow: hidden;
  }
}

/* Blog */
.single-blog .page__inner, .tax-blog_tag .page__inner, .post-type-archive-blog .page__inner, .page-template-blog .page__inner {
  padding-top: 0 !important;
}
.blog-header {
  position: sticky;
  top: 0;
  margin-bottom: 24px;
}
.blog-header .block {
  padding: 16px 0 32px;
}
.blog-header .heading {
  color: #ff4669;
  margin-bottom: -16px;
  margin-left: -4px;
  font-style: italic;
}
.menu-blog {
  text-align: right;
  font-style: italic;
  font-size: 16px;
  list-style: none;
}
.menu-blog li {
  margin-bottom: 0;
}
.menu-blog li.current-menu-item a {
  text-decoration: line-through;
}
.menu-blog li:first-child {
  margin-bottom: 48px;
}
.menu-blog li a {
  line-height: 1.25;
}
.archive-header {
  margin-bottom: 48px;
}
.archive-header h2 {
  font-size: 16px;
  font-weight: 700;
  color: #ff4669;
  margin-bottom: 8px;
}
.archive-header h2:before {
  content: '#';
}
.archive-tags {
  margin-bottom: 24px
}
.archive-tags a {
  font-style: italic;
}
.archive-tags a:before {
  content: '#';
}

.blog-post-title {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.6;
  color: #ff4669;
  margin-bottom: 8px;
}
.blog-post-title.has-excerpt {
  display: inline;
  float: left;
  margin-bottom: 0;
}
.blog-post-excerpt {
  color: #ff4669;
  margin-bottom: 8px !important;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
}
.blog-post-excerpt:before {
  content: '\00a0\2014\00a0';
}

.post-type-archive-blog article.blog, .tax-blog_tag article.blog {
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  .blog-section {
    flex-flow: column-reverse nowrap;
  }
  .blog-section > .text {
    width: 100%;
  }
  .blog-section > .text:first-child {
    border-top: 1px solid #ff4669;
  }
  .blog-header .heading {
    font-size: 42px;
    margin-bottom: -10px;
  }
  .blog-header .kicker {
    font-size: 13px;
  }
}