@charset "UTF-8";
@font-face {
  font-family: "GenosGFG";
  src: url("fonts/genogfg/GenosGFG-Bold.woff2") format("woff2"), url("fonts/genogfg/GenosGFG-Bold.woff") format("woff"), url("fonts/genogfg/GenosGFG-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG";
  src: url("fonts/genogfg/GenosGFG-Regular.woff2") format("woff2"), url("fonts/genogfg/GenosGFG-Regular.woff") format("woff"), url("fonts/genogfg/GenosGFG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "GenosGFG", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #7D7D7D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.column, .columns {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  min-width: 0;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "GenosGFG", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0066b3;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #7D7D7D;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.875rem;
  }
  h4, .h4 {
    font-size: 1.6875rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #0066b3;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 87.72, 153.94);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #7D7D7D;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #7D7D7D;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #636363;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #636363;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #CCCCCC;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #636363;
  border-radius: 4px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #636363;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #636363;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #7D7D7D;
  background-color: #CCCCCC;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #636363;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #7D7D7D;
  background-color: #CCCCCC;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #636363;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #636363;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.3em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #0066b3;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: rgb(0, 86.7, 152.15);
  color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0066b3;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(0, 81.6, 143.2);
  color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #CCCCCC;
  color: #636363;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(163.2, 163.2, 163.2);
  color: #636363;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #ABDE27;
  color: #636363;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(138.3614457831, 181.1277108434, 27.6722891566);
  color: #636363;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #C2063B;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(155.2, 4.8, 47.2);
  color: #fff;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #C2063B;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(155.2, 4.8, 47.2);
  color: #fff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #0066b3;
  color: #0066b3;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(0, 51, 89.5);
  color: rgb(0, 51, 89.5);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #0066b3;
  color: #0066b3;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(0, 51, 89.5);
  color: rgb(0, 51, 89.5);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #666666;
  color: #666666;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #ABDE27;
  color: #ABDE27;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(86.4759036145, 113.2048192771, 17.2951807229);
  color: rgb(86.4759036145, 113.2048192771, 17.2951807229);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #C2063B;
  color: #C2063B;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(97, 3, 29.5);
  color: rgb(97, 3, 29.5);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #C2063B;
  color: #C2063B;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(97, 3, 29.5);
  color: rgb(97, 3, 29.5);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0066b3;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(0, 51, 89.5);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0066b3;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(0, 51, 89.5);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #CCCCCC;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #666666;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #ABDE27;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(86.4759036145, 113.2048192771, 17.2951807229);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #C2063B;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(97, 3, 29.5);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #C2063B;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(97, 3, 29.5);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #0066b3;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0066b3;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #CCCCCC;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #ABDE27;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #C2063B;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #C2063B;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(99, 99, 99, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #CCCCCC;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #636363;
  background-color: #fff;
  box-shadow: 0 0 5px #7D7D7D;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #CCCCCC;
  cursor: default;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 4px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #CCCCCC;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #636363;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #636363;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 4px 4px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #7D7D7D;
  background: #CCCCCC;
  color: #636363;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #7D7D7D;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #CCCCCC;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2899, 99, 99%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #636363;
  background-color: #fff;
  box-shadow: 0 0 5px #7D7D7D;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #CCCCCC;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #C2063B;
  background-color: rgb(248.9, 230.1, 235.4);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #C2063B;
}

.is-invalid-label {
  color: #C2063B;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #C2063B;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #CCCCCC;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fff, #0066b3);
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 4px 4px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #CCCCCC;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-bottom: 0;
  background-color: #fff;
  color: foreground(#fff, #0066b3);
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0066b3 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0066b3 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #636363;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #7D7D7D;
}
.breadcrumbs a {
  color: #0066b3;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #7D7D7D;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: 0px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 0px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 0px);
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 0px);
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 0px);
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 0px);
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 0px);
  margin-right: 0px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #0066b3;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(0, 81.6, 143.2);
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #CCCCCC;
  color: #636363;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(163.2, 163.2, 163.2);
  color: #636363;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #ABDE27;
  color: #636363;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(138.3614457831, 181.1277108434, 27.6722891566);
  color: #636363;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #C2063B;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(155.2, 4.8, 47.2);
  color: #fff;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #C2063B;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(155.2, 4.8, 47.2);
  color: #fff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #0066b3;
  color: #0066b3;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(0, 51, 89.5);
  color: rgb(0, 51, 89.5);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #0066b3;
  color: #0066b3;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(0, 51, 89.5);
  color: rgb(0, 51, 89.5);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #666666;
  color: #666666;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #ABDE27;
  color: #ABDE27;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(86.4759036145, 113.2048192771, 17.2951807229);
  color: rgb(86.4759036145, 113.2048192771, 17.2951807229);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #C2063B;
  color: #C2063B;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(97, 3, 29.5);
  color: rgb(97, 3, 29.5);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #C2063B;
  color: #C2063B;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(97, 3, 29.5);
  color: rgb(97, 3, 29.5);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #0066b3;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(0, 51, 89.5);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #0066b3;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(0, 51, 89.5);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #CCCCCC;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #666666;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #ABDE27;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(86.4759036145, 113.2048192771, 17.2951807229);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #C2063B;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(97, 3, 29.5);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #C2063B;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(97, 3, 29.5);
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: 0px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 0px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 0px);
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 0px);
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 0px);
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 0px);
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 0px);
  margin-right: 0px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  background-color: white;
  color: #7D7D7D;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(99, 99, 99, 0.25);
  border-radius: 4px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(205.35, 233.6421787709, 255);
  color: #7D7D7D;
}
.callout.secondary {
  background-color: rgb(247.35, 247.35, 247.35);
  color: #7D7D7D;
}
.callout.success {
  background-color: rgb(242.4, 250.05, 222.6);
  color: #7D7D7D;
}
.callout.warning {
  background-color: rgb(253.605, 209.895, 222.2175);
  color: #7D7D7D;
}
.callout.alert {
  background-color: rgb(253.605, 209.895, 222.2175);
  color: #7D7D7D;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: #0066b3;
  color: #fff;
}
.menu .active > a {
  background: #0066b3;
  color: #fff;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #7D7D7D;
  box-shadow: 0 7px 0 #7D7D7D, 0 14px 0 #7D7D7D;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #636363;
  box-shadow: 0 7px 0 #636363, 0 14px 0 #636363;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #636363;
  box-shadow: 0 7px 0 #636363, 0 14px 0 #636363;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0066b3;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0066b3;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0066b3 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0066b3 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #7D7D7D;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0066b3 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #0066b3;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0066b3 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0066b3;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0066b3 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0066b3 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0066b3;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0066b3 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0066b3 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0066b3;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #7D7D7D;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0066b3 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0066b3;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #CCCCCC;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(99, 99, 99, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #CCCCCC;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(99, 99, 99, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .position-left {
    width: 250px;
    transform: translateX(-250px);
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px);
  }
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(99, 99, 99, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .position-right {
    width: 250px;
    transform: translateX(250px);
  }
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(99, 99, 99, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(99, 99, 99, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(99, 99, 99, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(99, 99, 99, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  z-index: 10;
  padding: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(99, 99, 99, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #7D7D7D;
}
.orbit-bullets button:hover {
  background-color: #636363;
}
.orbit-bullets button.is-active {
  background-color: #636363;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #636363;
}
.pagination a:hover,
.pagination button:hover {
  background: #CCCCCC;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #0066b3;
  color: foreground(#0066b3);
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #7D7D7D;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #636363;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #7D7D7D;
}
.progress.primary .progress-meter {
  background-color: #0066b3;
}
.progress.secondary .progress-meter {
  background-color: #CCCCCC;
}
.progress.success .progress-meter {
  background-color: #ABDE27;
}
.progress.warning .progress-meter {
  background-color: #C2063B;
}
.progress.alert .progress-meter {
  background-color: #C2063B;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0066b3;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #CCCCCC;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #7D7D7D;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #0066b3;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(0, 86.7, 152.15);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(99, 99, 99, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #7D7D7D;
  border-radius: 4px;
  background-color: #fff;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 62.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 62.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #7D7D7D;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #0066b3;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(112.5, 112.5, 112.5);
}
input:focus-visible ~ .switch-paddle::after {
  background: #fff;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(0, 86.7, 152.15);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #7D7D7D;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #7D7D7D;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #fff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #CCCCCC;
  background: #fff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #0066b3;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(0, 111.430726257, 195.55);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #0066b3;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: rgb(0, 87.72, 153.94);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #CCCCCC;
  color: #0066b3;
}

.tabs-content {
  border: 1px solid #CCCCCC;
  border-top: 0;
  background: #fff;
  color: foreground(#fff, #0066b3);
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #CCCCCC;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(99, 99, 99, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 102, 179, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #636363;
  color: #fff;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #636363;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #636363;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #636363;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #636363 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #636363;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #636363 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #CCCCCC;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

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

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Material Icons v4.0.0- https://github.com/google/material-design-icons
 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../instance/general/fonts/material/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../instance/general/fonts/material/MaterialIcons-Regular.woff2) format("woff2"), url(../instance/general/fonts/material/MaterialIcons-Regular.woff) format("woff"), url(../instance/general/fonts/material/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../instance/general/fonts/material/MaterialIconsOutlined-Regular.eot); /* For IE6-8 */
  src: local("Material Icons Outlined"), local("MaterialIconsOutlined-Regular"), url(../instance/general/fonts/material/MaterialIconsOutlined-Regular.woff2) format("woff2"), url(../instance/general/fonts/material/MaterialIconsOutlined-Regular.woff) format("woff"), url(../instance/general/fonts/material/MaterialIconsOutlined-Regular.ttf) format("truetype");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url(../instance/general/fonts/material/MaterialIconsRound-Regular.eot); /* For IE6-8 */
  src: local("Material Icons Round"), local("MaterialIconsRound-Regular"), url(../instance/general/fonts/material/MaterialIconsRound-Regular.woff2) format("woff2"), url(../instance/general/fonts/material/MaterialIconsRound-Regular.woff) format("woff"), url(../instance/general/fonts/material/MaterialIconsRound-Regular.ttf) format("truetype");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  src: url(../instance/general/fonts/material/MaterialIconsSharp-Regular.eot); /* For IE6-8 */
  src: local("Material Icons Sharp"), local("MaterialIconsSharp-Regular"), url(../instance/general/fonts/material/MaterialIconsSharp-Regular.woff2) format("woff2"), url(../instance/general/fonts/material/MaterialIconsSharp-Regular.woff) format("woff"), url(../instance/general/fonts/material/MaterialIconsSharp-Regular.ttf) format("truetype");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  src: url(../instance/general/fonts/material/MaterialIconsTwoTone-Regular.eot); /* For IE6-8 */
  src: local("Material Icons Two Tone"), local("MaterialIconsTwoTone-Regular"), url(../instance/general/fonts/material/MaterialIconsTwoTone-Regular.woff2) format("woff2"), url(../instance/general/fonts/material/MaterialIconsTwoTone-Regular.woff) format("woff"), url(../instance/general/fonts/material/MaterialIconsTwoTone-Regular.ttf) format("truetype");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*
 Styles die für alle Prozessfolien verwendet werden
*/
/* @topLine: Fixierte Leiste oben */
.topLine {
  align-self: flex-start;
  margin: auto;
}

/* @bottomLine: Fixierte Leiste unten */
.bottomLine {
  align-self: flex-end;
  margin: auto;
}

/* @bottomLine.fixed Fussleiste fixieren  */
.bottomLine.fixed {
  width: 98%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.small-6.columns.padright {
  padding-left: 0;
  padding-right: 1.25rem;
}

.small-5-5.columns {
  width: 45.8%;
  flex: 0 0 45.8%;
  max-width: 45.8%;
}

.small-1-5.columns {
  width: 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* @autoGrow: Element vergrößert sich automatisch (Zentrale Elemente) */
.autoGrow {
  /*flex-grow:2;*/
  flex: 1 1 auto;
}

/* Globale Helferklassen */
.hidden, .hide {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.linkhand, .pointer {
  cursor: pointer;
}

.centered {
  text-align: center;
}

.textalignleft {
  text-align: left !important;
}

.textalignright {
  text-align: right !important;
}

.alignselfcenter {
  align-self: center;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.stretch {
  flex: 1 1 auto;
}

.imgmaxwidthnone {
  max-width: none;
}

.flexbox {
  display: flex;
}

.flexdir_row {
  flex-direction: row;
}

.flexdir_column {
  flex-direction: column;
}

.justifycenter {
  justify-content: center;
}

.justifyspacebetween {
  justify-content: space-between;
}

.justifyend {
  justify-content: flex-end !important;
}

.aligncontentcenter {
  align-content: center;
}

.alignitemscenter {
  align-items: center;
}

.containerBox-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerBox-between {
  display: flex;
  justify-content: space-between;
}

.container-box,
.containerBox-around {
  display: flex;
  justify-content: space-around;
}

.boldfont {
  font-weight: bold;
}

.spacer10 {
  width: 100%;
  height: 10px;
}

.spacer20 {
  width: 100%;
  height: 20px;
}

.spacer25 {
  width: 100%;
  height: 25px;
}

.spacer30 {
  width: 100%;
  height: 30px;
}

.spacer40 {
  width: 100%;
  height: 40px;
}

.spacer50 {
  width: 100%;
  height: 50px;
}

.spacer100 {
  width: 100%;
  height: 100px;
}

.margintop1 {
  margin-top: 1px;
}

.margintop2 {
  margin-top: 2px;
}

.margintop3 {
  margin-top: 3px;
}

.margintop4 {
  margin-top: 4px;
}

.margintop5 {
  margin-top: 5px;
}

.margintop6 {
  margin-top: 6px;
}

.margintop7 {
  margin-top: 7px;
}

.margintop8 {
  margin-top: 8px;
}

.margintop9 {
  margin-top: 9px;
}

.margintop10 {
  margin-top: 10px;
}

.margintop15 {
  margin-top: 15px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop25 {
  margin-top: 25px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop35 {
  margin-top: 35px;
}

.margintop40 {
  margin-top: 40px;
}

.margintop45 {
  margin-top: 45px;
}

.margintop50 {
  margin-top: 50px;
}

.marginright1 {
  margin-right: 1px;
}

.marginright2 {
  margin-right: 2px;
}

.marginright3 {
  margin-right: 3px;
}

.marginright4 {
  margin-right: 4px;
}

.marginright5 {
  margin-right: 5px;
}

.marginright6 {
  margin-right: 6px;
}

.marginright7 {
  margin-right: 7px;
}

.marginright8 {
  margin-right: 8px;
}

.marginright9 {
  margin-right: 9px;
}

.marginright10 {
  margin-right: 10px;
}

.marginright15 {
  margin-right: 15px;
}

.marginright20 {
  margin-right: 20px;
}

.marginright25 {
  margin-right: 25px;
}

.marginright30 {
  margin-right: 30px;
}

.marginright35 {
  margin-right: 35px;
}

.marginright40 {
  margin-right: 40px;
}

.marginright45 {
  margin-right: 45px;
}

.marginright50 {
  margin-right: 50px;
}

.marginbottom1 {
  margin-bottom: 1px;
}

.marginbottom2 {
  margin-bottom: 2px;
}

.marginbottom3 {
  margin-bottom: 3px;
}

.marginbottom4 {
  margin-bottom: 4px;
}

.marginbottom5 {
  margin-bottom: 5px;
}

.marginbottom6 {
  margin-bottom: 6px;
}

.marginbottom7 {
  margin-bottom: 7px;
}

.marginbottom8 {
  margin-bottom: 8px;
}

.marginbottom9 {
  margin-bottom: 9px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom15 {
  margin-bottom: 15px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom25 {
  margin-bottom: 25px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.marginbottom35 {
  margin-bottom: 35px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.marginbottom45 {
  margin-bottom: 45px;
}

.marginbottom50 {
  margin-bottom: 50px;
}

.marginleft1 {
  margin-left: 1px;
}

.marginleft2 {
  margin-left: 2px;
}

.marginleft3 {
  margin-left: 3px;
}

.marginleft4 {
  margin-left: 4px;
}

.marginleft5 {
  margin-left: 5px;
}

.marginleft6 {
  margin-left: 6px;
}

.marginleft7 {
  margin-left: 7px;
}

.marginleft8 {
  margin-left: 8px;
}

.marginleft9 {
  margin-left: 9px;
}

.marginleft10 {
  margin-left: 10px;
}

.marginleft15 {
  margin-left: 15px;
}

.marginleft20 {
  margin-left: 20px;
}

.marginleft25 {
  margin-left: 25px;
}

.marginleft30 {
  margin-left: 30px;
}

.marginleft35 {
  margin-left: 35px;
}

.marginleft40 {
  margin-left: 40px;
}

.marginleft45 {
  margin-left: 45px;
}

.marginleft50 {
  margin-left: 50px;
}

.boldfont {
  font-weight: bold;
}

.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.noborder {
  border: 0 !important;
  box-shadow: none !important;
}

/* Helferklassen Ende */
.printPage-a4 {
  width: 18cm;
  height: 25cm;
  page-break-after: always;
  page-break-inside: avoid;
  float: none !important;
}

.printContainer {
  background-color: white;
}
.printContainer .printPage-a4 {
  clear: left;
}

@media screen {
  .printPage-a4 {
    border: 1px solid #ccc;
    margin-left: 1rem;
    margin-top: 0.5rem;
    padding: 12.5mm;
    box-sizing: content-box;
  }
  * {
    box-sizing: border-box;
  }
}
.bzm-date-picker .datepicker .picker.disabled:hover, .bzm-date-picker .datepicker .picker:not(.disabled):hover {
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.operation-template {
  overflow-x: hidden;
}

.animation-container {
  position: relative;
}

.state-animation {
  position: absolute;
  width: 100%;
}

.printableBackground {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

div.printableBackground {
  width: 100%;
  height: 1px;
}

/* main ui-view f. animation
TODO checken ob das hier hin gehört
*/
.main {
  overflow-x: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.main.ng-enter .processpage {
  animation-name: fadeInRight;
}
.main.ng-leave .processpage {
  display: none;
}

.shrinked .processpage {
  transform: scale(0.5);
  transform-origin: top center;
}

input[type=radio]:not(old) + label.radiobutton-input-label {
  font-size: 18px;
  color: rgb(125, 125, 125);
}

select[size] {
  height: auto;
}
select[size] option {
  padding: 0.25em;
}
select[size] option:nth-child(odd) {
  background-color: #f3f3f3;
}

[ng-if=debug] pre {
  max-height: 300px;
  border: 1px solid #ccc;
}

[ng-if=debug] .row {
  max-width: 100%;
}

/* QRCode zum besseren Übertragen auf Mobilgeräte */
.qrcode {
  position: absolute;
  top: 5px;
  left: 5px;
}

@media screen and (max-width: 1024px) {
  .qrcode {
    display: none;
    visibility: visible;
  }
}
/*
 * BZM-Datepicker for Foundation
 *
 * Author: Fulup Ar Foll
 * Date  : March-2015
 * Object: SASS stylesheet, customized to Foundation
 *
 * Original project https://github.com/eternicode/bootstrap-datepicker updated by  Peter Beno
 *      Peter Beno, najlepsiwebdesigner$gmail.com, $benopeter
 *      project website http://foundation-datepicker.peterbeno.com
 *    Original author 2012 Stefan Petre
 *    Improvements by Andrew Rowls
 *    Licensed under the Apache License v2.0
 *    http://www.apache.org/licenses/LICENSE-2.0
 */
.bzm-date-picker .datepicker .picker.disabled:hover, .bzm-date-picker .datepicker .picker:not(.disabled):hover {
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.bzm-iconified {
  display: inline-block;
}

.bzm-date-picker label, .bzm-date-picker input {
  width: inherit;
}
.bzm-date-picker .date-display {
  display: table;
  width: inherit;
}
.bzm-date-picker .icon-label-input {
  float: right;
}
.bzm-date-picker .date-input[readonly] {
  background-color: inherit;
  height: auto;
}
.bzm-date-picker .date-input-hidden {
  display: none;
  visibility: hidden;
}
.bzm-date-picker .datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
}
.bzm-date-picker .datepicker-inline {
  width: 220px;
}
.bzm-date-picker .datepicker-dropdown {
  top: 0;
  left: 0;
}
.bzm-date-picker .datepicker-dropdown-before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bzm-date-picker .datepicker-dropdown-after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -6px;
  left: 7px;
}
.bzm-date-picker .datepicker > div {
  display: block;
}
.bzm-date-picker .datepicker-days div.datepicker-days {
  display: block;
}
.bzm-date-picker .datepicker-months div.datepicker-months {
  display: block;
}
.bzm-date-picker .datepicker-years div.datepicker-years {
  display: block;
}
.bzm-date-picker .datepicker table {
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.8);
}
.bzm-date-picker .datepicker th, .bzm-date-picker .datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  font-size: 12px;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 5px;
}
.bzm-date-picker .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.bzm-date-picker .datepicker .date-switch {
  width: 145px;
}
.bzm-date-picker .datepicker .date-switch:hover, .bzm-date-picker .datepicker .prev:hover, .bzm-date-picker .datepicker .next:hover {
  background-color: rgba(150, 180, 150, 0.4);
}
.bzm-date-picker .datepicker thead {
  cursor: pointer;
}
.bzm-date-picker .datepicker .picker {
  border-radius: 5px;
}
.bzm-date-picker .datepicker .picker:not(.disabled):hover {
  border-color: rgba(154, 205, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(154, 205, 50, 0.6);
  background-color: rgba(154, 205, 50, 0.2);
}
.bzm-date-picker .datepicker .picker.disabled:hover {
  border-color: rgba(154, 17, 69, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(154, 17, 69, 0.6);
  background-color: rgba(154, 17, 69, 0.2);
  color: rgb(154, 17, 69);
}
.bzm-date-picker .datepicker .picker.old, .bzm-date-picker .datepicker .picker.new {
  color: #999999;
}
.bzm-date-picker .datepicker .picker.disabled {
  color: wheat;
}
.bzm-date-picker .datepicker .picker.today {
  color: #0000ff;
  background-color: rgba(82, 168, 236, 0.5);
}
.bzm-date-picker .datepicker .picker.active {
  color: #0000ff;
  background-color: rgba(100, 100, 100, 0.2);
}
.bzm-date-picker .datepicker-close {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 15px;
  height: 30px;
  padding: 0px;
  display: none;
}

.save-error {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  padding: 10px;
  padding-bottom: 45px;
  position: relative;
}
.save-error h3, .save-error h4 {
  color: red;
  text-align: center;
}
.save-error h4 {
  cursor: pointer;
}
.save-error button#xsderrorclose {
  margin-left: -10px;
}

.sync-client-clickcatcher {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vH;
  z-index: 1000;
  background-color: unset;
}

.widget-form-ranking > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.widget-form-ranking > div .item-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  cursor: move;
}
.widget-form-ranking > div .item-row .index {
  font-size: 150%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e7f7f4;
}

/* Diese Datei ist für alle, nicht nur für den der das Theme gebaut hat */
.nopaddingleft {
  padding-left: 0px;
}

.nopaddingright {
  padding-right: 0px;
}

/* @backdrops: Positionierung der Backdrop Bilder zum einfachen Positionieren */
.backdrops {
  background-repeat: no-repeat;
  background-position: center -80px;
}

/* @primarybutton: Grüner Button */
button.primarybutton {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 14px 4px;
  height: 2.375rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 45px;
  background: #999999 url("img/ui/weissesdreieck.png") no-repeat right 50%;
}

button.primarybutton em {
  font-size: 0.875rem;
  font-style: normal;
}

button.primarybutton:hover {
  text-decoration: underline;
}

button.primarybutton.ohneecke {
  background: #0066B3;
  border-radius: 4px 4px 4px 4px;
}

button.modal-closer {
  width: 100%;
}

button.atbottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  margin: 0;
  bottom: 0;
  height: 34px;
}

.toolbarBottom, .ovdialog.reveal.toolbarBottom {
  padding-bottom: 40px;
}

/* @emphContent: Hervorgehobener Text */
.emphContent {
  font-size: 1.8rem;
  color: #333;
}

/* @biggerContent: Inhaltstext größer */
.biggerContent {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.bigLabel {
  font-size: 1.8rem;
  color: #0066b3;
  line-height: 3rem;
  margin-bottom: 5px;
}

.button-group {
  /* Achtung Farbschema ist umgekehrt */
  margin-bottom: 1.8rem;
}
.button-group .button {
  background-color: #fff;
  border: 1px solid #8b8b8b;
  color: #8b8b8b;
  min-width: 100px;
  border-radius: 0;
  padding: 0.3rem 0.5rem;
  font-size: 1.25rem;
}
.button-group .button.hollow {
  border-color: #0066b3;
  background-color: #0066b3;
  color: #fff;
}
.button-group .button:not(:last-child) {
  border-right: none;
}
.button-group .button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.button-group .button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* @borderedBox-left Box mit Rahmenlinie links */
.borderedBox-left {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  border-left: 3.5px solid #0066b3;
  /*  So eigentlich nicht... */
}
.borderedBox-left :last-child {
  position: relative;
  top: 0.3em;
}

.containerBox-between {
  display: flex;
  justify-content: space-between;
}

.containerBox-around {
  display: flex;
  justify-content: space-around;
}

/* @markenwerte: Box Layout für 4 Marken */
.markenwerte {
  width: 100%;
}
.markenwerte [class*=box-] {
  width: 200px;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  color: white;
  /*margin-right:1rem;*/
  text-align: center;
  display: flex;
  flex-direction: column;
}
.markenwerte .marken-title {
  color: white;
  line-height: 59px;
  font-size: 26px;
  text-align: center;
  height: 47px;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  flex-direction: row;
}
.markenwerte .marken-text {
  color: white;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  flex-direction: column;
}
.markenwerte .container-box {
  display: flex;
  justify-content: space-around;
}
.markenwerte .box-green {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_gruen.svg") repeat scroll 0 0;
}
.markenwerte .box-green:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_gruen_hover.svg") repeat scroll 0 0;
}
.markenwerte .box-braun {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_braun.svg") repeat scroll 0 0;
}
.markenwerte .box-braun:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_braun_hover.svg") repeat scroll 0 0;
}
.markenwerte .box-blau {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_blau.svg") repeat scroll 0 0;
}
.markenwerte .box-blau:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_blau_hover.svg") repeat scroll 0 0;
}
.markenwerte .box-pink {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_pink.svg") repeat scroll 0 0;
}
.markenwerte .box-pink:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_pink_hover.svg") repeat scroll 0 0;
}

.eigeneausgaben .subheadline.row.row {
  display: flex;
  width: 100%;
}
.eigeneausgaben .subheadline .wert {
  color: #0066b3;
  font-size: 36px;
}
.eigeneausgaben .subheadline .text {
  color: #0066b3;
  font-size: 18px;
}
.eigeneausgaben .flex-button-group {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.eigeneausgaben .bigLabel {
  font-size: 18px;
  margin-top: -10px;
}
.fahrplan-wichtig .preselection {
  border-bottom: 1px solid #EDEDED;
}

/* @vorbereitung: Box Layout für 2 Radios */
.vorbereitung {
  /* Radios Debeka's */
  /* Radios BBBank */
}
.vorbereitung [class*=radio-] {
  width: 188px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 100%;
  color: white;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}
.vorbereitung .container-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 450px;
}
.vorbereitung .radio-debeka {
  cursor: pointer;
  background: url("img/ui/btn_debeka_soft.png") no-repeat 50% 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.vorbereitung .radio-debeka:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.vorbereitung .radio-debeka.active {
  background: url("img/ui/btn_debeka.png") no-repeat 50% 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.vorbereitung .radio-bbbank {
  cursor: pointer;
  background: url("img/ui/btn_bbbank_soft.png") no-repeat 50% 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.vorbereitung .radio-bbbank.active {
  background: url("img/ui/btn_bbbank.png") no-repeat 50% 0;
}
.vorbereitung .radio-bbbank:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.vorbereitung .radio-bbbank.active {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.vorbereitung .radiobutton-input {
  /*height: 122px;*/
  /*margin-top: 80px;*/
  /*opacity: 1;*/
  height: 126px;
  cursor: pointer;
}
.vorbereitung .radiobutton-label {
  display: none;
}

.button.dropdown::after {
  display: none;
}

.input-group-button .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 2.5rem;
  line-height: 2rem;
}

.input-group-field.buttonSize {
  height: 2rem;
}

.noborder {
  border: 0 !important;
  box-shadow: none !important;
}

.noborder:active {
  border: 0;
  box-shadow: none;
}

.xxlarge-number {
  height: 8rem;
  text-align: center;
  font-size: 8rem;
  line-height: 8rem;
  color: #0066b3;
  margin: 0px;
  padding: 0px;
}

.input-number-plus-minus button {
  text-align: center;
  font-size: 5rem;
  color: #0066b3;
}
.input-number-plus-minus .bigLabel {
  margin-top: -20px;
}
.input-number-plus-minus.inline {
  display: inline-block;
  margin: 0 0.25rem;
}
.input-number-plus-minus.inline button {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-size: 100%;
}
.input-number-plus-minus.inline button:hover {
  background-position: 0 -27px;
}
.input-number-plus-minus.inline .bigLabel {
  margin-top: -20px;
}
.input-number-plus-minus.inline div {
  display: inline-block;
}
.input-number-plus-minus.inline label {
  display: none;
}
.input-number-plus-minus.inline .input {
  text-align: center;
}
.input-number-plus-minus.inline input {
  width: 1.5rem;
  height: auto;
  margin: 0;
  padding: 0 0.25rem;
  border: 0;
  text-align: center;
  font-weight: bold;
  color: inherit;
}

.sub-nav-main .sub-nav-nav {
  margin-top: 20px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 1rem;
  justify-content: space-around;
}
.sub-nav-main .sub-nav-navbutton {
  min-height: 4rem;
  text-align: center;
  padding: 0.2rem 0.5rem;
  color: #DFDFDF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub-nav-main .sub-nav-navbutton.active {
  color: #0066b3;
  border-bottom: 4px solid #0066b3;
}
.sub-nav-main .sub-nav-allchildren {
  position: relative;
  min-height: 28rem;
}
.sub-nav-main .child-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 28rem;
}

/* Anpassungen Timepicker > Spin-Komponenten */
.dateTimePicker .dateinput, .dateTimePicker .timeinput {
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column-reverse; /* Hochzaehl-Schalter nach oben */
  justify-content: space-between;
}
.dateTimePicker input {
  color: #0066b3;
  text-align: center;
  margin: 0;
  padding: 0.2rem;
  height: auto;
  font-size: 18px;
}
.dateTimePicker .dateinput input {
  width: 6rem;
}
.dateTimePicker .timeinput input {
  width: 2rem;
}
.dateTimePicker .button-increment, .dateTimePicker .button-decrement {
  height: 1.5rem;
  text-align: center;
}
.dateTimePicker .button-increment button, .dateTimePicker .button-decrement button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-position: center center;
}
.dateTimePicker .button-increment button:hover, .dateTimePicker .button-decrement button:hover {
  background-position: center center;
}
.dateTimePicker .button-increment button {
  background-image: url("img/ui/bt_dreieck_oben.svg");
}
.dateTimePicker .button-increment button:hover {
  background-image: url("img/ui/bt_dreieck_oben_hover.svg");
}
.dateTimePicker .button-decrement button {
  background-image: url("img/ui/bt_dreieck_unten.svg");
}
.dateTimePicker .button-decrement button:hover {
  background-image: url("img/ui/bt_dreieck_unten_hover.svg");
}
.dateTimePicker .calendar-prev, .dateTimePicker .calendar-next {
  width: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
.dateTimePicker .calendar-prev {
  background-image: url("img/ui/bt_dreieck_links.svg");
}
.dateTimePicker .calendar-next {
  background-image: url("img/ui/bt_dreieck_rechts.svg");
}
.dateTimePicker .calendar-line > a,
.dateTimePicker .calendar-head > div {
  width: 14%;
  text-align: center;
}
.dateTimePicker .calendar-head {
  font-size: 0.8rem;
  color: #CCCCCC;
}
.dateTimePicker .calendar-line {
  line-height: 1.2rem;
}
.dateTimePicker .calendar-line a span {
  width: 100%;
  display: inline-block;
  padding: 1px 0;
  border-radius: 3px;
  color: #CCCCCC;
}
.dateTimePicker .calendar-line a span.currentMonth {
  color: #636363;
}
.dateTimePicker .calendar-line a span.currentDay {
  background-color: #CCCCCC;
}
.dateTimePicker .calendar-line a span:hover {
  color: white;
  background-color: #0066b3;
}
.dateTimePicker .calendar-line a span:hover .currentMonth {
  color: white;
}
.dateTimePicker .timetext {
  color: #e4e4e4;
}

.grid-frame, .grid-block, .grid-block > .ng-scope {
  height: 100%;
}

.ovdialog .customrow {
  display: flex;
  margin-left: 60px;
}

.ovdialog .dateinputfield {
  font-size: 20px;
  width: 47%;
}

.ovdialog .selectrow .checkbox + .content .dateinputfield {
  color: #858585;
}

.ovdialog .selectrow .checkbox.aktiv + .content .dateinputfield {
  color: #0066b3;
}

.ovdialog .timeinputfield {
  font-size: 20px;
  width: 16%;
}

.ovdialog .selectrow .checkbox + .content .timeinputfield {
  color: #858585;
}

.ovdialog .selectrow .checkbox.aktiv + .content .timeinputfield {
  color: #0066b3;
}

.ovdialog .selectrow .content .subcontent {
  display: flex;
  justify-content: space-around;
}

.ovdialog .selectrow .content .timetext {
  color: #e4e4e4;
  line-height: 42px;
  font-size: 14px;
}

.ovdialog .selectrow .content .timetext:hover {
  text-decoration: none;
}

.switcher-buttons-horizontal {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: space-around;
}

.switcher-buttons-horizontal .switcher-button {
  width: 156px;
  height: 165px;
  background: url("img/ui/bt_wichtig.png") no-repeat 0 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.switcher-buttons-horizontal .switcher-button.active {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.switcher-buttons-horizontal .switcher-button:hover {
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.switcher-buttons-horizontal .switcher-button .image {
  display: flex;
  flex: 0 0 auto;
  width: 156px;
  height: 108px;
}

.switcher-buttons-horizontal .switcher-button .titel {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 40px;
  font-size: 15px;
  line-height: 17px;
  padding-right: 5px;
  padding-left: 5px;
  color: #555;
  text-align: center;
}

.switcher-buttons-horizontal .switcher-button.active .titel {
  color: #0066b3;
  font-weight: bold;
}

.was-ist-wichtig .switcher-buttons-horizontal .switcher-button:first-child {
  border-right: 1px solid #DDD;
  width: 166px;
}

.dinsiegellinks {
  width: 80px;
  height: 78px;
  margin-top: -30px;
}

.finanzhaus .zeile .subergebnis {
  align-items: center;
  color: #0066b3;
  display: flex;
  flex: 1 1 auto;
  font-size: 16px;
  height: 100%;
  padding-left: 40px;
}

.finanzhaus .subzeile {
  display: flex;
  flex-direction: row;
  height: 28px;
  margin: 0;
}

.simpleDatepicker select {
  width: auto;
}

.checkbox-input {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.checkbox-input div.checkbox {
  width: 50px;
  height: 24px;
}

.checkbox-input div.checkbox label {
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  z-index: -20;
}

.checkbox-input div.checkbox input {
  height: 24px;
  width: 24px;
}

.checkbox-input div.input {
  flex-grow: 1;
}

.checkbox-input div.input input {
  margin: 0;
}

.notice-button {
  position: fixed;
  bottom: 0;
  left: 30%;
}

.inputwidget input {
  display: inline-block;
}

.wasistwichtig .child-widget-container {
  width: 100%;
}
.wasistwichtig .inputcontainer {
  width: 550px;
  margin: auto;
  margin-top: 30px;
}
.wasistwichtig .inputcontainer .checkbox-input {
  margin: 10px 0;
}
.wasistwichtig .inputcontainer .checkbox-input div.input input:disabled {
  background-color: white;
}
.wasistwichtig .inputcontainer .checkbox-input div.input input.checked {
  background-color: #0066b3;
  color: white;
}
.wasistwichtig .inputcontainer .neues-thema {
  margin-top: 15px;
  width: 100%;
  padding-left: 10px;
}
.wasistwichtig .inputcontainer .row {
  margin: 0;
}
.wasistwichtig .inputcontainer.small {
  margin: 0;
}
.wasistwichtig .inputcontainer.small .checkbox-input {
  margin: 5px 0;
}
.wasistwichtig .inputcontainer.small .checkbox-input div.input input.checked {
  background-color: white;
  color: #0066b3;
  border: none;
  font-size: 18px;
  box-shadow: none;
  cursor: default;
}

.menu-clickcatcher {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: 0.7;
  z-index: 1;
}

.main-menu {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 17rem;
  height: 200rem;
  border-left: 1px solid #DFDFDF;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.main-menu .closebutton {
  margin: 10px 0 0 0;
  width: 100%;
  background-position: right top;
}
.main-menu .closebutton:hover {
  width: 100%;
  background-position: right top;
}
.main-menu ul {
  margin-left: 0;
}
.main-menu li {
  list-style-type: none;
}
.main-menu li a {
  display: block;
  width: 100%;
  padding-left: 1rem;
  color: #7D7D7D;
  border-left: 2px solid white;
}
.main-menu li a.disabled {
  color: #CCCCCC;
  cursor: not-allowed;
}
.main-menu li a:hover {
  border-left: 2px solid #0066b3;
  color: #0066b3;
}
.main-menu li a.disabled:hover {
  border-left: 2px solid #CCCCCC;
  color: #CCCCCC;
}

.errormarker {
  border: 1px solid #C2063B;
}

.ovdialog.validationerror div:nth-child(1) h3 {
  border: none;
}
.ovdialog.validationerror h2 {
  color: #C2063B;
  font-size: 1.5rem;
}
.ovdialog.validationerror h3 {
  color: #0066b3;
  font-size: inherit;
  font-weight: bold;
  text-align: left;
  margin: 0 1rem;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
}
.ovdialog.validationerror p {
  color: #636363;
  margin: 0 1rem;
}

.hasError .button-group button,
.hasError .input-group input {
  border-color: red;
}

/*
* Korrekturen zur Druckansicht
*/
.button.printButton {
  padding: 8px 8px 8px 30px;
  position: fixed;
  margin: 1rem;
  font-weight: bold;
  background-image: url("img/ui/bt_printer.svg");
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 22px 22px;
  box-shadow: 0 0 10px 8px #ffe;
  z-index: 10;
  font-size: 1.1rem;
}

.printPage-a4 h1, .printPage-a4 h2, .printPage-a4 h3, .printPage-a4 h4, .printPage-a4 h5, .printPage-a4 h6 {
  text-align: left;
}
.printPage-a4 h3 {
  font-size: 1.5rem;
}
.printPage-a4 h4 {
  font-size: 1rem;
  font-family: "GenosGFG";
}
.printPage-a4 h5 {
  font-size: 1rem;
  color: #7D7D7D;
}
.printPage-a4 h6 {
  font-size: 0.9rem;
  font-family: "GenosGFG";
  color: #0066b3;
}
.printPage-a4 .agenda .page {
  align-items: left;
}
.printPage-a4 .agenda .agendacontent {
  background: none;
}
.printPage-a4 .agenda .agendazeile > div {
  border-bottom-width: 1px;
  padding-bottom: 5px; /*argh, Mischung aus margin und padding... */
  margin-top: 5px;
}
.printPage-a4 .agenda .agendazeile .dynitem, .printPage-a4 .agenda .agendazeile .titel {
  font-size: 1rem;
  line-height: normal;
}
.printPage-a4 .agenda .agendazeile .dyncontentbox {
  align-items: flex-start;
  padding-left: 0;
  margin-left: 1.5rem;
}
.printPage-a4 .agenda .agendazeile .dynitem.dauer {
  font-size: 1rem;
}
.printPage-a4 .agenda .agendazeile .dynitem.dauer span {
  font-size: 2.1rem;
  margin-top: -10px;
}
.printPage-a4 .agenda .agendazeile .titel {
  width: 30%;
}
.printPage-a4 .vorstellung .page {
  align-items: left;
}
.printPage-a4 .vorstellung .vorstellungcontent {
  background: none;
}
.printPage-a4 .percbar {
  border-bottom-width: 6px;
  margin: 0.5rem 0;
}
.printPage-a4 .percbar .percbarvalue {
  border-bottom-width: 6px;
}
.printPage-a4 .waswaerewenntabelle {
  background: none;
  flex-wrap: nowrap;
}
.printPage-a4 .waswaerewenntabelle .spalte {
  width: auto;
  /*fix print phantomjs*/
  float: left;
}
.printPage-a4 .waswaerewenntabelle .spalte.angaben {
  width: auto;
  min-width: 90px;
  max-width: 100px;
}
.printPage-a4 .waswaerewenntabelle .spalte.ueberschriften {
  width: auto;
  min-width: 90px;
  max-width: 115px;
}
.printPage-a4 .waswaerewenntabelle .spalte .headline {
  line-height: normal;
  font-size: 0.7rem;
  padding: 0.1rem;
  background: none;
  border-bottom: 2px solid #CCCCCC;
  height: 48px;
}
.printPage-a4 .waswaerewenntabelle .spalte .titelzeile {
  line-height: normal;
  font-size: 0.8rem;
  height: 48px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.printPage-a4 .waswaerewenntabelle .spalte .content {
  line-height: normal;
  font-size: 1.2rem;
  height: 48px;
}
.printPage-a4 .waswaerewenntabelle .spalte .content .result, .printPage-a4 .waswaerewenntabelle .spalte .content .result.nochnichts,
.printPage-a4 .waswaerewenntabelle .spalte .content .result.ohnedetails, .printPage-a4 .waswaerewenntabelle .spalte .content .result.mitangabe {
  font-size: 0.9rem;
  padding-left: 0;
  background: none;
}
.printPage-a4 .empfehlungen .zeilen {
  background: none;
}
.printPage-a4 .empfehlungen .zeile {
  width: 100%;
  height: 45px;
}
.printPage-a4 .empfehlungen .zeile * {
  cursor: default;
}
.printPage-a4 .empfehlungen .zeile img {
  max-height: 25px;
}
.printPage-a4 .empfehlungen .zeile.schmal {
  height: 32px;
}
.printPage-a4 .empfehlungen .zeile .titel {
  width: 32%;
  height: 100%;
  font-size: 1rem;
}
.printPage-a4 .empfehlungen .zeile .titel .dinsiegellinks {
  height: 45px;
  width: 45px;
  background-size: 45px;
  margin-top: -8px;
}
.printPage-a4 .empfehlungen .zeile .todo {
  width: 20%;
}
.printPage-a4 .empfehlungen .zeile .todo > *, .printPage-a4 .empfehlungen .zeile .todo .auswahltreffen {
  width: 100px;
  height: 30px;
  font-size: 0.6rem;
  line-height: normal;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  color: inherit;
}
.printPage-a4 .empfehlungen .zeile .todo > * .termintitel, .printPage-a4 .empfehlungen .zeile .todo > * .terminvalue, .printPage-a4 .empfehlungen .zeile .todo .auswahltreffen .termintitel, .printPage-a4 .empfehlungen .zeile .todo .auswahltreffen .terminvalue {
  font-size: 0.6rem;
  padding: 0;
  height: auto;
  border: none;
  color: inherit;
  display: block;
  line-height: normal;
  background-color: transparent;
}
.printPage-a4 .empfehlungen .zeile .todo > * .termintitel em, .printPage-a4 .empfehlungen .zeile .todo > * .terminvalue em, .printPage-a4 .empfehlungen .zeile .todo .auswahltreffen .termintitel em, .printPage-a4 .empfehlungen .zeile .todo .auswahltreffen .terminvalue em {
  font-size: 0.6rem;
}
.printPage-a4 .empfehlungen .zeile .todo > * .terminvalue, .printPage-a4 .empfehlungen .zeile .todo .auswahltreffen .terminvalue {
  color: #0066b3;
}
.printPage-a4 .empfehlungen .zeile .todo > * .zeitraum, .printPage-a4 .empfehlungen .zeile .todo .auswahltreffen .zeitraum {
  color: inherit;
}
.printPage-a4 .empfehlungen .zeile .todo .auswahltreffen span {
  visibility: hidden;
}
.printPage-a4 .empfehlungen .zeile .todo .auswahltreffen:after {
  content: "Noch kein Termin ausgewählt";
  display: block;
  background-color: white;
  margin-top: -23px;
  height: 30px;
  width: 90%;
  height: 90%;
  color: #CCCCCC;
}
.printPage-a4 .empfehlungen .zeile .ergebnis, .printPage-a4 .empfehlungen .zeile .subergebnis {
  width: 50%;
  font-size: 1rem;
}
.printPage-a4 .empfehlungen .minizeile {
  font-size: 0.7rem;
  width: auto;
  line-height: normal;
}
.printPage-a4 .empfehlungen .rotessternchen {
  font-size: 1.1rem;
}
.printPage-a4 .finanzhaus {
  padding: 0;
}
.printPage-a4 .finanzhaus .zeilen {
  background: none;
  width: 100%;
}
.printPage-a4 .finanzhaus .zeile .titel {
  width: 50%;
  padding: 0;
  font-size: 1rem;
  background: none;
  position: relative;
}
.printPage-a4 .finanzhaus .zeile .titel:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 35%;
  width: 16px;
  height: 16px;
  border: 1px solid #CCCCCC;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
.printPage-a4 .finanzhaus .zeile .ergebnis .luecke {
  font-size: 0.9rem;
}
.printPage-a4 .finanzhaus .zeile .ergebnis .aktion {
  font-size: 0.75rem;
}
.printPage-a4 .finanzhaus .zeile .ergebnis .ampel {
  width: 16px;
  height: 16px;
}
.printPage-a4 .grauerkommentar, .printPage-a4 .empfehlungen .kommentar, .printPage-a4 .disclaimer {
  font-size: 0.75rem;
  padding-top: 0;
}
.printPage-a4 .blocktitel, .printPage-a4 .agenda .agendazeile .titel, .agenda .agendazeile .printPage-a4 .titel {
  font-size: 1rem;
  line-height: normal;
  border-bottom-width: 1px;
  padding-bottom: 5px;
  margin-top: 5px;
}
.printPage-a4 .blocktitel.smaller, .printPage-a4 .agenda .agendazeile .smaller.titel, .agenda .agendazeile .printPage-a4 .smaller.titel {
  font-size: 0.85rem;
}
.printPage-a4 .blocktitel.plain, .printPage-a4 .agenda .agendazeile .plain.titel, .agenda .agendazeile .printPage-a4 .plain.titel {
  border-bottom-color: transparent;
}
.printPage-a4 .blockitem {
  padding-left: 0;
}

@media screen {
  .main {
    overflow-x: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main.ng-scope {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .pagewrapper {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    margin-top: 85px;
    margin-bottom: 92px;
  }
  .pagewrapperFahrplannav {
    margin-bottom: 132px;
  }
}
@media print {
  /*  .page-break {
      display: block;
      page-break-after: always;
      break-after: always;
    }
     .druckansicht{
      width: 700px;
      border: 1px solid pink;
    }
    div {
      float: none !important;
      position: static !important;
      display: inline;
      box-sizing: content-box !important;
    }
  */
}
.waswaerewenntabelle {
  display: flex;
  color: #0066b3;
  background-color: rgb(255, 255, 255);
}

.waswaerewenntabelle .spalte {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 155px;
}

.waswaerewenntabelle .spalte div {
  align-items: center;
}

.waswaerewenntabelle .spalte.angaben {
  flex: 0 0;
  min-width: 130px;
}

.waswaerewenntabelle .spalte.ueberschriften {
  flex: 1 1;
  display: flex;
  text-align: left;
  justify-content: center;
  vertical-align: middle;
}

.waswaerewenntabelle .spalte .headline {
  height: 96px;
  display: flex;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 17px;
  line-height: 24px;
  background-color: #F4F4F4;
  border-bottom: 10px solid white;
}

.waswaerewenntabelle .spalte .content {
  height: 83px;
  display: flex;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 36px;
}

.waswaerewenntabelle .spalte .titelzeile {
  height: 83px;
  display: flex;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 24px;
  flex-wrap: wrap;
  align-content: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.waswaerewenntabelle .spalte .headline .borderbox {
  border-right: 1px solid #DFDFDF;
  width: 100%;
}

.waswaerewenntabelle .spalte .titelzeile em {
  font-style: normal;
}

.waswaerewenntabelle .spalte .content em {
  font-size: 16px;
  margin-top: 8px;
  margin-left: 3px;
  font-style: normal;
}

.waswaerewenntabelle .fett {
  font-weight: bold;
}

.negative,
.waswaerewenntabelle .rot {
  color: #C2063B;
}

.waswaerewenntabelle .trennlinie {
  height: 4px;
  background-color: #E5E5E5;
}

.waswaerewenntabelle .content {
  border-right: 1px solid #DFDFDF;
}

.waswaerewenntabelle .noborder .content {
  border-right: none;
}

.waswaerewenntabelle .spalte .content .result {
  text-align: left;
  cursor: pointer;
}

.waswaerewenntabelle .spalte .content .result:hover {
  text-decoration: underline;
}

.waswaerewenntabelle .spalte .content .result.mitangabe {
  background: url("img/ui/radio_bt_mini_checked.png") no-repeat 0 50%;
  padding-left: 28px;
  padding-top: 7px;
  min-height: 40px;
  display: flex;
  align-content: center;
  line-height: 40px;
}

.waswaerewenntabelle .spalte .content .result.ohnedetails {
  background: url("img/ui/radio_bt_mini_checked.png") no-repeat 0 50%;
  padding-left: 28px;
  min-height: 40px;
  display: flex;
  align-content: center;
  font-size: 18px;
  line-height: 20px;
  color: #CCCCCC;
}

.waswaerewenntabelle .spalte .content .result.nochnichts {
  background: url("img/ui/radio_bt_mini_empty.png") no-repeat 0 50%;
  padding-left: 28px;
  min-height: 40px;
  display: flex;
  align-content: center;
  font-size: 18px;
  line-height: 40px;
  color: #CCCCCC;
}

.waswaerewenntabelle .sternchen {
  color: #CCCCCC;
  font-size: 16px;
  margin-top: -16px;
}

.ovdialog {
  /*position: absolute;*/
  left: 300px;
  top: 200px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.ovdialog.mini {
  width: 322px;
}

.ovdialog .headline {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #0066b3;
}

.ovdialog .selectrow {
  margin-left: 60px;
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  cursor: pointer;
}

.ovdialog .selectrow .labelline {
  margin-bottom: 8px;
  font-size: 16px;
  color: #636363;
}

.ovdialog .selectrow input:checked + label {
  color: #0066b3;
}

.ovdialog .selectrow label:hover {
  text-decoration: underline;
}

/* Ness. ? */
.ovdialog .selectrow .checkbox {
  width: 28px;
  height: 28px;
  background: url("img/ui/skin_selectbox_midi.png") no-repeat 0 0;
  margin-right: 5px;
}

.ovdialog .selectrow .checkbox.aktiv {
  background-position: 0 -38px;
}

.ovdialog .selectrow .checkbox.aktiv + .content {
  color: #0066b3;
}

.ovdialog .selectrow .content {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}

.ovdialog .selectrow:last-child .content {
  border: none;
}

.ovdialog .euroinputfield {
  text-align: right;
  font-size: 20px;
  width: 50%;
  margin-left: 35px;
}

.ovdialog .zeitraumselect {
  display: block;
  width: 60%;
  margin-left: 35px;
  height: auto;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.ovdialog .selectrow .checkbox + .content .euroinputfield {
  color: #858585;
}

.ovdialog .selectrow .checkbox.aktiv + .content .euroinputfield {
  color: #0066b3;
}

.ovdialog .closebuttonrow {
  margin-top: 10px;
  background-color: #0066b3;
  border-radius: 0px 0px 4px 4px;
  height: 34px;
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.ovdialog .closebuttonrow:hover {
  text-decoration: underline;
}

.ovdialog.reveal {
  padding: 0;
}

.reveal {
  border: none;
}

.reveal.autowidth {
  max-width: 940px;
  width: auto;
}

.reveal.toTop {
  top: 15px;
}

.fullovdialog {
  position: absolute;
  background-color: rgba(0, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.vergleichdialog {
  justify-content: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  width: 100%;
  /*
   height: 735px;
  width: 730px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.30);
  border-radius: 4px;
  */
}

.vergleichdialog .closebutton {
  margin-right: 20px;
  margin-top: 20px;
}

.vergleichdialog .row {
  margin: 0px;
  padding: 0px;
  justify-content: center;
  padding-bottom: 0.3rem;
}

.vergleichdialog .greybackground {
  background-color: #F4F4F4;
  height: 350px;
}

.vergleichdialog .greybackground h5 {
  font-size: 24px;
  color: #636363;
  padding-top: 25px;
}

.vergleichdialog .greybackground h5.einzeiler {
  line-height: 63px;
}

.vergleichdialog h1 {
  font-size: 35px;
}

.vergleichdialog .titel {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #0066b3;
  line-height: 1.3rem;
}

.vergleichdialog .kugel {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin-right: 18px;
  border-radius: 100%;
  background-color: #0066b3;
}

.vergleichdialog .kugel.farbe1 {
  background-color: #0066b3;
  opacity: 1;
}

.vergleichdialog .kugel.farbe2 {
  background-color: #267cdb;
  opacity: 0.75;
}

.vergleichdialog .kugel.farbe3 {
  background-color: #83afd6;
  opacity: 0.5;
}

.vergleichdialog .kugel.farbe4 {
  background-color: #aecce4;
  opacity: 0.3;
}

.vergleichdialog .kugel.farbe5 {
  background-color: #aeecf3;
  opacity: 1;
}

.vergleichdialog .wert {
  font-size: 20px;
  color: #0066b3;
  letter-spacing: 1px;
}

.vergleichdialog .wert em {
  margin-right: 5px;
  font-size: 15px;
  font-style: normal;
}

.vergleichdialog .wert .klammer {
  color: #6497C5;
  font-size: 18px;
}

.vergleichdialog .wert .klammer em {
  font-size: 12px;
  font-style: normal;
  margin-right: 0px;
  margin-left: 2px;
}

h1.mitsiegel {
  display: flex;
  justify-content: center;
  text-align: center;
}

.dinsiegelrechts {
  width: 80px;
  height: 78px;
  margin-top: -30px;
  margin-left: 20px;
}

.finanzhaus {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.finanzhaus .dach {
  height: 143px;
  width: 980px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  background: url("img/ui/finanzhaus_dach.png") no-repeat 50% 50%;
}

.finanzhaus .dach .oben {
  height: 93px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.finanzhaus .dach .oben .haustitel {
  margin: 0px;
  padding: 0px;
  background: url("img/ui/chevron_rechts_weiss.png") no-repeat 100% 50%;
  padding-right: 20px;
  cursor: pointer;
}

.finanzhaus .dach .oben .haustitel:hover {
  text-decoration: underline;
}

.finanzhaus .dach .unten {
  color: white;
  display: flex;
  flex-direction: row;
  height: 49px;
}

.finanzhaus .dach .unten div {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  line-height: 30px;
  font-size: 18px;
}

.finanzhaus .dach .unten .navilinks {
  justify-content: flex-start;
  padding-left: 20px;
  width: 350px;
  flex: 0 0 auto;
}

.finanzhaus .dach .unten .navimitte {
  justify-content: flex-start;
  padding-left: 56px;
}

.finanzhaus .dach .unten .navirechts {
  width: 190px;
  flex: 0 0 auto;
  line-height: 20px;
  font-size: 14px;
}

.finanzhaus .zeilen {
  width: 980px;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  background: url("img/ui/finanzhauswaende.png") no-repeat 0 0;
}

.finanzhaus .zeile {
  margin: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.finanzhaus .zeile .titel {
  width: 350px;
  height: 56px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  font-weight: bold;
  font-size: 22px;
  color: #0066b3;
  line-height: 22px;
  padding-top: 4px;
  cursor: pointer;
  background: url("img/ui/finanzhaus_chevron_rechts.png") no-repeat 97% 50%;
}

.finanzhaus .zeile .titel:hover {
  text-decoration: underline;
}

.finanzhaus .zeile .titel em {
  font-style: normal;
  font-size: 16px;
}

.finanzhaus .zeile .ergebnis {
  display: flex;
  flex: 1 1 auto;
  font-size: 20px;
  color: #0066b3;
  align-items: center;
  height: 100%;
  padding-left: 15px;
}
.finanzhaus .zeile .ergebnis .aktion {
  font-size: 13px;
  color: #999;
  line-height: 12px;
}
.finanzhaus .zeile .ergebnis .luecke {
  font-size: 18px;
}
.finanzhaus .zeile .ergebnis .luecke, .finanzhaus .zeile .ergebnis .aktion {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  align-items: center;
  cursor: pointer;
}
.finanzhaus .zeile .ergebnis .luecke em, .finanzhaus .zeile .ergebnis .aktion em {
  font-style: normal;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 4px;
}
.finanzhaus .zeile .ergebnis .luecke:hover, .finanzhaus .zeile .ergebnis .aktion:hover {
  text-decoration: underline;
}
.finanzhaus .zeile .ergebnis .ampel {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.finanzhaus .zeile .ergebnis .ampel.orange {
  background-color: #FF9D00;
}
.finanzhaus .zeile .ergebnis .ampel.gruen {
  background-color: #ABDE27;
}
.finanzhaus .zeile .ergebnis .ampel.gelb {
  background-color: #EDE21C;
}
.finanzhaus .zeile .ergebnis .ampel.rot {
  background-color: #FF0000;
}

.finanzhaus .zeile.trennlinie {
  width: 100%;
  height: 6px;
  background: url("img/ui/finanzhaus_trennlinie.png") no-repeat 0 0;
}

.finanzhaus .zeile.abschluss {
  width: 100%;
  height: 8px;
  background: url("img/ui/finanzhaus_abschluss.png") no-repeat 0 0;
}

.todo {
  display: flex;
  flex: 0 0 auto;
  width: 180px;
  justify-content: center;
}

.todo:hover {
  text-decoration: underline;
}

.todo .indiesemtermin {
  background-color: #ABDE27;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  padding-top: 3px;
  margin: 3px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.todo .termin {
  background-color: #0066b3;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 17px;
  padding: 0px;
  padding-top: 1x;
  margin: 3px;
  color: #8B8B8B;
  cursor: pointer;
  border-radius: 4px;
}

.todo .termin .termintitel {
  color: white;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  padding: 6px;
  display: flex;
  flex: 0 0 auto;
  height: 24px;
}

.todo .termin .terminvalue {
  font-size: 14px;
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  line-height: 16px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  border: 2px solid #0066b3;
  font-weight: bold;
}

.todo .termin .terminvalue em {
  font-style: normal;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 2px;
}

.todo .auswahltreffen {
  border: 1px solid #DFDFDF;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  padding-top: 3px;
  margin: 3px;
  color: #8B8B8B;
  cursor: pointer;
  border-radius: 4px;
  word-break: break;
}

.aktuellnicht {
  background-color: #C2063B;
  color: white;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  padding-top: 3px;
  margin: 3px;
  cursor: pointer;
  border-radius: 4px;
  word-break: break;
  height: 50px;
}

.empfehlungen {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.empfehlungen .rotessternchen {
  color: #f60;
  font-size: 28px;
}

.empfehlungen .zeilen {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  background: url("img/ui/empfehlungen_back.png") repeat-y 50% 0;
  align-items: center;
  padding-bottom: 10px;
}

.empfehlungen .zeile {
  width: 980px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  height: 66px;
  border-bottom: 1px solid #DFDFDF;
}

.empfehlungen .minizeile {
  height: 20px;
  text-align: right;
  justify-content: flex-end;
  display: flex;
  flex: 1 1 auto;
  width: 980px;
  font-size: 12px;
  color: #8B8B8B;
}

.empfehlungen .zeile.schmal {
  height: 55px;
}

.empfehlungen .zeile .titel {
  width: 290px;
  height: 66px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 0px;
  font-weight: bold;
  font-size: 20px;
  color: #0066b3;
  line-height: 22px;
  padding-top: 4px;
  cursor: pointer;
  text-align: left;
  align-items: center;
}

.debeka_empfehlungen {
  height: 27px;
  align-self: center;
}

.empfehlungen .zeile .subergebnis {
  display: flex;
  flex: 1 1 auto;
  padding-left: 60px;
  align-items: center;
  font-size: 18px;
  color: #636363;
}

.empfehlungen .zeile .subergebnis:hover {
  color: #0066b3;
  text-decoration: underline;
}

.empfehlungen .zeile .titel.unterlegung {
  border-bottom: 3px solid #0066b3;
}

.empfehlungen .zeile .titel:hover {
  text-decoration: underline;
}

.empfehlungen .zeile .titel em {
  font-style: normal;
  font-size: 16px;
}

.empfehlungen .zeile .ergebnis .ampel {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.empfehlungen .zeile .ergebnis p {
  display: flex;
  flex: 1 1 auto;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 15px;
  height: 100%;
  align-items: center;
  cursor: pointer;
}

.empfehlungen .zeile .ergebnis p:hover {
  text-decoration: underline;
}

.empfehlungen .zeile .ergebnis p em {
  font-style: normal;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 4px;
}

.empfehlungen .zeile .ergebnis {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  font-size: 18px;
  color: #636363;
  cursor: pointer;
  line-height: 22px;
}

.empfehlungen .zeile .ergebnis:hover {
  color: #0066b3;
}

.finanzhaus .todo {
  justify-content: center;
}

.todo {
  display: flex;
  flex: 0 0 auto;
  width: 180px;
  justify-content: flex-end;
  align-items: center;
}
.todo:hover {
  text-decoration: underline;
}
.todo .indiesemtermin {
  background-color: #ABDE27;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  padding-top: 3px;
  margin: 3px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  height: 50px;
}
.todo .termin {
  background-color: #0066b3;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 17px;
  padding: 0px;
  height: 50px;
  padding-top: 1x;
  margin: 3px;
  color: #8B8B8B;
  cursor: pointer;
  border-radius: 4px;
}
.todo .termin .zeitraum {
  background-color: none;
  color: white;
}
.todo .termin .termintitel {
  color: white;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  padding: 6px;
  display: flex;
  flex: 0 0 auto;
  height: 24px;
}
.todo .termin .terminvalue {
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex: 1 1 auto;
  font-size: 14px;
  width: 100%;
  line-height: 16px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  border: 2px solid #0066b3;
  font-weight: bold;
}
.todo .termin .terminvalue em {
  font-style: normal;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 2px;
}

.vertiefungsnav .todo .termin {
  width: 160px;
}

.empfehlungen .zeile .todo .auswahltreffen {
  border: 1px solid #DFDFDF;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  padding-top: 3px;
  margin: 3px;
  color: #8B8B8B;
  cursor: pointer;
  border-radius: 4px;
  height: 50px;
}

.empfehlungen .kommentar {
  padding: 20px;
  font-size: 18px;
  color: #f60;
}

.empfehlungen .kommentar em {
  font-size: 22px;
  font-style: normal;
}

.sub-nav-horizontal {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.sub-nav-horizontal .sub-nav-nav {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: space-around;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton {
  width: 156px;
  height: 165px;
  background: url("img/ui/bt_wichtig.png") no-repeat 0 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton:first-child {
  border-right: 1px solid #DDD;
  width: 166px;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton.active {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton:hover {
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton .image {
  display: flex;
  flex: 0 0 auto;
  width: 156px;
  height: 108px;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton .titel {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 40px;
  font-size: 15px;
  line-height: 17px;
  padding-right: 5px;
  padding-left: 5px;
  color: #555;
  text-align: center;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton.active .titel {
  color: #0066b3;
  font-weight: bold;
}

.sub-nav-horizontal .sub-nav-allchildren {
  position: relative;
  min-height: 28rem;
}

.sub-nav-horizontal .child-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 28rem;
  width: 100%;
}

.percbar {
  background-color: #cccccc;
  width: 100%;
  height: 4px;
}

.percbar .percbarvalue {
  width: 75%;
  height: 100%;
  background-color: #0066b3;
}

.wichtiguebersicht .zeilenblock {
  text-align: left;
  line-height: 30px;
}

.wichtiguebersicht .zeilenblock .headline {
  margin-top: 10px;
  font-size: 18px;
  color: #636363;
  text-align: left;
}

.wichtiguebersicht .zeilenblock .platzhalter {
  font-size: 16px;
  color: #CCCCCC;
  text-align: left;
  padding-left: 60px;
  padding-right: 30px;
  display: inline-block;
  background: url("img/ui/chevron_rechts_grau_agendanavi.svg") no-repeat 98% 50%;
}

.wichtiguebersicht .zeilenblock .platzhalter a {
  font-size: 16px;
  color: #CCCCCC;
}

.wichtiguebersicht .zeilenblock .platzhalter a:hover {
  color: #0066b3;
  text-decoration: underline;
}

.wichtiguebersicht .zeilenblock .selectline {
  text-align: left;
  margin-top: 8px;
  margin-left: 20px;
  cursor: pointer;
  overflow: hidden;
  padding-left: 10px;
}

.wichtiguebersicht .zeilenblock .selectline input {
  cursor: pointer;
}

.wichtiguebersicht .zeilenblock .selectline input[type=radio]:not(old):checked:hover + label {
  background-position: 0 -80px;
  border: 1px solid pink;
}

.menuverticalheadline {
  margin-top: 14px;
  font-size: 22px;
}

.menu.vertical > li {
  white-space: normal;
  text-align: left;
}

.menu.vertical > li:last-child {
  border: none;
}

.menu.vertical > li:hover {
  background-color: #0066b3;
}

.menu.vertical > li a {
  line-height: 22px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 18px;
  color: #858585;
}

.menu.vertical > li a:hover {
  color: white;
}

.dropdown-pane {
  border: none;
  padding: 0px;
}

.vertiefungsseite h2 {
  font-size: 46px;
}

.h3 {
  font-size: 40px;
  color: #0066b3;
}

.zitat {
  font-size: 22px;
  color: #404040;
  line-height: 42px;
}

.zitatquelle {
  font-size: 20px;
  color: #B1B1B1;
  line-height: 34px;
}

.fullgreyrow {
  background: #FAFAFA;
}

.vertiefungsseite .subcopy {
  font-size: 20px;
  color: #404040;
  line-height: 35px;
  text-align: center;
}

.vertiefungsseite .textalignright {
  text-align: right;
}

.vertiefungsseite .hvrechner {
  flex-direction: column;
  align-items: center;
}

.vertiefungsseite .hvrechner input {
  height: 31px;
  margin: 0px;
}

.vertiefungsseite .hvrechner .trennzeile {
  height: 6px;
  background: #D8D8D8;
  margin-bottom: 18px;
}

.vertiefungsseite .hvrechnerzeile {
  height: 40px;
  font-size: 18px;
  color: #0066b3;
  font-weight: bold;
}

.vertiefungsseite .hvrechnerzeile.ergebnis {
  font-size: 22px;
}

/* ---- Uebersichtsseite WAS IST IHNEN WICHTIG ----*/
.wunsch-columns {
  margin-left: 10px !important;
}

.wunsch-columns-horizontal {
  display: flex !important;
  flex: 1 1 auto;
  justify-content: space-around;
  margin-left: 10px !important;
}

.wunsch-columns-horizontal .wunsch-column {
  width: 156px;
  display: flex;
  flex-direction: column;
}

.wunsch-headline {
  text-align: center !important;
  height: 50px;
}

.wunschselected-box, .wunschunselected-box {
  font-size: 0.75rem;
  padding: 3px;
  width: 156px; /* fuer den IE */
}

.wunschselected-box .wunschselected-item, .wunschunselected-box .wunschunselected-item {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  padding: 5px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 4px;
  margin-top: 7px;
}

.wunschunselected-item a {
  color: #7D7D7D !important;
}

.wunschunselected-item a:hover {
  color: #0066b3 !important;
}

/* --------- Optionale Felder "Was ist Ihnen wichtig" */
/* ------------- Anzeige: ----------------- */
.wunsch-options-summary {
  padding: 10px;
  width: 156px;
  /*background: #f6f6f6;*/
  font-size: 0.75rem;
}

.wunsch-options-summary .summary-header0 {
  font-weight: bold;
  color: #0066b3;
  margin-bottom: 8px;
}

.wunsch-options-summary .summary-item {
  margin-bottom: 5px;
}

.wunsch-options-summary .summary-header {
  font-weight: bold;
}

.wunsch-options-summary .summary-content {
  font-weight: normal;
  color: #0066b3;
  margin-left: 15px;
}

/* ------------- Eingaben: ----------------- */
.optionscontainer {
  width: 550px;
  margin: auto;
  padding-left: 40px;
  padding-top: 0px;
}

.optionscontainer .optionssubcontainer {
  margin-bottom: 20px !important;
}

.optionscontainer .optionssubcontainer .wert {
  font-size: 1.5rem !important;
  padding-top: 8px;
}

.optionscontainer .optionssubcontainer .optionssubcontainer-header {
  margin-bottom: 10px !important;
}

/* ---- Uebersichtsseite WAS IST IHNEN WICHTIG / Ende ----*/
.dyncontentbox-edit {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 10px;
  margin-right: 20px;
  align-items: center;
  padding-left: 20px;
  width: 100%;
}

/* ------------------------------------------------------------------
Seite "Datenqualitaet"
--------------------------------------------------------------------- */
/* Header-Zeile */
.datenqualitaet-header-zeile .datenqualitaet-header-label {
  background: #fff;
  color: #0066b3;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}

/* Datenzeile */
.datenqualitaet-zeile .dqlabel {
  color: #666;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.datenqualitaet-zeile .dqsublabel {
  display: flex;
  align-items: center;
}
.datenqualitaet-zeile .dqsublabel:before {
  content: "» ";
  color: #0066b3;
}
.datenqualitaet-zeile .dqvaluebox {
  display: flex;
}

/* ------ Tooltip-Box --------------- */
.tooltip-wrapper {
  min-width: 300px;
  min-height: 150px;
  background-color: #fff;
  border: 1px solid #0066b3;
  border-radius: 10px;
}

.op-widget-popup {
  z-index: 1000;
}

.tooltip-inline-wrapper {
  padding: 20px;
}

.tooltip-content-wrapper {
  font-size: 0.8rem;
  color: #5f5f5f;
  line-height: 120%;
}

.tooltip-content-wrapper .tttitle {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 22px;
  color: #0066b3;
}

.tooltip-content-wrapper .ttsubtitle {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #0066b3;
}

.tooltip-content-wrapper .ttcontent {
  margin-top: 20px;
  font-size: 0.9rem;
}

.tooltip-content-wrapper .ttitem {
  display: flex;
  min-height: 35px;
  padding: 5px;
  align-items: center;
}

.tooltip-content-wrapper .ttitem .ttiteminit {
  height: 14px;
  width: 14px;
  background: #0066b3;
  border-radius: 7px;
}

.tooltip-content-wrapper .ttitem .ttiteminitcustomtopic {
  /*
  height: 14px;
  width: 14px;
  background: #C2063B;
  border-radius: 7px;
  */
}

.tooltip-content-wrapper .ttitem .ttitemtext {
  padding-left: 5px;
  align-items: center;
}

.tooltip-content-wrapper .ttitem .ttitemtext .ttcustomtopic {
  color: #C2063B;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel .owl-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.owl-carousel .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: 8px;
}

.owl-carousel .owl-dot.active {
  background-color: #0066b3;
  border: 1px solid #0066b3;
}

.finanzhausneck {
  /* Blaue Zeile mit Unterpunkten */
}
.finanzhausneck .dach {
  height: 81px;
  background-image: url("../../../../../userfiles/_default/haus_dach.png");
  display: flex;
  justify-content: center;
  width: 980px;
  flex-direction: row;
  padding-top: 28px;
}
.finanzhausneck .dach .dachminilink {
  color: white;
  height: 53px;
  padding-top: 11px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
}
.finanzhausneck .dach .dachminilink:hover {
  color: white;
  text-decoration: underline;
}
.finanzhausneck .dach .dachminilink.aktiv {
  color: #0066B3;
  background-color: white;
}
.finanzhausneck .dachminipagescontainer {
  background-color: #9E9E9E;
  width: 980px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.finanzhausneck .dachtrennlinie {
  width: 1px;
  border-right: 1px solid white;
  height: 25px;
  margin-top: 10px;
}
.finanzhausneck .zeileminilinks {
  background-color: #0066B3;
  display: flex;
  width: 980px;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.finanzhausneck .minilink {
  display: flex;
  flex: 1 1;
  color: white;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  height: 84px;
  align-items: center;
  line-height: 18px;
  cursor: pointer;
}
.finanzhausneck .minilink:hover {
  text-decoration: underline;
}
.finanzhausneck .minilink.aktiv {
  background: white;
  color: #0066B3;
}
.finanzhausneck .minilink.aktiv p {
  border-left: 1px solid white !important;
}
.finanzhausneck .killborder {
  border-left: 1px solid #0066B3 !important;
}
.finanzhausneck .minilink p {
  border-left: 1px solid #9BC6E6;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  flex: 1 1 auto;
  line-height: 18px;
}
.finanzhausneck .minilink:first-child p {
  border-left: 1px solid #0066B3;
}
.finanzhausneck .minipagescontainer {
  background-color: #0066B3;
  width: 980px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.finanzhausneck .textcenter {
  text-align: center;
}
.finanzhausneck .minipage {
  background-color: white;
  display: flex;
  flex-flow: row wrap;
  padding: 25px;
  min-height: 528px;
  position: relative;
}
.finanzhausneck .minipage .headline {
  font-size: 28px;
  color: #0066B3;
}
.finanzhausneck .minipage .subline {
  font-size: 14px;
  color: #7B7B7B;
}
.finanzhausneck .minipage .plusknopf {
  height: 43px;
  background: url(../../../../../userfiles/_default_vb/plus_knopf_gross.png) no-repeat right 0%;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  color: #A6A6A6;
  padding-right: 50px;
  line-height: 41px;
  opacity: 0.6;
  cursor: pointer;
}
.finanzhausneck .minipage .plusknopf:hover {
  opacity: 1;
  text-decoration: underline;
}
.finanzhausneck .minipage .minusknopf {
  height: 43px;
  background: url(../../../../../userfiles/_default_vb/minus_knopf_gross.png) no-repeat right 0%;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  color: #A6A6A6;
  padding-right: 50px;
  line-height: 41px;
  opacity: 0.6;
  cursor: pointer;
}
.finanzhausneck .minipage .minusknopf:hover {
  opacity: 1;
  text-decoration: underline;
}
.finanzhausneck .minipage .wunschschalter {
  margin: 0px;
}
.finanzhausneck .minipage .wunschschalter button {
  font-size: 17px;
  border-radius: 0px !important;
}
.finanzhausneck .minipage .feldtitel {
  font-size: 17px;
  color: #0066B3;
  font-weight: bold;
  margin-bottom: 5px;
}
.finanzhausneck .minipage .feldtitel.rechner {
  margin-top: 7px;
}
.finanzhausneck .minipage .summe.rechner {
  font-size: 26px;
  color: #C2063B;
  font-weight: bold;
  text-align: right;
}
.finanzhausneck .minipage .trennlinie.rechner {
  width: 100%;
  border-bottom: 2px solid #DFDFDF;
  height: 1px;
  margin-bottom: 10px;
}
.finanzhausneck .minipage .sliderzeile {
  display: flex;
  align-items: center;
}
.finanzhausneck .minipage .sliderzeile .sliderprozent {
  display: flex;
  flex-direction: column;
  flex: 0 0;
  align-items: center;
  min-width: 50px;
}
.finanzhausneck .minipage .sliderzeile .sliderprozent .titel {
  font-size: 16px;
  color: #878A8D;
}
.finanzhausneck .minipage .sliderzeile .sliderprozent .prozent {
  font-size: 27px;
  color: #005AAB;
}
.finanzhausneck .minipage .sliderzeile .sliderprozent .prozent span {
  font-size: 20px;
}
.finanzhausneck .minipage .minipagebody .month .label {
  display: none;
}
.finanzhausneck .minipage .radiobutton-input {
  display: flex;
  height: 40px;
  align-items: center;
}
.finanzhausneck .minipage .radiobutton-input label {
  margin-left: 0px;
  padding-top: 1px;
}
.finanzhausneck .minipage .radiobutton-input input {
  height: 34px;
  padding-left: 10px;
}
.finanzhausneck .minipage .minipage_pfeil_links, .finanzhausneck .minipage .minipage_pfeil_rechts {
  height: 45px;
  width: 20px;
  flex: 0 0 auto;
  cursor: pointer;
  margin-top: 200px;
}
.finanzhausneck .minipage .nopfeil {
  background: none !important;
  cursor: default;
}
.finanzhausneck .minipage .minipage_pfeil_links {
  opacity: 0.4;
  background: url("../../../../../userfiles/_default_vb/minipage_pfeil_links.png") no-repeat 0% 50%;
}
.finanzhausneck .minipage .minipage_pfeil_rechts {
  opacity: 0.4;
  background: url("../../../../../userfiles/_default_vb/minipage_pfeil_rechts.png") no-repeat 100% 50%;
}
.finanzhausneck .minipage .minipage_pfeil_links:hover {
  opacity: 1;
}
.finanzhausneck .minipage .minipage_pfeil_rechts:hover {
  opacity: 1;
}
.finanzhausneck .minipage .kontocheckboxcolumn {
  flex: 0 0 auto;
}
.finanzhausneck .minipage .kontocheckboxcolumn .label {
  margin-left: 10px;
  width: 12rem;
}
.finanzhausneck .minipage .kontoschaltercolumn {
  flex: 1 1 20%;
  margin-right: 13px !important;
}
.finanzhausneck .minipage .kontoschalterinputcolumn {
  flex: 1 1 10%;
}
.finanzhausneck .minipage .kontoschalterinputcolumn input {
  border-radius: 0px;
  height: 32px;
  border: 1px solid #8b8b8b;
  text-align: center;
}
.finanzhausneck .minipage .kontoinputcolumn {
  flex: 0 0 20%;
}
.finanzhausneck .minipage .kontoinputcolumn input {
  border-radius: 0px;
  height: 32px;
  border: 1px solid #8b8b8b;
  text-align: right;
}
.finanzhausneck .minipage .einzelbuttons button {
  border-radius: 0px !important;
  border: 1px solid #8b8b8b !important;
  flex: 1 1;
}
.finanzhausneck .minipage .einzelbuttons .button-group {
  display: flex;
  margin-bottom: 0px;
}
.finanzhausneck .minipage .einzelbuttons button:first-child {
  margin-right: 12px;
}
.finanzhausneck .minipage .eurofeld .inputwidget {
  position: relative;
}
.finanzhausneck .minipage .eurofeld input {
  padding-right: 25px;
  max-height: 34px;
}
.finanzhausneck .minipage .eurofeld.rechner input {
  text-align: right;
  color: #0066B3;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.finanzhausneck .minipage .eurofeld .inputwidget::after {
  content: "€";
  position: absolute;
  right: 13px;
  top: 5px;
  font-size: 16px;
  color: #D0D0D0;
}
.finanzhausneck .minipage .eurofeld.rechner .inputwidget::after {
  top: 7px;
}
.finanzhausneck .zeilefundamentheader {
  background-color: #C2063B;
  display: flex;
  width: 980px;
  height: 52px;
  margin-top: 5px;
}
.finanzhausneck .zeilefundamentheader .fundamentheader {
  width: 100%;
}
.finanzhausneck .zeilefundamentheader .titel {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.finanzhausneck .zeilefundament {
  background-color: #C2063B;
  width: 980px;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  /* overflow: hidden; */
  flex-direction: column;
}
.finanzhausneck .zeilefundament .fht-fundamentbody {
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.finanzhausneck .zeilefundament .fht-fundamentbody .partnerschalter {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.finanzhausneck .zeilefundament .fht-fundamentbody .partnerschalter .trenner {
  width: 20px;
}
.finanzhausneck .zeilefundament .fht-fundamentbody .partnerschalter .partnerschalterbox {
  font-weight: bold;
  color: #005aab;
  border: 1px solid #dfdfdf;
  font-weight: bold;
  cursor: pointer;
}
.finanzhausneck .zeilefundament .fht-fundamentbody .partnerschalter .partnerschalterbox.aktiv {
  background-color: #005aab;
  border: 1px solid #005aab;
  color: white;
}
.finanzhausneck .zeilefundament .fht-fundamentbody .partnerschalter .partnerschalterbox p {
  margin: 0;
  padding: 2px 5px;
}
.finanzhausneck .zeilefundament .fundamentbody {
  background-color: white;
  display: flex;
  flex: 1 1 auto;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte .spaltenheader {
  font-size: 12px;
  color: #BCBCBC;
  display: flex;
  height: 40px;
  align-items: center;
}
.finanzhausneck .zeilefundament .fundamentbody .trennlinie {
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  height: 1px;
}
.finanzhausneck .zeilefundament .fundamentbody .nametag {
  justify-content: center !important;
  font-size: 24px;
  color: #0066B3;
  height: 35px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.prios {
  flex: 0 0 auto;
  padding-left: 10px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.prios .prio {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-left: 6px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.prios .prio.doppel {
  height: 91px;
  border-radius: 15px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.thema {
  flex: 0 0 auto;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.thema .titel {
  font-size: 18px;
  color: #005AAB;
  line-height: 60px;
  font-weight: bold;
  padding-right: 20px;
  cursor: pointer;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.thema .titel:hover {
  text-decoration: underline;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.thema .summe {
  font-size: 12px;
  color: #BCBCBC;
  line-height: 60px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde.einzelkundepadding .zeile, .finanzhausneck .zeilefundament .fundamentbody .spalte.kunde.einzelkundepadding .infozeile {
  padding-left: 100px;
  padding-right: 120px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde.greyback {
  background-color: #F6F6F6;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde.greyback .zeile, .finanzhausneck .zeilefundament .fundamentbody .spalte.kunde.greyback .infozeile {
  padding-left: 10px;
  padding-right: 10px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .zeile, .finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile {
  padding-left: 10px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde {
  flex: 1 1 auto;
  align-items: center;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .zeile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte {
  display: flex;
  flex: 1 1;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte.status {
  flex-basis: 14%;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte.empfehlung {
  flex-basis: 6%;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte.empfehlung .wert {
  opacity: 0.6;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte.absicherung {
  flex-basis: 12%;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte.indikation {
  flex-basis: 0%;
  position: relative;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte.indikation .info_i {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 29px;
  bottom: 2px;
  background: url("../../../../../userfiles/_default/info_i_15px.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .kundenspalte.indikation .info_i:hover {
  opacity: 1;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .justifycontentflexstart {
  justify-content: flex-start !important;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .justifycontentspacebetween {
  justify-content: space-between !important;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .statusampel {
  border-radius: 100%;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .gruen {
  background-color: #7ED321;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .rot {
  background-color: #D0011B;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .gelb {
  background-color: #EDE21C;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .orange {
  background-color: #FF9D00;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .beschreibung {
  font-size: 12px;
  color: #005AAB;
  line-height: 17px;
  font-weight: bold;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .wert {
  font-size: 16px;
  color: #005AAB;
  font-weight: bold;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile input {
  margin: 0px;
  font-size: 16px;
  color: #005AAB;
  font-weight: bold;
  text-align: right;
  padding-right: 17px;
  padding-top: 10px;
  border-radius: 0px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .eurofeld .inputwidget {
  position: relative;
  width: 82px;
}
.finanzhausneck .zeilefundament .fundamentbody .spalte.kunde .infozeile .eurofeld .inputwidget::after {
  content: "€";
  position: absolute;
  right: 7px;
  top: 9px;
  font-size: 13px;
  color: #D0D0D0;
}
.finanzhausneck .zeilefundament .legende {
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  padding-bottom: 7px;
  background-color: #F7F7F7;
}
.finanzhausneck .zeilefundament .legende .blockelement {
  display: flex;
}
.finanzhausneck .zeilefundament .legende .statusampel {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.finanzhausneck .zeilefundament .legende .gruen {
  background-color: #7ED321;
}
.finanzhausneck .zeilefundament .legende .rot {
  background-color: #D0011B;
}
.finanzhausneck .zeilefundament .legende .gelb {
  background-color: #EDE21C;
}
.finanzhausneck .zeilefundament .legende .beschreibung {
  font-size: 13px;
  color: #636363;
  display: flex;
  align-items: center;
}

.gruenertext {
  color: #04b404 !important;
}

.rotertext {
  color: #c2093b !important;
}

.fh-widget-wish .schalterbox {
  display: flex;
  height: 22px;
}

.fh-widget-wish .schalterbox .schalter {
  display: flex;
  color: #BFBFBF;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  width: 50px;
  text-align: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

.fh-widget-wish .schalterbox .schalter:hover {
  color: white;
  background: #0066b3;
  border: 1px solid #0066b3;
  font-weight: bold;
}

.fh-widget-wish .schalterbox .schalter.aktiv {
  color: white;
  background: #0066b3;
  border: 1px solid #0066b3;
  font-weight: bold;
}

/* SASS für Widgets auf Basis von foundation (Buttons, Checkboxes, etc.) */
/** Date-Timepicker mit
 * Spin-Komponenten und Kalender "formDateTimePicker" */
.dateTimePicker .dateinput, .dateTimePicker .timeinput {
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column-reverse; /* Hochzaehl-Schalter nach oben */
  justify-content: space-between;
}
.dateTimePicker input {
  color: #0066b3;
  text-align: center;
  margin: 0;
  padding: 0.2rem;
  height: auto;
  font-size: 18px;
}
.dateTimePicker .dateinput input {
  width: 6rem;
}
.dateTimePicker .timeinput input {
  width: 2rem;
}
.dateTimePicker .button-increment, .dateTimePicker .button-decrement {
  height: 1.5rem;
  text-align: center;
}
.dateTimePicker .button-increment button, .dateTimePicker .button-decrement button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-position: center center;
}
.dateTimePicker .button-increment button:hover, .dateTimePicker .button-decrement button:hover {
  background-position: center center;
}
.dateTimePicker .button-increment button {
  background-image: url("img/ui/bt_dreieck_oben.svg");
}
.dateTimePicker .button-increment button:hover {
  background-image: url("img/ui/bt_dreieck_oben_hover.svg");
}
.dateTimePicker .button-decrement button {
  background-image: url("img/ui/bt_dreieck_unten.svg");
}
.dateTimePicker .button-decrement button:hover {
  background-image: url("img/ui/bt_dreieck_unten_hover.svg");
}
.dateTimePicker .calendar-prev, .dateTimePicker .calendar-next {
  width: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
.dateTimePicker .calendar-prev {
  background-image: url("img/ui/bt_dreieck_links.svg");
}
.dateTimePicker .calendar-next {
  background-image: url("img/ui/bt_dreieck_rechts.svg");
}
.dateTimePicker .calendar-line > a,
.dateTimePicker .calendar-head > div {
  width: 14%;
  text-align: center;
}
.dateTimePicker .calendar-head {
  font-size: 0.8rem;
  color: #CCCCCC;
}
.dateTimePicker .calendar-line {
  line-height: 1.2rem;
}
.dateTimePicker .calendar-line a span {
  width: 100%;
  display: inline-block;
  padding: 1px 0;
  border-radius: 3px;
  color: #CCCCCC;
}
.dateTimePicker .calendar-line a span.currentMonth {
  color: #636363;
}
.dateTimePicker .calendar-line a span.currentDay {
  background-color: #CCCCCC;
}
.dateTimePicker .calendar-line a span:hover {
  color: white;
  background-color: #0066b3;
}
.dateTimePicker .calendar-line a span:hover .currentMonth {
  color: white;
}
.dateTimePicker .timetext {
  color: #636363;
}

/**
* Datumspicker mit
* Auswahlfeldern "formDatePicker" */
.simpleDatepicker select {
  width: auto;
}

.input-group .input-group-label {
  background: #0066b3;
  color: #fff;
  border: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/** Eingabefeld mit opt. Vorgabewerten "formInputWithLabel" */
.inputwidget input {
  display: inline-block;
}

/** Eingabefeld für Zahlen mit opt. Vorgabewerten "formInputNumberWithLabel" */
.widget-form-input-with-label .inputwidget .input-wrapper {
  position: relative;
}
.widget-form-input-with-label .inputwidget .input-wrapper input.number-input {
  position: absolute;
  top: 0;
  left: 0;
}

/** Checkbox mit Textfeld "formCheckboxInput" */
.checkbox-input {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-input div.checkbox {
  width: 50px;
  height: 24px;
}
.checkbox-input div.checkbox label {
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  z-index: -20;
}
.checkbox-input div.checkbox input {
  height: 24px;
  width: 24px;
}
.checkbox-input div.input {
  flex-grow: 1;
}
.checkbox-input div.input input {
  margin: 0;
}

/**
* Sliderwidget mit kleinem oder grossem Schalter
*/
.sliderwidget, .sliderwidget.row.row {
  display: flex;
  width: 100%;
}

.sliderwidget .titel {
  flex: 1 1 auto;
  font-weight: bold;
  font-size: 20px;
  margin-top: 12px;
  color: #0066b3;
}

.sliderwidget .slidercontainer {
  flex: 0 0 auto;
  width: 345px;
  height: 7px;
  margin-top: 25px;
  position: relative;
}

.sliderwidget .slidercontainer .filling {
  position: absolute;
  width: 145px;
  height: 7px;
  background: url("img/ui/slider_large_filling.png") no-repeat 0 0;
  overflow: hidden;
}

.sliderwidget .slidercontainer .mask {
  position: absolute;
  width: 345px;
  height: 7px;
  background: url("img/ui/slider_large_mask.png") no-repeat 0 0;
}

.sliderwidget .slidercontainer .rzslider {
  margin: 0;
  margin-top: -10px;
}

.sliderwidget .slidercontainer .rzslider .rz-bar-wrapper:first-child {
  z-index: 2;
}

.sliderwidget .slidercontainer .rzslider .rz-bubble {
  display: none;
}

.sliderwidget .slidercontainer .rzslider .rz-bar {
  position: absolute;
  height: 7px;
  background: url("img/ui/slider_large_mask.png") no-repeat 0 0;
}

.sliderwidget .slidercontainer .rzslider .rz-bar.rz-selection {
  position: absolute;
  height: 7px;
  background: url("img/ui/slider_large_filling.png") no-repeat 0 0;
  overflow: hidden;
}

.sliderwidget .slidercontainer .rzslider .rz-pointer {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -10px;
  margin-left: 0px;
  background: url("img/ui/slider_button_big.svg") no-repeat 0 0;
}

.slider_knobs_small .sliderwidget .slidercontainer .rzslider .rz-pointer,
.sliderwidget.slider_knobs_small .slidercontainer .rzslider .rz-pointer {
  width: 43px;
  height: 43px;
  margin-top: -4px;
  margin-left: 0;
  background-size: 100%;
}

.sliderwidget .slidercontainer .rzslider .rz-pointer::after {
  display: none;
}

.sliderwidget .wert {
  flex: 0 0 auto;
  padding-left: 30px;
  font-size: 36px;
  color: #0066b3;
  line-height: 48px;
  position: relative;
}

.sliderwidget .wert em {
  font-size: 20px;
  font-style: normal;
}

.sliderwidget .wert input {
  display: inline;
  width: auto !important;
  position: absolute;
  font-size: inherit;
  color: inherit;
  height: auto;
  padding: 0 0.3rem;
  text-align: right;
  right: 0;
  top: 0;
  z-index: 2;
}

/*
* Checkboxes
*/
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  width: 28px;
  height: 28px;
  margin: 0;
  margin-left: -14px;
  padding: 0;
  opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  font-size: 20px;
  color: #0066b3;
  margin-left: -18px;
  padding-left: 34px;
  background: url("img/ui/skin_selectbox_midi.png") no-repeat 0 0;
  line-height: 24px;
  min-height: 24px;
}

input[type=checkbox]:not(old):checked + label {
  background-position: 0 -40px;
}

input[type=radio]:not(old):checked + label {
  background-position: 0 -40px;
}

/*! angularjs-slider - v7.1.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2022-05-26 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rzslider.noanimate * {
  transition: none !important;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
  transition: background-color linear 0.3s;
}

.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
  transition: all linear 0.3s;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: "";
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
  transition: background-color linear 0.3s;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}


.backdrops {
  background-repeat: no-repeat;
  background-position: center -80px;
}

.checkbox_eckig input[type=checkbox]:not(old) + label {
  background: url("img/ui/skin_selectbox_midi_eckig.png") no-repeat 0 0;
}

.checkbox_eckig input[type=radio]:not(old) + label {
  background: url("img/ui/skin_selectbox_midi_eckig.png") no-repeat 0 0;
}

.checkbox_eckig input[type=checkbox]:not(old):checked + label {
  background-position: 0 -40px;
}

.checkbox_eckig input[type=radio]:not(old):checked + label {
  background-position: 0 -40px;
}

/* @primarybutton: Grüner Button */
button.primarybutton {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 14px 4px;
  height: 2.375rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 45px;
  background: #f60 url("img/ui/weissesdreieck.png") no-repeat right 50%;
}

button.primarybutton em {
  font-size: 0.875rem;
  font-style: normal;
}

button.primarybutton:hover {
  text-decoration: underline;
}

button.primarybutton.ohneecke {
  background: #ff6600;
  border-radius: 4px 4px 4px 4px;
}

button.modal-closer {
  width: 100%;
}

button.atbottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  margin: 0;
  bottom: 0;
  height: 34px;
}

.toolbarBottom,
.ovdialog.reveal.toolbarBottom {
  padding-bottom: 40px;
}

/* @emphContent: Hervorgehobener Text */
.emphContent {
  font-size: 1.8rem;
  color: #333;
}

/* @biggerContent: Inhaltstext größer */
.biggerContent {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.bigLabel {
  font-size: 1.8rem;
  color: #0066b3;
  line-height: 3rem;
  margin-bottom: 5px;
}

.button-group {
  /* Achtung Farbschema ist umgekehrt */
  margin-bottom: 1.8rem;
}
.button-group .button {
  background-color: #fff;
  border: 1px solid #8b8b8b;
  color: #8b8b8b;
  min-width: 100px;
  border-radius: 0;
  padding: 0.3rem 0.5rem;
  font-size: 1.25rem;
}
.button-group .button.hollow {
  border-color: #0066b3;
  background-color: #0066b3;
  color: #fff;
}
.button-group .button:not(:last-child) {
  border-right: none;
}
.button-group .button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.button-group .button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* @borderedBox-left Box mit Rahmenlinie links */
.borderedBox-left {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  border-left: 3.5px solid #0066b3;
  /*  So eigentlich nicht... */
}
.borderedBox-left :last-child {
  position: relative;
  top: 0.3em;
}

/* @markenwerte: Box Layout für 4 Marken */
.markenwerte {
  width: 100%;
}
.markenwerte [class*=box-] {
  width: 200px;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  color: white;
  /*margin-right:1rem;*/
  text-align: center;
  display: flex;
  flex-direction: column;
}
.markenwerte .marken-title {
  color: white;
  line-height: 59px;
  font-size: 26px;
  text-align: center;
  height: 47px;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  flex-direction: row;
}
.markenwerte .marken-text {
  color: white;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  flex-direction: column;
}
.markenwerte .box-green {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_gruen.svg") repeat scroll 0 0;
}
.markenwerte .box-green:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_gruen_hover.svg") repeat scroll 0 0;
}
.markenwerte .box-braun {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_braun.svg") repeat scroll 0 0;
}
.markenwerte .box-braun:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_braun_hover.svg") repeat scroll 0 0;
}
.markenwerte .box-blau {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_blau.svg") repeat scroll 0 0;
}
.markenwerte .box-blau:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_blau_hover.svg") repeat scroll 0 0;
}
.markenwerte .box-pink {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_pink.svg") repeat scroll 0 0;
}
.markenwerte .box-pink:hover {
  background: rgba(0, 0, 0, 0) url("img/ui/markenwerte_pink_hover.svg") repeat scroll 0 0;
}

.button.dropdown::after {
  display: none;
}

.input-group-button .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 2.5rem;
  line-height: 2rem;
}

.input-group-field.buttonSize {
  height: 2rem;
}

.xxlarge-number {
  height: 8rem;
  text-align: center;
  font-size: 8rem;
  line-height: 8rem;
  color: #0066b3;
  margin: 0px;
  padding: 0px;
}

.input-number-plus-minus button {
  text-align: center;
  font-size: 5rem;
  color: #0066b3;
}

.input-number-plus-minus .bigLabel {
  margin-top: -20px;
}

.sub-nav-main .sub-nav-nav {
  margin-top: 20px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 1rem;
  justify-content: space-around;
}
.sub-nav-main .sub-nav-navbutton {
  min-height: 4rem;
  text-align: center;
  padding: 0.2rem 0.5rem;
  color: #DFDFDF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub-nav-main .sub-nav-navbutton.active {
  color: #0066b3;
  border-bottom: 4px solid #0066b3;
}
.sub-nav-main .sub-nav-allchildren {
  position: relative;
  min-height: 28rem;
}
.sub-nav-main .child-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 28rem;
}

.grid-frame,
.grid-block,
.grid-block > .ng-scope {
  height: 100%;
}

/* im Theme lassen ?? */
.ovdialog .customrow {
  display: flex;
  margin-left: 60px;
}

.ovdialog .dateinputfield {
  font-size: 20px;
  width: 47%;
}

.ovdialog .selectrow .checkbox + .content .dateinputfield {
  color: #858585;
}

.ovdialog .selectrow .checkbox.aktiv + .content .dateinputfield {
  color: #0066b3;
}

.ovdialog .timeinputfield {
  font-size: 20px;
  width: 16%;
}

.ovdialog .selectrow .checkbox + .content .timeinputfield {
  color: #858585;
}

.ovdialog .selectrow .checkbox.aktiv + .content .timeinputfield {
  color: #0066b3;
}

.ovdialog .selectrow .content .subcontent {
  display: flex;
  justify-content: space-around;
}

.ovdialog .selectrow .content .timetext {
  color: #e4e4e4;
  line-height: 42px;
  font-size: 14px;
}

.ovdialog .selectrow .content .timetext:hover {
  text-decoration: none;
}

/* im Theme lassen ?? */
.switcher-buttons-horizontal {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: space-around;
}

.switcher-buttons-horizontal .switcher-button {
  width: 156px;
  height: 165px;
  background: url("img/ui/bt_wichtig.png") no-repeat 0 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.switcher-buttons-horizontal .switcher-button.active {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.switcher-buttons-horizontal .switcher-button:hover {
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.switcher-buttons-horizontal .switcher-button .image {
  display: flex;
  flex: 0 0 auto;
  width: 156px;
  height: 108px;
}

.switcher-buttons-horizontal .switcher-button .titel {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 40px;
  font-size: 15px;
  line-height: 17px;
  padding-right: 5px;
  padding-left: 5px;
  color: #636363;
  text-align: center;
}

.switcher-buttons-horizontal .switcher-button.active .titel {
  color: #0066b3;
  font-weight: bold;
}

.notice-button {
  position: fixed;
  bottom: 0;
  left: 30%;
}

/* im Theme lassen ?? */
.menu-clickcatcher {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: 0.7;
  z-index: 1;
}

/* im Theme lassen ?? */
.main-menu {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 17rem;
  height: 200rem;
  border-left: 1px solid #DFDFDF;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.main-menu .closebutton {
  margin: 10px 0 0 0;
  width: 100%;
  background-position: right top;
}
.main-menu .closebutton:hover {
  width: 100%;
  background-position: right top;
}
.main-menu ul {
  margin-left: 0;
}
.main-menu li {
  list-style-type: none;
}
.main-menu li a {
  display: block;
  width: 100%;
  padding-left: 1rem;
  color: #7D7D7D;
  border-left: 2px solid white;
}
.main-menu li a.disabled {
  color: #CCCCCC;
  cursor: not-allowed;
}
.main-menu li a:hover {
  border-left: 2px solid #0066b3;
  color: #0066b3;
}
.main-menu li a.disabled:hover {
  border-left: 2px solid #CCCCCC;
  color: #CCCCCC;
}

/* im Theme lassen ?? */
.ovdialog.validationerror div:nth-child(1) h3 {
  border: none;
}
.ovdialog.validationerror h2 {
  color: #C2063B;
  font-size: 1.5rem;
}
.ovdialog.validationerror h3 {
  color: #0066b3;
  font-size: inherit;
  font-weight: bold;
  text-align: left;
  margin: 0 1rem;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
}
.ovdialog.validationerror p {
  color: #636363;
  margin: 0 1rem;
}

/* im Theme lassen ?? */
.hasError .button-group button,
.hasError .input-group input {
  border-color: red;
}

form.submitted .ng-invalid:not(form) {
  border-color: red;
}
form.submitted .ng-invalid:not(form) input,
form.submitted .ng-invalid:not(form) input:focus,
form.submitted .ng-invalid:not(form) textarea,
form.submitted .ng-invalid:not(form) select {
  border-color: red;
}

@media screen {
  .main {
    overflow-x: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main.ng-scope {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .pagewrapper {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    margin-top: 85px;
    margin-bottom: 92px;
  }
  .pagewrapperFahrplannav {
    margin-bottom: 132px;
  }
  .ovdialog {
    /*position: absolute;*/
    top: -4px;
  }
}
/*
* Korrekturen zur Druckansicht
*/
.button.printButton {
  padding: 8px 8px 8px 30px;
  position: fixed;
  margin: 1rem;
  font-weight: bold;
  background-image: url("img/ui/bt_printer.svg");
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 22px 22px;
  box-shadow: 0 0 10px 8px #ffe;
  z-index: 10;
  font-size: 1.1rem;
}

.printPage-a4 h1,
.printPage-a4 h2,
.printPage-a4 h3,
.printPage-a4 h4,
.printPage-a4 h5,
.printPage-a4 h6 {
  text-align: left;
}
.printPage-a4 h3 {
  font-size: 1.5rem;
}
.printPage-a4 h4 {
  font-size: 1rem;
  font-weight: bold;
}
.printPage-a4 h5 {
  font-size: 1rem;
  color: #7D7D7D;
}
.printPage-a4 h6 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #0066b3;
}

.row::before {
  display: block;
}

.animation-container {
  height: 100%;
}

*:focus {
  outline: none;
}

.reveal-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

.closebutton {
  width: 24px;
  height: 24px;
  background: url("img/ui/bt_kreuz.svg") no-repeat 0 0;
  cursor: pointer;
}

.closebutton:hover {
  background: url("img/ui/bt_kreuz_hover.svg") no-repeat 0 0;
}

.row {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
}

h1 {
  line-height: 54px;
}

.topHeader {
  width: 100%;
  height: 85px;
  background: #fff;
  position: fixed;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  z-index: 1000;
}

.headerMenuButton {
  height: 100%;
  width: 84px;
  border-left: 1px solid #F4F4F4;
  line-height: 84px;
  background: url("img/ui/chevron_rechts_grau_menu.svg") no-repeat 100% 50%;
  padding-right: 20px;
  text-align: right;
}

.headerMenuButton:hover {
  text-decoration: underline;
  color: #0066b3;
  background: url("img/ui/chevron_rechts_blau_menu.svg") no-repeat 100% 50%;
}

.appFooter {
  background: #FFFFFF;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid #DFDFDF;
  position: fixed;
  bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  z-index: 999;
}

.appFooter .naviBar {
  padding-top: 5px;
  display: flex;
  flex: 0 0 auto;
}

.appFooter .naviBar .fixedheight {
  height: 87px;
}

.appFooter .naviBar .centerwrapper {
  align-items: center;
  display: flex;
}

.appFooter .notizenbutton {
  margin-left: 10px;
  background: url("img/ui/chevron_oben_grau.svg") no-repeat 98% 50%;
  padding-right: 25px;
  color: #CCCCCC;
  cursor: pointer;
}

.appFooter .notizenbutton.open {
  background: url("img/ui/chevron_unten_grau.svg") no-repeat 98% 50%;
}

.appFooter .notizenbutton:hover {
  color: #0066b3;
  text-decoration: underline;
}

.appFooter .subnaviBar {
  height: 38px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  border-bottom: 1px solid #DFDFDF;
  overflow: hidden;
}

.appFooter .subnaviBar .naviitem {
  display: flex;
  flex: 1 1 auto;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("img/ui/chevron_rechts_grau_agendanavi.svg") no-repeat 98% 50%;
  padding-right: 15px;
}

.appFooter .subnaviBar .naviitem .linktext {
  margin: 0px;
  height: 100%;
  padding-top: 7px;
  cursor: pointer;
}

.appFooter .subnaviBar .naviitem .linktext:hover {
  text-decoration: underline;
}

.appFooter .subnaviBar .naviitem.aktiv .linktext {
  color: #005AAB;
  border-bottom: 4px solid #005AAB;
}

.appFooter .subnaviBar .naviitem.deaktiviert {
  opacity: 0.5;
}

.appFooter .subnaviBar .naviitem.deaktiviert .linktext:hover {
  text-decoration: none;
  cursor: default;
}

.appFooter .subnaviBar .naviitem:last-child {
  background: none;
  padding-right: 0px;
}

.appFooter .naviBar.row::before,
.appFooter .naviBar.row::after {
  display: none;
}

.btn-back,
.btn-back:focus {
  padding: 0px;
  margin: 0px;
  height: 82px;
  background: url("img/ui/pfeil_links_grau.svg") no-repeat 0 50%;
  padding-left: 65px;
  font-size: 24px;
  color: #CCCCCC;
  line-height: 15px;
  border-right: 1px solid #DFDFDF;
}

.btn-back:hover {
  background: url("img/ui/pfeil_links_orange.svg") no-repeat 0 50%;
  color: #0066b3;
  text-decoration: underline;
}

.btn-forward,
.btn-forward:focus {
  padding: 0px;
  margin: 0px;
  height: 82px;
  background: url("img/ui/pfeil_rechts_orange.svg") no-repeat 100% 50%;
  padding-right: 65px;
  font-size: 24px;
  color: #0066b3;
  line-height: 15px;
  border-left: 1px solid #DFDFDF;
}

.btn-forward:hover {
  background: url("img/ui/pfeil_rechts_orange.svg") no-repeat 100% 50%;
  color: #0066b3;
  text-decoration: underline;
}

.appFooter .notizenBar {
  height: 0px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #DFDFDF;
}

.appFooter .notizenBar #notizenfeld {
  margin-top: 30px;
  height: 139px;
  border: none;
  box-shadow: none;
  resize: none;
}

.appFooter .notizenBar #notizenfeld:focus {
  border: none;
  box-shadow: none;
}

.appFooter .notizenBar .dynlabel {
  position: absolute;
  font-size: 16px;
  color: #CCCCCC;
  top: 11px;
  padding-left: 9px;
}

.appFooter .notizenBar .dynlabel.inaktiv {
  display: none;
}

.appFooter .notizenBar .closebutton {
  margin-top: 20px;
  float: right;
}

.agenda {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-bottom: 0px !important;
}

.merkzettel {
  justify-content: center;
  overflow: hidden;
}

.agenda .row {
  flex-flow: row;
}

.appFooter .agenda,
.appFooter .merkzettel {
  height: 0px;
  display: none;
  border-bottom: 1px solid #DFDFDF;
}

.agenda .pagecontainer {
  position: relative;
  width: 100%;
}

.agenda .page {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appFooter .agenda .page {
  position: absolute;
}

.agenda .agendacontent {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  background: url("img/ui/agenda_back.png") 50% 0;
}

.appFooter .agenda .agendacontent {
  height: 480px;
}

.blocktitel, .agenda .agendazeile .titel {
  border-bottom: 4px solid #0066b3;
  text-align: left;
  justify-content: flex-start;
  font-size: 20px;
  color: #005AAB;
  line-height: 24px;
  padding: 0px;
}

.agenda .agendazeile .titel {
  margin: 0px;
  width: 264px;
  display: flex;
  flex: 0 0 auto;
  margin-top: 12px;
  padding-bottom: 8px;
  padding-right: 10px;
}

.agenda .agendazeile {
  margin: 0px;
  min-height: 45px;
}

.agenda .agendazeile:first-child {
  padding-top: 10px;
}

.agenda .agendaspalte_links {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.appFooter .agenda .agendaspalte_links {
  border-right: 1px solid #E5E5E5;
}

.agenda .agendaspalte_rechts {
  width: 166px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
}

.agenda .agendaspalte_rechts .flag_kreislauf {
  border: 1px solid #0066b3;
  border-left: none;
  border-radius: 0px 20px 0px 0px;
  color: #0066b3;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
  background: url("img/ui/chevron_rechts_grau_agendanavi.svg") no-repeat 92% 50%;
  cursor: pointer;
}

.agenda .agendaspalte_rechts .flag_kreislauf:hover {
  background-color: #0066b3;
  color: white;
}

.agenda .kreislaufspalte_links .flag_agenda {
  border: 1px solid #0066b3;
  border-right: none;
  border-radius: 20px 0px 0px 0px;
  color: #0066b3;
  font-size: 16px;
  font-weight: bold;
  padding-left: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
  background: url("img/ui/chevron_links_blau.svg") no-repeat 5% 50%;
  cursor: pointer;
}

.agenda .kreislaufspalte_links .flag_agenda:hover {
  background-color: #0066b3;
  color: white;
}

.agenda .agendazeile .dyncontentbox {
  display: flex;
  flex: 1 1;
  border-bottom: 1px solid #E5E5E5;
  margin-right: 30px;
  align-items: center;
  padding-left: 30px;
}

.agenda .agendazeile .dynitem {
  font-size: 18px;
  color: #636363;
  flex-wrap: wrap;
  display: flex;
  margin-right: 30px;
}

.agenda .agendazeile .dynitem div {
  display: flex;
}

.agenda .agendazeile .dynitem.dauer {
  font-size: 27px;
  align-items: center;
  padding-top: 10px;
}

.agenda .agendazeile .dynitem.dauer span {
  font-size: 58px;
  margin-top: -17px;
  margin-left: 5px;
  margin-right: 5px;
}

.agenda .kreislaufcontent {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}

.agenda .kreislauf .kreislaufspalte_links {
  display: flex;
  width: 166px;
  flex: 0 0 auto;
  border-right: 1px solid #E5E5E5;
  justify-content: center;
  flex-direction: column;
}

.agenda .kreislauf .kreislaufspalte_rechts {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.vertiefungsnav {
  flex: 0 0 auto;
  height: 78px;
  display: flex;
  align-items: center;
  color: #0066b3;
  font-size: 18px;
  line-height: 22px;
  background-color: #F4F4F4;
}

.vertiefungsnav .trennlinie {
  width: 1px;
  height: 56px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #DFDFDF;
}

.vertiefungsnav .backbutton {
  background: url("img/ui/chevron_links_blau.svg") no-repeat 0 12px;
  padding-left: 30px;
  height: 44px;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.vertiefungsnav .backbutton:hover {
  text-decoration: underline;
}

.vertiefungsnav .themabesprechen {
  height: 44px;
}

.vertiefungsnav .dick {
  font-weight: bold;
}

.vertiefungsnav .todo {
  height: 56px;
}

.bodypage {
  padding-top: 50px;
  /* MB: Padding unten eingefügt, Inhalt wird unten abgeschnitten */
  padding-bottom: 200px;
}

.bodypage.row::before,
.bodypage.row::after {
  display: none;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  border: 1px solid #CCCCCC;
  color: #636363;
}

select {
  color: #636363;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  padding-top: 2px;
}

/* im Theme lassen ?? */
.icon_kalender,
.date-input-icon {
  background-image: url("img/ui/icon_kalender.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
}

.bt_skin_minus {
  width: 45px;
  height: 45px;
  background: url("img/ui/bt_minus.svg") no-repeat 0 0;
  background-position: 0 0px;
  cursor: pointer;
}

.bt_skin_minus:hover {
  background-position: 0 -53px;
}

.bt_skin_plus {
  width: 45px;
  height: 45px;
  background: url("img/ui/bt_plus.svg") no-repeat 0 0;
  background-position: 0 0px;
  cursor: pointer;
}

.bt_skin_plus:hover {
  background-position: 0 -53px;
}

.button-decrement button {
  margin-top: 50px;
  width: 45px;
  height: 45px;
  background: url("img/ui/bt_minus.svg") no-repeat 0 0;
  background-position: 0 0px;
  cursor: pointer;
}

.button-decrement button:hover {
  background-position: 0 -53px;
}

.button-increment button {
  margin-top: 50px;
  width: 45px;
  height: 45px;
  background: url("img/ui/bt_plus.svg") no-repeat 0 0;
  background-position: 0 0px;
  cursor: pointer;
}

.button-increment button:hover {
  background-position: 0 -53px;
}

.childcount .button-decrement button,
.childcount .button-increment button {
  margin-top: 0px;
}

.wertewidget_klein .value {
  font-size: 48px;
  color: #0066b3;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

/* im Theme lassen ?? */
.ovdialog {
  /*position: absolute;*/
  left: 300px;
  top: 100px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.ovdialog.mini {
  width: 322px;
}

.ovdialog .headline {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #005AAB;
}

.ovdialog .selectrow {
  margin-left: 60px;
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  cursor: pointer;
}

.ovdialog .selectrow .labelline {
  margin-bottom: 8px;
  font-size: 16px;
  color: #636363;
}

.ovdialog .selectrow input:checked + label {
  color: #0066b3;
}

.ovdialog .selectrow label:hover {
  text-decoration: underline;
}

/* Ness. ? */
.ovdialog .selectrow .checkbox {
  width: 28px;
  height: 28px;
  background: url("img/ui/skin_selectbox_midi.png") no-repeat 0 0;
  margin-right: 5px;
}

.ovdialog .selectrow .checkbox.aktiv {
  background-position: 0 -38px;
}

.ovdialog .selectrow .checkbox.aktiv + .content {
  color: #0066b3;
}

.ovdialog .selectrow .content {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}

.ovdialog .selectrow:last-child .content {
  border: none;
}

.ovdialog .euroinputfield {
  text-align: right;
  font-size: 20px;
  width: 50%;
  margin-left: 35px;
}

.ovdialog .zeitraumselect {
  display: block;
  width: 60%;
  margin-left: 35px;
  height: auto;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.ovdialog .selectrow .checkbox + .content .euroinputfield {
  color: #858585;
}

.ovdialog .selectrow .checkbox.aktiv + .content .euroinputfield {
  color: #0066b3;
}

.ovdialog .closebuttonrow {
  margin-top: 10px;
  background-color: #0066b3;
  border-radius: 0px 0px 4px 4px;
  height: 34px;
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.ovdialog .closebuttonrow:hover {
  text-decoration: underline;
}

.ovdialog.reveal {
  padding: 0;
}

.reveal {
  border: none;
}

.reveal.autowidth {
  max-width: 940px;
  width: auto;
}

.reveal.toTop {
  top: 15px;
}

.sub-nav-horizontal {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.sub-nav-horizontal .sub-nav-nav {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: space-around;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton {
  width: 156px;
  height: 165px;
  background: url("img/ui/bt_wichtig.png") no-repeat 0 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton:first-child {
  border-right: 1px solid #DDD;
  width: 166px;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton.active {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton:hover {
  background: url("img/ui/bt_wichtig_hover.png") no-repeat 0% 0;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton .image {
  display: flex;
  flex: 0 0 auto;
  width: 156px;
  height: 108px;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton .titel {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 40px;
  font-size: 15px;
  line-height: 17px;
  padding-right: 5px;
  padding-left: 5px;
  color: #555;
  text-align: center;
}

.sub-nav-horizontal .sub-nav-nav .sub-nav-navbutton.active .titel {
  color: #0066b3;
  font-weight: bold;
}

.sub-nav-horizontal .sub-nav-allchildren {
  position: relative;
  min-height: 28rem;
}

.sub-nav-horizontal .child-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 28rem;
  width: 100%;
}

/* im Theme lassen ?? */
.percbar {
  background-color: #B2D2EF;
  width: 100%;
  height: 1px;
  border-bottom: 4px solid #B2D2EF;
}

.percbar .percbarvalue {
  width: 75%;
  height: 1px;
  border-bottom: 4px solid #0066b3;
}

.menuverticalheadline {
  margin-top: 14px;
  font-size: 22px;
}

.menu.vertical > li {
  white-space: normal;
  text-align: left;
}

.menu.vertical > li:last-child {
  border: none;
}

.menu.vertical > li:hover {
  background-color: #0066b3;
}

.menu.vertical > li a {
  line-height: 22px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 18px;
  color: #858585;
}

.menu.vertical > li a:hover {
  color: white;
}

.dropdown-pane {
  border: none;
  padding: 0px;
}

.vertiefungsseite h2 {
  font-size: 46px;
}

.h3 {
  font-size: 40px;
  color: #0066b3;
}

.zitat {
  font-size: 22px;
  color: #404040;
  line-height: 42px;
}

.zitatquelle {
  font-size: 20px;
  color: #B1B1B1;
  line-height: 34px;
}

.fullgreyrow {
  background: #FAFAFA;
}

.vertiefungsseite .subcopy {
  font-size: 20px;
  color: #404040;
  line-height: 35px;
  text-align: center;
}

.vertiefungsseite .textalignright {
  text-align: right;
}

.vertiefungsseite .hvrechner {
  flex-direction: column;
  align-items: center;
}

.vertiefungsseite .hvrechner input {
  height: 31px;
  margin: 0px;
}

.vertiefungsseite .hvrechner .trennzeile {
  height: 6px;
  background: #D8D8D8;
  margin-bottom: 18px;
}

.vertiefungsseite .hvrechnerzeile {
  height: 40px;
  font-size: 18px;
  color: #0066b3;
  font-weight: bold;
}

.vertiefungsseite .hvrechnerzeile.ergebnis {
  font-size: 22px;
}

.wasistwichtig .child-widget-container {
  width: 100%;
}
.wasistwichtig .inputcontainer {
  width: 550px;
  margin: auto;
  margin-top: 30px;
}
.wasistwichtig .inputcontainer .checkbox-input {
  margin: 10px 0;
}
.wasistwichtig .inputcontainer .checkbox-input div.input input:disabled {
  background-color: white;
}
.wasistwichtig .inputcontainer .checkbox-input div.input input.checked {
  background-color: #0066b3;
  color: white;
}
.wasistwichtig .inputcontainer .neues-thema {
  margin-top: 15px;
  width: 100%;
  padding-left: 10px;
}
.wasistwichtig .inputcontainer .row {
  margin: 0;
}
.wasistwichtig .inputcontainer.small {
  margin: 0;
}
.wasistwichtig .inputcontainer.small .checkbox-input {
  margin: 5px 0;
}
.wasistwichtig .inputcontainer.small .checkbox-input div.input input.checked {
  background-color: white;
  color: #0066b3;
  border: none;
  font-size: 18px;
  box-shadow: none;
  cursor: default;
}

.floater {
  position: absolute;
  top: -60px;
  left: -110px;
  width: 250px;
  height: 84px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.27);
  border-radius: 4px;
  display: none;
  color: #333;
  z-index: 999;
  line-height: 22px;
  padding-top: 20px;
  background: #fff url("img/ui/bt_kreuz.svg") no-repeat 97% 10px;
  background-size: 15px 15px;
}

.finanzhaus_acc_main {
  width: 900px;
  display: flex;
  flex-direction: column;
}
.finanzhaus_acc_main .headline {
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}
.finanzhaus_acc_main .showDetails,
.finanzhaus_acc_main .hideDetails {
  font-size: 0.9rem;
  cursor: pointer;
  color: white;
  padding-right: 22px;
  background: url("img/ui/chevron_unten_weiss.svg") no-repeat right center;
  background-size: 15px;
  display: none !important;
}
.finanzhaus_acc_main .zeilen {
  min-width: 670px;
  background-color: white;
  padding: 1rem;
}
.finanzhaus_acc_main .zeile {
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  align-items: center;
}
.finanzhaus_acc_main .todo {
  width: 140px;
}
.finanzhaus_acc_main .todo .auswahltreffen {
  font-size: 0.7rem;
  height: 50px;
}
.finanzhaus_acc_main .titel {
  text-align: left;
  min-width: 360px;
}
.finanzhaus_acc_main .finanzhaus_dach {
  padding-top: 3.5rem;
  height: 80px;
}
.finanzhaus_acc_main .zeile_drittel {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.finanzhaus_acc_main .zeile_drittel > div {
  height: 295px;
  flex-grow: 1;
}
.finanzhaus_acc_main .zeile_drittel > div.collapsed:not(.expanded):not(.minified) {
  width: 5%;
  /* height: $finanzhaus-block-hoehe / 1.15; */
  height: 590px;
  position: relative;
}
.finanzhaus_acc_main .zeile_drittel > div.collapsed:not(.expanded):not(.minified) .headline,
.finanzhaus_acc_main .zeile_drittel > div.collapsed:not(.expanded):not(.minified) .showDetails {
  /*
  // senkrechte Buchstaben sind Mist
  width: 1px;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 100%;
  text-align: right;
  */
  transform: rotate(90deg);
}
.finanzhaus_acc_main .zeile_drittel > div.expanded {
  width: 95%;
  height: 590px;
}
.finanzhaus_acc_main .zeile_drittel > div.minified {
  max-height: 36px;
  transform: rotate(0) !important;
}
.finanzhaus_acc_main div.zelle_vermoegen {
  background-color: #66bb66;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.finanzhaus_acc_main div.zelle_vermoegen.expanded {
  justify-content: flex-start;
}
.finanzhaus_acc_main div.zelle_vorsorge {
  background-color: #cc0033;
  position: relative;
  border-bottom: 2px solid white;
}
.finanzhaus_acc_main div.zelle_vorsorge.expanded {
  height: 295px;
  padding-top: 180px;
}
.finanzhaus_acc_main div.zelle_vorsorge .zeilen {
  position: relative;
}
.finanzhaus_acc_main div.zelle_immobilie {
  background-color: #993399;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.finanzhaus_acc_main div.zelle_immobilie.expanded {
  justify-content: flex-start;
}
.finanzhaus_acc_main .zeile_absicherung {
  background-color: orange;
  border-bottom: 2px solid white;
  height: 72px;
}
.finanzhaus_acc_main .zeile_absicherung.collapsed:not(.expanded) {
  height: 36px;
}
.finanzhaus_acc_main .zeile_absicherung.expanded {
  height: 295px;
  margin-top: -295px;
}
.finanzhaus_acc_main .zeile_liquiditaet {
  background-color: darkturquoise;
  height: 72px;
}
.finanzhaus_acc_main .zeile_liquiditaet.collapsed:not(.expanded) {
  height: 36px;
}
.finanzhaus_acc_main .zeile_liquiditaet.expanded {
  height: 590px;
}
.finanzhaus_acc_main .line {
  padding: 4px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.finanzhaus_acc_main .line > * {
  margin: auto;
}
.finanzhaus_acc_main .line > .finanzhaus_dach {
  width: 900px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.msAutosearch {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  max-height: 400px;
  margin-top: -1.1rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
  z-index: 1;
}
.msAutosearch li {
  font-size: 0.8rem;
}

.kontenanzeige {
  width: 100%;
  overflow: auto;
  text-align: center;
  padding: 0.25rem;
}
.kontenanzeige ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.kontenanzeige li {
  list-style-type: none;
  padding: 9px 0px 12px 12px;
  font-size: 0.75rem;
  color: #999;
  max-width: 100%;
  text-align: center;
  line-height: 180%;
  position: relative;
  display: block;
}
.kontenanzeige li > span.check {
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent url("img/ui/radio_bt_mini_empty.png") no-repeat top right;
  background-size: 20px;
  z-index: 2;
}
.kontenanzeige li.selected > span.check {
  background-image: url("img/ui/radio_bt_mini_checked.png");
}
.kontenanzeige li > div {
  border-radius: 4px;
  padding-left: 20px;
  width: 100%;
}
.kontenanzeige li.selected > div {
  color: #333;
}
.kontenanzeige li .type {
  font-size: 14px;
}
.kontenanzeige li .name {
  font-size: 18px;
  font-weight: 500;
  color: #0066b3;
  text-align: left;
}
.kontenanzeige li .nummer {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
}
.kontenanzeige li .details {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.kontenanzeige li .strasse {
  font-size: 14px;
  font-weight: 500;
}

.kundensuche .kontenanzeige2 {
  width: 100%;
  overflow: auto;
  text-align: center;
  padding: 0.25rem;
}
.kundensuche .kontenanzeige2 .wrapper {
  margin-top: 40px;
  width: 100%;
  display: flex;
}
.kundensuche .kontenanzeige2 ul {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.kundensuche .kontenanzeige2 li {
  list-style-type: none;
  padding: 9px 10px 12px 0px;
  font-size: 14px;
  color: #9D9D9D;
  max-width: 100%;
  display: block;
}
.kundensuche .kontenanzeige2 .borderrechts {
  border-right: 1px solid #CCCCCC;
}
.kundensuche .kontenanzeige2 .halbespalte {
  width: 50%;
}
.kundensuche .kontenanzeige2 .halbespalte.rechts .headline {
  padding-left: 10px;
}
.kundensuche .kontenanzeige2 .halbespalte.rechts .kontoanzeige {
  padding-left: 10px;
}
.kundensuche .kontenanzeige2 .halbespalte.rechts .kontoanzeige.rechts {
  padding-right: 0px;
}
.kundensuche .kontenanzeige2 .headline {
  font-size: 18px;
  color: #949494;
  text-align: start;
}
.kundensuche .kontenanzeige2 .borderlinks .headline {
  padding-left: 20px;
}
.kundensuche .kontenanzeige2 .kontoanzeige {
  display: flex;
}
.kundensuche .kontenanzeige2 .kontoanzeige .kontoinformationen {
  flex: 1 0;
  text-align: start;
}
.kundensuche .kontenanzeige2 .kontoanzeige .kontoinformationen.rechts {
  padding-left: 10px;
}
.kundensuche .kontenanzeige2 .kontoanzeige .typ {
  color: #9D9D9D;
  font-size: 15px;
}
.kundensuche .kontenanzeige2 .kontoanzeige .addbutton {
  width: 33px;
  max-width: 33px;
  background: #F4F4F4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.kundensuche .kontenanzeige2 .kontoanzeige .addbutton:hover {
  color: white;
  background: #0066b3;
}
.kundensuche .kontenanzeige2 .kontoanzeige .removebutton {
  width: 33px;
  max-width: 33px;
  background: #F4F4F4 url("img/ui/bt_kreuz.svg") no-repeat center center;
  background-size: 14px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.kundensuche .kontenanzeige2 .kontoanzeige .removebutton:hover {
  color: white;
  background: #0066b3 url("img/ui/bt_kreuz.svg") no-repeat center center;
  background-size: 14px;
}
.kundensuche .kontenanzeige2 .kontoanzeige .sortbuttonwrapper {
  display: flex;
  flex-direction: column;
}
.kundensuche .kontenanzeige2 .kontoanzeige .sortbuttonwrapper .sortbutton {
  width: 33px;
  max-width: 33px;
  background: #F4F4F4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 50%;
}
.kundensuche .kontenanzeige2 .kontoanzeige .sortbuttonwrapper .sortbutton:hover {
  color: white;
  background: #0066b3;
}
.kundensuche .kontenanzeige2 .kontoanzeige .sortbuttonwrapper .sortbutton.up {
  border-radius: 4px 4px 0px 0px;
}
.kundensuche .kontenanzeige2 .kontoanzeige .sortbuttonwrapper .sortbutton.down {
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid white;
}
.kundensuche .kontenanzeige2 .kontoanzeige .sortbuttonwrapper .sortbutton.ausgeblendet {
  opacity: 0;
}
.kundensuche .kontenanzeige2 li > span.check {
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent url("img/ui/radio_bt_mini_empty.png") no-repeat top right;
  background-size: 20px;
  z-index: 2;
}
.kundensuche .kontenanzeige2 li.links.selected {
  opacity: 0.2;
}
.kundensuche .kontenanzeige2 li.links.selected .addbutton {
  display: none;
}
.kundensuche .kontenanzeige2 li.selected > span.check {
  background-image: url("img/ui/radio_bt_mini_checked.png");
}
.kundensuche .kontenanzeige2 li.selected > div {
  color: #333;
}
.kundensuche .kontenanzeige2 li .type {
  font-size: 14px;
}
.kundensuche .kontenanzeige2 li .name {
  font-size: 20px;
  font-weight: 700;
  color: #0066b3;
}

.fht-fundamentbody {
  padding: 25px;
}

.finanzhaus-tabelle {
  color: ramin;
  width: 100%;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .spalte {
  flex: 0 0 auto;
  padding-top: 5px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .spalte.growshrink {
  flex: 1 1 auto;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .spalte.title {
  font-size: 18px;
  font-weight: 700;
  color: #3a3a3a;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .spalte .spaltentitel {
  font-size: 12px;
  color: #bcbcbc;
  display: flex;
  height: 40px;
  align-items: flex-start;
  padding: 0 0px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .spalte .fh-widget-priority {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 15px 15px 15px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile {
  height: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile.trennlinie {
  border-bottom: 1px solid #dfdfdf;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-topic {
  display: flex;
  cursor: pointer;
  font-size: 18px;
  color: #005aab;
  font-weight: bold;
  padding-right: 20px;
  cursor: pointer;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-topic .sternchen {
  font-size: 24px;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-topic.popuptrigger:hover .popupdialog {
  display: flex;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-topic .popupdialog {
  z-index: 1;
  display: none;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  padding: 20px;
  position: absolute;
  flex-direction: column;
  width: 330px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-topic .popupdialog .title {
  font-size: 24px;
  font-weight: 700;
  color: black;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-topic .popupdialog .item {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  width: auto;
  font-weight: 500;
  margin-top: 5px;
  color: #7D7D7D;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-topic .popupdialog .item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 100%;
  margin-top: 8px;
  margin-right: 5px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-status {
  display: flex;
  align-items: center;
  font-size: 13xp;
  color: #005aab;
  font-weight: bold;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-status .statustext {
  padding-right: 20px;
  line-height: 17px;
  font-size: 14px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-status .statusampel {
  border-radius: 100%;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  margin-right: 10px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-status .statusampel.rot {
  background-color: #D0011B;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-status .statusampel.orange {
  background-color: orange;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-status .statusampel.gelb {
  background-color: #ede21c;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-status .statusampel.gruen {
  background-color: #7ed321;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-situation {
  color: #3a3a3a;
  font-size: 14px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-advice {
  color: #7D7D7D;
  font-size: 14px;
  padding-right: 5px;
  line-height: 17px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-requested-coverage {
  width: 90px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-indication {
  font-size: 13px;
  color: #005aab;
  font-weight: bold;
  text-align: right;
  width: 100%;
  padding-right: 20px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment {
  font-size: 14px;
  color: #7D7D7D;
  display: flex;
  width: 100%;
  padding-right: 10px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment:hover {
  text-decoration: underline;
  cursor: pointer;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .widget-termin-content {
  display: flex;
  width: 100%;
  min-width: 140px;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .widget-termin-content div {
  display: flex;
  width: 100%;
  justify-content: center;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .aktuellnicht {
  background-color: inherit;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .indiesemtermin span,
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .aktuellnicht span,
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .termin,
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .erledigt span,
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .folgetermin span,
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .customfield span {
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #0066b3;
  color: white;
  width: 100%;
}
.finanzhaus-tabelle .finanzhaus-tabelle-container .zeile .fh-widget-appointment .termin p.termintitel {
  display: none;
}
