@charset "UTF-8";
/*media queries*/
/*-----  font -----*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:600|Barlow:600");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.big, .bigger, .gigantic, .huge, .large, h2, h3, h4, h5, h6 {
  color: #262626; }

h1 {
  color: #262626;
  hyphens: none; }

h2.home-lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4; }
  @media (min-width: 768px) {
    h2.home-lead {
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1.4; } }

p {
  hyphens: none; }

figcaption {
  text-align: center; }

body {
  color: #262626; }

section.start .home-author a {
  color: #262626; }

.start a {
  color: #262626; }

.quelle-text a {
  color: #262626; }

.home-wrap header.article a {
  color: #262626; }

.font-center {
  text-align: center; }

.autoren {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 0 0 20px 0;
  position: relative; }
  .autoren::before {
    content: "";
    border-style: solid;
    border-width: 2px 10px 1px 50px;
    display: block;
    position: absolute;
    left: -9rem;
    top: 1.5rem; }

blockquote {
  border-left: 10px solid #d1d1d1;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 400;
  color: #7d7d7d;
  margin: 1.7rem 0;
  padding-left: .85rem; }

/*-----  basic -----*/
body {
  margin: 5; }

.home-wrap {
  background: #f2f2f2; }

.home-cta, body {
  background: #f2f2f2; }

section.start {
  background: #f2f2f2; }

section.chart, section.chart.text, section.start.text {
  background: #f2f2f2; }

.quelle-text {
  background: #f2f2f2; }

.subtitle-fix {
  margin-top: -5rem; }

.block-fix {
  display: block; }

.bu-kapitelbild {
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 2.2rem;
  margin: 20px 0 40px; }

.home-wrap header.article {
  width: 0px; }

hr {
  border-color: #262626; }

li {
  font-size: 18px; }

/* new link style */
/* ################# */
section > p > a {
  color: #333;
  text-decoration: none;
  cursor: pointer; }

section > p > a:hover {
  color: #333;
  text-decoration: none; }

section.philipp > p > a {
  color: #f2f2f2;
  text-decoration: none;
  cursor: pointer; }

section.philipp > p > a:hover {
  color: #f2f2f2;
  text-decoration: none; }

section > p > a {
  -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 -0.5em 0 inset;
  box-shadow: rgba(255, 255, 255, 0.7) 0 -0.5em 0 inset;
  -webkit-transition: -webkit-box-shadow .25s ease;
  transition: -webkit-box-shadow .25s ease;
  transition: box-shadow .25s ease;
  transition: box-shadow .25s ease, -webkit-box-shadow .25s ease; }

section > p > a:hover,
a:hover, a:focus {
  -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 -2em 0 inset;
  box-shadow: rgba(255, 255, 255, 0.7) 0 -2em 0 inset; }

p.ending {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  text-align: center;
  color: #262626; }
  p.ending p {
    font-size: 1.3em;
    letter-spacing: 2px;
    justify-self: center;
    color: #262626; }

figure {
  margin: 0;
  padding-bottom: 10px; }
  @media (min-width: 1024px) {
    figure {
      padding-bottom: 25px; } }

.info {
  background-color: white;
  margin: 0 -15px; }
  .info div {
    background-color: #262626;
    font-size: 2rem;
    color: #f2f2f2;
    padding: 10px 30px; }
  .info div.grav-youtube {
    padding: 120px 0; }
    @media (min-width: 1024px) {
      .info div.grav-youtube {
        padding: 160px 0; } }
  .info hr {
    margin: 10px 0px 20px; }
  .info section {
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 0px 30px 20px; }
    @media (min-width: 768px) {
      .info section {
        margin: 0; } }

.home-wrap header.article {
  background: #f2f2f2; }

.jumper {
  position: fixed;
  bottom: 30px;
  right: 30px; }
  .jumper a:hover, .jumper a:focus {
    webkit-box-shadow: unset;
    box-shadow: unset; }

/*-----  basic end -----*/
/* -------- Hier werden das body-width von 640px auggehoben auf 1200px ---- */
/*hero-cover*/
/*-----------------------*/
.hero-flex {
  display: flex;
  flex-direction: column; }
  .hero-flex .img-cover {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover; }
  .hero-flex .text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .hero-flex .text-content .hero-dachzeile {
      text-transform: uppercase;
      color: #f2f2f2; }
    .hero-flex .text-content .separator-opener {
      fill: #f2f2f2;
      border-top: 3px solid #f2f2f2;
      width: 50px;
      margin-top: 20px;
      margin-bottom: 30px; }
    .hero-flex .text-content .hero-headline {
      font-size: 7rem;
      color: rgba(255, 255, 255, 0.7);
      hyphens: none;
      line-height: 70px;
      text-transform: uppercase; }
  .hero-flex .scroll-icon-position {
    position: absolute;
    bottom: 3%;
    left: 50%; }

.hero-text-content {
  margin: 20px;
  padding: 0 50px;
  border: 2.5px solid #262626;
  display: grid;
  grid-template-rows: 25px 50px 1fr;
  text-align: center;
  text-transform: uppercase; }
  .hero-text-content .hero-separator {
    grid-row: 1/span 1;
    color: #262626;
    margin: 20px 0 10px 0;
    padding: 0; }
  .hero-text-content .hero-dachzeile {
    grid-row: 2/span 1;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    hyphens: none; }
  .hero-text-content h1 {
    grid-row: 3/span 1;
    align-self: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4.5rem;
    line-height: 1;
    padding: 0 0 50px 0;
    margin: 0; }
  @media (min-width: 1024px) {
    .hero-text-content {
      margin: 70px;
      height: 85vh;
      padding: 50px 100px; }
      .hero-text-content .hero-dachzeile {
        font-size: 1.5rem; }
      .hero-text-content h1 {
        font-size: 7rem; } }
  @media (min-width: 1550px) {
    .hero-text-content h1 {
      font-size: 18rem; } }

.hero-flex {
  display: grid;
  height: 100vh; }
  .hero-flex .hero-left-half {
    display: grid;
    grid-column: 1/span 1;
    grid-row: 2/ span 1;
    height: 50vh; }
  .hero-flex .hero-right-half {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    height: 50vh; }
    .hero-flex .hero-right-half .img-cover {
      display: block;
      width: 100vw;
      height: 50vh;
      object-fit: cover; }
  @media (min-width: 1024px) {
    .hero-flex {
      height: 110vh; }
      .hero-flex .hero-left-half {
        grid-column: 1/span 1;
        grid-row: 1/span 1;
        height: 80vh;
        width: 50vw; }
      .hero-flex .hero-right-half {
        grid-column: 2/span 1;
        grid-row: 1/span 1;
        height: 100vh;
        width: 50vw; }
        .hero-flex .hero-right-half .img-cover {
          width: 50vw;
          height: 100vh;
          object-fit: cover; } }

/*gestaltung von teaser und text*/
p.kapitel-small {
  margin-bottom: 0px;
  font-style: italic; }

.kapitel-small-size {
  font-size: 1.3rem; }

section.start h2 {
  font-weight: 400; }

section.start h2.kapitel {
  font-weight: 500;
  hyphens: none;
  margin-top: 0px; }

h2.kapitel {
  font-weight: 500;
  hyphens: none;
  margin-top: 0px; }

.seperator-bolder {
  border-width: 0.3rem;
  margin: 10px 0; }

/*DRY*/
@media (min-width: 1024px) {
  .box {
    font-size: 18px;
    font-style: normal;
    color: #3f3f42; } }

.box-shdw {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative; }
  @media (min-width: 1024px) {
    .box-shdw {
      border: 1px solid #232323;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 41, 41, 0.3);
      -ms-box-shadow: 0px 0px 15px 0px rgba(41, 41, 41, 0.3);
      box-shadow: 0px 0px 15px 0px rgba(41, 41, 41, 0.3);
      max-width: 900px;
      margin: 0 auto; } }

@media (min-width: 1024px) {
  .app {
    padding: 30px 30px 0; } }

.rm-mrgn-top {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .rm-mrgn-top {
      margin-top: 50px; } }

/* social ausschalten*/
.mobile-nav-toggle, .share-buttons {
  display: none !important; }

/* Scroll Icon Hinweis für die Hero Grafik*/
#scroll-down {
  opacity: 1;
  transition: opacity 3s ease 0s; }

.scroll-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2em;
  width: 1.2em;
  font-size: 22px;
  color: #f2f2f2;
  border-radius: 2em;
  border: 1px solid;
  transition: .4s;
  margin: auto; }

.scroll-icon:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f2f2f2;
  border-radius: 50%;
  animation: animate 1s linear infinite; }

@keyframes animate {
  0% {
    transform: translate(0%, 0px); }
  80% {
    transform: translate(0%, 12px); }
  100% {
    transform: translate(0%, 20px); } }

/* Layout RP CSS Grid*/
.text-grid, .img-aside_left, .img-aside_right, .ending {
  grid-column: 4/span 4; }

.rp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr repeat(4, minmax(auto, 140px)) 1fr 1fr 1fr;
  grid-gap: 5px; }
  @media (min-width: 576px) {
    .rp-grid {
      grid-gap: 15px; } }

.figaction-aside-color {
  color: #7d7d7d;
  font-weight: 400; }

@media (min-width: 1024px) {
  .img-aside_left {
    grid-column: 1/span 3;
    grid-row: auto / span 4;
    justify-self: center;
    padding: 0 20px;
    max-width: 600px; } }

.img-aside_center {
  grid-column: 4/span 4; }
  @media (min-width: 1024px) {
    .img-aside_center {
      grid-column: 4 / span 4; } }

.img-aside_center-big {
  grid-column: 4/span 4; }
  @media (min-width: 1024px) {
    .img-aside_center-big {
      grid-column: 3 / span 6; } }

.img-aside_center-right {
  grid-column: 4/span 4; }
  @media (min-width: 1024px) {
    .img-aside_center-right {
      grid-column: 6 / span 3; } }

.img-aside_center-left {
  grid-column: 4/span 4; }
  @media (min-width: 1024px) {
    .img-aside_center-left {
      grid-column: 3 / span 3; } }

.img-aside_fullscreen {
  grid-column: 4/span 4; }
  @media (min-width: 1024px) {
    .img-aside_fullscreen {
      display: inherit;
      grid-column: 1 / span 10; }
      .img-aside_fullscreen img {
        object-fit: cover;
        height: 100vh; }
      .img-aside_fullscreen figcaption {
        padding: 0 30%; } }

@media (min-width: 1024px) {
  .img-aside_right {
    grid-column: 8/span 3;
    grid-row: auto/span 2;
    justify-self: center;
    padding: 0 20px;
    max-width: 600px; } }

.img-sm {
  max-width: 150px;
  display: none; }
  @media (min-width: 1024px) {
    .img-sm {
      display: inherit; } }

.bu-aside-right {
  display: none; }
  @media (min-width: 1024px) {
    .bu-aside-right {
      display: inherit;
      grid-column: 8 / span 2;
      max-width: 400px;
      justify-self: start; } }

.bu-aside-left {
  display: none; }
  @media (min-width: 1024px) {
    .bu-aside-left {
      display: inherit;
      grid-column: 1/span 3;
      max-width: 400px;
      padding: 0 20px;
      justify-self: start; } }

.new-buttons-left {
  grid-column: 4 / span 3;
  grid-row: 26/ span 1;
  justify-self: center; }
  @media (min-width: 1024px) {
    .new-buttons-left {
      grid-column: 4 / span 2;
      grid-row: 23/ span 1;
      justify-self: start; } }

.new-buttons-right {
  grid-column: 4 / span 3;
  grid-row: 25/ span 1;
  justify-self: center; }
  @media (min-width: 1024px) {
    .new-buttons-right {
      grid-column: 5 / span 2;
      grid-row: 23/ span 1;
      justify-self: end; } }

/* Related Content Style*/
.black-bg {
  background-color: #262626;
  padding: 25px 0 25px; }

.white-txt {
  color: #f2f2f2;
  font-weight: 300; }

.headline-related-content-txt {
  color: #ffbf00;
  font-weight: 400; }

.related_content_link {
  /* unvisited link */
  /* visited link */
  /* mouse over link */
  /* selected link */ }
  .related_content_link a:link {
    color: #ffbf00; }
  .related_content_link a:visited {
    color: #ffbf00; }
  .related_content_link a:hover {
    color: #ffd966; }
  .related_content_link a:active {
    color: #ffbf00; }

.text-related-content-grid {
  grid-column: 4 / span 4; }
  @media (min-width: 1024px) {
    .text-related-content-grid {
      grid-column: 5 / span 3; } }

@media (min-width: 1024px) {
  article.rp-grid.black-bg section.text-related-content-grid.white-txt {
    padding-top: 0px; } }

.img-related-content-grid {
  display: none; }
  @media (min-width: 1024px) {
    .img-related-content-grid {
      display: inherit;
      grid-column: 4 / span 1; } }

/*Buttons */
.new-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 250px; }

.container-but {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: center; }
  @media (min-width: 1000px) {
    .container-but {
      flex-direction: row;
      justify-content: space-between; } }

.btn-ni {
  color: #fff;
  font-size: 12px;
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  box-sizing: border-box; }
  .btn-ni a {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid;
    color: #fff;
    line-height: 1.4;
    padding: .25em;
    text-decoration: none; }
    .btn-ni a:hover {
      background: white;
      color: #E1332D; }

.btn-nu {
  color: #7d7d7d;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 250px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 600px) {
    .btn-nu {
      margin: 0 1em 2em; } }
  .btn-nu:hover {
    text-decoration: none; }

.btn-1-nu {
  background: #e3e3e3;
  font-weight: 400; }
  .btn-1-nu svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .btn-1-nu rect {
    fill: none;
    stroke: rgba(0, 0, 0, 0.7);
    stroke-width: 1;
    stroke-dasharray: 422, 0;
    transition-delay: none; }

.btn-1-nu:hover {
  color: rgba(0, 0, 0, 0.7);
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px; }
  .btn-1-nu:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1); }

.but-ani:hover:before {
  animation-name: icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out; }

@keyframes icon-up {
  0%,
  50%,
  100% {
    transform: translateY(0); }
  25%,
  75% {
    transform: translateY(-6px); } }

.loader {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999; }

.loader:after, .loader:before {
  box-sizing: border-box; }

.loader.is-active {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.loader-ball:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: kick 1s infinite alternate ease-in both;
  margin: -25px 0 0 -25px; }

.loader-ball[data-shadow]:before {
  box-shadow: -5px -5px 10px 0 rgba(0, 0, 0, 0.5) inset; }

.loader-ball:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 45px;
  height: 20px;
  top: calc(50%+10px);
  left: 50%;
  z-index: 0;
  animation: shadow 1s infinite alternate ease-out both;
  margin: 0 0 0 -22.5px; }

40% {
  background-color: transparent;
  transform: scale(0); }

95% {
  background-color: rgba(0, 0, 0, 0.75);
  transform: scale(1); }

100% {
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateY(0) scaleX(1);
  border-radius: 50% 50% 20% 20%; }

90% {
  border-radius: 50%; }

.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-nav-compass {
  cursor: -webkit-grab;
  cursor: grab; }

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-nav-compass:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2; }

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0; }

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0; }

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0; }

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0; }

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto; }

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left; }

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right; }

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left; }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 65px 0;
  float: right; }

.mapboxgl-ctrl-group {
  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff; }

.mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer; }

.mapboxgl-ctrl > button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.mapboxgl-ctrl > button:last-child {
  border-bottom: 0; }

.mapboxgl-ctrl > button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > span.arrow {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  padding: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27m%207%2C9%20c%20-0.554%2C0%20-1%2C0.446%20-1%2C1%200%2C0.554%200.446%2C1%201%2C1%20l%206%2C0%20c%200.554%2C0%201%2C-0.446%201%2C-1%200%2C-0.554%20-0.446%2C-1%20-1%2C-1%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  padding: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%270%200%2020%2020%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%0A%20%20%3Cpath%20style%3D%27fill%3A%23333333%3B%27%20d%3D%27M%2010%206%20C%209.446%206%209%206.4459904%209%207%20L%209%209%20L%207%209%20C%206.446%209%206%209.446%206%2010%20C%206%2010.554%206.446%2011%207%2011%20L%209%2011%20L%209%2013%20C%209%2013.55401%209.446%2014%2010%2014%20C%2010.554%2014%2011%2013.55401%2011%2013%20L%2011%2011%20L%2013%2011%20C%2013.554%2011%2014%2010.554%2014%2010%20C%2014%209.446%2013.554%209%2013%209%20L%2011%209%20L%2011%207%20C%2011%206.4459904%2010.554%206%2010%206%20z%27%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {
  padding: 5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIj48cGF0aCBkPSJNMTAgNEM5IDQgOSA1IDkgNUw5IDUuMUE1IDUgMCAwIDAgNS4xIDlMNSA5QzUgOSA0IDkgNCAxMCA0IDExIDUgMTEgNSAxMUw1LjEgMTFBNSA1IDAgMCAwIDkgMTQuOUw5IDE1QzkgMTUgOSAxNiAxMCAxNiAxMSAxNiAxMSAxNSAxMSAxNUwxMSAxNC45QTUgNSAwIDAgMCAxNC45IDExTDE1IDExQzE1IDExIDE2IDExIDE2IDEwIDE2IDkgMTUgOSAxNSA5TDE0LjkgOUE1IDUgMCAwIDAgMTEgNS4xTDExIDVDMTEgNSAxMSA0IDEwIDR6TTEwIDYuNUEzLjUgMy41IDAgMCAxIDEzLjUgMTAgMy41IDMuNSAwIDAgMSAxMCAxMy41IDMuNSAzLjUgMCAwIDEgNi41IDEwIDMuNSAzLjUgMCAwIDEgMTAgNi41ek0xMCA4LjNBMS44IDEuOCAwIDAgMCA4LjMgMTAgMS44IDEuOCAwIDAgMCAxMCAxMS44IDEuOCAxLjggMCAwIDAgMTEuOCAxMCAxLjggMS44IDAgMCAwIDEwIDguM3oiIGZpbGw9IiMzMzMiLz48L3N2Zz4="); }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > span.arrow {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%09%3Cpolygon%20fill%3D%27%23333333%27%20points%3D%276%2C9%2010%2C1%2014%2C9%27%2F%3E%0A%09%3Cpolygon%20fill%3D%27%23CCCCCC%27%20points%3D%276%2C11%2010%2C19%2014%2C11%20%27%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: inline-block; }

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none; }

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline; }

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px; }

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: #333;
  padding: 0 5px;
  color: #333; }

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  pointer-events: none; }

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.mapboxgl-popup-anchor-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.mapboxgl-popup-anchor-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1; }

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff; }

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff; }

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent; }

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0; }

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform; }

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair; }

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5; }

@media print {
  .mapbox-improve-map {
    display: none; } }

.svgTooltip__tooltip___vouZG {
  position: absolute;
  text-align: center;
  padding: 4px;
  font: 13px sans-serif;
  color: #fff;
  background: #3f3f3f;
  border: 0;
  border-radius: 8px;
  pointer-events: none;
  z-index: 2; }

.theme__avatar___1_DW5 {
  background-color: #9e9e9e;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  height: 4rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 4rem; }

.theme__avatar___1_DW5 > svg {
  fill: currentColor;
  height: 4rem;
  width: 1em; }

.theme__avatar___1_DW5 > img {
  height: auto;
  max-width: 100%; }

.theme__image___yYTp_ {
  background-color: transparent;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%; }

.theme__letter___Ocgvo {
  display: block;
  line-height: 4rem;
  width: 100%; }

.theme__card___NBwBQ {
  padding: 0 5px;
  margin-bottom: 5px;
  z-index: 2;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  overflow: hidden;
  width: 100%;
  white-space: normal; }

.theme__card___NBwBQ.theme__raised___rA76X {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

.theme__card___NBwBQ [data-react-toolbox=avatar] {
  display: block; }

.theme__cardMedia___1IONT {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.theme__cardMedia___1IONT.theme__square___1dm75,
.theme__cardMedia___1IONT.theme__wide___DsTlx {
  width: 100%; }

.theme__cardMedia___1IONT.theme__square___1dm75 .theme__content___2Dxr4,
.theme__cardMedia___1IONT.theme__wide___DsTlx .theme__content___2Dxr4 {
  height: 100%;
  position: absolute; }

.theme__cardMedia___1IONT.theme__square___1dm75 .theme__content___2Dxr4 > iframe,
.theme__cardMedia___1IONT.theme__square___1dm75 .theme__content___2Dxr4 > img,
.theme__cardMedia___1IONT.theme__square___1dm75 .theme__content___2Dxr4 > video,
.theme__cardMedia___1IONT.theme__wide___DsTlx .theme__content___2Dxr4 > iframe,
.theme__cardMedia___1IONT.theme__wide___DsTlx .theme__content___2Dxr4 > img,
.theme__cardMedia___1IONT.theme__wide___DsTlx .theme__content___2Dxr4 > video {
  max-width: 100%; }

.theme__cardMedia___1IONT:after {
  content: "";
  display: block;
  height: 0; }

.theme__cardMedia___1IONT.theme__wide___DsTlx:after {
  padding-top: 56.25%; }

.theme__cardMedia___1IONT.theme__square___1dm75:after {
  padding-top: 100%; }

.theme__cardMedia___1IONT .theme__content___2Dxr4 {
  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;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%; }

.theme__cardMedia___1IONT .theme__contentOverlay___1eU_R .theme__cardActions___28pib,
.theme__cardMedia___1IONT .theme__contentOverlay___1eU_R .theme__cardText___2GEXk,
.theme__cardMedia___1IONT .theme__contentOverlay___1eU_R .theme__cardTitle___3m9iX {
  background-color: #595959; }

.theme__cardMedia___1IONT .theme__cardTitle___3m9iX .theme__subtitle___fnNKK,
.theme__cardMedia___1IONT .theme__cardTitle___3m9iX .theme__title___P-VmN {
  color: #fff; }

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

.theme__cardTitle___3m9iX [data-react-toolbox=avatar] {
  margin-right: 1.3rem; }

.theme__cardTitle___3m9iX .theme__subtitle___fnNKK {
  margin-top: 9px;
  font-size: 1.7rem;
  line-height: 2rem;
  color: #3c3c3c; }

.theme__cardTitle___3m9iX.theme__large___JIphm {
  padding: 2rem 1.6rem 1.4rem; }

.theme__cardTitle___3m9iX.theme__large___JIphm .theme__title___P-VmN {
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #999; }

.theme__cardTitle___3m9iX.theme__small___ciBkT {
  padding: 1.6rem; }

.theme__cardTitle___3m9iX.theme__small___ciBkT .theme__title___P-VmN {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4; }

.theme__cardTitle___3m9iX.theme__small___ciBkT .theme__subtitle___fnNKK {
  font-weight: 500;
  line-height: 1.4; }

.theme__cardText___2GEXk,
.theme__cardTitle___3m9iX {
  padding: 1.4rem 1.6rem; }

.theme__cardText___2GEXk:last-child,
.theme__cardTitle___3m9iX:last-child {
  padding-bottom: 2rem; }

.theme__cardText___2GEXk + .theme__cardText___2GEXk,
.theme__cardTitle___3m9iX + .theme__cardText___2GEXk {
  padding-top: 0; }

.theme__cardActions___28pib {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.8rem; }

.theme__cardActions___28pib [data-react-toolbox=button] {
  margin: 0 0.4rem;
  min-width: 0;
  padding: 0 0.8rem; }

.theme__cardActions___28pib [data-react-toolbox=button]:first-child {
  margin-left: 0; }

.theme__cardActions___28pib [data-react-toolbox=button]:last-child {
  margin-right: 0; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__dot___1pk_z,
.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__divider___3-YrF .statBox__horizontal___2dfdk,
.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__row___3H5Og .statBox__rowContent___2B2sM,
.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__smDot___2xNa1,
.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__smDotGreen___22J_h,
.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__smDotRed___1uX7p {
  display: inline;
  float: left; }

.statBox__statBox___2twp- {
  z-index: 5;
  padding: 1.5em 1em 0; }

.statBox__statBox___2twp- .statBox__titleArrow___34ERD {
  font-family: sans-serif;
  font-size: .6em;
  margin-right: 11px; }

.statBox__statBox___2twp- .statBox__statNumberEinpendler___Pc2T0 {
  color: #3aa58b;
  font-weight: 600; }

.statBox__statBox___2twp- .statBox__statNumberAuspendler___3NqLR {
  color: #d54339;
  font-weight: 600; }

.statBox__statBox___2twp- .statBox__miscText___2XrhT {
  background: red; }

.statBox__statBox___2twp- .statBox__dotFill___3ItrP {
  border-top: 1px dotted #dadada;
  width: 100%;
  margin-top: 11px; }

.statBox__statBox___2twp- .statBox__tableInner___2X4-a {
  margin-top: 13px;
  white-space: nowrap; }

.statBox__statBox___2twp- .statBox__hoveredRow___2ck02:hover {
  font-size: 1.55rem; }

.statBox__statBox___2twp- .statBox__hoveredRow___2ck02:hover .statBox__dotFill___3ItrP {
  border-top: 1px dotted #9f9f9f; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm:last-of-type > .statBox__divider___3-YrF {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__smDot___2xNa1 {
  padding: .2em;
  background-color: #999;
  border-radius: 50%;
  position: relative;
  margin-top: 4px; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__smDotRed___1uX7p {
  padding: .2em;
  background-color: #d54339;
  border-radius: 50%;
  position: relative;
  margin-top: 4px; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__smDotGreen___22J_h {
  padding: .2em;
  background-color: #3aa58b;
  border-radius: 50%;
  position: relative;
  margin-top: 4px; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__row___3H5Og {
  line-height: 14px;
  color: #3c3c3c;
  min-height: 18px;
  background-color: transparent;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__row___3H5Og .statBox__rowContent___2B2sM {
  min-height: 18px;
  margin: 0 0 7px 14px; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__row___3H5Og .statBox__rowStat___1Bzjh {
  text-align: right; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__row___3H5Og .statBox__rowStat___1Bzjh .statBox__down___1_7Yo {
  color: #d54339; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__row___3H5Og .statBox__rowStat___1Bzjh .statBox__up___1RcZH {
  color: #3aa58b; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__divider___3-YrF {
  margin-top: -4px; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__divider___3-YrF .statBox__horizontal___2dfdk {
  background-color: #d1d1d1;
  margin-top: -45px;
  width: 95%;
  left: 5%;
  position: relative;
  padding-bottom: .42016806722689076%; }

.statBox__statBox___2twp- .statBox__rowTable___jjTJm .statBox__divider___3-YrF .statBox__vertical___3POiY {
  background-color: #f2f2f2;
  width: .4%;
  position: relative;
  padding-bottom: 4%;
  margin-left: .12em; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT {
  margin-top: 5px; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__headDivider___9o0Gv {
  background-color: transparent;
  top: -5px;
  margin-bottom: -5px;
  position: relative;
  margin-left: 7.7%; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__dot___1pk_z {
  border: 1px solid #ebc44d;
  background-color: #ebc44d;
  border-radius: 50%;
  padding: .2em;
  position: relative;
  margin: 5px 12px 0 0; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__legende___1HjAY,
.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__title___1KAcY {
  min-height: 24px;
  background-color: transparent;
  color: #999;
  font-family: Fira Sans, sans-serif;
  font-weight: 500;
  position: relative; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__title___1KAcY {
  line-height: 18px;
  font-size: 1.6rem;
  text-transform: uppercase; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__legende___1HjAY {
  line-height: 8px;
  font-size: 11px;
  float: right;
  margin-top: -20px; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__legende___1HjAY .statBox__down___1_7Yo {
  color: #d54339; }

.statBox__statBox___2twp- .statBox__rowHead___2NOGT .statBox__legende___1HjAY .statBox__up___1RcZH {
  color: #3aa58b; }

.sankey__node___2tOQd {
  fill-opacity: 1; }

.sankey__node___2tOQd rect {
  fill: #888;
  shape-rendering: crispEdges; }

.sankey__node___2tOQd:hover {
  cursor: pointer;
  fill-opacity: 1; }

.sankey__node___2tOQd text {
  fill: #fff;
  stroke: none;
  font-size: .87em;
  text-shadow: 2px 0 0 #3c3c3c, -2px 0 0 #3c3c3c, 0 2px 0 #3c3c3c, 0 -2px 0 #3c3c3c, 1px 1px #3c3c3c, -1px -1px 0 #3c3c3c, 1px -1px 0 #3c3c3c, -1px 1px 0 #3c3c3c; }

.sankey__auspendlerTilte___5vWjp {
  color: #d54339; }

.sankey__einpendlerTitle___3Jw2- {
  color: #3aa58b; }

.sankey__link___dIok9 {
  stroke: #ccc;
  stroke-opacity: 1;
  fill: none; }

.sankey__link___dIok9:hover {
  stroke-opacity: .5;
  cursor: pointer; }

.sankey__ReactModal__Overlay___1KASz {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0; }

.sankey__ReactModal__Overlay--after-open___MYwyK {
  opacity: 1;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out; }

.sankey__ReactModal__Content___4o7W0 {
  -webkit-transform: scale(0.5) rotateX(-30deg); }

.sankey__ReactModal__Content--after-open___3_NUN {
  -webkit-transform: scale(1) rotateX(0deg);
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in; }

.sankey__ReactModal__Overlay--before-close___WpmT2 {
  opacity: 0; }

.sankey__ReactModal__Content--before-close___3LgeW {
  -webkit-transform: scale(0.5) rotateX(30deg);
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in; }

.sankey__container___1Y8Hg {
  max-width: 720px;
  margin-top: 35px; }

.sankey__header___WmtGK h3 {
  margin-top: 8px; }

a {
  color: #5badf0; }

a:hover {
  color: #4ca1e7; }

.sankey__chart___36_c5 {
  margin-bottom: 20px; }

.sankey__legend___117oF {
  background-color: #fcf8e3;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  color: #666; }

.theme__tabs___3YHUd {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.theme__navigation___2R2VY,
.theme__tabs___3YHUd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal; }

.theme__navigation___2R2VY {
  box-shadow: inset 0 -1px #eee;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: hidden;
  position: relative; }

.theme__navigationContainer___1LwiX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px; }

.theme__navigationContainer___1LwiX .theme__navigation___2R2VY {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.theme__arrow___1cabO {
  color: #000;
  padding: 0 1.2rem; }

.theme__arrowContainer___X6KvI {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -1px #eee;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.theme__label___1O4_K {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.7rem 1.2rem;
  text-transform: uppercase;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: box-shadow, color;
  transition-property: box-shadow, color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.theme__label___1O4_K.theme__disabled___77WZ1 {
  opacity: .2; }

.theme__label___1O4_K:not(.theme__disabled___77WZ1) {
  cursor: pointer; }

.theme__label___1O4_K.theme__hidden___2sfiT {
  display: none; }

.theme__label___1O4_K.theme__withIcon___2OxDj {
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
  text-align: center; }

.theme__label___1O4_K.theme__withText___18Cgc .theme__icon___3dF2F {
  margin-bottom: 0.8rem; }

.theme__icon___3dF2F {
  display: block;
  height: 2.4rem;
  line-height: 2.4rem;
  margin: 0 auto; }

.theme__pointer___2eUhg {
  background-color: #999;
  height: 0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0; }

.theme__tab___13LAQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 0 0; }

.theme__tab___13LAQ:not(.theme__active___35UjT) {
  display: none; }

.theme__tab___13LAQ.theme__active___35UjT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.theme__fixed___ASL3k .theme__label___1O4_K {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.theme__inverse___3tHdO .theme__arrowContainer___X6KvI,
.theme__inverse___3tHdO .theme__navigation___2R2VY {
  background-color: #ffab40; }

.theme__inverse___3tHdO .theme__arrow___1cabO,
.theme__inverse___3tHdO .theme__label___1O4_K,
.theme__inverse___3tHdO .theme__label___1O4_K.theme__active___35UjT {
  color: #fff; }

.theme__inverse___3tHdO .theme__pointer___2eUhg {
  background-color: #ff4081; }

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }

.row,
.row.reverse {
  -webkit-box-orient: horizontal; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse,
.row.reverse {
  -webkit-box-direction: reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

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

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

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.theme__chip___22PR5 {
  background-color: grey;
  border-radius: 3.2rem;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 3.2rem;
  margin-right: 0.25rem;
  max-width: 100%;
  overflow: hidden;
  padding: 0 1.2rem;
  position: relative;
  text-overflow: ellipsis; }

.theme__chip___22PR5:first-child {
  background-color: #fff;
  color: grey;
  border-style: solid;
  border-width: 1px;
  margin-left: 14px; }

.theme__avatar___2PgCc {
  padding-left: 0; }

.theme__avatar___2PgCc > [data-react-toolbox=avatar] {
  height: 3.2rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  width: 3.2rem; }

.theme__avatar___2PgCc > [data-react-toolbox=avatar] > span {
  font-size: 2rem;
  line-height: 3.2rem; }

.theme__deletable___3ffbN {
  padding-right: 3.2rem; }

.theme__delete___D1IEl {
  cursor: pointer;
  display: inline-block;
  height: 2.4rem;
  margin: 0.4rem;
  padding: 0.4rem;
  position: absolute;
  right: 0;
  width: 2.4rem; }

.theme__delete___D1IEl:hover .theme__deleteIcon___2TvWA {
  background: #9e9e9e; }

.theme__deleteIcon___2TvWA {
  background: #bdbdbd;
  border-radius: 2.4rem;
  vertical-align: top; }

.theme__deleteIcon___2TvWA .theme__deleteX___Ls6-I {
  fill: transparent;
  stroke: #fff;
  stroke-width: 0.4rem; }

.theme__input___1yXfP {
  padding: 2rem 0;
  position: relative; }

.theme__input___1yXfP.theme__withIcon___bfDQB {
  margin-left: 1.8rem; }

.theme__icon___1HHjY {
  color: #9f9f9f;
  display: block;
  font-size: 1.4rem !important;
  height: 1.8rem;
  left: -1.8rem;
  line-height: 1.8rem !important;
  position: absolute;
  text-align: center;
  top: 1.6rem;
  -webkit-transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.8rem; }

.theme__inputElement___1BoPP {
  background-color: transparent;
  border-bottom: 1px solid #dadada;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #212121;
  display: block;
  font-size: 1.6rem;
  outline: none;
  padding: 0 14px;
  width: 100%; }

.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]) ~ .theme__bar___2F2oX:after,
.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]) ~ .theme__bar___2F2oX:before {
  width: 50%; }

.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]) ~ .theme__label___3yyeZ:not(.theme__fixed___1L76a) {
  color: #ffab40; }

.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]) ~ .theme__label___3yyeZ > .theme__required___1aIUp {
  color: #de3226; }

.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]) ~ .theme__hint___1YAhP {
  display: block;
  opacity: 1; }

.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]) ~ .theme__icon___1HHjY {
  color: #ffab40; }

.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]).theme__filled___1rybK ~ .theme__hint___1YAhP {
  opacity: 0; }

.theme__inputElement___1BoPP.theme__filled___1rybK ~ .theme__label___3yyeZ:not(.theme__fixed___1L76a),
.theme__inputElement___1BoPP:focus:not([disabled]):not([readonly]) ~ .theme__label___3yyeZ:not(.theme__fixed___1L76a),
.theme__inputElement___1BoPP[type=date] ~ .theme__label___3yyeZ:not(.theme__fixed___1L76a),
.theme__inputElement___1BoPP[type=time] ~ .theme__label___3yyeZ:not(.theme__fixed___1L76a) {
  font-size: 1.2rem;
  top: .6rem; }

.theme__inputElement___1BoPP.theme__filled___1rybK ~ .theme__hint___1YAhP,
.theme__inputElement___1BoPP.theme__filled___1rybK ~ .theme__label___3yyeZ.theme__fixed___1L76a {
  display: none; }

.theme__label___3yyeZ {
  color: #9f9f9f;
  font-size: 1.6rem;
  left: 0;
  line-height: 1.6rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 90%;
  top: 35%;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: top, font-size, color;
  transition-property: top, font-size, color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.theme__label___3yyeZ.theme__fixed___1L76a ~ .theme__hint___1YAhP {
  display: none; }

.theme__hint___1YAhP {
  color: #9f9f9f;
  font-size: 1.6rem;
  left: 0;
  line-height: 1.6rem;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: calc(2rem + 1.5 * $input-field-padding);
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.theme__bar___2F2oX {
  display: block;
  position: relative;
  width: 100%; }

.theme__bar___2F2oX:after,
.theme__bar___2F2oX:before {
  background-color: #ffab40;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0; }

.theme__bar___2F2oX:before {
  left: 50%; }

.theme__bar___2F2oX:after {
  right: 50%; }

.theme__counter___3pcgq,
.theme__error___u9Ohd {
  color: #de3226;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-bottom: -1rem; }

.theme__counter___3pcgq {
  color: #9f9f9f;
  position: absolute;
  right: 0; }

.theme__disabled___2jvIq > .theme__inputElement___1BoPP {
  border-bottom-style: dotted;
  color: #dadada; }

.theme__errored___3Vf3J {
  padding-bottom: 0; }

.theme__errored___3Vf3J > .theme__inputElement___1BoPP {
  border-bottom-color: #de3226;
  margin-top: 1px; }

.theme__errored___3Vf3J > .theme__counter___3pcgq,
.theme__errored___3Vf3J > .theme__label___3yyeZ,
.theme__errored___3Vf3J > .theme__label___3yyeZ > .theme__required___1aIUp {
  color: #de3226; }

.theme__hidden___UVvDP {
  display: none; }

.theme__autocomplete___2IP9j {
  position: relative; }

.theme__autocomplete___2IP9j.theme__focus___2VMA2 .theme__suggestions___3TItO {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  max-height: 45vh;
  visibility: visible; }

.theme__values___1qsAU {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.theme__value___2pw09 {
  margin: .25rem .5rem .25rem 0; }

.theme__suggestions___3TItO {
  background-color: #fff;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: max-height, box-shadow;
  transition-property: max-height, box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
  z-index: 100; }

.theme__suggestions___3TItO:not(.theme__up___LzBV4) {
  margin-top: -2rem; }

.theme__suggestions___3TItO.theme__up___LzBV4 {
  bottom: 0; }

.theme__suggestions___3TItO::-webkit-scrollbar {
  height: 0;
  width: 0; }

.theme__suggestion___XOmY7 {
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1rem; }

.theme__suggestion___XOmY7.theme__active___15XKX {
  background-color: #eee; }

.theme__input___7XFS0 {
  position: relative; }

.theme__input___7XFS0:after {
  border-left: 0.71429rem solid transparent;
  border-right: 0.71429rem solid transparent;
  border-top: 0.71429rem solid #dadada;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: .8rem;
  top: 50%;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0; }

.cardGroup__cardGroup___3l6VC {
  position: absolute;
  white-space: nowrap;
  top: 6.8rem;
  left: 0;
  right: 0; }
  @media (min-width: 1024px) {
    .cardGroup__cardGroup___3l6VC {
      top: 13.8rem; } }

.cardGroup__cardGroup___3l6VC .cardGroup__accordClosed___28-Ev:last-child {
  display: none; }

.cardGroup__cardGroup___3l6VC .cardGroup__accordion___vAoNR {
  font-size: 1.5rem;
  color: #696969;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-color: #999;
  border-style: dotted;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 2px 15px;
  font-weight: 300;
  cursor: pointer; }

.cardGroup__cardGroup___3l6VC .cardGroup__statistics___27ZbM {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  opacity: 1; }

.cardGroup__cardGroup___3l6VC .cardGroup__statistics___27ZbM.cardGroup__show___iJ2eP {
  opacity: 1;
  max-height: 1000px; }

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