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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* icon mixin */
/* border-radius */
/*box-shadow */
/* box-model */
/* gradient-mixin 2 colors vertical */
/*
    Declare global variables here
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.5em; }

span.p {
  display: block;
  margin: 1em 0; }

p {
  margin: 1em 0; }
  p + p, p + ul {
    margin-top: 0; }

strong {
  font-weight: bold; }

.interface__main li {
  position: relative;
  padding: 8px 0 8px 24px; }
  .interface__main li + li:last-child {
    padding-bottom: 0; }
  .interface__main li li li:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>circle-small</title><path d="M12,10A2,2 0 0,0 10,12C10,13.11 10.9,14 12,14C13.11,14 14,13.11 14,12A2,2 0 0,0 12,10Z" /></svg>'); }
  .interface__main li li:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>circle-medium</title><path d="M12,8A4,4 0 0,0 8,12A4,4 0 0,0 12,16A4,4 0 0,0 16,12A4,4 0 0,0 12,8Z" /></svg>'); }
  .interface__main li:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>chevron-right</title><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>');
    background-repeat: no-repeat;
    background-size: cover; }

@media (min-width: 730px) {
  .form__two-fields {
    margin: 1em 0; }
    .form__two-fields .field {
      float: left;
      margin-top: 0;
      margin-bottom: 0;
      width: calc(50% - 6px); }
      .form__two-fields .field:first-child {
        margin-right: 8px; } }
.form__two-fields:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.form__actions {
  margin-top: 1em; }
  .form__actions:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
.form__submit {
  float: right;
  border: 0px solid transparent;
  padding: 8px 48px;
  height: 48px;
  background-color: #eee;
  font-family: monospace;
  font-weight: bold;
  font-size: 16px;
  color: #009688;
  cursor: pointer; }

.form--handle {
  float: right;
  border: 0px solid transparent;
  padding: 8px 48px;
  height: 48px;
  background-color: #eee;
  font-family: monospace;
  font-weight: bold;
  font-size: 16px;
  color: #009688;
  cursor: pointer; }

.field {
  position: relative;
  margin: 8px 0;
  border: 1px solid #eeeeee;
  min-height: 48px;
  background-color: #fff; }
  .field--char, .field--email, .field--password, .field--text {
    color: #333; }
    .field--char a, .field--email a, .field--password a, .field--text a {
      color: #333; }
    .field--char input, .field--email input, .field--password input, .field--text input {
      border: 0px solid transparent;
      margin: 0;
      padding: 8px 8px 0 8px;
      width: calc(100% - 16px);
      height: 48px;
      font-family: monospace;
      font-size: 18px;
      background-color: transparent; }
    .field--char textarea, .field--email textarea, .field--password textarea, .field--text textarea {
      border: 0px solid transparent;
      margin: 0;
      padding: 1em 8px;
      width: calc(100% - 16px);
      min-height: 180px;
      font-family: monospace;
      font-size: 18px;
      resize: vertical; }
    .field--char .field__header, .field--email .field__header, .field--password .field__header, .field--text .field__header {
      position: absolute;
      top: 3px;
      height: 1em;
      line-height: 1em;
      overflow: hidden;
      transition: top 0.25s, height 0.25s; }
    .field--char .field__label, .field--email .field__label, .field--password .field__label, .field--text .field__label {
      padding-left: 8px;
      font-size: 0.8em;
      transition: margin-top 0.25s, font-size 0.25s; }
    .field--char .field__error-text, .field--email .field__error-text, .field--password .field__error-text, .field--text .field__error-text {
      padding-left: 8px;
      color: #e80000;
      font-size: 0.8em; }
    .field--char.field--is-error .field__header, .field--email.field--is-error .field__header, .field--password.field--is-error .field__header, .field--text.field--is-error .field__header {
      top: -1px; }
    .field--char.field--is-error .field__label, .field--email.field--is-error .field__label, .field--password.field--is-error .field__label, .field--text.field--is-error .field__label {
      margin-top: -1em; }
    .field--char.field--is-error .field__error-text, .field--email.field--is-error .field__error-text, .field--password.field--is-error .field__error-text, .field--text.field--is-error .field__error-text {
      height: 1em; }
    .field--char.field--is-empty.field--is-error .field__header, .field--email.field--is-empty.field--is-error .field__header, .field--password.field--is-empty.field--is-error .field__header, .field--text.field--is-empty.field--is-error .field__header {
      top: 8px;
      height: 2.1em; }
    .field--char.field--is-empty.field--is-error .field__label, .field--email.field--is-empty.field--is-error .field__label, .field--password.field--is-empty.field--is-error .field__label, .field--text.field--is-empty.field--is-error .field__label {
      margin-top: 0; }
    .field--char.field--is-empty .field__header, .field--email.field--is-empty .field__header, .field--password.field--is-empty .field__header, .field--text.field--is-empty .field__header {
      top: 16px; }
    .field--char.field--is-empty .field__label, .field--email.field--is-empty .field__label, .field--password.field--is-empty .field__label, .field--text.field--is-empty .field__label {
      font-size: 1em; }
    .field--char.field--is-focused.field--is-error .field__header, .field--email.field--is-focused.field--is-error .field__header, .field--password.field--is-focused.field--is-error .field__header, .field--text.field--is-focused.field--is-error .field__header {
      top: -1px;
      height: 1em; }
    .field--char.field--is-focused.field--is-error .field__label, .field--email.field--is-focused.field--is-error .field__label, .field--password.field--is-focused.field--is-error .field__label, .field--text.field--is-focused.field--is-error .field__label {
      margin-top: -1em; }
    .field--char.field--is-focused .field__header, .field--email.field--is-focused .field__header, .field--password.field--is-focused .field__header, .field--text.field--is-focused .field__header {
      top: 3px; }
    .field--char.field--is-focused .field__label, .field--email.field--is-focused .field__label, .field--password.field--is-focused .field__label, .field--text.field--is-focused .field__label {
      font-size: 0.8em; }
  .field--check {
    border-width: 0px;
    padding: 0 8px;
    background-color: #ffffff; }
    .field--check .field__header {
      float: right;
      padding-top: 12px;
      width: calc(100% - 64px); }
    .field--check .field__input {
      float: left;
      position: relative;
      margin-right: 8px;
      padding-top: 16px;
      width: 48px;
      height: 32px; }
      .field--check .field__input input {
        position: absolute;
        top: 0;
        left: 0;
        border: 0px solid transparent;
        padding-top: 4px;
        width: 48px;
        height: 48px;
        background-color: #333;
        cursor: pointer;
        opacity: 0; }
      .field--check .field__input--handle {
        position: relative;
        border-radius: 8px;
        width: 48px;
        height: 16px;
        background-color: #eeeeee;
        transition: background-color 0.5s; }
        .field--check .field__input--handle:before {
          content: '';
          position: absolute;
          top: -1px;
          left: 0;
          width: 18px;
          height: 18px;
          border-radius: 100%;
          background-color: #009688;
          transition: left 0.5s; }
    .field--check .field__error-text {
      position: relative;
      height: 0;
      overflow: hidden;
      font-size: 0.8em;
      color: #e80000;
      opacity: 0;
      transition: height 0.5s, opacity 0.5s; }
    .field--check.field--is-focused .field__input--handle {
      background-color: #ccc; }
    .field--check.field--is-checked .field__input--handle:before {
      left: 29px; }
    .field--check.field--is-error .field__error-text {
      height: 25.6px;
      opacity: 1; }
  .field:first-child {
    margin-top: 0; }

.field--privacy-attachment {
  display: block;
  margin-left: 64px; }

@keyframes placeholder {
  0% {
    background-color: #888888; }
  70% {
    background-color: #aaaaaa; }
  100% {
    background-color: #c0c0c0c0; } }
@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  src: url("assets/fonts/Roboto-Italic.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url("assets/fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: italic;
  src: url("assets/fonts/Roboto-BoldItalic.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: bolder;
  src: url("assets/fonts/Roboto-Black.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: bolder;
  font-style: italic;
  src: url("assets/fonts/Roboto-BlackItalic.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: lighter;
  src: url("assets/fonts/Roboto-Light.ttf"); }
@font-face {
  font-family: 'Roboto';
  font-weight: lighter;
  font-style: italic;
  src: url("assets/fonts/Roboto-LightItalic.ttf"); }
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.interface {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }
  .interface__top {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8px 16px;
    background-color: #343E3D;
    color: #ffffff; }
    .interface__top:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 4px;
      background-color: #a3212d; }
    .interface__top .wrapper--inner {
      flex-direction: row;
      justify-content: flex-end; }
    @media (max-width: 1200px) {
      .interface__top {
        display: none; } }
  .interface__head {
    display: flex;
    flex-direction: column;
    padding: 0 16px; }
  .interface__main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0 16px; }
  .interface__bottom {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 16px;
    background-color: #343E3D;
    color: #ffffff; }
    .interface__bottom:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 4px;
      background-color: #a3212d; }

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 -16px; }
  .wrapper--inner {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    width: 1300px;
    transition: width .5s; }
    @media (max-width: 1400px) {
      .wrapper--inner {
        width: 1100px; } }
    @media (max-width: 1200px) {
      .wrapper--inner {
        width: calc(100% - 96px); } }
    @media (max-width: 900px) {
      .wrapper--inner {
        width: calc(100% - 64px); } }
    @media (max-width: 730px) {
      .wrapper--inner {
        width: calc(100% - 32px); } }
    @media (max-width: 300px) {
      .wrapper--inner {
        width: calc(100%); } }

.top-menu {
  color: #fff;
  display: flex; }
  .top-menu ul {
    display: flex; }
  .top-menu .menu-item {
    display: flex;
    position: relative;
    margin-left: 16px;
    padding-left: 16px; }
    .top-menu .menu-item__icon {
      position: relative;
      margin-right: 8px;
      width: 24px;
      height: 24px; }
      .top-menu .menu-item__icon svg {
        width: 24px;
        height: 24px;
        fill: #ffffff; }
      .top-menu .menu-item__icon--bubble {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: -8px;
        border-radius: 100%;
        width: 16px;
        height: 16px;
        background-color: #a3212b;
        color: #ffffff;
        font-size: 12px;
        opacity: 0;
        transition: opacity .25s; }
      .top-menu .menu-item__icon.-bubble .menu-item__icon--bubble {
        opacity: 1; }
    .top-menu .menu-item__link {
      display: flex;
      text-decoration: none; }
    .top-menu .menu-item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 1px;
      background-color: #888888; }
    .top-menu .menu-item:first-child:before {
      display: none; }
  .top-menu a {
    color: #fff; }

.head {
  position: absolute;
  top: 43px;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 0 0 transparent; }
  .head__logo .logo-canvas {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 2481 1772" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <g id="Logo"> <g id="GEO" transform="matrix(1,0,0,1,0,-354.331)"> <path d="M70.866,496.063L803.15,685.039L803.15,1818.9L70.866,2007.87L70.866,496.063Z" style="fill:rgb(163,33,45);"/> <path d="M874.016,507.874L1606.3,696.85L1606.3,1830.71L874.016,2031.5L874.016,507.874Z" style="fill:rgb(163,33,45);"/> <path d="M1688.98,519.685L2421.26,708.661L2421,1842.52L1688.98,2043.31L1688.98,519.685Z" style="fill:rgb(163,33,45);"/> </g> <g id="TXT"> <g transform="matrix(0.936497,0,0,0.936497,844.228,257.799)"> <g transform="matrix(262.503,0,0,262.503,147,1242)"> <path d="M0.315,-0.093C0.292,-0.093 0.273,-0.098 0.257,-0.107C0.241,-0.116 0.228,-0.129 0.219,-0.144C0.209,-0.159 0.202,-0.176 0.198,-0.196C0.193,-0.216 0.191,-0.236 0.191,-0.257C0.191,-0.278 0.193,-0.299 0.197,-0.319C0.201,-0.339 0.208,-0.357 0.218,-0.372C0.227,-0.387 0.24,-0.4 0.256,-0.41C0.271,-0.419 0.291,-0.424 0.314,-0.424C0.337,-0.424 0.356,-0.419 0.372,-0.41C0.387,-0.4 0.4,-0.387 0.41,-0.372C0.42,-0.356 0.427,-0.338 0.432,-0.318C0.436,-0.298 0.438,-0.278 0.438,-0.257C0.438,-0.236 0.436,-0.216 0.432,-0.196C0.428,-0.176 0.421,-0.159 0.412,-0.144C0.402,-0.129 0.389,-0.116 0.374,-0.107C0.358,-0.098 0.338,-0.093 0.315,-0.093ZM0.054,-0.517L0.054,0.181L0.196,0.181L0.196,-0.064L0.198,-0.064C0.215,-0.039 0.238,-0.02 0.265,-0.007C0.292,0.007 0.321,0.013 0.353,0.013C0.391,0.013 0.424,0.006 0.453,-0.009C0.481,-0.024 0.505,-0.043 0.524,-0.068C0.543,-0.093 0.557,-0.121 0.566,-0.153C0.575,-0.185 0.58,-0.218 0.58,-0.253C0.58,-0.29 0.575,-0.325 0.566,-0.359C0.557,-0.392 0.542,-0.422 0.523,-0.447C0.504,-0.472 0.479,-0.493 0.45,-0.508C0.421,-0.523 0.386,-0.531 0.345,-0.531C0.313,-0.531 0.284,-0.525 0.257,-0.512C0.23,-0.499 0.208,-0.479 0.191,-0.451L0.189,-0.451L0.189,-0.517L0.054,-0.517Z" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,320.515,1242)"> <rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,401.365,1242)"> <path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,565.167,1242)"> <path d="M0.186,-0.272L0,-0L0.159,-0L0.267,-0.163L0.375,-0L0.537,-0L0.346,-0.275L0.516,-0.517L0.359,-0.517L0.269,-0.382L0.178,-0.517L0.016,-0.517L0.186,-0.272Z" style="fill:white;fill-rule:nonzero;"/> </g> </g> <g transform="matrix(0.936497,0,0,0.936497,1668.33,257.86)"> <g transform="matrix(262.503,0,0,262.503,147,1242)"> <rect x="0.06" y="-0.154" width="0.157" height="0.154" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,233.101,1242)"> <path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,401.89,1242)"> <path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,565.692,1242)"> <path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:white;fill-rule:nonzero;"/> </g> </g> <g transform="matrix(0.936497,0,0,0.936497,63.4086,257.799)"> <g transform="matrix(262.503,0,0,262.503,147,1242)"> <path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,301.089,1242)"> <path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,381.94,1242)"> <path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:white;fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,487.466,1242)"> <path d="M0.539,-0L0.539,-0.517L0.397,-0.517L0.397,-0.246C0.397,-0.193 0.388,-0.156 0.371,-0.133C0.354,-0.11 0.326,-0.098 0.287,-0.098C0.253,-0.098 0.229,-0.109 0.216,-0.13C0.203,-0.151 0.196,-0.182 0.196,-0.225L0.196,-0.517L0.054,-0.517L0.054,-0.199C0.054,-0.167 0.057,-0.138 0.063,-0.112C0.068,-0.085 0.078,-0.063 0.092,-0.045C0.106,-0.026 0.125,-0.012 0.15,-0.002C0.174,0.008 0.205,0.013 0.243,0.013C0.273,0.013 0.302,0.006 0.331,-0.007C0.36,-0.02 0.383,-0.042 0.401,-0.072L0.404,-0.072L0.404,-0L0.539,-0Z" style="fill:white;fill-rule:nonzero;"/> </g> </g> </g> </g> </svg>');
    width: 198px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: height .5s, width .5s; }
    @media (max-width: 1200px) {
      .head__logo .logo-canvas {
        width: 118px;
        height: 90px; } }
  .head__main > .wrapper > .wrapper--inner {
    flex-direction: row;
    margin: 1em 0;
    height: 150px;
    transition: height .5s, margin .5s; }
    @media (max-width: 1200px) {
      .head__main > .wrapper > .wrapper--inner {
        margin: 0;
        height: 90px; } }
  @media (max-width: 1200px) {
    .head {
      top: 0; } }

.head,
.head--shadow {
  height: 186px;
  transition: height .5s, box-shadow .5s; }
  @media (max-width: 1200px) {
    .head,
    .head--shadow {
      height: 90px; } }

body.-sticky-head .head {
  position: fixed;
  top: 0;
  height: 90px;
  box-shadow: 0 0 5px #444444; }
  body.-sticky-head .head__logo {
    height: 90px; }
    body.-sticky-head .head__logo .logo-canvas {
      width: 118px;
      height: 90px; }
  body.-sticky-head .head__main > .wrapper > .wrapper--inner {
    margin: 0;
    height: 90px; }
  @media (max-width: 1200px) {
    body.-sticky-head .head {
      position: absolute; } }
  body.-sticky-head .head--shadow {
    height: 90px; }
body.-fast-scroll .head--shadow {
  transition: none; }

.head__menu {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 100; }
  .head__menu .menu-item__icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center; }
    .head__menu .menu-item__icon svg {
      fill: currentColor; }
  .head__menu .menu-item__label {
    font-weight: bold;
    white-space: nowrap; }
  .head__menu .menu-item__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: color .5s; }
    .head__menu .menu-item__link--construction .menu-item__icon {
      opacity: .6; }
    .head__menu .menu-item__link--construction .menu-item__label {
      transform: rotate(-3deg);
      opacity: .6; }
    @media (max-width: 1200px) {
      .head__menu .menu-item__link {
        flex-direction: row;
        padding: 8px 0; } }
  .head__menu .menu-item__submenu {
    display: flex; }
    .head__menu .menu-item__submenu .menu-item__submenu--helper {
      width: 100%; }
  .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
  > .menu-item__submenu--outer
  > .menu-item__submenu {
    flex-direction: column;
    display: flex;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s; }
    .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
    > .menu-item__submenu--outer
    > .menu-item__submenu .menu-item {
      margin-left: 0; }
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu .menu-item__icon {
        width: 48px;
        height: 24px; }
        .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
        > .menu-item__submenu--outer
        > .menu-item__submenu .menu-item__icon svg {
          width: 48px;
          height: 24px; }
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu .menu-item__link {
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        padding-right: 16px;
        min-height: 48px;
        background-color: #eeeeee; }
        @media (max-width: 1200px) {
          .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
          > .menu-item__submenu--outer
          > .menu-item__submenu .menu-item__link {
            padding-left: 16px; } }
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu .menu-item .menu-item__submenu .menu-item__icon {
        display: none; }
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu .menu-item .menu-item__submenu .menu-item__link {
        padding-left: 48px;
        min-height: 36px;
        font-size: 14px; }
        @media (max-width: 1200px) {
          .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
          > .menu-item__submenu--outer
          > .menu-item__submenu .menu-item .menu-item__submenu .menu-item__link {
            padding-left: 64px; } }
    .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
    > .menu-item__submenu--outer
    > .menu-item__submenu > .menu-item__submenu--helper {
      max-height: 0px;
      transition: max-height .5s; }
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu > .menu-item__submenu--helper > .menu-item__submenu--inner {
        transform: translateY(-100%);
        transition: transform .5s, bottom .5s; }
    .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
    > .menu-item__submenu--outer
    > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper
    > .menu-item__submenu--inner
    > .wrapper > .wrapper--inner > ul > li.menu-item {
      position: relative;
      background-color: #eeeeee; }
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper
      > .menu-item__submenu--inner
      > .wrapper > .wrapper--inner > ul > li.menu-item:last-child:before {
        display: none; }
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper
      > .menu-item__submenu--inner
      > .wrapper > .wrapper--inner > ul > li.menu-item:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background-color: #888888;
        z-index: 1; }
    @media (max-width: 1200px) {
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper
      > .menu-item__submenu--inner
      > .wrapper > .wrapper--inner > ul {
        flex-direction: column; } }
    @media (max-width: 1200px) {
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper
      > .menu-item__submenu--inner
      > .wrapper > .wrapper--inner {
        flex-direction: column; } }
    @media (max-width: 1200px) {
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper
      > .menu-item__submenu--inner
      > .wrapper > .wrapper--inner {
        width: 100%; } }
    @media (max-width: 1200px) {
      .head__menu .menu-item--dropdown > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu {
        position: relative; } }
  .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper {
    align-items: flex-start; }
    .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 {
      transform: translateX(-50%); }
      .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper > .menu-item__submenu--inner > ul > li.menu-item > .menu-item__link {
        position: relative; }
        .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper > .menu-item__submenu--inner > ul > li.menu-item > .menu-item__link:before {
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          height: 1px;
          background-color: #888888; }
      .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper > .menu-item__submenu--inner > ul > li.menu-item:last-child > .menu-item__link:before {
        display: none; }
      .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper > .menu-item__submenu--inner:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        height: 1px;
        background-color: #888888; }
      .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper > .menu-item__submenu--inner:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 1px;
        background-color: #888888; }
      .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 1px;
        background-color: #888888; }
        @media (max-width: 1200px) {
          .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper:before {
            display: none; } }
      .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 1px;
        background-color: #888888; }
        @media (max-width: 1200px) {
          .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 > .menu-item__submenu--helper:after {
            display: none; } }
      @media (max-width: 1200px) {
        .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper > .menu-item__submenu--outer > .menu-item__submenu.-depth-0 {
          transform: translateX(0%); } }
    .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper.-depth-0 {
      margin: 0px auto 0 auto;
      width: 1px;
      height: 1px; }
      .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper.-depth-0 > .menu-item__submenu--outer {
        position: absolute;
        transform: translateX(-50%); }
        @media (max-width: 1200px) {
          .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper.-depth-0 > .menu-item__submenu--outer {
            position: relative;
            transform: translateX(0); } }
      @media (max-width: 1200px) {
        .head__menu .menu-item--dropdown-simple .menu-item__submenu--wrapper.-depth-0 {
          margin: auto;
          width: auto;
          height: auto; } }
  .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
  > .menu-item__submenu--outer
  > .menu-item__submenu {
    right: 0;
    left: 0; }
    .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
    > .menu-item__submenu--outer
    > .menu-item__submenu .wrapper--inner {
      flex-direction: row;
      justify-content: flex-end; }
      .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu .wrapper--inner > ul {
        display: flex;
        position: relative;
        padding: 1px;
        z-index: 1; }
        .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
        > .menu-item__submenu--outer
        > .menu-item__submenu .wrapper--inner > ul > li.menu-item {
          z-index: 1; }
          .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
          > .menu-item__submenu--outer
          > .menu-item__submenu .wrapper--inner > ul > li.menu-item > .menu-item__link {
            position: relative; }
            .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
            > .menu-item__submenu--outer
            > .menu-item__submenu .wrapper--inner > ul > li.menu-item > .menu-item__link:before {
              content: "";
              position: absolute;
              right: 8px;
              bottom: 0;
              left: 8px;
              height: 1px;
              background-color: #888888; }
          .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
          > .menu-item__submenu--outer
          > .menu-item__submenu .wrapper--inner > ul > li.menu-item .menu-item .menu-item__link {
            position: relative;
            padding-top: 8px;
            padding-bottom: 8px; }
            .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
            > .menu-item__submenu--outer
            > .menu-item__submenu .wrapper--inner > ul > li.menu-item .menu-item .menu-item__link:after {
              content: "";
              position: absolute;
              right: 8px;
              bottom: 0;
              left: 48px;
              height: 1px;
              background-color: #888888; }
          .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
          > .menu-item__submenu--outer
          > .menu-item__submenu .wrapper--inner > ul > li.menu-item .menu-item:last-child .menu-item__link:after {
            display: none; }
        .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
        > .menu-item__submenu--outer
        > .menu-item__submenu .wrapper--inner > ul:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          border-width: 1px;
          border-style: solid;
          border-color: #888888;
          background-color: #ffffff; }
        @media (max-width: 1200px) {
          .head__menu .menu-item--dropdown-mega > .menu-item__submenu--wrapper
          > .menu-item__submenu--outer
          > .menu-item__submenu .wrapper--inner > ul {
            padding: 0px 0; } }
  .head__menu .menu-item.current-menu-item > .menu-item__link, .head__menu .menu-item.current-menu-ancestor > .menu-item__link {
    color: currentColor; }
  .head__menu .menu-item--dropdown > .menu-item__link {
    position: relative;
    padding: 2px 16px;
    z-index: 1; }
    .head__menu .menu-item--dropdown > .menu-item__link .menu-item__icon {
      z-index: 1; }
    .head__menu .menu-item--dropdown > .menu-item__link .menu-item__label {
      z-index: 1; }
    .head__menu .menu-item--dropdown > .menu-item__link:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      border-color: #888888;
      border-style: solid;
      border-width: 0;
      background-color: #ffffff;
      transition: opacity .5s; }
  .head__menu .menu-item--dropdown.-dropped > .menu-item__link {
    position: relative; }
    .head__menu .menu-item--dropdown.-dropped > .menu-item__link:before {
      opacity: 1; }
  .head__menu .menu-item--dropdown.-dropped .menu-item__submenu--wrapper
  > .menu-item__submenu--outer
  > .menu-item__submenu {
    opacity: 1; }
    .head__menu .menu-item--dropdown.-dropped .menu-item__submenu--wrapper
    > .menu-item__submenu--outer
    > .menu-item__submenu > .menu-item__submenu--helper {
      max-height: 100vh; }
      .head__menu .menu-item--dropdown.-dropped .menu-item__submenu--wrapper
      > .menu-item__submenu--outer
      > .menu-item__submenu > .menu-item__submenu--helper > .menu-item__submenu--inner {
        transform: translateY(0%); }
  .head__menu .menu {
    display: flex; }
    .head__menu .menu.-expanded .menu-item--root.-dropped > .menu-item__link {
      color: currentColor; }
    .head__menu .menu.-expanded .menu-item--root > .menu-item__link {
      color: #444444; }
    @media (max-width: 1200px) {
      .head__menu .menu {
        flex-direction: column; } }
  .head__menu .menu-item__link {
    color: currentColor; }
  .head__menu .menu-item--inactive > .menu-item__link {
    color: #444444; }
  .head__menu .menu-item--root {
    color: #a3212d; }
  @media (max-width: 1200px) {
    .head__menu {
      align-items: flex-start;
      justify-content: stretch;
      position: fixed;
      top: 0;
      right: -700px;
      bottom: 0;
      overflow: scroll;
      z-index: 1000;
      padding: 64px 0;
      width: 700px;
      background-color: #eeeeee;
      transition: width .5s, right .5s; }
      .head__menu .menu-main-container {
        width: 100%; } }
  @media (max-width: 800px) {
    .head__menu {
      width: 100%;
      right: -100%; } }

body.-mobile-menu .head__menu {
  right: 0; }

.head__toggle-menu {
  display: none;
  justify-content: flex-end;
  padding: 16px 0;
  width: 100%; }
  .head__toggle-menu a {
    display: block;
    align-items: center;
    position: fixed;
    z-index: 1000;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #a3212d; }
    .head__toggle-menu a span {
      position: absolute;
      display: block;
      border-radius: 6px;
      top: 17px;
      left: 14px;
      width: 36px;
      height: 6px;
      background-color: #ffffff;
      transform-origin: center;
      transition: transform .5s, top .5s, left .5s, width .5s; }
      .head__toggle-menu a span + span {
        top: 29px; }
        .head__toggle-menu a span + span + span {
          top: 41px; }
  @media (max-width: 1200px) {
    .head__toggle-menu {
      display: flex; } }

body.-mobile-menu .head__toggle-menu a span {
  top: 29px;
  transform: rotate(135deg); }
  body.-mobile-menu .head__toggle-menu a span + span {
    transform: rotate(180deg);
    width: 6px;
    left: 29px; }
    body.-mobile-menu .head__toggle-menu a span + span + span {
      transform: rotate(225deg);
      width: 36px;
      left: 14px; }

.intro {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500; }
  .intro-canvas {
    width: 100%;
    height: 100%; }

.headline svg {
  fill: currentColor; }
.headline h1 {
  display: flex;
  align-items: center;
  position: relative; }
.headline__icon {
  margin-right: 16px;
  width: 64px;
  height: 64px; }
  .headline__icon svg {
    width: 64px;
    height: 64px; }
.headline__thumbnail {
  position: relative;
  padding-top: 25%;
  width: 100%;
  background-position: center center;
  background-size: cover; }
.headline__label--primary {
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
  word-wrap: break-word;
  hyphens: auto; }
  @media (max-width: 1200px) {
    .headline__label--primary {
      font-size: 48px; } }
  @media (max-width: 730px) {
    .headline__label--primary {
      font-size: 32px;
      line-height: 32px; } }
.headline.-dark {
  background-color: currentColor; }
  .headline.-dark .headline__icon {
    color: #ffffff; }
  .headline.-dark .headline__label {
    color: #ffffff; }

.bottom a {
  color: #ffffff; }
.bottom__situplex {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .bottom__situplex--logo {
    width: 220px;
    height: 150px; }
    .bottom__situplex--logo a {
      background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 2481 1772" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> <g id="Logo-INV" serif:id="Logo INV"> <g id="GEO" transform="matrix(1,0,0,1,0,-354.331)"> <path d="M70.866,496.063L803.15,685.039L803.15,1818.9L70.866,2007.87L70.866,496.063Z" style="fill:white;"/> <path d="M874.016,507.874L1606.3,696.85L1606.3,1830.71L874.016,2031.5L874.016,507.874Z" style="fill:white;"/> <path d="M1688.98,519.685L2421.26,708.661L2421,1842.52L1688.98,2043.31L1688.98,519.685Z" style="fill:white;"/> </g> <g id="TXT"> <g transform="matrix(0.936497,0,0,0.936497,844.228,257.799)"> <g transform="matrix(262.503,0,0,262.503,147,1242)"> <path d="M0.315,-0.093C0.292,-0.093 0.273,-0.098 0.257,-0.107C0.241,-0.116 0.228,-0.129 0.219,-0.144C0.209,-0.159 0.202,-0.176 0.198,-0.196C0.193,-0.216 0.191,-0.236 0.191,-0.257C0.191,-0.278 0.193,-0.299 0.197,-0.319C0.201,-0.339 0.208,-0.357 0.218,-0.372C0.227,-0.387 0.24,-0.4 0.256,-0.41C0.271,-0.419 0.291,-0.424 0.314,-0.424C0.337,-0.424 0.356,-0.419 0.372,-0.41C0.387,-0.4 0.4,-0.387 0.41,-0.372C0.42,-0.356 0.427,-0.338 0.432,-0.318C0.436,-0.298 0.438,-0.278 0.438,-0.257C0.438,-0.236 0.436,-0.216 0.432,-0.196C0.428,-0.176 0.421,-0.159 0.412,-0.144C0.402,-0.129 0.389,-0.116 0.374,-0.107C0.358,-0.098 0.338,-0.093 0.315,-0.093ZM0.054,-0.517L0.054,0.181L0.196,0.181L0.196,-0.064L0.198,-0.064C0.215,-0.039 0.238,-0.02 0.265,-0.007C0.292,0.007 0.321,0.013 0.353,0.013C0.391,0.013 0.424,0.006 0.453,-0.009C0.481,-0.024 0.505,-0.043 0.524,-0.068C0.543,-0.093 0.557,-0.121 0.566,-0.153C0.575,-0.185 0.58,-0.218 0.58,-0.253C0.58,-0.29 0.575,-0.325 0.566,-0.359C0.557,-0.392 0.542,-0.422 0.523,-0.447C0.504,-0.472 0.479,-0.493 0.45,-0.508C0.421,-0.523 0.386,-0.531 0.345,-0.531C0.313,-0.531 0.284,-0.525 0.257,-0.512C0.23,-0.499 0.208,-0.479 0.191,-0.451L0.189,-0.451L0.189,-0.517L0.054,-0.517Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,320.515,1242)"> <rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,401.365,1242)"> <path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,565.167,1242)"> <path d="M0.186,-0.272L0,-0L0.159,-0L0.267,-0.163L0.375,-0L0.537,-0L0.346,-0.275L0.516,-0.517L0.359,-0.517L0.269,-0.382L0.178,-0.517L0.016,-0.517L0.186,-0.272Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> </g> <g transform="matrix(0.936497,0,0,0.936497,1668.33,257.86)"> <g transform="matrix(262.503,0,0,262.503,147,1242)"> <rect x="0.06" y="-0.154" width="0.157" height="0.154" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,233.101,1242)"> <path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,401.89,1242)"> <path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,565.692,1242)"> <path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> </g> <g transform="matrix(0.936497,0,0,0.936497,63.4086,257.799)"> <g transform="matrix(262.503,0,0,262.503,147,1242)"> <path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,301.089,1242)"> <path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,381.94,1242)"> <path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> <g transform="matrix(262.503,0,0,262.503,487.466,1242)"> <path d="M0.539,-0L0.539,-0.517L0.397,-0.517L0.397,-0.246C0.397,-0.193 0.388,-0.156 0.371,-0.133C0.354,-0.11 0.326,-0.098 0.287,-0.098C0.253,-0.098 0.229,-0.109 0.216,-0.13C0.203,-0.151 0.196,-0.182 0.196,-0.225L0.196,-0.517L0.054,-0.517L0.054,-0.199C0.054,-0.167 0.057,-0.138 0.063,-0.112C0.068,-0.085 0.078,-0.063 0.092,-0.045C0.106,-0.026 0.125,-0.012 0.15,-0.002C0.174,0.008 0.205,0.013 0.243,0.013C0.273,0.013 0.302,0.006 0.331,-0.007C0.36,-0.02 0.383,-0.042 0.401,-0.072L0.404,-0.072L0.404,-0L0.539,-0Z" style="fill:rgb(163,33,45);fill-rule:nonzero;"/> </g> </g> </g> </g> </svg>');
      display: block;
      width: 198px;
      height: 150px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    @media (max-width: 730px) {
      .bottom__situplex--logo {
        width: 198px; } }
  @media (max-width: 1200px) {
    .bottom__situplex {
      width: 100%;
      justify-content: space-evenly; } }
  @media (max-width: 730px) {
    .bottom__situplex {
      flex-direction: column; } }
.bottom__menu > .menu-bottom-container
> ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 18px; }
  .bottom__menu > .menu-bottom-container
  > ul > li {
    display: flex;
    flex-direction: column;
    margin-left: 32px; }
    .bottom__menu > .menu-bottom-container
    > ul > li > a {
      display: none; }
    .bottom__menu > .menu-bottom-container
    > ul > li:first-child {
      margin-left: 0; }
    @media (max-width: 730px) {
      .bottom__menu > .menu-bottom-container
      > ul > li {
        margin-left: 0; } }
  @media (max-width: 1200px) {
    .bottom__menu > .menu-bottom-container
    > ul {
      justify-content: space-around;
      margin-top: 2em; } }
  @media (max-width: 730px) {
    .bottom__menu > .menu-bottom-container
    > ul {
      flex-direction: column;
      align-items: center;
      text-align: center; } }
@media (max-width: 1200px) {
  .bottom__menu {
    width: 100%; } }
.bottom__status-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2em -16px; }
.bottom__stage0 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 1200px) {
    .bottom__stage0 {
      flex-direction: column;
      align-items: center; } }
.bottom > .wrapper > .wrapper-inner {
  display: flex;
  flex-direction: row; }

.teaser {
  display: flex;
  margin: 1em -16px;
  padding: 16px;
  text-decoration: none;
  box-shadow: 0 0 4px #444444; }
  .teaser__headline {
    font-size: 38px;
    font-weight: bold; }
  .teaser__icon {
    margin-right: 16px;
    width: 48px;
    height: 48px; }
    .teaser__icon svg {
      fill: currentColor; }
  .teaser__title {
    display: flex;
    align-items: center; }
  .teaser__excerpt {
    color: #444444; }
  .teaser__link {
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: 150px;
    height: 150px;
    background-color: currentColor; }
    .teaser__link--icon {
      width: 150px;
      height: 150px; }
      .teaser__link--icon svg {
        width: 150px;
        height: 150px;
        fill: #ffffff; }
        @media (max-width: 1200px) {
          .teaser__link--icon svg {
            width: 24px;
            height: 24px; } }
      @media (max-width: 1200px) {
        .teaser__link--icon {
          margin-right: 8px;
          width: 24px;
          height: 24px; } }
    .teaser__link--label {
      display: none; }
      @media (max-width: 1200px) {
        .teaser__link--label {
          display: block;
          color: #ffffff; } }
    @media (max-width: 1200px) {
      .teaser__link {
        align-self: flex-end;
        padding: 6px 16px;
        width: max-content;
        height: auto; } }
  .teaser__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .teaser__context {
    display: flex;
    flex-direction: column;
    align-self: flex-end; }
  @media (max-width: 1200px) {
    .teaser {
      flex-direction: column; } }

.solution-box {
  position: relative;
  margin: 0em -16px 0em -16px;
  padding: 0 16px;
  transition: height .5s;
  overflow: hidden; }
  .solution-box__icon {
    width: 48px;
    height: 48px; }
    .solution-box__icon svg {
      fill: currentColor; }
  .solution-box__title {
    display: flex;
    align-items: center; }
  .solution-box__excerpt {
    color: #444444; }
  .solution-box__content .headline {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold; }
  .solution-box__content .content .wrapper--inner {
    background-color: #ffffff;
    color: #444444; }
  .solution-box__actions {
    margin-top: 1em; }
    .solution-box__actions .action {
      display: flex;
      align-items: center;
      border-radius: 4px;
      margin-left: 16px;
      padding: 8px;
      background-color: #ffffff;
      color: currentColor;
      text-decoration: none; }
      .solution-box__actions .action__icon {
        margin-right: 8px;
        width: 24px;
        height: 24px; }
        .solution-box__actions .action__icon svg {
          fill: currentColor; }
      .solution-box__actions .action--placeholder {
        display: block;
        border-radius: 4px;
        background-color: #888888;
        animation: placeholder 1s infinite;
        margin-left: 16px;
        margin-bottom: 1em;
        width: 150px;
        height: 36px; }
    .solution-box__actions button {
      margin-left: 16px;
      margin-bottom: 1em; }
    .solution-box__actions .wrapper--inner {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end; }
  .solution-box__view {
    position: relative; }
    .solution-box__view--inner {
      position: relative; }
  .solution-box--collapsed-link {
    display: none;
    flex-direction: row;
    margin: 0 -16px;
    box-shadow: 0 0 4px #444444;
    padding: 16px 16px;
    width: calc(100% + 32px);
    color: currentColor;
    text-decoration: none; }
    .solution-box--collapsed-link .solution-box__title {
      font-size: 32px;
      font-weight: bold; }
    .solution-box--collapsed-link .solution-box__icon {
      margin-right: 8px; }
    .solution-box--collapsed-link .solution-box__info {
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
    .solution-box--collapsed-link .solution-box__explore {
      display: flex;
      align-self: flex-end;
      border-radius: 4px;
      width: 150px;
      height: 150px;
      background-color: currentColor; }
      .solution-box--collapsed-link .solution-box__explore--icon svg {
        display: block;
        width: 150px;
        height: 150px;
        fill: #ffffff; }
        @media (max-width: 1200px) {
          .solution-box--collapsed-link .solution-box__explore--icon svg {
            margin-right: 8px;
            width: 24px;
            height: 24px; } }
      .solution-box--collapsed-link .solution-box__explore--label {
        display: none; }
        @media (max-width: 1200px) {
          .solution-box--collapsed-link .solution-box__explore--label {
            display: block;
            color: #ffffff; } }
      @media (max-width: 1200px) {
        .solution-box--collapsed-link .solution-box__explore {
          align-self: flex-end;
          align-items: center;
          padding: 6px 16px;
          width: max-content;
          height: auto; } }
    @media (max-width: 1200px) {
      .solution-box--collapsed-link {
        flex-direction: column; } }
  .solution-box--collapsed {
    position: relative;
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
    background-color: #ffffff;
    z-index: 2; }
    .solution-box--collapsed .wrapper--inner {
      padding-top: 4px;
      padding-bottom: 4px;
      transition: padding .5s; }
  .solution-box--expanded {
    display: none;
    position: relative;
    flex-direction: column;
    margin: 0 -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
    background-color: currentColor;
    z-index: 2; }
    .solution-box--expanded .headline__label--primary {
      font-size: 42px; }
  .solution-box--overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    left: -16px;
    background-color: currentColor;
    opacity: 0;
    transition: opacity .25s;
    z-index: 1; }
  .solution-box.-collapsed .solution-box--collapsed-link {
    display: flex; }
  .solution-box.-collapsed .solution-box--expanded {
    display: none; }
  .solution-box.-expanded .solution-box--collapsed-link {
    display: none; }
  .solution-box.-expanded .solution-box--collapsed {
    display: none; }
    .solution-box.-expanded .solution-box--collapsed .wrapper--inner {
      padding-top: 0;
      padding-bottom: 0; }
  .solution-box.-expanded .solution-box--expanded {
    display: flex; }
  .solution-box.-transition .solution-box--overlay {
    opacity: 1;
    z-index: 2; }
  .solution-box.-transition-calc .solution-box--collapsed {
    display: flex; }
    .solution-box.-transition-calc .solution-box--collapsed-link {
      display: flex; }
  .solution-box.-transition-calc .solution-box--expanded {
    display: flex; }
  .solution-box.-transition-leave .solution-box--overlay {
    z-index: 2; }

button.MuiButton-root .button__icon {
  display: block;
  width: 24px;
  height: 24px; }
  button.MuiButton-root .button__icon svg {
    width: 24px;
    height: 24px; }
button.MuiButton-root .button__label {
  margin-left: 8px; }

.MuiDialogTitle-root {
  display: flex;
  align-items: center; }
  .MuiDialogTitle-root .dialog__title--icon {
    margin-right: 8px;
    width: 36px;
    height: 36px; }
    .MuiDialogTitle-root .dialog__title--icon svg {
      width: 36px;
      height: 36px; }

.interest {
  margin: 1em 0; }
  .interest__progress {
    margin-right: 16px;
    border-radius: 4px;
    width: 100%;
    height: 8px;
    background-color: #888888; }
    .interest__progress-bar {
      margin: 2em 0; }
      .interest__progress-bar .wrapper--inner {
        display: flex;
        flex-direction: row; }
    .interest__progress.-active {
      background-color: #28965A; }
    .interest__progress:last-child {
      margin-right: 0; }
  .interest__content--placeholder {
    display: block;
    border-radius: 4px;
    background-color: #888888;
    animation: placeholder 1s infinite;
    height: 400px; }

.interest-section .wrapper--inner {
  flex-direction: row; }
.interest-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px; }
  .interest-section__title svg {
    width: 24px;
    height: 24px;
    fill: currentColor; }
  .interest-section__title--label {
    display: none; }
.interest-section__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }
  .interest-section__content .lds-ring {
    align-self: center;
    width: 48px;
    height: 48px; }
    .interest-section__content .lds-ring div {
      border-top-color: currentColor;
      border-width: 2px;
      width: 24px;
      height: 24px; }

.form-manager {
  margin: 1em 0; }
  .form-manager__progress-bar {
    margin: 2em 0; }
    .form-manager__progress-bar .wrapper--inner {
      display: flex;
      flex-direction: row; }
  .form-manager__progress-handle {
    margin-right: 16px;
    border-radius: 4px;
    width: 100%;
    height: 8px;
    background-color: #888888; }
    .form-manager__progress-handle.-active {
      background-color: #28965A; }
    .form-manager__progress-handle:last-child {
      margin-right: 0; }
  .form-manager__content--placeholder {
    display: block;
    border-radius: 4px;
    background-color: #888888;
    animation: placeholder 1s infinite;
    height: 400px; }

.textarea-field textarea {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  resize: none; }
.textarea-field__helper-text {
  margin: 0px 14px 0 14px;
  font-size: 0.75rem; }
.textarea-field.-error textarea {
  border-color: #d32f2f; }
.textarea-field.-error .textarea-field__helper-text {
  color: #d32f2f; }

#wpadminbar {
  z-index: 90 !important; }

.status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 16px 1em 16px;
  width: 300px;
  height: 128px;
  background-color: rgba(255, 255, 255, 0.1); }
  .status__icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    position: relative;
    color: #ffffff; }
    .status__icon:before {
      content: "";
      display: block;
      width: 64px;
      height: 64px;
      background-repeat: no-repeat;
      background-position: center center; }
  .status--collapsed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 128px;
    cursor: pointer; }
  .status--expanded {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    color: #444444; }
    .status--expanded .status__icon {
      width: 100%;
      height: 128px; }
    .status--expanded .status__bar {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #444444; }
      .status--expanded .status__bar--label {
        flex-grow: 1;
        padding: 8px 16px;
        font-weight: bold; }
      .status--expanded .status__bar--close {
        display: block;
        padding-right: 16px;
        width: calc(48px + 16px);
        height: 48px;
        cursor: pointer; }
        .status--expanded .status__bar--close:before {
          content: "";
          display: block;
          width: 48px;
          height: 48px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>close</title><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>'); }
    .status--expanded .status__content {
      display: none;
      flex-grow: 1;
      padding: 8px 16px;
      font-size: 16px; }
      .status--expanded .status__content p {
        margin-top: 0; }
        .status--expanded .status__content p:last-child {
          margin-bottom: 0; }
    .status--expanded .status__box {
      display: none;
      flex-direction: column;
      justify-content: flex-end;
      position: absolute;
      bottom: 0;
      width: 300px;
      height: auto;
      overflow: hidden;
      transform: translateX(-50%);
      background-color: white;
      box-shadow: 0 0 4px #444444;
      opacity: 0;
      transition: height .5s, opacity .5s; }
      .status--expanded .status__box--origin {
        position: relative;
        width: 0;
        height: 0; }
      .status--expanded .status__box--inner {
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
      @media (max-width: 730px) {
        .status--expanded .status__box {
          width: calc(100vw - 64px); } }
  .status--accessibility .status--collapsed .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M14 16L15.32 17.76C14.32 19.68 12.31 21 10 21C6.69 21 4 18.31 4 15C4 12.57 5.46 10.5 7.55 9.55L7.76 11.72C6.71 12.44 6 13.63 6 15C6 17.21 7.79 19 10 19C11.86 19 13.41 17.72 13.86 16H14M19.55 16.11L18.3 16.73L15.5 13H10.91L10.71 11H14V9H10.5L10.2 6C11.21 5.88 12 5.04 12 4C12 2.9 11.11 2 10 2S8 2.9 8 4C8 4.03 8 4.07 8 4.1H8L9.1 15H14.5L17.7 19.27L20.45 17.9L19.55 16.11Z" /></svg>'); }
  .status--accessibility .status--expanded .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M14 16L15.32 17.76C14.32 19.68 12.31 21 10 21C6.69 21 4 18.31 4 15C4 12.57 5.46 10.5 7.55 9.55L7.76 11.72C6.71 12.44 6 13.63 6 15C6 17.21 7.79 19 10 19C11.86 19 13.41 17.72 13.86 16H14M19.55 16.11L18.3 16.73L15.5 13H10.91L10.71 11H14V9H10.5L10.2 6C11.21 5.88 12 5.04 12 4C12 2.9 11.11 2 10 2S8 2.9 8 4C8 4.03 8 4.07 8 4.1H8L9.1 15H14.5L17.7 19.27L20.45 17.9L19.55 16.11Z" /></svg>'); }
  .status--cookies .status--collapsed .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12C21,11.5 20.96,11 20.87,10.5C20.6,10 20,10 20,10H18V9C18,8 17,8 17,8H15V7C15,6 14,6 14,6H13V4C13,3 12,3 12,3M9.5,6A1.5,1.5 0 0,1 11,7.5A1.5,1.5 0 0,1 9.5,9A1.5,1.5 0 0,1 8,7.5A1.5,1.5 0 0,1 9.5,6M6.5,10A1.5,1.5 0 0,1 8,11.5A1.5,1.5 0 0,1 6.5,13A1.5,1.5 0 0,1 5,11.5A1.5,1.5 0 0,1 6.5,10M11.5,11A1.5,1.5 0 0,1 13,12.5A1.5,1.5 0 0,1 11.5,14A1.5,1.5 0 0,1 10,12.5A1.5,1.5 0 0,1 11.5,11M16.5,13A1.5,1.5 0 0,1 18,14.5A1.5,1.5 0 0,1 16.5,16H16.5A1.5,1.5 0 0,1 15,14.5H15A1.5,1.5 0 0,1 16.5,13M11,16A1.5,1.5 0 0,1 12.5,17.5A1.5,1.5 0 0,1 11,19A1.5,1.5 0 0,1 9.5,17.5A1.5,1.5 0 0,1 11,16Z" /></svg>'); }
  .status--cookies .status--expanded .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12C21,11.5 20.96,11 20.87,10.5C20.6,10 20,10 20,10H18V9C18,8 17,8 17,8H15V7C15,6 14,6 14,6H13V4C13,3 12,3 12,3M9.5,6A1.5,1.5 0 0,1 11,7.5A1.5,1.5 0 0,1 9.5,9A1.5,1.5 0 0,1 8,7.5A1.5,1.5 0 0,1 9.5,6M6.5,10A1.5,1.5 0 0,1 8,11.5A1.5,1.5 0 0,1 6.5,13A1.5,1.5 0 0,1 5,11.5A1.5,1.5 0 0,1 6.5,10M11.5,11A1.5,1.5 0 0,1 13,12.5A1.5,1.5 0 0,1 11.5,14A1.5,1.5 0 0,1 10,12.5A1.5,1.5 0 0,1 11.5,11M16.5,13A1.5,1.5 0 0,1 18,14.5A1.5,1.5 0 0,1 16.5,16H16.5A1.5,1.5 0 0,1 15,14.5H15A1.5,1.5 0 0,1 16.5,13M11,16A1.5,1.5 0 0,1 12.5,17.5A1.5,1.5 0 0,1 11,19A1.5,1.5 0 0,1 9.5,17.5A1.5,1.5 0 0,1 11,16Z" /></svg>'); }
  .status--cookies .status--collapsed .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M9.25 6.05L7.45 4.25C8.79 3.46 10.34 3 12 3C12 3 13 3 13 4V6H14C14 6 15 6 15 7V8H17C17 8 18 8 18 9V10H20C20 10 20.6 10 20.87 10.5C20.96 11 21 11.5 21 12C21 13.66 20.54 15.22 19.75 16.55L17.95 14.75C17.97 14.67 18 14.59 18 14.5C18 13.67 17.33 13 16.5 13C16.41 13 16.33 13.03 16.25 13.05L10.95 7.75C10.97 7.67 11 7.59 11 7.5C11 6.67 10.33 6 9.5 6C9.41 6 9.33 6.03 9.25 6.05M22.11 21.46L20.84 22.73L17.34 19.23C15.85 20.34 14 21 12 21C7.03 21 3 16.97 3 12C3 10 3.66 8.15 4.77 6.66L1.11 3L2.39 1.73L22.11 21.46M8 11.5C8 10.67 7.33 10 6.5 10S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5M10 12.5C10 13.33 10.67 14 11.5 14C11.68 14 11.85 13.96 12 13.9L10.1 12C10.04 12.15 10 12.32 10 12.5M12.5 17.5C12.5 16.67 11.83 16 11 16S9.5 16.67 9.5 17.5 10.17 19 11 19 12.5 18.33 12.5 17.5Z" /></svg>'); }
  .status--cookies .status--expanded .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M9.25 6.05L7.45 4.25C8.79 3.46 10.34 3 12 3C12 3 13 3 13 4V6H14C14 6 15 6 15 7V8H17C17 8 18 8 18 9V10H20C20 10 20.6 10 20.87 10.5C20.96 11 21 11.5 21 12C21 13.66 20.54 15.22 19.75 16.55L17.95 14.75C17.97 14.67 18 14.59 18 14.5C18 13.67 17.33 13 16.5 13C16.41 13 16.33 13.03 16.25 13.05L10.95 7.75C10.97 7.67 11 7.59 11 7.5C11 6.67 10.33 6 9.5 6C9.41 6 9.33 6.03 9.25 6.05M22.11 21.46L20.84 22.73L17.34 19.23C15.85 20.34 14 21 12 21C7.03 21 3 16.97 3 12C3 10 3.66 8.15 4.77 6.66L1.11 3L2.39 1.73L22.11 21.46M8 11.5C8 10.67 7.33 10 6.5 10S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5M10 12.5C10 13.33 10.67 14 11.5 14C11.68 14 11.85 13.96 12 13.9L10.1 12C10.04 12.15 10 12.32 10 12.5M12.5 17.5C12.5 16.67 11.83 16 11 16S9.5 16.67 9.5 17.5 10.17 19 11 19 12.5 18.33 12.5 17.5Z" /></svg>'); }
  .status--cloud .status--collapsed .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M19.8 22.6L17.15 20H6.5Q4.2 20 2.6 18.4T1 14.5Q1 12.58 2.19 11.08 3.38 9.57 5.25 9.15 5.33 8.95 5.4 8.76 5.5 8.57 5.55 8.35L1.4 4.2L2.8 2.8L21.2 21.2M21.6 18.75L8.05 5.23Q8.93 4.63 9.91 4.31 10.9 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 16.5 22.63 17.31 22.25 18.15 21.6 18.75Z" /></svg>'); }
  .status--cloud .status--expanded .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M19.8 22.6L17.15 20H6.5Q4.2 20 2.6 18.4T1 14.5Q1 12.58 2.19 11.08 3.38 9.57 5.25 9.15 5.33 8.95 5.4 8.76 5.5 8.57 5.55 8.35L1.4 4.2L2.8 2.8L21.2 21.2M21.6 18.75L8.05 5.23Q8.93 4.63 9.91 4.31 10.9 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 16.5 22.63 17.31 22.25 18.15 21.6 18.75Z" /></svg>'); }
  .status--sprout .status--collapsed .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M2,22V20C2,20 7,18 12,18C17,18 22,20 22,20V22H2M11.3,9.1C10.1,5.2 4,6.1 4,6.1C4,6.1 4.2,13.9 9.9,12.7C9.5,9.8 8,9 8,9C10.8,9 11,12.4 11,12.4V17C11.3,17 11.7,17 12,17C12.3,17 12.7,17 13,17V12.8C13,12.8 13,8.9 16,7.9C16,7.9 14,10.9 14,12.9C21,13.6 21,4 21,4C21,4 12.1,3 11.3,9.1Z" /></svg>'); }
  .status--sprout .status--expanded .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M2,22V20C2,20 7,18 12,18C17,18 22,20 22,20V22H2M11.3,9.1C10.1,5.2 4,6.1 4,6.1C4,6.1 4.2,13.9 9.9,12.7C9.5,9.8 8,9 8,9C10.8,9 11,12.4 11,12.4V17C11.3,17 11.7,17 12,17C12.3,17 12.7,17 13,17V12.8C13,12.8 13,8.9 16,7.9C16,7.9 14,10.9 14,12.9C21,13.6 21,4 21,4C21,4 12.1,3 11.3,9.1Z" /></svg>'); }
  .status--tracking-legacy .status--collapsed .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M1.5,4.77L2.78,3.5L20.5,21.22L19.23,22.5L16.67,19.94C15.58,19.9 14.62,19.6 13.82,19.05C12.34,18.05 11.46,16.43 11.44,14.71L10.27,13.53C10.03,13.85 9.89,14.23 9.89,14.65C9.89,16.36 10.55,17.96 11.76,19.16C12.71,20.1 13.62,20.62 15.03,21C15.3,21.08 15.45,21.36 15.38,21.62C15.33,21.85 15.12,22 14.91,22H14.78C13.19,21.54 12.15,20.95 11.06,19.88C9.66,18.5 8.89,16.64 8.89,14.66C8.89,13.97 9.14,13.33 9.56,12.83L8.5,11.77C7.78,12.54 7.34,13.55 7.34,14.66C7.34,16.1 7.66,17.43 8.27,18.5C8.91,19.66 9.35,20.15 10.12,20.93C10.31,21.13 10.31,21.44 10.12,21.64C10,21.74 9.88,21.79 9.75,21.79C9.62,21.79 9.5,21.74 9.4,21.64C8.53,20.77 8.06,20.21 7.39,19C6.7,17.77 6.34,16.27 6.34,14.66C6.34,13.28 6.89,12 7.79,11.06L6.7,9.97C6.15,10.5 5.69,11.15 5.35,11.86C4.96,12.67 4.76,13.62 4.76,14.66C4.76,15.44 4.83,16.67 5.43,18.27C5.53,18.53 5.4,18.82 5.14,18.91C4.88,19 4.59,18.87 4.5,18.62C4,17.31 3.77,16 3.77,14.66C3.77,13.46 4,12.37 4.45,11.42C4.84,10.61 5.36,9.88 6,9.26L4.97,8.24C4.58,8.63 4.22,9.05 3.89,9.5C3.81,9.65 3.66,9.72 3.5,9.72L3.21,9.63C3,9.47 2.93,9.16 3.09,8.93C3.45,8.43 3.84,7.96 4.27,7.53L1.5,4.77M17.81,4.47L17.58,4.41C15.66,3.42 14,3 12,3C10.03,3 8.15,3.47 6.44,4.41L6.29,4.46L5.71,3.89C5.73,3.74 5.82,3.61 5.96,3.53C7.82,2.5 9.86,2 12,2C14.14,2 16,2.47 18.04,3.5C18.29,3.65 18.38,3.95 18.25,4.19C18.16,4.37 18,4.47 17.81,4.47M17.15,5.65C18.65,6.42 19.91,7.5 20.9,8.9C21.06,9.12 21,9.44 20.78,9.6C20.55,9.76 20.24,9.71 20.08,9.5C19.18,8.22 18.04,7.23 16.69,6.54C14.06,5.19 10.76,5.08 8.03,6.21L7.27,5.45C10.34,4.04 14.14,4.1 17.15,5.65M12,9.27C15.12,9.27 17.66,11.69 17.66,14.66A0.5,0.5 0 0,1 17.16,15.16L16.93,15.11L16.72,14.89L16.66,14.66C16.66,12.27 14.62,10.32 12.09,10.27L11.15,9.33L12,9.27M14.38,18.22C14.71,18.45 15.07,18.62 15.47,18.73L12.63,15.9C12.92,16.82 13.53,17.65 14.38,18.22M19.21,14.66C19.21,10.89 15.96,7.83 11.96,7.83C11.26,7.83 10.58,7.93 9.93,8.11L9.12,7.3C10,7 10.97,6.82 11.96,6.82C16.5,6.82 20.21,10.33 20.21,14.65C20.21,15.65 19.69,16.53 18.89,17.06L18.17,16.34C18.79,16 19.21,15.38 19.21,14.66Z" /></svg>'); }
  .status--tracking-legacy .status--expanded .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M1.5,4.77L2.78,3.5L20.5,21.22L19.23,22.5L16.67,19.94C15.58,19.9 14.62,19.6 13.82,19.05C12.34,18.05 11.46,16.43 11.44,14.71L10.27,13.53C10.03,13.85 9.89,14.23 9.89,14.65C9.89,16.36 10.55,17.96 11.76,19.16C12.71,20.1 13.62,20.62 15.03,21C15.3,21.08 15.45,21.36 15.38,21.62C15.33,21.85 15.12,22 14.91,22H14.78C13.19,21.54 12.15,20.95 11.06,19.88C9.66,18.5 8.89,16.64 8.89,14.66C8.89,13.97 9.14,13.33 9.56,12.83L8.5,11.77C7.78,12.54 7.34,13.55 7.34,14.66C7.34,16.1 7.66,17.43 8.27,18.5C8.91,19.66 9.35,20.15 10.12,20.93C10.31,21.13 10.31,21.44 10.12,21.64C10,21.74 9.88,21.79 9.75,21.79C9.62,21.79 9.5,21.74 9.4,21.64C8.53,20.77 8.06,20.21 7.39,19C6.7,17.77 6.34,16.27 6.34,14.66C6.34,13.28 6.89,12 7.79,11.06L6.7,9.97C6.15,10.5 5.69,11.15 5.35,11.86C4.96,12.67 4.76,13.62 4.76,14.66C4.76,15.44 4.83,16.67 5.43,18.27C5.53,18.53 5.4,18.82 5.14,18.91C4.88,19 4.59,18.87 4.5,18.62C4,17.31 3.77,16 3.77,14.66C3.77,13.46 4,12.37 4.45,11.42C4.84,10.61 5.36,9.88 6,9.26L4.97,8.24C4.58,8.63 4.22,9.05 3.89,9.5C3.81,9.65 3.66,9.72 3.5,9.72L3.21,9.63C3,9.47 2.93,9.16 3.09,8.93C3.45,8.43 3.84,7.96 4.27,7.53L1.5,4.77M17.81,4.47L17.58,4.41C15.66,3.42 14,3 12,3C10.03,3 8.15,3.47 6.44,4.41L6.29,4.46L5.71,3.89C5.73,3.74 5.82,3.61 5.96,3.53C7.82,2.5 9.86,2 12,2C14.14,2 16,2.47 18.04,3.5C18.29,3.65 18.38,3.95 18.25,4.19C18.16,4.37 18,4.47 17.81,4.47M17.15,5.65C18.65,6.42 19.91,7.5 20.9,8.9C21.06,9.12 21,9.44 20.78,9.6C20.55,9.76 20.24,9.71 20.08,9.5C19.18,8.22 18.04,7.23 16.69,6.54C14.06,5.19 10.76,5.08 8.03,6.21L7.27,5.45C10.34,4.04 14.14,4.1 17.15,5.65M12,9.27C15.12,9.27 17.66,11.69 17.66,14.66A0.5,0.5 0 0,1 17.16,15.16L16.93,15.11L16.72,14.89L16.66,14.66C16.66,12.27 14.62,10.32 12.09,10.27L11.15,9.33L12,9.27M14.38,18.22C14.71,18.45 15.07,18.62 15.47,18.73L12.63,15.9C12.92,16.82 13.53,17.65 14.38,18.22M19.21,14.66C19.21,10.89 15.96,7.83 11.96,7.83C11.26,7.83 10.58,7.93 9.93,8.11L9.12,7.3C10,7 10.97,6.82 11.96,6.82C16.5,6.82 20.21,10.33 20.21,14.65C20.21,15.65 19.69,16.53 18.89,17.06L18.17,16.34C18.79,16 19.21,15.38 19.21,14.66Z" /></svg>'); }
  .status--tracking .status--collapsed .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M20.84 22.73L18.11 20H17C15.9 20 15 19.1 15 18V16.89L12.66 14.55L11.81 15.04C10.86 15.59 9.63 15.26 9.08 14.31L7.58 11.71C7.18 11 7.25 10.18 7.68 9.57L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M18.5 13C18.5 12.43 18.3 11.9 17.97 11.5L19.94 10.35C20.95 9.76 21.3 8.47 20.71 7.46L19.33 5.06C18.74 4.05 17.45 3.7 16.44 4.28L10.77 7.57L17.86 14.66C18.26 14.22 18.5 13.64 18.5 13M2 12.62L5.5 18.68L8.03 15.5L6.03 12.03L2 12.62Z" /></svg>'); }
  .status--tracking .status--expanded .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M20.84 22.73L18.11 20H17C15.9 20 15 19.1 15 18V16.89L12.66 14.55L11.81 15.04C10.86 15.59 9.63 15.26 9.08 14.31L7.58 11.71C7.18 11 7.25 10.18 7.68 9.57L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M18.5 13C18.5 12.43 18.3 11.9 17.97 11.5L19.94 10.35C20.95 9.76 21.3 8.47 20.71 7.46L19.33 5.06C18.74 4.05 17.45 3.7 16.44 4.28L10.77 7.57L17.86 14.66C18.26 14.22 18.5 13.64 18.5 13M2 12.62L5.5 18.68L8.03 15.5L6.03 12.03L2 12.62Z" /></svg>'); }
  .status--printer .status--collapsed .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M6,3V4.18L8.82,7H18V3H6M2.28,3L1,4.27L4.75,8C3.19,8.15 2,9.44 2,11V17H6V21H17.73L19.73,23L21,21.72L2.28,3M9.82,8L18.82,17H22V11A3,3 0 0,0 19,8H9.82M19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10M8,14H10.73L15.73,19H8V14Z" /></svg>'); }
  .status--printer .status--expanded .status__icon--off:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="M6,3V4.18L8.82,7H18V3H6M2.28,3L1,4.27L4.75,8C3.19,8.15 2,9.44 2,11V17H6V21H17.73L19.73,23L21,21.72L2.28,3M9.82,8L18.82,17H22V11A3,3 0 0,0 19,8H9.82M19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10M8,14H10.73L15.73,19H8V14Z" /></svg>'); }
  .status--foo .status--collapsed .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="" /></svg>'); }
  .status--foo .status--expanded .status__icon--on:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23444444" d="" /></svg>'); }
  .status.-on .status__icon--on {
    display: flex; }
  .status.-on .status__content--on {
    display: flex; }
  .status.-off .status__icon--off {
    display: flex; }
  .status.-off .status__content--off {
    display: flex; }
  .status.-prepare-expansion .status--expanded .status__box {
    display: flex;
    height: 0; }
  .status.-expanded .status--expanded .status__box {
    display: flex;
    opacity: 1; }
  .status.-collapsing .status--expanded .status__box {
    height: 0 !important;
    opacity: 0; }
  @media (max-width: 730px) {
    .status {
      width: 100%; } }

.collection__actions button {
  margin-left: 16px;
  margin-bottom: 1em;
  height: 74px; }
  @media (max-width: 1200px) {
    .collection__actions button {
      height: auto; } }
.collection__actions .action__icon {
  display: block;
  margin-right: 16px;
  width: 32px;
  height: 32px; }
.collection__actions .action__label {
  font-size: 24px; }
  @media (max-width: 1200px) {
    .collection__actions .action__label {
      font-size: 16px; } }
.collection__actions .action--placeholder {
  display: block;
  border-radius: 4px;
  background-color: #888888;
  animation: placeholder 1s infinite;
  margin-bottom: 1em;
  height: 74px;
  width: 300px; }
.collection__actions .wrapper--inner {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end; }
.collection__actions--top {
  margin-top: 1em; }
.collection__actions--bottom {
  margin-bottom: 1em; }

.basket-item {
  display: flex;
  flex-direction: column;
  margin: 0 -16px;
  padding: 0 16px;
  margin: 0 -16px; }
  .basket-item__headline {
    flex-grow: 1;
    display: flex; }
    .basket-item__headline--icon {
      width: 48px;
      height: 48px; }
      .basket-item__headline--icon svg {
        width: 48px;
        height: 48px; }
    .basket-item__headline--label {
      display: flex;
      align-items: center;
      margin-left: 8px; }
  .basket-item__actions {
    display: flex;
    align-items: center; }
    .basket-item__actions a {
      width: 48px;
      height: 48px; }
      .basket-item__actions a svg {
        width: 48px;
        height: 48px; }
    .basket-item__actions button {
      margin-left: 1em; }
      .basket-item__actions button .lds-ring {
        width: 24px;
        height: 24px; }
        .basket-item__actions button .lds-ring div {
          margin: 0;
          border-width: 2px;
          width: 24px;
          height: 24px;
          border-color: currentColor transparent transparent transparent; }
    @media (max-width: 1200px) {
      .basket-item__actions {
        justify-content: flex-end; } }
    @media (max-width: 730px) {
      .basket-item__actions {
        flex-direction: column; }
        .basket-item__actions button {
          margin-top: 1em;
          margin-left: 0;
          width: 100%; } }
  .basket-item__comment {
    display: flex;
    margin: 0 0 1em 0; }
    .basket-item__comment textarea {
      width: 100%;
      min-height: 150px; }
  .basket-item__bar {
    display: flex;
    flex-direction: row;
    margin: 1em 0; }
    @media (max-width: 900px) {
      .basket-item__bar {
        flex-direction: column; } }
  .basket-item:nth-child(even) {
    background-color: #eeeeee; }
  @media (max-width: 1200px) {
    .basket-item {
      flex-direction: column; } }
  .basket-item--placeholder .basket-item__headline--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px; }
    .basket-item--placeholder .basket-item__headline--icon:before {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      border-radius: 100%;
      background-color: #dddddd; }
  .basket-item--placeholder .basket-item__headline--label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px; }
    .basket-item--placeholder .basket-item__headline--label:before {
      content: "";
      display: block;
      width: 320px;
      height: 24px;
      background-color: #dddddd; }
  .basket-item--placeholder .basket-item__actions button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    background-color: #ffffff;
    border: 1px solid #eeeeee; }
  .basket-item--placeholder .basket-item__actions .button {
    display: flex;
    align-items: center;
    justify-content: center; }
    .basket-item--placeholder .basket-item__actions .button__icon:before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-color: #cccccc; }
    .basket-item--placeholder .basket-item__actions .button__label:before {
      content: "";
      display: block;
      width: 80px;
      height: 24px;
      background-color: #cccccc; }
  .basket-item--placeholder .textarea {
    position: relative;
    height: 150px;
    border: 1px solid #eeeeee; }
    .basket-item--placeholder .textarea:before {
      content: "";
      top: 8px;
      left: 8px;
      position: absolute;
      display: block;
      width: 320px;
      height: 24px;
      background-color: #eeeeee; }
  .basket-item--placeholder:nth-child(even) .basket-item__headline--label:before {
    width: 420px; }

.construction {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 -16px;
  padding: 0 16px;
  background-color: #a3212d; }
  .construction .wrapper--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .construction__icon {
    color: #fff; }
    .construction__icon svg {
      width: 250px;
      height: 250px; }
  .construction__label {
    font-size: 2em;
    transform: rotate(-3deg);
    color: #fff;
    font-weight: bold; }

.countdown {
  display: flex;
  justify-content: center; }
  .countdown__section {
    display: flex;
    justify-content: center;
    margin: 16px 16px; }
  .countdown__group {
    display: flex;
    position: relative; }
    .countdown__group:before {
      position: absolute;
      font-size: .5em;
      font-weight: bold;
      text-transform: uppercase; }
    .countdown__group.-week:before {
      content: "Wochen"; }
    .countdown__group.-day:before {
      content: "Tage"; }
    .countdown__group.-hour:before {
      content: "Stunden"; }
    .countdown__group.-minute:before {
      content: "Minuten"; }
    .countdown__group.-second:before {
      content: "Sekunden"; }
  .countdown__seperator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 20px;
    height: 80px;
    font-size: 22px; }
  .countdown__digit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 50px;
    height: 80px;
    font-size: 22px; }
  @media (max-width: 730px) {
    .countdown {
      flex-direction: column; } }

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