@charset "UTF-8";
button,
img,
legend {
  border: 0;
}
abbr,
body {
  color: #646464;
}
.slick-slide.dragging img,
.translation.js-loading {
  pointer-events: none;
}
.slide-in-down.mui-enter {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter,
.slide-in-up.mui-enter {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter,
.slide-out-down.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave,
.slide-out-up.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
}
.hinge-in-from-top.mui-enter,
.slide-out-left.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-right.mui-enter {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter,
.hinge-out-from-top.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-right.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave,
.scale-in-up.mui-enter {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-down.mui-enter,
.scale-out-up.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-down.mui-leave,
.spin-in.mui-enter {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave {
  transition-property: opacity, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 0.3s;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.linear {
  transition-timing-function: linear !important;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-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;
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-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;
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.long-delay {
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.no-flexbox .row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.no-flexbox .row::after,
.no-flexbox .row::before {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.no-flexbox .row::after {
  clear: both;
}
.no-flexbox .row.collapse > .column,
.no-flexbox .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.no-flexbox .row .no-flexbox .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 48em) {
  .no-flexbox .row .no-flexbox .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .no-flexbox .row .no-flexbox .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.no-flexbox .row .no-flexbox .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.no-flexbox .row.expanded {
  max-width: none;
}
.no-flexbox .row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}
.no-flexbox .column,
.no-flexbox .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .no-flexbox .column,
  .no-flexbox .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .no-flexbox .column,
  .no-flexbox .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.no-flexbox .column:last-child:not(:first-child),
.no-flexbox .columns:last-child:not(:first-child) {
  float: right;
}
.no-flexbox .column.end:last-child:last-child,
.no-flexbox .end.columns:last-child:last-child {
  float: left;
}
.no-flexbox .column.row.row,
.no-flexbox .row.row.columns {
  float: none;
}
.row .no-flexbox .column.row.row,
.row .no-flexbox .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.no-flexbox .small-1 {
  width: 6.25%;
}
.no-flexbox .small-push-1 {
  position: relative;
  left: 6.25%;
}
.no-flexbox .small-pull-1 {
  position: relative;
  left: -6.25%;
}
.no-flexbox .small-offset-0 {
  margin-left: 0;
}
.no-flexbox .small-2 {
  width: 12.5%;
}
.no-flexbox .small-push-2 {
  position: relative;
  left: 12.5%;
}
.no-flexbox .small-pull-2 {
  position: relative;
  left: -12.5%;
}
.no-flexbox .small-offset-1 {
  margin-left: 6.25%;
}
.no-flexbox .small-3 {
  width: 18.75%;
}
.no-flexbox .small-push-3 {
  position: relative;
  left: 18.75%;
}
.no-flexbox .small-pull-3 {
  position: relative;
  left: -18.75%;
}
.no-flexbox .small-offset-2 {
  margin-left: 12.5%;
}
.no-flexbox .small-4 {
  width: 25%;
}
.no-flexbox .small-push-4 {
  position: relative;
  left: 25%;
}
.no-flexbox .small-pull-4 {
  position: relative;
  left: -25%;
}
.no-flexbox .small-offset-3 {
  margin-left: 18.75%;
}
.no-flexbox .small-5 {
  width: 31.25%;
}
.no-flexbox .small-push-5 {
  position: relative;
  left: 31.25%;
}
.no-flexbox .small-pull-5 {
  position: relative;
  left: -31.25%;
}
.no-flexbox .small-offset-4 {
  margin-left: 25%;
}
.no-flexbox .small-6 {
  width: 37.5%;
}
.no-flexbox .small-push-6 {
  position: relative;
  left: 37.5%;
}
.no-flexbox .small-pull-6 {
  position: relative;
  left: -37.5%;
}
.no-flexbox .small-offset-5 {
  margin-left: 31.25%;
}
.no-flexbox .small-7 {
  width: 43.75%;
}
.no-flexbox .small-push-7 {
  position: relative;
  left: 43.75%;
}
.no-flexbox .small-pull-7 {
  position: relative;
  left: -43.75%;
}
.no-flexbox .small-offset-6 {
  margin-left: 37.5%;
}
.no-flexbox .small-8 {
  width: 50%;
}
.no-flexbox .small-push-8 {
  position: relative;
  left: 50%;
}
.no-flexbox .small-pull-8 {
  position: relative;
  left: -50%;
}
.no-flexbox .small-offset-7 {
  margin-left: 43.75%;
}
.no-flexbox .small-9 {
  width: 56.25%;
}
.no-flexbox .small-push-9 {
  position: relative;
  left: 56.25%;
}
.no-flexbox .small-pull-9 {
  position: relative;
  left: -56.25%;
}
.no-flexbox .small-offset-8 {
  margin-left: 50%;
}
.no-flexbox .small-10 {
  width: 62.5%;
}
.no-flexbox .small-push-10 {
  position: relative;
  left: 62.5%;
}
.no-flexbox .small-pull-10 {
  position: relative;
  left: -62.5%;
}
.no-flexbox .small-offset-9 {
  margin-left: 56.25%;
}
.no-flexbox .small-11 {
  width: 68.75%;
}
.no-flexbox .small-push-11 {
  position: relative;
  left: 68.75%;
}
.no-flexbox .small-pull-11 {
  position: relative;
  left: -68.75%;
}
.no-flexbox .small-offset-10 {
  margin-left: 62.5%;
}
.no-flexbox .small-12 {
  width: 75%;
}
.no-flexbox .small-push-12 {
  position: relative;
  left: 75%;
}
.no-flexbox .small-pull-12 {
  position: relative;
  left: -75%;
}
.no-flexbox .small-offset-11 {
  margin-left: 68.75%;
}
.no-flexbox .small-13 {
  width: 81.25%;
}
.no-flexbox .small-push-13 {
  position: relative;
  left: 81.25%;
}
.no-flexbox .small-pull-13 {
  position: relative;
  left: -81.25%;
}
.no-flexbox .small-offset-12 {
  margin-left: 75%;
}
.no-flexbox .small-14 {
  width: 87.5%;
}
.no-flexbox .small-push-14 {
  position: relative;
  left: 87.5%;
}
.no-flexbox .small-pull-14 {
  position: relative;
  left: -87.5%;
}
.no-flexbox .small-offset-13 {
  margin-left: 81.25%;
}
.no-flexbox .small-15 {
  width: 93.75%;
}
.no-flexbox .small-push-15 {
  position: relative;
  left: 93.75%;
}
.no-flexbox .small-pull-15 {
  position: relative;
  left: -93.75%;
}
.no-flexbox .small-offset-14 {
  margin-left: 87.5%;
}
.no-flexbox .small-16 {
  width: 100%;
}
.no-flexbox .small-offset-15 {
  margin-left: 93.75%;
}
.no-flexbox .small-up-1 > .column,
.no-flexbox .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.no-flexbox .small-up-1 > .column:nth-of-type(1n),
.no-flexbox .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-1 > .column:nth-of-type(1n + 1),
.no-flexbox .small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}
.no-flexbox .small-up-1 > .column:last-child,
.no-flexbox .small-up-1 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-2 > .column,
.no-flexbox .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.no-flexbox .small-up-2 > .column:nth-of-type(1n),
.no-flexbox .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-2 > .column:nth-of-type(2n + 1),
.no-flexbox .small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both;
}
.no-flexbox .small-up-2 > .column:last-child,
.no-flexbox .small-up-2 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-3 > .column,
.no-flexbox .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
.no-flexbox .small-up-3 > .column:nth-of-type(1n),
.no-flexbox .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-3 > .column:nth-of-type(3n + 1),
.no-flexbox .small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}
.no-flexbox .small-up-3 > .column:last-child,
.no-flexbox .small-up-3 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-4 > .column,
.no-flexbox .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.no-flexbox .small-up-4 > .column:nth-of-type(1n),
.no-flexbox .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-4 > .column:nth-of-type(4n + 1),
.no-flexbox .small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}
.no-flexbox .small-up-4 > .column:last-child,
.no-flexbox .small-up-4 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-5 > .column,
.no-flexbox .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.no-flexbox .small-up-5 > .column:nth-of-type(1n),
.no-flexbox .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-5 > .column:nth-of-type(5n + 1),
.no-flexbox .small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}
.no-flexbox .small-up-5 > .column:last-child,
.no-flexbox .small-up-5 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-6 > .column,
.no-flexbox .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
.no-flexbox .small-up-6 > .column:nth-of-type(1n),
.no-flexbox .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-6 > .column:nth-of-type(6n + 1),
.no-flexbox .small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}
.no-flexbox .small-up-6 > .column:last-child,
.no-flexbox .small-up-6 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-7 > .column,
.no-flexbox .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
.no-flexbox .small-up-7 > .column:nth-of-type(1n),
.no-flexbox .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-7 > .column:nth-of-type(7n + 1),
.no-flexbox .small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}
.no-flexbox .small-up-7 > .column:last-child,
.no-flexbox .small-up-7 > .columns:last-child {
  float: left;
}
.no-flexbox .small-up-8 > .column,
.no-flexbox .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.no-flexbox .small-up-8 > .column:nth-of-type(1n),
.no-flexbox .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.no-flexbox .small-up-8 > .column:nth-of-type(8n + 1),
.no-flexbox .small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}
.no-flexbox .small-up-8 > .column:last-child,
.no-flexbox .small-up-8 > .columns:last-child {
  float: left;
}
.no-flexbox .small-collapse > .column,
.no-flexbox .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.expanded.row .no-flexbox .small-collapse.row,
.no-flexbox .small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.no-flexbox .small-uncollapse > .column,
.no-flexbox .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.no-flexbox .small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.no-flexbox .small-pull-0,
.no-flexbox .small-push-0,
.no-flexbox .small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}
@media screen and (min-width: 48em) {
  .no-flexbox .medium-1 {
    width: 6.25%;
  }
  .no-flexbox .medium-push-1 {
    position: relative;
    left: 6.25%;
  }
  .no-flexbox .medium-pull-1 {
    position: relative;
    left: -6.25%;
  }
  .no-flexbox .medium-offset-0 {
    margin-left: 0;
  }
  .no-flexbox .medium-2 {
    width: 12.5%;
  }
  .no-flexbox .medium-push-2 {
    position: relative;
    left: 12.5%;
  }
  .no-flexbox .medium-pull-2 {
    position: relative;
    left: -12.5%;
  }
  .no-flexbox .medium-offset-1 {
    margin-left: 6.25%;
  }
  .no-flexbox .medium-3 {
    width: 18.75%;
  }
  .no-flexbox .medium-push-3 {
    position: relative;
    left: 18.75%;
  }
  .no-flexbox .medium-pull-3 {
    position: relative;
    left: -18.75%;
  }
  .no-flexbox .medium-offset-2 {
    margin-left: 12.5%;
  }
  .no-flexbox .medium-4 {
    width: 25%;
  }
  .no-flexbox .medium-push-4 {
    position: relative;
    left: 25%;
  }
  .no-flexbox .medium-pull-4 {
    position: relative;
    left: -25%;
  }
  .no-flexbox .medium-offset-3 {
    margin-left: 18.75%;
  }
  .no-flexbox .medium-5 {
    width: 31.25%;
  }
  .no-flexbox .medium-push-5 {
    position: relative;
    left: 31.25%;
  }
  .no-flexbox .medium-pull-5 {
    position: relative;
    left: -31.25%;
  }
  .no-flexbox .medium-offset-4 {
    margin-left: 25%;
  }
  .no-flexbox .medium-6 {
    width: 37.5%;
  }
  .no-flexbox .medium-push-6 {
    position: relative;
    left: 37.5%;
  }
  .no-flexbox .medium-pull-6 {
    position: relative;
    left: -37.5%;
  }
  .no-flexbox .medium-offset-5 {
    margin-left: 31.25%;
  }
  .no-flexbox .medium-7 {
    width: 43.75%;
  }
  .no-flexbox .medium-push-7 {
    position: relative;
    left: 43.75%;
  }
  .no-flexbox .medium-pull-7 {
    position: relative;
    left: -43.75%;
  }
  .no-flexbox .medium-offset-6 {
    margin-left: 37.5%;
  }
  .no-flexbox .medium-8 {
    width: 50%;
  }
  .no-flexbox .medium-push-8 {
    position: relative;
    left: 50%;
  }
  .no-flexbox .medium-pull-8 {
    position: relative;
    left: -50%;
  }
  .no-flexbox .medium-offset-7 {
    margin-left: 43.75%;
  }
  .no-flexbox .medium-9 {
    width: 56.25%;
  }
  .no-flexbox .medium-push-9 {
    position: relative;
    left: 56.25%;
  }
  .no-flexbox .medium-pull-9 {
    position: relative;
    left: -56.25%;
  }
  .no-flexbox .medium-offset-8 {
    margin-left: 50%;
  }
  .no-flexbox .medium-10 {
    width: 62.5%;
  }
  .no-flexbox .medium-push-10 {
    position: relative;
    left: 62.5%;
  }
  .no-flexbox .medium-pull-10 {
    position: relative;
    left: -62.5%;
  }
  .no-flexbox .medium-offset-9 {
    margin-left: 56.25%;
  }
  .no-flexbox .medium-11 {
    width: 68.75%;
  }
  .no-flexbox .medium-push-11 {
    position: relative;
    left: 68.75%;
  }
  .no-flexbox .medium-pull-11 {
    position: relative;
    left: -68.75%;
  }
  .no-flexbox .medium-offset-10 {
    margin-left: 62.5%;
  }
  .no-flexbox .medium-12 {
    width: 75%;
  }
  .no-flexbox .medium-push-12 {
    position: relative;
    left: 75%;
  }
  .no-flexbox .medium-pull-12 {
    position: relative;
    left: -75%;
  }
  .no-flexbox .medium-offset-11 {
    margin-left: 68.75%;
  }
  .no-flexbox .medium-13 {
    width: 81.25%;
  }
  .no-flexbox .medium-push-13 {
    position: relative;
    left: 81.25%;
  }
  .no-flexbox .medium-pull-13 {
    position: relative;
    left: -81.25%;
  }
  .no-flexbox .medium-offset-12 {
    margin-left: 75%;
  }
  .no-flexbox .medium-14 {
    width: 87.5%;
  }
  .no-flexbox .medium-push-14 {
    position: relative;
    left: 87.5%;
  }
  .no-flexbox .medium-pull-14 {
    position: relative;
    left: -87.5%;
  }
  .no-flexbox .medium-offset-13 {
    margin-left: 81.25%;
  }
  .no-flexbox .medium-15 {
    width: 93.75%;
  }
  .no-flexbox .medium-push-15 {
    position: relative;
    left: 93.75%;
  }
  .no-flexbox .medium-pull-15 {
    position: relative;
    left: -93.75%;
  }
  .no-flexbox .medium-offset-14 {
    margin-left: 87.5%;
  }
  .no-flexbox .medium-16 {
    width: 100%;
  }
  .no-flexbox .medium-offset-15 {
    margin-left: 93.75%;
  }
  .no-flexbox .medium-up-1 > .column,
  .no-flexbox .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .no-flexbox .medium-up-1 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-1 > .column:nth-of-type(1n + 1),
  .no-flexbox .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-1 > .column:last-child,
  .no-flexbox .medium-up-1 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-2 > .column,
  .no-flexbox .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .no-flexbox .medium-up-2 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-2 > .column:nth-of-type(2n + 1),
  .no-flexbox .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-2 > .column:last-child,
  .no-flexbox .medium-up-2 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-3 > .column,
  .no-flexbox .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .no-flexbox .medium-up-3 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-3 > .column:nth-of-type(3n + 1),
  .no-flexbox .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-3 > .column:last-child,
  .no-flexbox .medium-up-3 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-4 > .column,
  .no-flexbox .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .no-flexbox .medium-up-4 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-4 > .column:nth-of-type(4n + 1),
  .no-flexbox .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-4 > .column:last-child,
  .no-flexbox .medium-up-4 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-5 > .column,
  .no-flexbox .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .no-flexbox .medium-up-5 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-5 > .column:nth-of-type(5n + 1),
  .no-flexbox .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-5 > .column:last-child,
  .no-flexbox .medium-up-5 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-6 > .column,
  .no-flexbox .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .no-flexbox .medium-up-6 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-6 > .column:nth-of-type(6n + 1),
  .no-flexbox .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-6 > .column:last-child,
  .no-flexbox .medium-up-6 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-7 > .column,
  .no-flexbox .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .no-flexbox .medium-up-7 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-7 > .column:nth-of-type(7n + 1),
  .no-flexbox .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-7 > .column:last-child,
  .no-flexbox .medium-up-7 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-up-8 > .column,
  .no-flexbox .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .no-flexbox .medium-up-8 > .column:nth-of-type(1n),
  .no-flexbox .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .medium-up-8 > .column:nth-of-type(8n + 1),
  .no-flexbox .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .no-flexbox .medium-up-8 > .column:last-child,
  .no-flexbox .medium-up-8 > .columns:last-child {
    float: left;
  }
  .no-flexbox .medium-collapse > .column,
  .no-flexbox .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .expanded.row .no-flexbox .medium-collapse.row,
  .no-flexbox .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .no-flexbox .medium-uncollapse > .column,
  .no-flexbox .medium-uncollapse > .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .no-flexbox .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .no-flexbox .medium-pull-0,
  .no-flexbox .medium-push-0,
  .no-flexbox .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64.0625em) {
  .no-flexbox .large-1 {
    width: 6.25%;
  }
  .no-flexbox .large-push-1 {
    position: relative;
    left: 6.25%;
  }
  .no-flexbox .large-pull-1 {
    position: relative;
    left: -6.25%;
  }
  .no-flexbox .large-offset-0 {
    margin-left: 0;
  }
  .no-flexbox .large-2 {
    width: 12.5%;
  }
  .no-flexbox .large-push-2 {
    position: relative;
    left: 12.5%;
  }
  .no-flexbox .large-pull-2 {
    position: relative;
    left: -12.5%;
  }
  .no-flexbox .large-offset-1 {
    margin-left: 6.25%;
  }
  .no-flexbox .large-3 {
    width: 18.75%;
  }
  .no-flexbox .large-push-3 {
    position: relative;
    left: 18.75%;
  }
  .no-flexbox .large-pull-3 {
    position: relative;
    left: -18.75%;
  }
  .no-flexbox .large-offset-2 {
    margin-left: 12.5%;
  }
  .no-flexbox .large-4 {
    width: 25%;
  }
  .no-flexbox .large-push-4 {
    position: relative;
    left: 25%;
  }
  .no-flexbox .large-pull-4 {
    position: relative;
    left: -25%;
  }
  .no-flexbox .large-offset-3 {
    margin-left: 18.75%;
  }
  .no-flexbox .large-5 {
    width: 31.25%;
  }
  .no-flexbox .large-push-5 {
    position: relative;
    left: 31.25%;
  }
  .no-flexbox .large-pull-5 {
    position: relative;
    left: -31.25%;
  }
  .no-flexbox .large-offset-4 {
    margin-left: 25%;
  }
  .no-flexbox .large-6 {
    width: 37.5%;
  }
  .no-flexbox .large-push-6 {
    position: relative;
    left: 37.5%;
  }
  .no-flexbox .large-pull-6 {
    position: relative;
    left: -37.5%;
  }
  .no-flexbox .large-offset-5 {
    margin-left: 31.25%;
  }
  .no-flexbox .large-7 {
    width: 43.75%;
  }
  .no-flexbox .large-push-7 {
    position: relative;
    left: 43.75%;
  }
  .no-flexbox .large-pull-7 {
    position: relative;
    left: -43.75%;
  }
  .no-flexbox .large-offset-6 {
    margin-left: 37.5%;
  }
  .no-flexbox .large-8 {
    width: 50%;
  }
  .no-flexbox .large-push-8 {
    position: relative;
    left: 50%;
  }
  .no-flexbox .large-pull-8 {
    position: relative;
    left: -50%;
  }
  .no-flexbox .large-offset-7 {
    margin-left: 43.75%;
  }
  .no-flexbox .large-9 {
    width: 56.25%;
  }
  .no-flexbox .large-push-9 {
    position: relative;
    left: 56.25%;
  }
  .no-flexbox .large-pull-9 {
    position: relative;
    left: -56.25%;
  }
  .no-flexbox .large-offset-8 {
    margin-left: 50%;
  }
  .no-flexbox .large-10 {
    width: 62.5%;
  }
  .no-flexbox .large-push-10 {
    position: relative;
    left: 62.5%;
  }
  .no-flexbox .large-pull-10 {
    position: relative;
    left: -62.5%;
  }
  .no-flexbox .large-offset-9 {
    margin-left: 56.25%;
  }
  .no-flexbox .large-11 {
    width: 68.75%;
  }
  .no-flexbox .large-push-11 {
    position: relative;
    left: 68.75%;
  }
  .no-flexbox .large-pull-11 {
    position: relative;
    left: -68.75%;
  }
  .no-flexbox .large-offset-10 {
    margin-left: 62.5%;
  }
  .no-flexbox .large-12 {
    width: 75%;
  }
  .no-flexbox .large-push-12 {
    position: relative;
    left: 75%;
  }
  .no-flexbox .large-pull-12 {
    position: relative;
    left: -75%;
  }
  .no-flexbox .large-offset-11 {
    margin-left: 68.75%;
  }
  .no-flexbox .large-13 {
    width: 81.25%;
  }
  .no-flexbox .large-push-13 {
    position: relative;
    left: 81.25%;
  }
  .no-flexbox .large-pull-13 {
    position: relative;
    left: -81.25%;
  }
  .no-flexbox .large-offset-12 {
    margin-left: 75%;
  }
  .no-flexbox .large-14 {
    width: 87.5%;
  }
  .no-flexbox .large-push-14 {
    position: relative;
    left: 87.5%;
  }
  .no-flexbox .large-pull-14 {
    position: relative;
    left: -87.5%;
  }
  .no-flexbox .large-offset-13 {
    margin-left: 81.25%;
  }
  .no-flexbox .large-15 {
    width: 93.75%;
  }
  .no-flexbox .large-push-15 {
    position: relative;
    left: 93.75%;
  }
  .no-flexbox .large-pull-15 {
    position: relative;
    left: -93.75%;
  }
  .no-flexbox .large-offset-14 {
    margin-left: 87.5%;
  }
  .no-flexbox .large-16 {
    width: 100%;
  }
  .no-flexbox .large-offset-15 {
    margin-left: 93.75%;
  }
  .no-flexbox .large-up-1 > .column,
  .no-flexbox .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .no-flexbox .large-up-1 > .column:nth-of-type(1n),
  .no-flexbox .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-1 > .column:nth-of-type(1n + 1),
  .no-flexbox .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-1 > .column:last-child,
  .no-flexbox .large-up-1 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-2 > .column,
  .no-flexbox .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .no-flexbox .large-up-2 > .column:nth-of-type(1n),
  .no-flexbox .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-2 > .column:nth-of-type(2n + 1),
  .no-flexbox .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-2 > .column:last-child,
  .no-flexbox .large-up-2 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-3 > .column,
  .no-flexbox .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .no-flexbox .large-up-3 > .column:nth-of-type(1n),
  .no-flexbox .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-3 > .column:nth-of-type(3n + 1),
  .no-flexbox .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-3 > .column:last-child,
  .no-flexbox .large-up-3 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-4 > .column,
  .no-flexbox .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .no-flexbox .large-up-4 > .column:nth-of-type(1n),
  .no-flexbox .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-4 > .column:nth-of-type(4n + 1),
  .no-flexbox .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-4 > .column:last-child,
  .no-flexbox .large-up-4 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-5 > .column,
  .no-flexbox .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .no-flexbox .large-up-5 > .column:nth-of-type(1n),
  .no-flexbox .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-5 > .column:nth-of-type(5n + 1),
  .no-flexbox .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-5 > .column:last-child,
  .no-flexbox .large-up-5 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-6 > .column,
  .no-flexbox .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .no-flexbox .large-up-6 > .column:nth-of-type(1n),
  .no-flexbox .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-6 > .column:nth-of-type(6n + 1),
  .no-flexbox .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-6 > .column:last-child,
  .no-flexbox .large-up-6 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-7 > .column,
  .no-flexbox .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .no-flexbox .large-up-7 > .column:nth-of-type(1n),
  .no-flexbox .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-7 > .column:nth-of-type(7n + 1),
  .no-flexbox .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-7 > .column:last-child,
  .no-flexbox .large-up-7 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-up-8 > .column,
  .no-flexbox .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .no-flexbox .large-up-8 > .column:nth-of-type(1n),
  .no-flexbox .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .large-up-8 > .column:nth-of-type(8n + 1),
  .no-flexbox .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .no-flexbox .large-up-8 > .column:last-child,
  .no-flexbox .large-up-8 > .columns:last-child {
    float: left;
  }
  .no-flexbox .large-collapse > .column,
  .no-flexbox .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .expanded.row .no-flexbox .large-collapse.row,
  .no-flexbox .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .no-flexbox .large-uncollapse > .column,
  .no-flexbox .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .no-flexbox .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .no-flexbox .large-pull-0,
  .no-flexbox .large-push-0,
  .no-flexbox .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
body,
button,
legend {
  padding: 0;
}
.no-flexbox .show-in-ie {
  display: block;
}
.no-flexbox .header .row,
.no-flexbox .statistic-charts {
  -js-display: flex;
}
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .no-flexbox .row.align-center > .columns {
    float: none;
    margin: 0 auto;
  }
}
.no-flexbox .bloglist .bloglist_item {
  clear: none;
}
.breadcrumbs::after,
.button-group::after,
.clearfix::after,
.off-canvas-wrapper-inner::after,
.pagination::after,
.slick-track:after,
hr {
  clear: both;
}
.no-flexbox .bloglist .bloglist_item.bloglist_item-sign-up > a {
  display: inline-block;
}
.no-flexbox
  .bloglist
  .bloglist_item.bloglist_item-sign-up
  .bloglist_item_excerpt {
  position: relative;
  top: 0;
  -ms-transform: translateY(0);
}
.no-flexbox .input-group {
  text-align: center;
}
.no-flexbox .input-group > div {
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
}
.show-in-ie,
[hidden],
template {
  display: none;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.button,
img {
  vertical-align: middle;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
a,
b,
em,
i,
small,
strong {
  line-height: inherit;
}
body,
dl,
ol,
p,
ul {
  line-height: 24px;
}
.article-content blockquote cite::before,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.foundation-mq {
  font-family: "small=0em&medium=48em&large=64.0625em&xlarge=90em&xxlarge=118.75em";
}
html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
}
select {
  width: 100%;
}
#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  border-radius: 3px;
  line-height: 1;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.input-group,
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row,
.row.expanded {
  max-width: none;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 48em) {
  .row .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.no-flexbox .row.collapse > .columns,
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.column,
.columns,
.no-flexbox .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}
@media screen and (min-width: 48em) {
  .column,
  .columns,
  .no-flexbox .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .column,
  .columns,
  .no-flexbox .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.small-1 {
  -webkit-flex: 0 0 6.25%;
  -ms-flex: 0 0 6.25%;
  flex: 0 0 6.25%;
  max-width: 6.25%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-offset-1 {
  margin-left: 6.25%;
}
.small-3 {
  -webkit-flex: 0 0 18.75%;
  -ms-flex: 0 0 18.75%;
  flex: 0 0 18.75%;
  max-width: 18.75%;
}
.small-offset-2 {
  margin-left: 12.5%;
}
.small-4 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-3 {
  margin-left: 18.75%;
}
.small-5 {
  -webkit-flex: 0 0 31.25%;
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%;
  max-width: 31.25%;
}
.small-offset-4 {
  margin-left: 25%;
}
.small-6 {
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.small-offset-5 {
  margin-left: 31.25%;
}
.small-7 {
  -webkit-flex: 0 0 43.75%;
  -ms-flex: 0 0 43.75%;
  flex: 0 0 43.75%;
  max-width: 43.75%;
}
.small-offset-6 {
  margin-left: 37.5%;
}
.small-8 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-7 {
  margin-left: 43.75%;
}
.small-9 {
  -webkit-flex: 0 0 56.25%;
  -ms-flex: 0 0 56.25%;
  flex: 0 0 56.25%;
  max-width: 56.25%;
}
.small-offset-8 {
  margin-left: 50%;
}
.small-10 {
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.small-offset-9 {
  margin-left: 56.25%;
}
.small-11 {
  -webkit-flex: 0 0 68.75%;
  -ms-flex: 0 0 68.75%;
  flex: 0 0 68.75%;
  max-width: 68.75%;
}
.small-offset-10 {
  margin-left: 62.5%;
}
.small-12 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-11 {
  margin-left: 68.75%;
}
.small-13 {
  -webkit-flex: 0 0 81.25%;
  -ms-flex: 0 0 81.25%;
  flex: 0 0 81.25%;
  max-width: 81.25%;
}
.small-offset-12 {
  margin-left: 75%;
}
.small-14 {
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.small-offset-13 {
  margin-left: 81.25%;
}
.small-15 {
  -webkit-flex: 0 0 93.75%;
  -ms-flex: 0 0 93.75%;
  flex: 0 0 93.75%;
  max-width: 93.75%;
}
.small-offset-14 {
  margin-left: 87.5%;
}
.small-16 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-15 {
  margin-left: 93.75%;
}
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-1 > .columns,
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-2 > .columns,
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-3 > .columns,
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-4 > .columns,
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-5 > .columns,
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-6 > .columns,
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-7 > .columns,
.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-flexbox .small-up-8 > .columns,
.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.no-flexbox .small-collapse > .columns,
.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.no-flexbox .small-uncollapse > .columns,
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .medium-1 {
    -webkit-flex: 0 0 6.25%;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .medium-offset-1 {
    margin-left: 6.25%;
  }
  .medium-3 {
    -webkit-flex: 0 0 18.75%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .medium-offset-2 {
    margin-left: 12.5%;
  }
  .medium-4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-3 {
    margin-left: 18.75%;
  }
  .medium-5 {
    -webkit-flex: 0 0 31.25%;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .medium-offset-4 {
    margin-left: 25%;
  }
  .medium-6 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .medium-offset-5 {
    margin-left: 31.25%;
  }
  .medium-7 {
    -webkit-flex: 0 0 43.75%;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .medium-offset-6 {
    margin-left: 37.5%;
  }
  .medium-8 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-7 {
    margin-left: 43.75%;
  }
  .medium-9 {
    -webkit-flex: 0 0 56.25%;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .medium-offset-8 {
    margin-left: 50%;
  }
  .medium-10 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .medium-offset-9 {
    margin-left: 56.25%;
  }
  .medium-11 {
    -webkit-flex: 0 0 68.75%;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .medium-offset-10 {
    margin-left: 62.5%;
  }
  .medium-12 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-11 {
    margin-left: 68.75%;
  }
  .medium-13 {
    -webkit-flex: 0 0 81.25%;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .medium-offset-12 {
    margin-left: 75%;
  }
  .medium-14 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .medium-offset-13 {
    margin-left: 81.25%;
  }
  .medium-15 {
    -webkit-flex: 0 0 93.75%;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .medium-offset-14 {
    margin-left: 87.5%;
  }
  .medium-16 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-15 {
    margin-left: 93.75%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns,
  .no-flexbox .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns,
  .no-flexbox .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns,
  .no-flexbox .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns,
  .no-flexbox .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns,
  .no-flexbox .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns,
  .no-flexbox .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns,
  .no-flexbox .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns,
  .no-flexbox .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.no-flexbox .row.medium-unstack > .columns,
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 48em) {
  .no-flexbox .row.medium-unstack > .columns,
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns,
  .no-flexbox .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns,
  .no-flexbox .medium-uncollapse > .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-1 {
    -webkit-flex: 0 0 6.25%;
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .large-offset-1 {
    margin-left: 6.25%;
  }
  .large-3 {
    -webkit-flex: 0 0 18.75%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .large-offset-2 {
    margin-left: 12.5%;
  }
  .large-4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-3 {
    margin-left: 18.75%;
  }
  .large-5 {
    -webkit-flex: 0 0 31.25%;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .large-offset-4 {
    margin-left: 25%;
  }
  .large-6 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .large-offset-5 {
    margin-left: 31.25%;
  }
  .large-7 {
    -webkit-flex: 0 0 43.75%;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .large-offset-6 {
    margin-left: 37.5%;
  }
  .large-8 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-7 {
    margin-left: 43.75%;
  }
  .large-9 {
    -webkit-flex: 0 0 56.25%;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .large-offset-8 {
    margin-left: 50%;
  }
  .large-10 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .large-offset-9 {
    margin-left: 56.25%;
  }
  .large-11 {
    -webkit-flex: 0 0 68.75%;
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .large-offset-10 {
    margin-left: 62.5%;
  }
  .large-12 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-11 {
    margin-left: 68.75%;
  }
  .large-13 {
    -webkit-flex: 0 0 81.25%;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .large-offset-12 {
    margin-left: 75%;
  }
  .large-14 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .large-offset-13 {
    margin-left: 81.25%;
  }
  .large-15 {
    -webkit-flex: 0 0 93.75%;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .large-offset-14 {
    margin-left: 87.5%;
  }
  .large-16 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-15 {
    margin-left: 93.75%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns,
  .no-flexbox .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns,
  .no-flexbox .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns,
  .no-flexbox .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns,
  .no-flexbox .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns,
  .no-flexbox .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns,
  .no-flexbox .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns,
  .no-flexbox .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns,
  .no-flexbox .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.shrink,
legend,
textarea {
  max-width: 100%;
}
@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.no-flexbox .row.large-unstack > .columns,
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 64.0625em) {
  .no-flexbox .row.large-unstack > .columns,
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .large-collapse > .column,
  .large-collapse > .columns,
  .no-flexbox .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns,
  .no-flexbox .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.align-top.columns,
.column.align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom.columns,
.column.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle.columns,
.column.align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch.columns,
.column.align-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin-left: 1.25rem;
}
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}
p {
  font-size: inherit;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0e323b;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
code,
kbd {
  background-color: #f9f5ed;
  color: #141414;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #e1e1e1;
  line-height: 0;
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.1875rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.0625rem;
}
h6 {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 1.6875rem;
  }
  h3 {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: inherit;
}
a img {
  border: 0;
}
hr {
  box-sizing: content-box;
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e1e1e1;
  border-left: 0;
  margin: 1.25rem auto;
}
dl,
ol,
ul {
  list-style-position: outside;
}
li {
  font-size: inherit;
}
ul {
  list-style-type: disc;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
.subheader,
code,
label {
  font-weight: 400;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #e1e1e1;
}
blockquote,
blockquote p {
  line-height: 24px;
  color: grey;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: grey;
}
cite:before {
  content: "\2014 \0020";
}
abbr {
  cursor: help;
  border-bottom: 1px dotted #141414;
}
code {
  border: 1px solid #e1e1e1;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  border-radius: 3px;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: grey;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.button,
.stat {
  line-height: 1;
}
.stat {
  font-size: 2.5rem;
}
p + .stat {
  margin-top: -1rem;
}
.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media screen and (min-width: 48em) {
  .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 screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.button,
.input-group-button,
.input-group-label,
.menu-centered {
  text-align: center;
}
.show-for-print {
  display: none !important;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    color: #000 !important;
    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,
  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) ")";
  }
  blockquote,
  pre {
    border: 1px solid grey;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  color: #0e323b;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: transparent;
  color: #0e323b;
}
.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-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #0e323b;
  color: #0e323b;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #0b282f;
  color: #0e323b;
}
.button.secondary {
  background-color: #00b9ea;
  color: #0e323b;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #0094bb;
  color: #0e323b;
}
.button.success {
  background-color: #62f0a2;
  color: #000;
}
.button.success:focus,
.button.success:hover {
  background-color: #24ea7d;
  color: #000;
}
.button.warning {
  background-color: #ffae00;
  color: #0e323b;
}
.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0e323b;
}
.button.alert {
  background-color: #ff4443;
  color: #000;
}
.button.alert:focus,
.button.alert:hover {
  background-color: #ff0403;
  color: #000;
}
.button.bg-yellow {
  background-color: #f9f5ed;
  color: #000;
}
.button.bg-yellow:focus,
.button.bg-yellow:hover {
  background-color: #e1cda4;
  color: #000;
}
.button.bg-light-blue {
  background-color: #edfafe;
  color: #000;
}
.button.bg-light-blue:focus,
.button.bg-light-blue:hover {
  background-color: #90e0f9;
  color: #000;
}
.button.border-color {
  background-color: #e3e3e3;
  color: #000;
}
.button.border-color:focus,
.button.border-color:hover {
  background-color: #b6b6b6;
  color: #000;
}
.button.bg-green {
  background-color: #f3fef7;
  color: #000;
}
.button.bg-green:focus,
.button.bg-green:hover {
  background-color: #97f6ba;
  color: #000;
}
.button.bg-light-grey {
  background-color: #eceff0;
  color: #000;
}
.button.bg-light-grey:focus,
.button.bg-light-grey:hover {
  background-color: #b7c2c6;
  color: #000;
}
.button.hollow {
  border: 1px solid #0e323b;
  color: #0e323b;
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
  border-color: #07191e;
  color: #07191e;
}
.button.hollow.primary {
  border: 1px solid #0e323b;
  color: #0e323b;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #07191e;
  color: #07191e;
}
.button.hollow.secondary {
  border: 1px solid #00b9ea;
  color: #00b9ea;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #005d75;
  color: #005d75;
}
.button.hollow.success {
  border: 1px solid #62f0a2;
  color: #62f0a2;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #0f9a4e;
  color: #0f9a4e;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert {
  border: 1px solid #ff4443;
  color: #ff4443;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #a10100;
  color: #a10100;
}
.button.hollow.bg-yellow {
  border: 1px solid #f9f5ed;
  color: #f9f5ed;
}
.button.hollow.bg-yellow:focus,
.button.hollow.bg-yellow:hover {
  border-color: #b68e3d;
  color: #b68e3d;
}
.button.hollow.bg-light-blue {
  border: 1px solid #edfafe;
  color: #edfafe;
}
.button.hollow.bg-light-blue:focus,
.button.hollow.bg-light-blue:hover {
  border-color: #0db5e9;
  color: #0db5e9;
}
.button.hollow.border-color {
  border: 1px solid #e3e3e3;
  color: #e3e3e3;
}
.button.hollow.border-color:focus,
.button.hollow.border-color:hover {
  border-color: #727272;
  color: #727272;
}
.button.hollow.bg-green {
  border: 1px solid #f3fef7;
  color: #f3fef7;
}
.button.hollow.bg-green:focus,
.button.hollow.bg-green:hover {
  border-color: #13e560;
  color: #13e560;
}
.button.hollow.bg-light-grey {
  border: 1px solid #eceff0;
  color: #eceff0;
}
.button.hollow.bg-light-grey:focus,
.button.hollow.bg-light-grey:hover {
  border-color: #697e85;
  color: #697e85;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: transparent;
  color: #0e323b;
}
.button.dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border: 0.4em inset;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1rem;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}
[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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #e3e3e3;
  margin: 0 0 1rem;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #141414;
  background-color: #fff;
  box-shadow: inset 0 0 0 rgba(20, 20, 20, 0);
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.45s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[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 {
  border: 1px solid #00b9ea;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.5s, border-color 0.45s ease-in-out;
}
textarea {
  min-height: 50px;
  resize: none;
}
textarea[rows] {
  height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e1e1e1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e1e1e1;
}
input::placeholder,
textarea::placeholder {
  color: #e1e1e1;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f9f5ed;
  cursor: default;
}
[type="submit"],
[type="button"] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  box-sizing: border-box;
}
[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
[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: 1rem;
  line-height: 1.5;
  color: #646464;
}
.form-error,
.menu-text,
.title-bar-title,
table caption {
  font-weight: 700;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
fieldset {
  margin: 0;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  background: #f9f5ed;
  color: #141414;
  border: 1px solid #e1e1e1;
  white-space: nowrap;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  height: auto;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group .input-group-button {
  display: table-cell;
}
fieldset {
  border: 0;
  padding: 0;
}
legend {
  margin-bottom: 0.5rem;
}
.fieldset {
  border: 1px solid #e1e1e1;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0 0 0 -0.1875rem;
}
select {
  height: 2.4375rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border: 1px solid #e3e3e3;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  line-height: normal;
  color: #141414;
  background-color: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
.form-error,
.is-invalid-label {
  color: #ff4443;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:disabled {
  background-color: #f9f5ed;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.form-error.is-visible {
  display: block;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .hide-for-small-only,
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 89.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 64em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after,
.clearfix::before {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem;
}
.breadcrumbs::after,
.breadcrumbs::before {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs li {
  float: left;
  color: #141414;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #e1e1e1;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #0e323b;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #e1e1e1;
  cursor: not-allowed;
}
.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.button-group::after,
.button-group::before {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.button-group .button {
  margin: 0 1px 1px 0;
  font-size: 0.9rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.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 .button {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #0e323b;
  color: #0e323b;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #0b282f;
  color: #0e323b;
}
.button-group.secondary .button {
  background-color: #00b9ea;
  color: #0e323b;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #0094bb;
  color: #0e323b;
}
.button-group.success .button {
  background-color: #62f0a2;
  color: #000;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #24ea7d;
  color: #000;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0e323b;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0e323b;
}
.button-group.alert .button {
  background-color: #ff4443;
  color: #000;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #ff0403;
  color: #000;
}
.button-group.bg-yellow .button {
  background-color: #f9f5ed;
  color: #000;
}
.button-group.bg-yellow .button:focus,
.button-group.bg-yellow .button:hover {
  background-color: #e1cda4;
  color: #000;
}
.button-group.bg-light-blue .button {
  background-color: #edfafe;
  color: #000;
}
.button-group.bg-light-blue .button:focus,
.button-group.bg-light-blue .button:hover {
  background-color: #90e0f9;
  color: #000;
}
.button-group.border-color .button {
  background-color: #e3e3e3;
  color: #000;
}
.button-group.border-color .button:focus,
.button-group.border-color .button:hover {
  background-color: #b6b6b6;
  color: #000;
}
.button-group.bg-green .button {
  background-color: #f3fef7;
  color: #000;
}
.button-group.bg-green .button:focus,
.button-group.bg-green .button:hover {
  background-color: #97f6ba;
  color: #000;
}
.button-group.bg-light-grey .button {
  background-color: #eceff0;
  color: #000;
}
.button-group.bg-light-grey .button:focus,
.button-group.bg-light-grey .button:hover {
  background-color: #b7c2c6;
  color: #000;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .button-group.stacked-for-medium .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.callout {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(20, 20, 20, 0.25);
  border-radius: 3px;
  position: relative;
  color: #646464;
  background-color: #fff;
}
.label,
.pagination li,
.reveal {
  border-radius: 3px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #caeaf2;
}
.callout.secondary {
  background-color: #d6f6ff;
}
.callout.success {
  background-color: #e7fdf1;
}
.callout.warning {
  background-color: #fff3d9;
}
.callout.alert {
  background-color: #ffe3e3;
}
.callout.bg-yellow {
  background-color: #fefefc;
}
.callout.bg-light-blue {
  background-color: #fcfeff;
}
.callout.border-color {
  background-color: #fbfbfb;
}
.callout.bg-green {
  background-color: #fdfffe;
}
.callout.bg-light-grey {
  background-color: #fcfdfd;
}
.callout.small {
  padding: 0.5rem;
}
.callout.large {
  padding: 3rem;
}
.close-button {
  position: absolute;
  color: grey;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #141414;
}
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0e323b;
  color: #fff;
}
.media-object,
.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.label.secondary {
  background: #00b9ea;
  color: #fff;
}
.label.success {
  background: #62f0a2;
  color: #141414;
}
.label.warning {
  background: #ffae00;
  color: #fff;
}
.label.alert {
  background: #ff4443;
  color: #141414;
}
.label.bg-yellow {
  background: #f9f5ed;
  color: #141414;
}
.label.bg-light-blue {
  background: #edfafe;
  color: #141414;
}
.label.border-color {
  background: #e3e3e3;
  color: #141414;
}
.label.bg-green {
  background: #f3fef7;
  color: #141414;
}
.label.bg-light-grey {
  background: #eceff0;
  color: #141414;
}
.media-object {
  margin-bottom: 1rem;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.media-object-section > :last-child,
.menu a,
.menu button,
.menu input {
  margin-bottom: 0;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media-object.stack-for-small .media-object-section {
    padding: 0 0 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section.main-section {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}
[data-whatinput="mouse"] .menu > li {
  outline: 0;
}
.menu > li > a {
  padding: 0.7rem 1rem;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu-centered > .menu,
.menu.simple li {
  display: inline-block;
}
.menu > li > a i,
.menu > li > a img,
.menu > li > a svg {
  margin-right: 0.25rem;
}
.menu > li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.menu.vertical {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu.vertical > li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.menu.vertical > li > a {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 48em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 64.0625em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.menu.simple li {
  line-height: 1;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.expanded > li {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-top > li > a i,
.menu.icon-top > li > a img,
.menu.icon-top > li > a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fff;
  background: #0e323b;
}
.menu-text {
  color: inherit;
  line-height: 1;
  padding: 0.7rem 1rem;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
body,
html {
  height: 100%;
}
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-wrapper-inner::after,
.off-canvas-wrapper-inner::before {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.5);
}
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}
.off-canvas,
.pagination a:hover,
.pagination button:hover {
  background: #f9f5ed;
}
.off-canvas {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header .logo > a,
.no-objectfit .header .logo svg {
  max-height: 54px;
}
[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
@media screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::after,
.pagination::before {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  display: none;
}
.pagination li:first-child,
.pagination li:last-child {
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
  .reveal {
    min-height: 0;
  }
}
.pagination a,
.pagination button {
  color: #141414;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
}
.pagination .current {
  cursor: default;
}
.pagination .disabled {
  color: #e1e1e1;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: 0 0;
}
.pagination .ellipsis::after {
  content: "\2026";
  padding: 0.1875rem 0.625rem;
  color: #141414;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "\00ab";
  display: inline-block;
  margin-right: 0.5rem;
}
.pagination-next a::after,
.pagination-next.disabled::after {
  content: "\00bb";
  display: inline-block;
  margin-left: 0.5rem;
}
body.is-reveal-open {
  overflow: hidden;
}
html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-scroll,
table.scroll {
  overflow-x: auto;
}
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(20, 20, 20, 0.45);
  overflow-y: scroll;
}
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 80rem;
  }
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
  .reveal.tiny {
    width: 30%;
    max-width: 80rem;
  }
}
.reveal.full,
.slick-track {
  left: 0;
  top: 0;
}
.thumbnail,
table {
  margin-bottom: 1rem;
}
.reveal.collapse {
  padding: 0;
}
table caption,
table tbody td,
table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
@media screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem;
  }
  .reveal.large {
    width: 90%;
    max-width: 80rem;
  }
}
.reveal.full {
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 3px;
}
table tbody,
table tfoot,
table thead {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
table tfoot,
table thead {
  background: #f9f9f9;
  color: #646464;
}
.objects-list.object-list-styled-preview
  .blue
  .tile
  .tile_excerpt
  .tile_subtitle,
.objects-list.object-list-styled-preview .blue .tile .tile_excerpt p,
.objects-list.object-list-styled-preview .blue .tile .tile_excerpt time,
.title-bar {
  color: #fff;
}
table tfoot tr,
table thead tr {
  background: 0 0;
}
table tfoot td,
table tfoot th,
table thead td,
table thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}
table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
@media screen and (max-width: 64em) {
  table.stack tfoot,
  table.stack thead {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
}
table.hover tr:hover {
  background-color: #fafafa;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed;
}
.table-scroll table {
  width: auto;
}
.thumbnail {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px rgba(20, 20, 20, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 0.2s ease-out;
  border-radius: 3px;
}
.fade-in.mui-enter,
.fade-out.mui-leave {
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.thumbnail:focus,
.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(14, 50, 59, 0.5);
}
.title-bar {
  background: #141414;
  padding: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-icon.dark,
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.menu-icon.dark {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #141414;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #141414, 0 14px 0 #141414;
}
.menu-icon.dark:hover::after {
  background: grey;
  box-shadow: 0 7px 0 grey, 0 14px 0 grey;
}
.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative;
}
.top-bar,
.top-bar ul {
  background-color: #121212;
}
.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 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (max-width: 64em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem;
}
.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.dropdown_cell.is-collapsed .dropdown-basic,
.switcher {
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: 0;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: kwr-icons;
  src: url(../assets/fonts/kwr-icons.eot);
  src: url(../assets/fonts/kwr-icons.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/kwr-icons.woff) format("woff"),
    url(../assets/fonts/kwr-icons.ttf) format("truetype"),
    url(../assets/fonts/kwr-icons.svg#kwr-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: kwr-icons;
    src: url(../assets/fonts/kwr-icons.svg#kwr-icons) format("svg");
  }
}
html.bedrock {
  margin: 0 !important;
}
body {
  background: #0e323b;
}
.off-canvas-wrapper {
  margin: 0 auto;
}
.admin-bar .off-canvas-content {
  margin-top: 2.875rem;
}
@media screen and (min-width: 48em) {
  .admin-bar .off-canvas-content {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .flex-small-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.in-grid {
  max-width: 80rem;
  margin: 0 auto;
}
.objects-list.row {
  margin: 0.0625rem -0.0625rem 0 0.0625rem;
}
.objects-list > li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 20rem;
  margin: -0.0625rem 0 0 -0.0625rem;
}
.objects-list > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.objects-list > li .tile {
  width: 100%;
}
.objects-list > li .tile:not(.tile-short) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.objects-list > li .tile:not(.tile-short) .tile_excerpt {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.objects-list.large-list > li {
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 24.5rem;
}
.objects-list.projects-list {
  min-height: 19.1875rem;
}
.objects-list.object-list-styled-preview .blue .tile,
.objects-list.object-list-styled-preview .blue .tile .tile_excerpt,
.objects-list.object-list-styled-preview .blue .tile .tile_header {
  background: #00b9ea;
}
.objects-list.object-list-styled-preview .gray .tile,
.objects-list.object-list-styled-preview .gray .tile .tile_excerpt,
.objects-list.object-list-styled-preview .gray .tile .tile_header {
  background: #e6eaeb;
}
@media screen and (max-width: 47.9375em) {
  .objects-list.multiple-rows > li {
    display: list-item;
    max-width: 100% !important;
  }
  .objects-list.multiple-rows > li > a {
    display: initial;
  }
  .objects-list.projects-list > li {
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .objects-list > li .tile.tile-short {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .objects-list > li .tile.tile-short .tile_excerpt {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .objects-list.medium-up-2 > li {
    -webkit-flex-basis: 50.1%;
    flex-basis: 50.1%;
    -ms-flex-preferred-size: 50.1%;
    max-width: 50.1%;
  }
  .objects-list.medium-up-3 > li {
    box-flex: 0;
    -webkit-flex: 0 0 33.41%;
    -moz-flex: 0 0 33.41%;
    -ms-flex: 0 0 33.41%;
    flex: 0 0 33.41%;
    max-width: 33.41%;
  }
  .objects-list.has-space-under > li {
    margin-top: 1.875rem;
  }
  .objects-list.has-space-under.large-up-3 > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .related_collapsed-list.medium-up-3 > li:not(:nth-child(-n + 3)),
  .related_collapsed-list.medium-up-4 > li:not(:nth-child(-n + 4)) {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .objects-list.large-up-2 > li {
    -webkit-flex-basis: 50.1%;
    flex-basis: 50.1%;
    -ms-flex-preferred-size: 50.1%;
    max-width: 50.1%;
  }
  .objects-list.large-up-4 > li {
    -webkit-flex-basis: 25.08%;
    flex-basis: 25.08%;
    -ms-flex-preferred-size: 25.08%;
    max-width: 25.08%;
  }
  .objects-list.has-space-under > li {
    margin-top: 3.125rem;
  }
  .objects-list.has-space-under.large-up-3 > li:nth-child(-n + 3),
  .objects-list.has-space-under.large-up-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .related_collapsed-list.large-up-3 > li:not(:nth-child(-n + 3)),
  .related_collapsed-list.large-up-4 > li:not(:nth-child(-n + 4)),
  .related_collapsed-list.large-up-5 > li:not(:nth-child(-n + 5)) {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .small-scroll {
    padding-left: 2.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .small-scroll.row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .no-flexbox .small-scroll > .columns,
  .small-scroll > .column,
  .small-scroll > .columns {
    min-width: 15rem;
    margin-top: 0.0625rem;
  }
  .no-flexbox .small-scroll > .columns .tile,
  .small-scroll > .column .tile,
  .small-scroll > .columns .tile {
    max-width: 15rem;
  }
  .small-text-center {
    text-align: center;
  }
}
.header h1,
.post .post_extended,
body.is-reveal-open,
html.is-reveal-open {
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  .small-extra-margin {
    margin-bottom: 0.625rem !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .normal-padding-left {
    padding-left: 0.625rem;
  }
  .normal-padding-right {
    padding-right: 0.625rem;
  }
}
h2 sup {
  font-size: 20%;
  top: -30px;
  vertical-align: middle;
}
strong {
  font-weight: 600;
}
address {
  font-size: 0.8125rem;
  line-height: 20px;
}
address p {
  line-height: inherit;
}
@media screen and (min-width: 64.0625em) {
  address {
    font-size: 1rem;
    line-height: 24px;
  }
}
.fade-in.mui-enter {
  opacity: 0;
}
.fade-in.mui-enter.mui-enter-active,
.fade-out.mui-leave {
  opacity: 1;
}
.fade-out.mui-leave.mui-leave-active,
.header .header-nav .search-btn .icon-close,
.search-is-visible .header .header-nav .search-btn .icon-search {
  opacity: 0;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}
.button:not(.button-not-clickable):hover::before,
.switcher::after {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.article-content {
  font-size: 1rem;
  line-height: 27px;
  color: #3c3c3c;
}
.article-content .special-header {
  margin-bottom: 1.875rem;
}
.article-content li,
.article-content ol,
.article-content p,
.article-content ul {
  line-height: 1.5;
}
.article-content figure {
  margin-left: 0;
  margin-right: 0;
}
.article-content ul,
.article-content ul ul {
  list-style: none;
  margin-left: 0;
}
.article-content ul li,
.article-content ul ul li {
  padding-left: 20px;
  text-indent: -11px;
}
.article-content ul li::before,
.article-content ul ul li::before {
  content: "• ";
  color: #00b9ea;
  display: block;
  float: left;
  margin-left: -6px;
  margin-right: 10px;
  width: 5px;
}
.article-content ol {
  list-style: none;
  margin-left: 0;
}
.article-content ol li {
  counter-increment: item;
  padding-left: 1.25rem;
  text-indent: -0.625rem;
}
.article-content ol li::before {
  margin-top: -1px;
  content: counter(item);
  display: inline-block;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3c3c3c;
}
.article-content ol[type="a"],
.article-content ul[type="a"] {
  counter-reset: listStyle;
}
.article-content ol[type="a"] ol,
.article-content ol[type="a"] ul,
.article-content ul[type="a"] ol,
.article-content ul[type="a"] ul {
  counter-reset: listStyle !important;
}
.article-content ol[type="a"] li,
.article-content ul[type="a"] li {
  counter-increment: listStyle;
}
.article-content ol[type="a"] li:before,
.article-content ul[type="a"] li:before {
  content: counter(listStyle, lower-alpha);
}
.article-content ol ol:not([type="a"]),
.article-content ol ul:not([type="a"]),
.article-content ul ol:not([type="a"]),
.article-content ul ul:not([type="a"]) {
  counter-reset: item;
}
.article-content ol ol:not([type="a"])[type="a"],
.article-content ol ul:not([type="a"])[type="a"],
.article-content ul ol:not([type="a"])[type="a"],
.article-content ul ul:not([type="a"])[type="a"] {
  counter-reset: listStyle;
}
.article-content a:not(.button) {
  border-bottom: 1px solid #ff4443;
}
.article-content blockquote {
  position: relative;
  margin: 1.875rem 0;
  padding: 1.25rem;
  border: 1px solid #e3e3e3;
  color: inherit;
  font-size: 1rem;
  line-height: 24px;
}
.article-content blockquote::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 2px;
  background: #00b9ea;
}
.article-content blockquote .ctcperson {
  margin-top: 1.0625rem;
}
.article-content blockquote cite {
  color: inherit;
}
.article-content blockquote cite::before {
  content: "\f109";
  height: 0.625rem;
  font-size: 1.25rem;
  color: #00b9ea;
  display: block;
  padding: 1px;
  font-family: kwr-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-smoothing: antialiased;
}
.article-content blockquote .ctcperson_info {
  max-width: calc(100% - 60px);
  padding-top: 0.1875rem;
}
.article-content blockquote .ctcperson_info strong {
  font-size: 0.75rem;
  color: #0e323b;
}
.article-content blockquote .ctcperson_info small {
  font-size: 0.6875rem;
  color: #646464;
}
.article-content blockquote .ctcperson_thumb {
  margin-right: 0.9375rem;
}
.article-content blockquote .ctcperson_thumb img {
  width: 45px;
  height: 45px;
}
.article-content :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .article-content li,
  .article-content ol,
  .article-content p,
  .article-content ul {
    line-height: 1.8;
  }
  .article-content h2 {
    margin-top: 50px;
    margin-bottom: 18px;
    font-size: 1.75rem;
  }
  .article-content h3 {
    margin-top: 50px;
    margin-bottom: 18px;
    font-size: 1.625rem;
  }
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .article-content h4 {
    font-size: 1.375rem;
  }
  .article-content h5 {
    font-size: 1.25rem;
  }
  .article-content h6 {
    font-size: 1.125rem;
  }
  .article-content blockquote {
    margin: 2.625rem 0;
    padding: 1.125rem 0.9375rem;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .article-content blockquote .ctcperson {
    margin-top: 1.5625rem;
  }
  .article-content blockquote cite::before {
    font-size: 1.5625rem;
  }
  .article-content blockquote .ctcperson_info {
    max-width: calc(100% - 75px);
    padding-top: 0.3125rem;
  }
  .article-content blockquote .ctcperson_info strong {
    font-size: 0.8125rem;
    line-height: 24px;
  }
  .article-content blockquote .ctcperson_info small {
    font-size: 0.75rem;
    line-height: 1;
  }
  .article-content blockquote .ctcperson_thumb img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .article-content {
    font-size: 1.125rem;
    line-height: 31px;
  }
  .article-content blockquote,
  .article-content.page-intro p {
    font-size: 1rem;
    line-height: 24px;
  }
  .article-content ol li::before {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .article-content {
    font-size: 1.25rem;
    line-height: 35px;
  }
  .article-content ol li::before {
    margin-right: 0.625rem;
    font-size: 1.125rem;
  }
  .article-content.page-intro p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.font-secondary {
  color: #00b9ea;
}
#ancient {
  height: auto;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 2px solid red;
}
#ancient p {
  margin-left: 15px;
  font-size: 21px;
}
.header {
  position: relative;
  padding: 0.4375rem 0;
  background: #fff;
  z-index: 100;
}
.header .logo-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .logo-container {
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.header .logo {
  width: 41%;
  max-width: 196px;
  margin-right: 5px;
  float: left;
}
.header .logo > a {
  background-size: cover;
  background-position: center;
  display: block;
  height: 30px;
}
@media screen and (min-width: 48em) {
  .header .logo > a {
    height: 60px;
    width: 220px;
  }
}
.header .logo svg {
  display: block;
}
.header .header-logo-slogan {
  float: left;
  width: 53%;
  color: #727272;
  font: 8px/1 Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  white-space: nowrap;
}
.header h1 {
  text-indent: 101%;
  white-space: nowrap;
  line-height: 0;
  margin: 0;
}
.header .header-nav {
  margin: 0;
  list-style: none;
  text-align: right;
}
.header .header-nav > li {
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
}
.header .header-nav > li:nth-child(2) {
  margin-right: 0.1875rem;
}
.header .header-nav .search-btn {
  position: relative;
  display: block;
}
.header .header-nav .search-btn .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.header .header-nav .search-btn .icon-search {
  z-index: 2;
}
.search-is-visible .header .header-nav .search-btn .icon-close {
  opacity: 1;
}
.header .header-nav .icon-search {
  color: #fff;
}
.header .header-nav .icon-search::after {
  box-shadow: inset 0 0 0 3rem #0e323b;
}
.header .header-nav .icon-search:hover::after {
  box-shadow: inset 0 0 0 1px #0e323b;
}
.header .header-nav .icon-search:hover::before {
  color: #0e323b;
}
.header .header-nav .icon-close {
  color: #fff;
}
.header .header-nav .icon-close::after {
  box-shadow: inset 0 0 0 3rem #0e323b;
}
.header .header-nav .icon-close:hover::before {
  color: #0e323b;
}
.header .header-nav .icon-close:hover::after {
  box-shadow: inset 0 0 0 1px #0e323b;
}
.header .header-nav .icon,
.header .header-nav .search-btn {
  width: 2rem;
  height: 2rem;
}
.header .header-lang-switcher {
  margin-top: -4px;
}
.header .header-lang-switcher > a {
  margin-right: 0.9375rem;
  font-size: 0.625rem;
  text-decoration: underline;
  color: #b2b2b2;
}
@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  .header .header-logo-slogan {
    font-size: 0.625rem;
    margin-top: 0.4375rem;
  }
}
@media screen and (max-width: 64em) {
  .header .header-logo-slogan {
    margin-top: 12px;
  }
}
@media screen and (min-width: 48em) {
  .header .header-nav .search-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header .header-logo-slogan {
    line-height: 1.6;
  }
}
@media screen and (max-width: 47.9375em) {
  .header .header-logo-slogan {
    width: 56%;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .header {
    padding: 1.4375rem 2.0625rem 1.3125rem;
  }
  .header .logo {
    margin-right: 1.25rem;
    max-width: 12.5rem;
    width: 57%;
  }
  .header .header-logo-slogan {
    margin-top: 1.0625rem;
    font-size: 0.75rem;
    width: 49%;
  }
  .header .header-lang-switcher > a {
    font-size: 0.75rem;
  }
  .header .header-nav .icon,
  .header .header-nav .search-btn {
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .header {
    padding: 2.9375rem 0 2.6875rem;
  }
  .header .logo {
    margin-right: 1.4375rem;
  }
  .header .header-logo-slogan {
    font-size: 1.25rem;
    margin: 0.5rem 0 0;
  }
  .header .header-lang-switcher > a {
    font-size: 0.875rem;
  }
  .header .header-nav {
    margin-top: 0.4375rem;
  }
  .header .header-nav .icon {
    font-size: 1.4375rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .header .header-publication-link {
    margin-left: 1.125rem;
  }
  .page-footer_inner .footer-larger {
    -webkit-flex-basis: 51%;
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
    max-width: 51%;
  }
}
@media only screen and (min-width: 536px) and (max-width: 767px) {
  .header .logo a {
    background-size: 145px;
    background-repeat: no-repeat;
  }
}
.page-footer {
  position: relative;
}
.page-footer .page-footer_shape {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 18.125rem;
  height: 58px;
  left: 0;
  top: -1.875rem;
}
.page-footer_inner #footer-nav::after,
.page-footer_inner .footer-nav::after {
  display: table;
  clear: both;
  content: "";
}
.page-footer_inner {
  background: #0e323b;
}
@media screen and (min-width: 48em) {
  .page-footer_inner .margin-for-large {
    margin-bottom: 2.5625rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .page-footer_inner .footer-smaller {
    -webkit-flex-basis: 36.5%;
    -ms-flex-preferred-size: 36.5%;
    flex-basis: 36.5%;
    padding-left: 0;
  }
  .page-footer_inner .margin-for-large {
    margin-bottom: 3.9375rem;
  }
  .page-footer_inner .padding-right-zero {
    padding-right: 0;
  }
}
.page-footer_inner .footer-nav {
  margin: 0;
  list-style: none;
}
.page-footer_inner .footer-nav li {
  padding-right: 0;
  padding-left: 0;
}
.page-footer_inner .footer-nav li:not(:nth-last-child(-n + 4)) {
  padding-bottom: 7px;
}
.page-footer_inner .footer-nav li:not(:nth-last-child(-n + 4))::after {
  content: "";
  display: block;
  margin-top: 9px;
  height: 1px;
  width: 16px;
  background: #00b9ea;
}
.page-footer_inner .footer-nav a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-footer_inner .small-centered {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .page-footer_inner .footer-space-between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}
.page-footer_inner .socials {
  margin: 0;
  min-width: 12.5rem;
  list-style: none;
}
.page-footer_inner .socials::after {
  clear: both;
  content: "";
  display: table;
}
.page-footer_inner .socials > li {
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 50px;
}
.page-footer_inner .socials > li .icon {
  width: 42px;
  height: 42px;
  color: #00b9ea;
}
.page-footer_inner .socials > li .icon::after {
  box-shadow: inset 0 0 0 1px #00b9ea;
}
.page-footer_inner .socials > li .icon:hover::after {
  box-shadow: inset 0 0 0 3rem #00b9ea;
}
@media screen and (max-width: 64em) {
  .page-footer_inner .footer-lang-switcher {
    margin: 3.125rem 0;
  }
}
.page-footer_inner .footer-lang-switcher span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 600;
}
.page-footer_inner .footer-lang-switcher span.switch-label {
  margin-right: 1rem;
  color: #86989d;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
}
.page-footer_inner .footer-lang-switcher .language-radio {
  margin: 0 0.625rem;
}
.page-footer_inner .copy-rights {
  font-size: 0.75rem;
  line-height: 16px;
  color: #4a656c;
}
@media screen and (max-width: 47.9375em) {
  .page-footer_inner .footer-lang-switcher,
  .page-footer_inner .socials > li {
    text-align: center;
  }
  .page-footer_inner {
    padding: 3.125rem 0 1.5625rem;
  }
  .page-footer_inner .socials {
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .page-footer_inner .socials {
    margin: 2.9375rem 0;
  }
  .page-footer_inner {
    padding: 6.25rem 0 1.75rem;
  }
  .page-footer_inner .socials .icon {
    font-size: 1.125rem;
  }
  .page-footer_inner .footer-nav a {
    line-height: 12px;
  }
  .page-footer_inner .footer-nav li:not(:nth-last-child(-n + 4)) {
    padding-bottom: 8px;
  }
  .page-footer_inner .footer-nav li:not(:nth-last-child(-n + 4))::after {
    margin-top: 7px;
  }
  .page-footer_inner .medium-14,
  .page-footer_inner .medium-5 {
    padding-right: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .page-footer_inner .socials {
    position: relative;
  }
  .page-footer_inner {
    padding: 5.25rem 0 5rem;
  }
  .page-footer_inner .socials .icon {
    font-size: 1.25rem;
  }
}
.switcher {
  position: relative;
  width: 40px;
  height: 23px;
}
.switcher::after,
.switcher::before {
  display: block;
}
.switcher::before {
  content: "";
  background: #ff4443;
  height: 23px;
  width: 40px;
  border-radius: 31px;
}
.switcher::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.switcher.checked::after {
  right: 17px;
}
@media screen and (min-width: 48em) {
  .switcher,
  .switcher::before {
    width: 50px;
    height: 31px;
  }
  .switcher::before {
    content: "";
  }
  .switcher::after {
    height: 31px;
    width: 31px;
  }
  .switcher.checked::after {
    right: 19px;
  }
}
input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="number"],
input[type="search"],
textarea {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 40px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 3px;
}
input:not([type])::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-align: left;
}
input:not([type])::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  text-align: left;
}
input:not([type]):-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
  text-align: left;
}
input:not([type]):-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-align: left;
}
.js-filled input:not([type]),
.js-filled input[type="color"],
.js-filled input[type="date"],
.js-filled input[type="datetime"],
.js-filled input[type="datetime-local"],
.js-filled input[type="email"],
.js-filled input[type="month"],
.js-filled input[type="password"],
.js-filled input[type="tel"],
.js-filled input[type="text"],
.js-filled input[type="time"],
.js-filled input[type="url"],
.js-filled input[type="week"],
.js-filled input[type="number"],
.js-filled input[type="search"],
.js-filled textarea {
  border-color: #00b9ea;
}
input:not([type]).is-invalid-input,
input[type="color"].is-invalid-input,
input[type="date"].is-invalid-input,
input[type="datetime"].is-invalid-input,
input[type="datetime-local"].is-invalid-input,
input[type="email"].is-invalid-input,
input[type="month"].is-invalid-input,
input[type="password"].is-invalid-input,
input[type="tel"].is-invalid-input,
input[type="text"].is-invalid-input,
input[type="time"].is-invalid-input,
input[type="url"].is-invalid-input,
input[type="week"].is-invalid-input,
input[type="number"].is-invalid-input,
input[type="search"].is-invalid-input,
textarea.is-invalid-input {
  border-color: #ff4443 !important;
  background-color: #fff;
}
input:not([type]):focus.autocomplete,
input[type="color"]:focus.autocomplete,
input[type="date"]:focus.autocomplete,
input[type="datetime"]:focus.autocomplete,
input[type="datetime-local"]:focus.autocomplete,
input[type="email"]:focus.autocomplete,
input[type="month"]:focus.autocomplete,
input[type="password"]:focus.autocomplete,
input[type="tel"]:focus.autocomplete,
input[type="text"]:focus.autocomplete,
input[type="time"]:focus.autocomplete,
input[type="url"]:focus.autocomplete,
input[type="week"]:focus.autocomplete,
input[type="number"]:focus.autocomplete,
input[type="search"]:focus.autocomplete,
textarea:focus.autocomplete {
  border-color: #e3e3e3;
}
input.large {
  font-size: 0.9375rem;
  height: 2.8125rem;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  input.large {
    height: 3.125rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64.0625em) {
  input.large {
    height: 3.75rem;
    font-size: 1.25rem;
  }
}
label.middle {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 48em) {
  label.middle {
    margin: 0;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64.0625em) {
  label.middle {
    margin: 0;
    font-size: 1.25rem;
    line-height: 18px;
  }
}
.input-group {
  margin: 0;
}
.input-group .input-wrap + .input-wrap .js-custom-select-val,
.input-group .input-wrap + input,
.input-group .input-wrap + select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-wrap:first-child input {
  border-radius: 3px 0 0 3px;
}
.input-group .input-wrap.large {
  box-ordinal-group: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
}
.input-group .input-wrap:not(:last-child) .js-custom-select-val {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 0;
}
.input-group .input-wrap:not(:last-child) .js-open .js-custom-select-val {
  border-radius: 0;
}
.input-group .input-group-button {
  padding: 0.625rem;
  background: #fff;
}
.input-group .input-group-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group .input-group-button:last-child > * {
  border-radius: 3px;
}
.input-wrap {
  position: relative;
}
.input-wrap.has-icon .icon {
  position: absolute;
  right: 13px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in;
  color: #ff4443;
  z-index: 2;
}
.input-wrap.has-icon .icon.icon-small-arrow {
  font-size: 0.8125rem;
}
.input-wrap.has-icon input:not([type]),
.input-wrap.has-icon input[type="color"],
.input-wrap.has-icon input[type="date"],
.input-wrap.has-icon input[type="datetime"],
.input-wrap.has-icon input[type="datetime-local"],
.input-wrap.has-icon input[type="email"],
.input-wrap.has-icon input[type="month"],
.input-wrap.has-icon input[type="password"],
.input-wrap.has-icon input[type="tel"],
.input-wrap.has-icon input[type="text"],
.input-wrap.has-icon input[type="time"],
.input-wrap.has-icon input[type="url"],
.input-wrap.has-icon input[type="week"],
.input-wrap.has-icon input[type="number"],
.input-wrap.has-icon input[type="search"],
.input-wrap.has-icon textarea {
  padding-right: 2.25rem;
}
.input-wrap.has-icon input:not([type]):focus + .icon,
.input-wrap.has-icon input[type="color"]:focus + .icon,
.input-wrap.has-icon input[type="date"]:focus + .icon,
.input-wrap.has-icon input[type="datetime"]:focus + .icon,
.input-wrap.has-icon input[type="datetime-local"]:focus + .icon,
.input-wrap.has-icon input[type="email"]:focus + .icon,
.input-wrap.has-icon input[type="month"]:focus + .icon,
.input-wrap.has-icon input[type="password"]:focus + .icon,
.input-wrap.has-icon input[type="tel"]:focus + .icon,
.input-wrap.has-icon input[type="text"]:focus + .icon,
.input-wrap.has-icon input[type="time"]:focus + .icon,
.input-wrap.has-icon input[type="url"]:focus + .icon,
.input-wrap.has-icon input[type="week"]:focus + .icon,
.input-wrap.has-icon input[type="number"]:focus + .icon,
.input-wrap.has-icon input[type="search"]:focus + .icon,
.input-wrap.has-icon textarea:focus + .icon {
  opacity: 0.6;
}
.input-wrap.js-loading .icon-search {
  opacity: 0 !important;
}
.input-wrap.has-autocomplete input:not([type]),
.input-wrap.has-autocomplete input[type="color"],
.input-wrap.has-autocomplete input[type="date"],
.input-wrap.has-autocomplete input[type="datetime"],
.input-wrap.has-autocomplete input[type="datetime-local"],
.input-wrap.has-autocomplete input[type="email"],
.input-wrap.has-autocomplete input[type="month"],
.input-wrap.has-autocomplete input[type="password"],
.input-wrap.has-autocomplete input[type="tel"],
.input-wrap.has-autocomplete input[type="text"],
.input-wrap.has-autocomplete input[type="time"],
.input-wrap.has-autocomplete input[type="url"],
.input-wrap.has-autocomplete input[type="week"],
.input-wrap.has-autocomplete input[type="number"],
.input-wrap.has-autocomplete input[type="search"],
.input-wrap.has-autocomplete textarea {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 48em) {
  .input-wrap.has-icon .icon {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .expert-search-form label.middle {
    padding: 0.75rem 0 0.6875rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .expert-search-form label.middle {
    padding: 1.375rem 0 1.25rem;
  }
}
.gform_wrapper {
  max-width: 340px;
  margin: 0 auto;
}
.gform_fields {
  margin: 0;
  list-style: none;
}
.gform_fields input::-webkit-input-placeholder,
.gform_fields textarea::-webkit-input-placeholder {
  color: #898989;
}
.gform_fields input::-moz-placeholder,
.gform_fields textarea::-moz-placeholder {
  color: #898989;
}
.gform_fields input:-moz-placeholder,
.gform_fields textarea:-moz-placeholder {
  color: #898989;
}
.gform_fields input:-ms-input-placeholder,
.gform_fields textarea:-ms-input-placeholder {
  color: #898989;
}
.gform_footer {
  text-align: center;
  padding: 2.5rem 0;
}
.gfield {
  position: relative;
}
.gfield .gfield_label {
  line-height: 1;
  opacity: 0;
  color: #646464;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-170%);
  -ms-transform: translateY(-170%);
  transform: translateY(-170%);
}
.gfield:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.gfield.gform_validation_container {
  display: none;
}
.gfield.js-filled .gfield_label {
  -webkit-animation: labelfadeIn 0.4s ease-in;
  animation: labelfadeIn 0.4s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.gfield.gfield_error input:not([type]),
.gfield.gfield_error input[type="color"],
.gfield.gfield_error input[type="date"],
.gfield.gfield_error input[type="datetime"],
.gfield.gfield_error input[type="datetime-local"],
.gfield.gfield_error input[type="email"],
.gfield.gfield_error input[type="month"],
.gfield.gfield_error input[type="password"],
.gfield.gfield_error input[type="tel"],
.gfield.gfield_error input[type="text"],
.gfield.gfield_error input[type="time"],
.gfield.gfield_error input[type="url"],
.gfield.gfield_error input[type="week"],
.gfield.gfield_error input[type="number"],
.gfield.gfield_error input[type="search"],
.gfield.gfield_error textarea,
.ginput_container.error input:not([type]),
.ginput_container.error input[type="color"],
.ginput_container.error input[type="date"],
.ginput_container.error input[type="datetime"],
.ginput_container.error input[type="datetime-local"],
.ginput_container.error input[type="email"],
.ginput_container.error input[type="month"],
.ginput_container.error input[type="password"],
.ginput_container.error input[type="tel"],
.ginput_container.error input[type="text"],
.ginput_container.error input[type="time"],
.ginput_container.error input[type="url"],
.ginput_container.error input[type="week"],
.ginput_container.error input[type="number"],
.ginput_container.error input[type="search"],
.ginput_container.error textarea {
  border-color: #ff4443;
}
.gform_confirmation_message {
  font-size: 0.875rem;
  text-align: center;
  color: #0e323b;
}
.single-agenda .gform_confirmation_message {
  color: #646464;
}
.single-agenda .gforms_confirmation_message {
  padding-top: 20px;
}
@media screen and (max-width: 47.9375em) {
  .expert-search-form {
    text-align: center;
  }
  .gform_wrapper {
    padding: 0 0.625rem;
  }
}
@-webkit-keyframes labelfadeIn {
  from {
    -webkit-transform: translateY(-170%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-150%);
    opacity: 1;
  }
}
@keyframes labelfadeIn {
  from {
    -webkit-transform: translateY(-170%);
    -ms-transform: translateY(-170%);
    transform: translateY(-170%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 1;
  }
}
.form-contact_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.form-contact {
  margin-top: 1.875rem;
}
.form-contact .gfield_label {
  left: 10px;
}
.reveal,
.reveal::before {
  right: 0;
  bottom: 0;
  left: 0;
}
.form-contact textarea {
  max-height: 7.1875rem;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .form-contact .gform_fields > li {
    padding: 0 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .form-contact .gform_fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-height: 12.1875rem;
    max-width: 45rem;
    margin: 0 auto;
    height: 190px;
  }
  .form-contact .gform_fields > li {
    width: 100%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 50%;
  }
  .form-contact .gform_fields > li:nth-child(3),
  .form-contact .gform_fields > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .off-canvas-wrapper {
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    transition: -webkit-filter 0s linear 0.4s;
    transition: filter 0s linear 0.4s;
    transition: filter 0s linear 0.4s, -webkit-filter 0s linear 0.4s;
  }
}
.reveal,
.reveal.sign-up .sign-up_inner .gform_wrapper {
  max-width: 100%;
}
@-webkit-keyframes fadeIn {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  0%,
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 48em) {
  .is-reveal-open .off-canvas-wrapper {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
}
.reveal {
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  border: 0;
  width: 100%;
}
.reveal.is-ios,
.reveal.without-overlay {
  top: 0 !important;
}
.reveal::before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.reveal .main-navigation {
  position: relative;
}
.reveal .main-navigation-list {
  margin: 0;
  list-style: none;
}
.reveal .main-navigation-list li {
  display: block;
  padding: 15px 0;
  text-align: center;
  line-height: 10px;
}
.reveal .main-navigation-list li a {
  display: block;
  font: 20px/1 Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #0e323b;
}
.reveal .main-navigation-list li a.button {
  display: inline-block;
  color: #fff;
}
.reveal .main-navigation-list li.active {
  padding-bottom: 0;
}
.reveal .main-navigation-list li.active a {
  color: #00b9ea;
}
.reveal .main-navigation-list li.active::after {
  color: #00b9ea;
  content: "\f109";
  padding: 1px;
  font-family: kwr-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  margin-top: 0.5rem;
  font-size: 2rem;
  height: 14px;
}
.reveal .mobile-navigation-list {
  margin: 2.1875rem 0 0;
  list-style: none;
}
.reveal .mobile-navigation-list li {
  text-align: center;
}
.reveal .mobile-navigation-list li a {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0e323b;
}
.reveal .mobile-navigation-list li:not(:last-child)::after {
  content: "";
  display: block;
  margin: 8px auto 13px;
  height: 1px;
  width: 16px;
  background: #00b9ea;
}
.reveal .close-button {
  top: 20px;
  right: 20px;
}
.reveal .close-button::after,
.reveal .close-button::before {
  background: #0e323b;
}
.reveal .lang-switcher {
  position: absolute;
  top: 25px;
  left: 35px;
}
.reveal .lang-switcher a {
  color: #b2b2b2;
  font-size: 0.9375rem;
  border-bottom: 1px solid #b2b2b2;
}
.reveal.sign-up {
  background: rgba(14, 50, 59, 0.96);
}
.reveal.sign-up .mpErrorSummary,
.reveal.sign-up .mpErrorSummary label {
  color: #ff4443;
}
.reveal.sign-up .mpErrorSummary label ul,
.reveal.sign-up .mpErrorSummary ul {
  margin: 30px 0;
  font-size: 16px;
  list-style: none;
  padding: 0;
}
.reveal.sign-up .mpErrorRow label {
  color: #ff4443;
  font-size: 0.75rem;
  margin-top: 10px;
}
.reveal.sign-up .sign-up_inner {
  padding: 2.5rem 5.46%;
  background: #fff;
  border-top: 2px solid #ff4443;
  width: 100%;
  height: 100%;
  text-align: center;
}
.reveal.sign-up .sign-up_inner .gform_title {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}
.reveal.sign-up .sign-up_inner .gform_heading {
  margin-bottom: 2.375rem;
}
.reveal.sign-up .sign-up_inner .gform_button {
  width: 50%;
}
.reveal.dark {
  background: rgba(14, 50, 59, 0.96);
}
.reveal.dark .close-button {
  top: 30px;
  right: 30px;
}
.reveal.dark .close-button::after,
.reveal.dark .close-button::before {
  background: #ff4443;
}
@media screen and (max-width: 47.9375em) {
  .reveal {
    padding-top: 4.1875rem;
  }
  .reveal.without-overlay {
    padding-bottom: 100px;
  }
  .reveal.sign-up .sign-up_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .reveal > .row {
    height: 100%;
  }
  .reveal .close-button {
    width: 1.4375rem;
    height: 1.4375rem;
    top: 3.125rem;
    right: 3.125rem;
  }
  .reveal .main-navigation-list li {
    padding: 20px 0;
  }
  .reveal .main-navigation-list li a {
    font-size: 1.5625rem;
  }
  .reveal .main-navigation-list li a.cta-nav {
    font-size: 1.25rem;
    min-width: 312px;
  }
  .reveal.sign-up .sign-up_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    max-width: 35rem;
  }
}
.overlay,
.overlay > .row {
  height: 100%;
}
@media screen and (min-width: 64.0625em) {
  .reveal .close-button {
    top: 4.1875rem;
    right: 5.875rem;
  }
  .reveal .main-navigation-list li a {
    font-size: 1.875rem;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 50, 59, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.overlay.js-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
  z-index: 800;
}
.overlay .close-button {
  top: 1.875rem;
  right: 1.875rem;
}
.overlay .close-button::after,
.overlay .close-button::before {
  background: #ff4443;
}
.hero > .row {
  display: block;
  position: relative;
}
.hero .hero_img {
  position: relative;
  padding-bottom: 41.40625%;
  background: center/cover no-repeat;
}
.hero .hero_icon {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.hero .hero_icon img {
  display: block;
}
.hero .hero_text_content {
  width: 45%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.hero .hero_text_content h1,
.hero .hero_text_content h2,
.hero .hero_text_content p {
  margin-bottom: 0;
  color: inherit;
}
.error404 .hero .hero_text_content .article-content,
.section.section-blue .section_intro > h2,
.section.section-blue .section_intro > p {
  color: #fff;
}
.hero .hero_text_content.sline::after {
  font-size: 1.25rem;
}
.hero .hero_cta_block {
  position: relative;
}
.hero.has-overlay .hero_img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(14, 50, 59, 0.45);
  z-index: 1;
}
.hero.hero-narrow .hero_img {
  padding-bottom: 18.75%;
}
.hero.hero-expert {
  position: relative;
  background: #edfafe;
}
.single-post .hero.has-overlay .hero_img::after {
  background: rgba(255, 255, 255, 0.7);
}
[class*="term-col"] .hero.has-overlay .hero_img::after {
  background: rgba(97, 239, 161, 0.7);
}
[class*="term-blog"] .hero.has-overlay .hero_img::after {
  background: rgba(0, 185, 234, 0.7);
}
.single-agenda .hero.has-overlay .hero_img::after,
[class*="term-nieuws"] .hero.has-overlay .hero_img::after,
[class*="term-wie"] .hero.has-overlay .hero_img::after {
  background: rgba(134, 152, 157, 0.7);
}
.single-project .hero.has-overlay .hero_img::after {
  background: rgba(97, 239, 161, 0.3);
}
.error404 .hero .hero_img {
  padding-bottom: 50%;
}
.error404 .hero .hero_text_content {
  width: 50%;
}
@media screen and (max-width: 47.9375em) {
  .hero .hero_img {
    position: relative;
  }
  .hero .hero_img .hero_icon {
    display: none;
  }
  .hero .hero_text_content {
    width: 90%;
  }
  .hero .hero_text_content h1,
  .hero .hero_text_content h2 {
    font-size: 1.6875rem;
    line-height: 31.5px;
  }
  .hero .tile {
    margin: 0.625rem auto;
  }
  .hero .tile::after {
    clear: both;
    content: "";
    display: table;
  }
  .hero .tile.tile-hero::before {
    display: none;
  }
  .hero .tile.tile-hero .tile_header {
    float: right;
    max-width: calc(100% - 62%);
  }
  .hero .tile.tile-hero .tile_header::before {
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #ff4443;
    z-index: 2;
  }
  .hero .tile.tile-hero .tile_header .icon {
    width: 40px;
    height: 40px;
  }
  .hero .tile.tile-hero .tile_header .icon::before {
    font-size: 1.125rem;
  }
  .hero .tile.tile-hero .tile_excerpt {
    float: left;
    max-width: 62%;
    padding: 0.625rem 0.5625rem;
    text-align: left;
  }
  .hero .tile.tile-hero .tile_excerpt h4 {
    font-size: 1rem;
    line-height: 20px;
  }
  .hero .tile.tile-hero .tile_excerpt p {
    font-size: 0.75rem;
    line-height: 15px;
  }
  .hero .tile.tile-hero .tile_footer {
    float: left;
    width: 100%;
  }
  .hero .the_mov .themov_text_content {
    width: 95%;
    max-width: 95%;
  }
  .hero .the_mov .themov_text_content h1 {
    font-size: 1.75rem;
  }
  .error404 .hero .hero_img {
    padding-bottom: 140%;
  }
  .error404 .hero .hero_text_content {
    width: 90%;
    top: 27%;
  }
  .error404 .hero .hero_text_content h1 {
    font-size: 1.6875rem;
    line-height: 30px;
    margin-bottom: 1.0625rem;
  }
  .error404 .hero .hero_text_content .article-content p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .hero .hero_cta_block {
    position: absolute;
    right: 6.25%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .hero .hero_text_content .sline::after {
    margin-top: 0.9375rem;
    font-size: 2.75rem;
  }
  .hero.hero-narrow .hero_img {
    padding-bottom: 19.53125%;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .hero .hero_cta_block {
    max-width: 10.625rem;
    right: 0.9375rem;
    padding: 0 0.625rem;
  }
  .hero .hero_text_content {
    width: 50%;
  }
  .hero .hero_text_content h1,
  .hero .hero_text_content h2 {
    font-size: 3rem;
    line-height: 55px;
  }
  .hero .hero_text_content.sline::after {
    font-size: 2rem;
  }
  .hero .hero_icon {
    max-width: 9.375rem;
    bottom: -50px;
  }
  .hero .tile.tile-hero .tile_header .icon {
    width: 53px;
    height: 53px;
  }
  .hero .tile.tile-hero .tile_header .icon::before {
    font-size: 1.3125rem;
  }
  .hero .tile.tile-hero .tile_excerpt {
    padding: 1.25rem;
  }
  .hero .tile.tile-hero .tile_excerpt h4 {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    line-height: 20px;
  }
  .hero .tile.tile-hero .tile_excerpt p {
    font-size: 0.75rem;
    line-height: 15px;
  }
  .hero .tile.tile-hero .tile_footer > a {
    font-size: 0.625rem;
  }
  .error404 .hero .hero_img {
    padding-bottom: 83.333333%;
  }
  .error404 .hero .hero_text_content {
    width: 80%;
    top: 27.5%;
  }
  .error404 .hero .hero_text_content h1 {
    margin-bottom: 1.0625rem;
  }
  .error404 .hero .hero_text_content .article-content p {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media screen and (min-width: 64.0625em) {
  .hero .hero_icon {
    max-width: 16.5625rem;
    bottom: -73px;
  }
  .hero .hero_text_content h1,
  .hero .hero_text_content h2 {
    font-size: 3.75rem;
    line-height: 70px;
  }
  .error404 .hero .hero_text_content {
    width: 50%;
    top: 32%;
  }
  .error404 .hero .hero_text_content h1 {
    margin-bottom: 1.0625rem;
  }
  .error404 .hero .hero_text_content .article-content p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .hero .hero_text_content h1,
  .hero .hero_text_content h2 {
    font-size: 5vw;
    line-height: 5vw;
  }
}
.section {
  padding: 2.1875rem 0 2.5rem;
}
.section .section_intro {
  position: relative;
  margin-bottom: 1.4375rem;
  text-align: center;
}
.section .section_intro > h2 {
  font-size: 1.4375rem;
  line-height: 28px;
  margin-bottom: 1.75rem;
}
.section .section_intro p {
  font-size: 0.8125rem;
  line-height: 20px;
}
.section .section_intro .button {
  margin-top: 35px;
}
.section .section_intro .section_content-type {
  cursor: default;
  margin-top: 0;
  margin-bottom: 1.25rem;
  width: 9.375rem;
}
.section .section_intro.section-btn-on-side .button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.section .section_subsection {
  padding: 1.875rem 0;
}
.section .section_subsection h4 {
  margin: 0;
}
.section .section_more {
  margin-top: 2.1875rem;
}
.section:last-of-type:not(.section-no-bottom-padding) {
  padding-bottom: 5.625rem !important;
}
.section.has-bg {
  background: center no-repeat;
  background-size: contain;
}
.section.section-background {
  background-color: #00b9ea;
}
.section.section-background + .post_relation {
  margin-top: -4rem;
}
.section.section-yellow {
  background-color: #f9f5ed;
}
.section.section-light-blue {
  background-color: #edfafe;
}
.section.section-light-grey {
  background-color: #eceff0;
}
.section.section-green {
  background-color: #f3fef7;
}
.section.section-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section.section-no-bottom-padding {
  padding-bottom: 0;
}
.section.section-no-top-padding {
  padding-top: 0;
}
.section.section-blue {
  background-color: #00b9ea;
}
.section.section-blue .section_intro > h2 span,
.section.section-blue .section_intro > p span {
  color: #0e323b;
}
.section.section-blue .section_intro h4 {
  color: #0e323b;
  opacity: 0.6;
}
.section.section-blue .section_intro .sline:before {
  color: #fff;
}
.section.section-contact h6 {
  margin-bottom: 1.25rem;
}
.section.section-contact address {
  font-style: normal;
  padding-top: 0.625rem;
}
.section.section-contact strong {
  color: #0e323b;
}
.section.section-content-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.section.section-intro-reversed p {
  font-size: 1rem;
  line-height: 22px;
}
.section.section-intro-reversed p:first-child {
  margin-bottom: 2.3125rem;
}
.post_relation .section:not(:last-child) {
  position: relative;
}
.post_relation .section:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 85.9375%;
  height: 1px;
  max-width: 80rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC)
    left center repeat-x;
}
.post_relation .section.section-solid-underline::after {
  background: #0e323b;
}
.post_relation .section.section-no-underline::after,
.post_relation .section.section-solid-underline + .row .relationsep::before {
  display: none;
}
.page-collaborations .section.section-page-intro {
  padding-top: 3.4375rem;
}
.page-collaborations .section.section-page-intro .section_intro > h1 {
  font-size: 1.6875rem;
  margin-bottom: 1.75rem;
}
.page-collaborations .section.section-page-intro .section_intro p {
  font-size: 1rem;
  line-height: 24px;
  color: #0e323b;
}
.section.section-page-intro .section_intro {
  margin: 0;
}
.section.section-page-intro .section_intro p {
  font-size: 0.8125rem;
  line-height: 20px;
}
.section.section-flexible {
  background: #f9f5ed;
}
.single-agenda .section.section-flexible,
.single-post .section.section-flexible {
  background: #eceff0;
}
.single-project .section.section-flexible {
  background: #f3fef7;
}
.single-person .section.section-flexible,
.single-tool .section.section-flexible {
  background: #edfafe;
}
@media screen and (min-width: 48em) {
  .section.section-flexible {
    padding-top: 2.9375rem;
  }
  .section.section-flexible .section_intro h2 {
    font-size: 1.625rem;
  }
}
.section.section-more-info {
  margin-bottom: 2.9375rem;
}
.section.section-socials {
  padding: 0;
  margin-bottom: 3.4375rem;
}
.section.section-socials + .section {
  padding-top: 0;
}
.section.section-multi-col .experts-list .column,
.section.section-multi-col .experts-list .columns {
  padding: 0;
}
@media screen and (max-width: 47.9375em) {
  .section.has-bg {
    background-image: none !important;
  }
  .section .section_intro .sline::before {
    margin-bottom: 0;
    height: 10px;
    font-size: 1.25rem;
  }
  .section .section_intro .sline.sline-above::before {
    margin-bottom: 0.4375rem;
  }
  .section .section_intro p:last-of-type {
    margin: 0;
  }
  .section .section_intro .custom-select {
    margin: 0 auto 1.375rem;
  }
  .section.section-contact > .row > .columns:first-child {
    text-align: center;
  }
  .section.section-multi-col > .row > .columns:first-child {
    margin-bottom: 3.125rem;
  }
  .section.section-intro-reversed p:first-child {
    margin-bottom: 2.3125rem;
  }
  .section.section-iinfographic {
    padding-bottom: 0.625rem !important;
  }
  .section.section-iinfographic:last-of-type {
    padding-bottom: 1.875rem !important;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .section {
    padding-bottom: 3.4375rem;
  }
  .section .section_intro h2 {
    font-size: 1.6875rem;
    line-height: 39px;
  }
  .section .section_intro h2.sline-above::before {
    margin-bottom: 0;
  }
  .section .section_more {
    margin-top: 3.4375rem;
  }
  .section.section-more-info {
    margin-bottom: 3.125rem;
  }
  .section.section-socials {
    margin-bottom: 4.0625rem;
  }
  .section.section-main .section_intro {
    margin-bottom: 1.4375rem;
  }
  .section.section-page-intro .section_intro {
    margin: 0;
  }
  .section.section-page-intro .section_intro p {
    font-size: 1rem;
    line-height: 24px;
  }
  .section.section-contact .medium-7 {
    padding-right: 1.25rem;
    padding-left: 2.1875rem;
  }
  .section.section-contact .medium-5 {
    padding-left: 0;
  }
  .section.section-iinfographic {
    padding-bottom: 3.125rem !important;
  }
  .section.section-iinfographic:last-of-type {
    padding-bottom: 4.375rem !important;
  }
  .page-collaborations .section.section-page-intro {
    padding-top: 4.6875rem;
    background-position: center 30px;
  }
  .page-collaborations .section.section-page-intro .section_intro > h1 {
    margin-bottom: 1.0625rem;
    font-size: 3rem;
    line-height: 1.2;
  }
  .page-collaborations .section.section-page-intro p {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media screen and (min-width: 64.0625em) {
  .section {
    padding: 4.375rem 0 5rem;
  }
  .section .section_intro {
    margin-bottom: 3.125rem;
  }
  .section .section_intro h2 {
    font-size: 2.25rem;
    line-height: 40px;
    margin-bottom: 1.875rem;
  }
  .section .section_intro h2.sline-above::before {
    margin-bottom: 1rem;
  }
  .section .section_intro p {
    font-size: 1rem;
    line-height: 24px;
  }
  .section .section_intro .section_content-type {
    margin-bottom: 1.875rem;
    width: 10.3125rem;
  }
  .section .section_more {
    margin-top: 3.75rem;
  }
  .section .section_subsection {
    padding: 3.4375rem 0;
  }
  .section.section-contact h6 {
    font-size: 1.375rem;
    margin-bottom: 1.875rem;
  }
  .section.section-main .section_intro h2 {
    font-size: 3rem;
    line-height: 55px;
  }
  .section.section-page-intro .section_intro p {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .section.section-more-info,
  .section.section-socials {
    margin-bottom: 4.0625rem;
  }
  .section.section-iinfographic {
    padding-bottom: 3.125rem !important;
  }
  .section.section-iinfographic:last-of-type {
    padding-bottom: 4.375rem !important;
  }
  .page-collaborations .section.section-page-intro {
    padding-top: 5.9375rem;
    background-position: center 50px;
  }
  .page-collaborations .section.section-page-intro .section_intro > h1 {
    font-size: 3.75rem;
    margin-bottom: 0.9375rem;
  }
  .page-collaborations .section.section-page-intro .section_intro p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.themov {
  position: relative;
}
.themov .themov_text_content {
  position: absolute;
  padding: 0 10px;
  width: 100%;
  max-width: 37.5%;
  z-index: 3;
  text-align: center;
}
.themov .themov_text_content h1,
.themov .themov_text_content h2,
.themov .themov_text_content h3,
.themov .themov_text_content p,
.themov .themov_text_content small {
  color: #fff;
}
.themov .themov_text_content small {
  margin-bottom: 10px;
  font: 600 12px/21px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.themov .themov_text_content h3 {
  margin-bottom: 10px;
  font-size: 2.25rem;
  line-height: 52px;
}
.themov .themov_pages_list > li figure,
.themov .themov_text_content p {
  margin: 0;
}
.themov .themov_intro {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.themov .themov_pages_list {
  list-style: none;
  margin: 0;
}
.themov .themov_pages_list > li {
  text-align: center;
}
.themov .themov_pages_list > li > a {
  display: block;
}
.themov .themov_pages_list > li img {
  width: 100%;
  max-width: 90px;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.3s ease-in-out;
}
.themov .themov_pages_list > li figcaption {
  margin-top: 0.625rem;
  padding: 0 0.625rem;
  transition: all 0.3s ease-in-out;
  font: 13px/1 Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #0e323b;
}
.themov .themov_pages_list > li.current figcaption,
.themov .themov_pages_list > li.current img {
  -webkit-transform: scale(1.28);
  -ms-transform: scale(1.28);
  transform: scale(1.28);
}
.themov .themov_pages_list > li.current figcaption {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.themov .themov_pages_list > li.current img {
  box-shadow: 0 0 44px 12px rgba(0, 0, 0, 0.15);
}
.themov .themov_small_text_content {
  font-size: 1rem;
  padding: 1.875rem 0 2.625rem;
}
.themov .themov_small_text_content .button {
  margin-top: 1.25rem;
}
.themov .themov_small_text_content .button.button-white {
  border-color: #0e323b;
}
.themov .themov_small_text_content p:last-child {
  margin: 0;
}
.themov.themov-content-center .themov_text_content {
  max-width: 60%;
  top: 10.416666667%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.themov.themov-content-absolute-center .themov_text_content,
.wp-video .video_play {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.themov.themov-content-right .themov_text_content {
  right: 0;
  top: 14.285714286%;
  margin-right: 6.25%;
}
.themov.themov-content-left .themov_text_content {
  left: 0;
  top: 14.285714286%;
}
.themov.themov-content-absolute-center .themov_text_content {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
.themov.themov-menu-reversed .themov_intro {
  padding-bottom: 37.5%;
}
.themov.themov-menu-reversed .themov_pages_list > li.current figcaption {
  color: #fff;
  -webkit-transform: translateY(-20px) scale(1.28);
  -ms-transform: translateY(-20px) scale(1.28);
  transform: translateY(-20px) scale(1.28);
}
.themov.has-overlay .themov_intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 20, 20, 0.3);
  z-index: 2;
}
.themov.is-header .themov_text_content {
  max-width: 50%;
}
.themov.is-header .themov_text_content p {
  margin-top: 1.375rem;
  font-size: 1.25rem;
  line-height: 28px;
}
.themov.is-header.has-overlay .themov_intro::before {
  background: rgba(14, 50, 59, 0.6);
}
@media screen and (max-width: 47.9375em) {
  .themov.themov-menu-reversed .themov_text_content > p,
  .themov.themov-no-bg-small .themov_intro .themov_text_content {
    display: none;
  }
  .themov .themov_intro {
    position: relative;
  }
  .themov .themov_pages_list > li {
    max-width: 8.75rem;
  }
  .themov .themov_pages_list > li:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .themov.themov-no-bg-small .themov_intro {
    background-image: none !important;
    padding: 0;
  }
  .themov.themov-menu-reversed .themov_text_content {
    width: 80%;
    max-width: 80%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .themov.themov-menu-reversed .themov_text_content > small {
    font-size: 0.625rem;
    line-height: 19px;
  }
  .themov.themov-menu-reversed .themov_text_content > h3 {
    margin-bottom: 0;
    font-size: 1.4375rem;
    line-height: 25px;
  }
  .hero .themov .themov_text_content {
    width: 95%;
    max-width: 95%;
  }
  .hero .themov .themov_text_content h1 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .themov.themov-content-left .themov_text_content {
    margin-left: 6.25%;
  }
  .themov .themov_intro {
    padding-bottom: 46.875%;
  }
  .themov .themov_pages_list {
    position: absolute;
    left: 50%;
    margin: 0;
    width: 79%;
    list-style: none;
    text-align: center;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateZ(0) translateX(-50%);
    transform: translateZ(0) translateX(-50%);
    z-index: 3;
  }
  .themov .themov_pages_list > li figcaption {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .themov .themov_text_content {
    max-width: 43.75%;
  }
  .themov .themov_text_content h1,
  .themov .themov_text_content h3 {
    font-size: 1.6875rem;
    line-height: 39px;
  }
  .themov .themov_text_content p {
    font-size: 0.8125rem;
    line-height: 20px;
  }
  .themov .themov_pages_list {
    width: 90%;
    bottom: -6.25rem;
    height: 9.375rem;
  }
  .themov .themov_pages_list > li {
    padding: 0 1.125rem;
  }
  .themov .themov_pages_list > li img {
    max-width: 6.25rem;
  }
  .themov .themov_pages_list > li figcaption {
    margin-top: 0.9375rem;
    font: 14px/1 Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #0e323b;
  }
  .themov.themov-content-center .themov_text_content small {
    font-size: 0.75rem;
    line-height: 19px;
  }
  .themov.themov-content-center .themov_text_content p {
    font-size: 1rem;
    line-height: 24px;
  }
  .themov.themov-menu-reversed .themov_intro::after {
    display: none;
  }
  .themov.themov-menu-reversed .themov_text_content {
    max-width: 71%;
    width: 71%;
  }
  .themov.themov-menu-reversed .themov_pages_list {
    position: relative;
    bottom: 0;
    margin-bottom: 2.25rem;
  }
  .themov.themov-menu-reversed .themov_pages_list > li figcaption {
    margin-top: 0;
    min-height: 2rem;
    color: #0e323b;
  }
  .themov.themov-menu-reversed .themov_pages_list > li.current figcaption {
    color: #0e323b;
    -webkit-transform: translateY(-20px) scale(1.28);
    -ms-transform: translateY(-20px) scale(1.28);
    transform: translateY(-20px) scale(1.28);
  }
  .themov.has-nav .themov_intro {
    margin-bottom: 6.25rem;
  }
  .themov.has-nav.themov-menu-reversed .themov_intro {
    margin-bottom: 2.5rem;
  }
  .themov.is-header .themov_text_content h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .themov.is-header .themov_text_content p {
    margin-top: 1.375rem;
    font-size: 1rem;
    line-height: 24px;
  }
}
@media screen and (min-width: 64.0625em) {
  .themov .themov_text_content h1 {
    font-size: 2.25rem;
  }
  .themov .themov_pages_list {
    bottom: 58px;
    height: 176px;
  }
  .themov .themov_pages_list > li img {
    max-width: 140px;
  }
  .themov .themov_pages_list > li figcaption {
    font: 16px/1.2 Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
  }
  .themov .themov_pages_list > li:hover img {
    -webkit-transform: scale(1.28);
    -ms-transform: scale(1.28);
    transform: scale(1.28);
    box-shadow: 0 0 44px 12px rgba(0, 0, 0, 0.15);
  }
  .themov .themov_pages_list > li:hover figcaption {
    -webkit-transform: translateY(20px) scale(1.28);
    -ms-transform: translateY(20px) scale(1.28);
    transform: translateY(20px) scale(1.28);
  }
  .themov.themov-content-center .themov_text_content small {
    font-size: 0.875rem;
    line-height: 19px;
  }
  .themov.themov-content-center .themov_text_content p {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .themov.themov-menu-reversed .themov_intro {
    margin-bottom: 0;
  }
  .themov.themov-menu-reversed .themov_pages_list {
    bottom: -1.625rem;
  }
  .themov.themov-menu-reversed .themov_pages_list > li figcaption {
    margin-top: 0;
    margin-bottom: 1.25rem;
    min-height: 3.75rem;
    font-size: 1.375rem;
    line-height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .themov.themov-menu-reversed .themov_pages_list > li:hover figcaption {
    -webkit-transform: translateY(-20px) scale(1.28);
    -ms-transform: translateY(-20px) scale(1.28);
    transform: translateY(-20px) scale(1.28);
  }
  .themov.is-header .themov_text_content h1 {
    font-size: 3.75rem;
    line-height: 1.2;
  }
  .themov.is-header .themov_text_content p {
    margin-top: 1.0625rem;
    font-size: 1.25rem;
    line-height: 28px;
  }
  .themov.has-nav {
    margin-bottom: 6.25rem;
  }
  .home .themov.has-nav {
    margin-bottom: 0;
  }
  .page-tools-overview .themov .themov_intro {
    padding-bottom: 28.126%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .themov.themov-content-right .themov_text_content {
    max-width: 60%;
    top: 7%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .themov.themov-menu-reversed .themov-intro {
    padding-bottom: 45%;
  }
}
.post .post_type {
  margin-bottom: 1.25rem;
}
.post .post_type img {
  display: block;
  margin: -3.75rem auto 0.3125rem;
  max-height: 8.125rem;
}
.post .post_date {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  color: #646464;
}
.post .post_subtitle {
  margin-bottom: 1.875rem;
  font: 400 11px/14px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #0e323b;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
.post .post_subtitle.sline::before {
  margin-bottom: 1.125rem;
}
.post .post_header {
  padding: 1.6875rem 0;
}
.post .post_header h1 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 1.266666;
}
.post .post_experts {
  color: grey;
  font-size: 0.875rem;
  line-height: 18px;
}
.post .post_experts a {
  color: #ff4443;
}
.post .post_intro {
  margin-bottom: 1.5625rem;
}
.post .post_intro > p {
  color: #0e323b;
  font-size: 1rem;
  line-height: 27px;
}
.post .post_content.post_content-no-padding {
  padding-bottom: 0;
}
.post .post_extended {
  opacity: 0;
}
.post .post_more-wrap {
  position: relative;
  padding: 3.125rem 0 1.3125rem;
}
.post .post_more-wrap::before {
  content: "";
  position: absolute;
  height: 14.375rem;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.01) 3%,
    rgba(255, 255, 255, 0.98) 97%,
    #fff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}
.single-person .post .post_header,
p.wp-caption-text {
  position: relative;
}
.post .post_actions .post_actions_group_label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 20px;
  color: #0e323b;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
.page .post .post_type,
.post .post_actions .post_actions_group_list {
  margin: 0;
}
.post .post_actions .post_actions_group {
  box-flex: 0;
  -webkit-flex: 0 1 43.75%;
  -moz-flex: 0 1 43.75%;
  -ms-flex: 0 1 43.75%;
  flex: 0 1 43.75%;
  width: 100%;
}
.post .post_actions .post_actions_group_list > li {
  padding: 0 0.3125rem;
}
.post .post_actions .icon {
  width: 2.625rem;
  height: 2.625rem;
  font-size: 1.25rem;
}
.wp-video::after,
p.wp-caption-text::after {
  content: "";
  height: 1px;
}
.post.js-extended .post_extended {
  opacity: 1;
  overflow: visible;
  transition: height 0.3s ease-in-out;
}
@media screen and (max-width: 47.9375em) {
  .post .post_header h1.smaller {
    font-size: 1.5625rem;
  }
  .post .post_content {
    padding-bottom: 4.625rem;
  }
  .single .post .post_header,
  .single .post .post_subtitle {
    text-align: center;
  }
  .post .post_actions .post_actions_group {
    box-flex: 0;
    -webkit-flex: 0 1 70%;
    -moz-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .post .post_actions .post_actions_group_list {
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .single-person .post .post_header {
    padding-top: 0.5rem;
  }
  .single-person .post .post_actions {
    margin-top: 1.25rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .single-person .post .post_actions .post_actions_group_list {
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .single-person .post .post_actions .post_actions_group_list > li {
    padding: 0 0.625rem;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    width: auto;
    max-width: none;
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .post .post_date {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .post .post_experts br {
    display: none;
  }
  .post .post_actions .post_actions_group:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .post .post_actions .post_actions_group:last-child:not(:first-child) {
    padding-right: 0;
    padding-left: 1.25rem;
  }
  .post .post_actions .post_actions_group_label {
    float: left;
    margin-right: 0.625rem;
    margin-top: 0.6875rem;
  }
  .single-person .post .post_actions {
    padding: 0;
    margin: 0 -0.3125rem 0 0;
  }
  .single-person .post .post_actions .post_actions_group {
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .single-person .post .post_actions .post_actions_group_list {
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .single-person .post .post_actions .post_actions_group_list > li {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  .post .post_actions.post_actions-1 .post_actions_group_label {
    float: none;
    margin-right: 0;
  }
  .post .post_actions.post_actions-1 .post_actions_group {
    padding: 0;
    max-width: 13rem;
  }
  .post .post_actions.post_actions-1 .post_actions_group_list {
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .post .post_subtitle {
    font-size: 0.8125rem;
    line-height: 21px;
  }
  .post .post_subtitle.sline::before {
    margin-bottom: 1.375rem;
  }
  .post .post_header {
    padding: 3.125rem 0 1.5rem;
  }
  .post .post_header h1 {
    margin-bottom: 1.875rem;
    font-size: 2.8125rem;
    line-height: 55px;
  }
  .post .post_header h1.smaller {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .post .post_experts {
    font-size: 1.125rem;
    line-height: 19px;
  }
  .post .post_intro {
    margin-bottom: 3.125rem;
  }
  .post .post_intro > p {
    font-size: 1.25rem;
    line-height: 31px;
  }
  .post .post_content {
    padding-bottom: 4rem;
  }
  .post .post_actions {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .single-person .post .post_actions {
    margin: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .post .post_subtitle {
    font-size: 1.125rem;
    line-height: 21px;
  }
  .post .post_subtitle.sline::before {
    margin-bottom: 1rem;
  }
  .post .post_header {
    padding: 3.75rem 0 2.5rem;
  }
  .post .post_header h1 {
    margin-bottom: 1.625rem;
    font-size: 3.75rem;
    line-height: 80px;
  }
  .post .post_header h1.smaller {
    font-size: 3rem;
    line-height: 1.2;
  }
  .post .post_experts {
    font-size: 1.375rem;
    line-height: 24px;
  }
  .post .post_intro {
    margin-bottom: 2.8125rem;
  }
  .post .post_intro > p {
    font-size: 1.375rem;
    line-height: 35px;
  }
  .post .post_content {
    padding-bottom: 4.0625rem;
  }
  .post .post_more-wrap {
    padding-top: 4.625rem;
  }
  .post .post_more-btn {
    min-width: 11.625rem;
  }
  .post .post_actions .post_actions_group:last-child:not(:first-child) {
    padding-left: 1.25rem;
  }
  .post .post_actions .post_actions_group_label {
    font-size: 0.875rem;
  }
}
.wp-caption {
  max-width: 100%;
  margin: 1.25rem 0 2.1875rem;
}
p.wp-caption-text {
  margin: 0;
  padding: 1.125rem 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.025rem;
  color: #0e323b;
}
p.wp-caption-text::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC)
    left center repeat-x;
}
@media screen and (max-width: 47.9375em) {
  p.wp-caption-text {
    padding: 0.625rem 0;
    font-size: 0.5rem;
    line-height: 10px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  p.wp-caption-text {
    padding: 0.625rem 0;
    font-size: 0.625rem;
  }
}
.gallery {
  padding: 1.25rem 0 2.1875rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery:last-child {
  padding-bottom: 0;
}
.gallery .gallery-icon {
  margin: 0;
}
.gallery > .gallery-item {
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 1.25rem;
}
.gallery dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .gallery > .gallery-item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .row .gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .gallery > .gallery-item {
    max-width: 50%;
    padding: 0 10px;
  }
  .gallery > .gallery-item:nth-child(odd):last-of-type {
    max-width: 100%;
  }
}
.wp-video {
  position: relative;
  width: 65% !important;
  min-height: 70px;
  margin: 2.5rem auto;
  padding: 0.625rem;
  background: #f9f5ed;
  border: 1px solid #e3e3e3;
}
.wp-video::after {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: calc(100% - 20px);
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC)
    left center repeat-x;
}
.wp-video .mejs-container {
  max-width: 480px !important;
  max-height: 280px;
  margin: 0 auto 1rem;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 34.4%;
}
.wp-video .mejs-container embed,
.wp-video .mejs-container iframe,
.wp-video .mejs-container object,
.wp-video .mejs-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-video .video_cover {
  position: relative;
  text-align: center;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.wp-video .video_cover p {
  display: none;
}
.wp-video .video_cover::before,
.wp-video .video_play::before {
  content: "";
  display: block;
  position: absolute;
}
.wp-video .video_cover::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(100, 100, 100, 0.5);
}
.wp-video .video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 4.375rem;
  height: 4.375rem;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 100%;
  outline: 0;
  transition: background 0.5s;
  z-index: 3;
}
.wp-video .video_play::before {
  margin-left: 0.1875rem;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 0;
  width: 0;
  border-bottom: 15.5px solid transparent;
  border-left: 24px solid #fff;
  border-top: 15.5px solid transparent;
}
.wp-video .video_play:hover {
  background: rgba(0, 0, 0, 0.7);
}
.wp-video .mejs-poster {
  background-size: cover;
  background-color: rgba(100, 100, 100, 0.5);
  background-blend-mode: multiply;
}
.wp-video .mejs-controls {
  font-size: 0.6875rem;
  line-height: 11px;
}
.wp-video .video_duration,
.wp-video .video_title {
  font-size: 0.625rem;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.wp-video .video_title {
  margin-bottom: 28px;
}
.wp-video.youtube::after {
  display: none;
}
.wp-video.youtube .video_cover {
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .wp-video {
    width: 100% !important;
  }
  .wp-video::after {
    clear: both;
    content: "";
    display: table;
    bottom: 0.625rem;
  }
  .wp-video .mejs-container {
    float: left;
    padding: 0;
    width: 4.6875rem !important;
    height: 2.5rem !important;
    margin-right: 0.625rem;
  }
  .wp-video .video_cover {
    float: left;
    padding: 0;
    width: 4.6875rem;
    height: 2.5rem;
    margin-right: 0.625rem;
  }
  .wp-video .video_play {
    width: 1.875rem;
    height: 1.875rem;
  }
  .wp-video .video_play::before {
    height: 0;
    width: 0;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
  }
  .wp-video .mejs-controls {
    display: none;
  }
  .wp-video .video_duration,
  .wp-video .video_title {
    font-size: 0.625rem;
    line-height: 12px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .wp-video {
    width: 82.75862069% !important;
  }
  .wp-video .mejs-container {
    padding-bottom: 63%;
    max-width: 100% !important;
  }
}
.info {
  text-align: left;
  z-index: 3;
}
.info h3 {
  margin-bottom: 1.4375rem;
}
.info a {
  border-bottom: 1px solid #ff4443;
}
.info .button {
  margin-top: 2.1875rem;
}
.info.info-agenda {
  padding: 2.1875rem 0.625rem;
  border-top: 2px solid #ff4443;
  background: #edfafe;
}
.info.info-project {
  padding: 0.9375rem 0.625rem;
  margin-bottom: 1.875rem;
  background: #fcfaf4;
  border-left: 2px solid #ff4443;
}
.info.info-expert,
.info.info-expert-search {
  position: relative;
  padding: 0 0 1.25rem;
  margin: 0;
  border-top: 2px solid #ff4443;
  background: #fff;
  box-shadow: 0 0 44px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info.info-expert a,
.info.info-expert-search a {
  border-bottom: 0;
}
.info.info-expert-search {
  padding: 1.125rem 1.5rem 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .info {
    max-width: calc(100vw - 20px);
  }
  .info.info-expert-search {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 4.0625rem;
  }
  .expert-info-wrap {
    height: 150px;
  }
}
@media screen and (min-width: 48em) {
  .info {
    margin-top: 1.5625rem;
  }
  .info .button {
    margin-top: 0.875rem;
  }
  .info.info-expert .columns,
  .info.info-expert-search .columns {
    padding: 0 0.625rem;
  }
  .info.info-expert .columns:last-child,
  .info.info-expert-search .columns:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .info.info-agenda {
    padding: 1.625rem 1.25rem;
  }
  .info.info-project {
    padding: 0.9375rem 1.125rem;
  }
  .info.info-expert,
  .info.info-expert-search {
    padding: 1.125rem 0.625rem;
  }
  .info.info-expert-search {
    padding: 1.25rem 3.125rem 1.25rem 2.5rem;
  }
  .info.info-expert-search .column:first-child,
  .info.info-expert-search .columns:first-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .wp-video {
    font-size: 0.75rem;
    line-height: 15px;
  }
  .info h3 {
    font-size: 1.6875rem;
  }
  .info.info-agenda {
    margin-top: 0.9375rem;
    padding: 1.875rem 1.25rem 3.125rem;
  }
  .info.info-project {
    margin: 2.8125rem 0 2.5rem;
    padding: 1.4375rem 1.125rem;
  }
  .info.info-expert,
  .info.info-expert-search {
    padding: 1.875rem 0.9375rem;
  }
  .info.info-expert-search {
    padding: 1.5rem 3.125rem;
    margin-bottom: 1.5rem;
  }
}
.experts-list {
  margin-bottom: 3.125rem;
}
.experts-list.experts-list-relation {
  margin: 0;
}
.experts-list.experts-list-relation > li {
  margin: 0 0 1.25rem;
}
.experts-list.experts-list-relation > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.experts-list.experts-list-relation .expert {
  margin: 0 auto;
  padding-bottom: 4rem;
  position: relative;
}
.experts-list.experts-list-relation .expert .icon:not(.icon-inline) {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.filter,
.filter.filter-search > .row {
  position: relative;
}
.experts-list.dropdown-grid > li {
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .experts-list.small-up-1 > li {
    padding: 0 0.625rem 0.625rem;
  }
  .experts-list.experts-list-relation > li {
    margin-top: 1.875rem;
  }
  .experts-list.experts-list-relation > li:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .experts-list {
    margin-bottom: 2.5rem;
  }
  .experts-list.large-up-3 > li {
    max-width: 19.375rem;
    padding: 0 0.3125rem 0.625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .experts-list > li {
    margin-top: 1.875rem;
  }
  .experts-list.medium-up-2 > li:nth-child(-n + 2),
  .experts-list.medium-up-3 > li:nth-child(-n + 3),
  .experts-list.medium-up-4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .experts-list > .column,
  .experts-list > .columns,
  .no-flexbox .experts-list > .columns {
    width: 33.33333%;
    float: left;
  }
  .experts-list > .column:nth-of-type(1n),
  .experts-list > .columns:nth-of-type(1n),
  .no-flexbox .experts-list > .columns:nth-of-type(1n) {
    clear: none;
  }
  .experts-list > .column:nth-of-type(3n + 1),
  .experts-list > .columns:nth-of-type(3n + 1),
  .no-flexbox .experts-list > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .experts-list > .column:last-child,
  .experts-list > .columns:last-child,
  .no-flexbox .experts-list > .columns:last-child {
    float: left;
  }
  .experts-list.experts-list-relation > li {
    margin-top: 2.5rem;
  }
  .experts-list.experts-list-relation > li:nth-child(-n + 4) {
    margin-top: 0;
  }
}
.filter {
  z-index: 999;
}
.filter .custom-select .js-custom-select-val::-webkit-input-placeholder,
.filter input[type="text"]::-webkit-input-placeholder {
  color: #646464;
}
.filter .custom-select .js-custom-select-val::-moz-placeholder,
.filter input[type="text"]::-moz-placeholder {
  color: #646464;
}
.filter .custom-select .js-custom-select-val:-moz-placeholder,
.filter input[type="text"]:-moz-placeholder {
  color: #646464;
}
.filter .custom-select .js-custom-select-val:-ms-input-placeholder,
.filter input[type="text"]:-ms-input-placeholder {
  color: #646464;
}
.filter .input-wrap.has-icon .icon {
  font-size: 1.25rem;
}
.filter.filter-experts,
.filter.filter-projects {
  padding: 0 0.3125rem 2.5rem;
}
.filter.filter-collaborations {
  padding: 3.125rem 0 2.5rem;
}
.filter.filter-tools {
  background: #0e323b;
  padding: 0.9375rem;
}
.filter.filter-search {
  background: #0e323b;
  padding: 0.9375rem 0;
}
.filter.filter-search > .row:not(.suggestions) {
  margin: 0;
}
.filter.filter-search .js-custom-select {
  min-width: 200px;
}
.filter.filter-search .js-custom-select.large .js-custom-select-val {
  font-size: 1rem;
}
.filter.filter-search .js-custom-select.large .js-custom-select-icon::after,
.filter.filter-search .js-custom-select.large .js-custom-select-icon::before {
  background: grey;
}
.filter.filter-search .close-button {
  position: absolute;
  right: 35px;
  top: 22px;
}
@media screen and (max-width: 47.9375em) {
  .filter.filter-projects {
    padding-top: 1.875rem;
  }
  .filter.filter-experts .input-wrap,
  .filter.filter-projects .input-wrap {
    margin-bottom: 0.625rem;
  }
  .filter.filter-search {
    padding: 0.625rem 0 1.875rem;
  }
  .filter.filter-search .close-button {
    display: none;
  }
  .filter.filter-search .input-group {
    display: block;
    margin-bottom: 1.875rem;
  }
  .filter.filter-search .input-group .input-group-field {
    width: 100%;
    border-radius: 0;
  }
  .filter.filter-search .input-group .input-group-field > input {
    border-radius: 0;
  }
  .filter.filter-search .input-group .input-wrap {
    width: 100%;
  }
  .filter.filter-search .text-right {
    text-align: center;
  }
  .filter.filter-search .text-right .button {
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .filter.filter-search {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .filter.filter-experts,
  .filter.filter-projects {
    padding: 2.5rem 0 3.125rem;
  }
  .filter.filter-experts .columns,
  .filter.filter-projects .columns {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
  .filter.filter-collaborations {
    padding: 4.1875rem 0 3.125rem;
  }
  .filter.filter-search .close-button {
    top: 3.5rem;
    right: 1.25rem;
  }
  .filter.filter-search .columns:first-of-type {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .filter.filter-experts,
  .filter.filter-projects {
    padding: 3.125rem 0;
  }
  .filter.filter-collaborations {
    padding: 4.8125rem 0 3.75rem;
  }
  .filter.filter-tools {
    padding: 1.875rem;
  }
  .filter.filter-search .search-wr {
    position: relative;
  }
  .filter.filter-search .close-button {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.list-3-1 > li {
  float: left;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.list-3-1 > li.is-4 .tile .tile_header img {
  max-height: none;
}
@media screen and (max-width: 47.9375em) {
  .list-3-1.collaborations-list {
    overflow: hidden;
  }
  .list-3-1.collaborations-list > li .tile::before {
    display: block;
    content: "";
    height: 104.63%;
    width: 3px;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background: #00b9ea;
  }
  .list-3-1.collaborations-list > li.is-4 .tile .tile_header {
    padding: 0.625rem 0.625rem 0;
  }
}
#search-form,
.suggestions .suggestions_results.results-list > li.no-suggestions {
  width: 100%;
}
#search-form > .row,
.dropdown-expand,
.dropdown-grid,
.dropdown_cell,
.search-form,
.suggestions {
  position: relative;
}
@media screen and (min-width: 48em) {
  .list-3-1 > li {
    box-flex: 0;
    -webkit-flex: 0 0 33.41%;
    -moz-flex: 0 0 33.41%;
    -ms-flex: 0 0 33.41%;
    flex: 0 0 33.41%;
    max-width: 33.41%;
  }
  .list-3-1 > li:nth-child(4n + 4) {
    clear: both;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .list-3-1 > li:nth-child(4n + 4) .tile {
    box-orient: horizontal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .list-3-1 > li:nth-child(4n + 4) .tile::after {
    clear: both;
    content: "";
    display: table;
  }
  .list-3-1 > li:nth-child(4n + 4) .tile .tile_excerpt,
  .list-3-1 > li:nth-child(4n + 4) .tile .tile_header {
    float: left;
  }
  .list-3-1 > li:nth-child(4n + 4) .tile .tile_excerpt {
    padding: 1.25rem;
    max-width: 33.21%;
  }
  .list-3-1 > li:nth-child(4n + 4) .tile .tile_header {
    width: 100%;
  }
  .list-3-1 > li:nth-child(4n + 4):last-child {
    padding-bottom: 0;
  }
  .list-3-1 > li:nth-child(4n + 4).is-even .tile .tile_header {
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .list-3-1 > li:nth-child(4n + 4) {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .list-3-1 li:nth-child(4n + 4) {
    padding: 3.125rem 0;
  }
}
.list-1-all > li {
  float: left;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .list-1-all > li .tile.tile-short .tile_excerpt p {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .list-1-all > li {
    box-flex: 0;
    -webkit-flex: 0 0 33.41%;
    -moz-flex: 0 0 33.41%;
    -ms-flex: 0 0 33.41%;
    flex: 0 0 33.41%;
    max-width: 33.41%;
  }
  .list-1-all > li:first-child {
    clear: both;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .list-1-all > li:first-child .tile {
    box-orient: horizontal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .list-1-all > li:first-child .tile::after {
    clear: both;
    content: "";
    display: table;
  }
  .list-1-all > li:first-child .tile .tile_excerpt,
  .list-1-all > li:first-child .tile .tile_header {
    float: left;
  }
  .list-1-all > li:first-child .tile .tile_excerpt {
    padding: 1.25rem;
    max-width: calc(100% - 58.333333333%);
  }
  .list-1-all > li:first-child .tile .tile_header {
    max-width: 58.333333333%;
    padding-bottom: 0.625rem;
    padding-right: 0;
  }
  .list-1-all > li:first-child .tile .tile_header img {
    max-height: none;
  }
  .list-1-all > li:first-child .first p time {
    font-size: 0.75rem;
  }
  .list-1-all.tools-list > li:first-child .tile.tile-page-excerpt .tile_icon {
    top: 8%;
  }
  .list-1-all.tools-list
    > li:first-child
    .tile.tile-page-excerpt
    .tile_excerpt {
    max-width: calc(100% - 67%);
  }
  .list-1-all.tools-list
    > li:first-child
    .tile.tile-page-excerpt
    .tile_excerpt
    h4 {
    margin-top: 38%;
  }
  .list-1-all.tools-list > li:first-child .tile.tile-page-excerpt .tile_header {
    max-width: 67%;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .list-1-all > li:first-child .first h4 {
    font-size: 1.6875rem;
    line-height: 36px;
  }
  .list-1-all > li:first-child .first p {
    font-size: 0.9375rem;
    line-height: 21px;
  }
}
@media screen and (min-width: 64.0625em) {
  .list-1-all > li:first-child .first .tile_excerpt h4 {
    margin-bottom: 0.875rem;
    margin-top: 1.4375rem;
    font-size: 1.6875rem;
    line-height: 36px;
  }
  .list-1-all > li:first-child .first .tile_excerpt p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.dropdown-grid.experts-list .dropdown-expand.expert,
.is-collapsed .dropdown-expand,
.suggestions .suggestions_results {
  margin-bottom: 0;
}
.results-list > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.results-list > li > a {
  display: block;
  padding: 1.125rem 0 0.625rem;
  border-bottom: 1px solid #e1e1e1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.results-list > li h6 {
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #0e323b;
  margin-bottom: 0;
}
.results-list > li small {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: grey;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .results-list > li h6 {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .results-list > li small {
    font-size: 0.75rem;
    line-height: 22px;
    font-weight: 600;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .results-list > li > a {
    padding: 1.0625rem 0 0.9375rem;
  }
  .results-list > li:nth-last-child(-n + 2) > a {
    border-bottom: 0;
  }
}
.suggestions {
  display: none;
  margin-top: 2.625rem;
}
.suggestions .suggestions_results.results-list > li h6 {
  color: #fff;
}
.suggestions .suggestions_results.results-list > li small {
  color: #86989d;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .suggestions {
    margin-top: 2.125rem;
  }
}
.js-suggestions .suggestions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-form {
  height: 0;
  z-index: 3;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.17, 0.04, 0.03, 0.94) 50ms;
}
.search-is-visible .search-form {
  height: 190px;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .search-is-visible .search-form {
    height: 100px;
  }
}
@media screen and (min-width: 64.0625em) {
  .results-list.row {
    margin-left: -3.2215%;
    margin-right: -3.2215%;
  }
  .results-list > li {
    padding-left: 3.2215%;
    padding-right: 3.2215%;
  }
  .results-list > li a {
    padding: 1.25rem 0.3125rem 0.9375rem;
  }
  .results-list > li h6 {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .results-list > li small {
    font-size: 0.75rem;
    line-height: 22px;
    font-weight: 600;
  }
  .results-list > li:nth-last-child(-n + 3) > a {
    border-bottom: 0;
  }
  .suggestions {
    margin-top: 3.25rem;
  }
  .search-is-visible .search-form {
    height: 140px;
  }
}
#search-form > .row {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0.4;
  transition: all 0.5s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.search-is-visible #search-form > .row {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-grid .dropdown_cell.is-expanded {
  padding-bottom: 1.875rem;
}
.dropdown_cell:not(.expert-wrapper) {
  float: left;
}
.dropdown_cell.is-collapsed {
  transition: padding 0.3s ease-in-out;
}
.dropdown_cell.is-expanded {
  z-index: 2;
}
.dropdown_cell.is-expanded .dropdown-expand {
  max-height: 600px;
}
.expert-wrapper.is-collapsed .dropdown-expand {
  padding: 0;
}
.expert-wrapper.is-collapsed .arrow {
  margin-left: -2.2rem;
}
.dropdown-basic {
  display: block;
  width: 100%;
}
.dropdown-expand {
  left: -5px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, margin-bottom 75ms 225ms;
}
.dropdown-expand > .row {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 3.125rem 0 3.75rem;
  max-width: none;
  background: #0e323b;
}
.dropdown-expand .arrow {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 5.625rem;
  height: 1.5625rem;
  margin-left: -2.8125rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s;
}
.dropdown-expand .arrow::before {
  display: block;
  content: url(../assets/round-arrow.svg);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dropdown-expand.expinfo {
  left: -10px;
}
.is-expanded .dropdown-expand .arrow {
  opacity: 1;
  transition-delay: 0s;
}
.dropdown-grid.experts-list .dropdown-expand .button {
  margin-top: 2.1875rem;
}
.dropdown-grid.experts-list .dropdown-expand .button.button-white {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .results-list > li:last-child > a {
    border-bottom: 0;
  }
  .dropdown-grid.experts-list .dropdown-expand > .row {
    padding: 2.5rem 0;
  }
  .dropdown-grid.experts-list .dropdown-expand .button {
    margin-top: 2.5rem;
  }
  .dropdown-grid.expertises-list .dropdown-expand .arrow {
    top: 1.75rem;
  }
}
.dropdown-grid.expertises-list .dropdown_cell.is-expanded {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .dropdown-expand.expinfo {
    left: -24px;
  }
  .dropdown-grid.expertises-list .dropdown-expand .arrow {
    top: 1.625rem;
  }
}
.expinfo_inner {
  position: relative;
  background: #0e323b;
  padding: 2.6875rem 0;
}
.expinfo_inner h4 {
  margin-bottom: 1.5625rem;
  color: #00b9ea;
}
.expinfo_inner .expinfo_content > .row {
  max-width: none;
}
.expinfo_inner .publ .publ_list {
  background: 0 0;
  border: 0;
}
.expinfo_inner .publ .publ_list .publ_list_publication {
  padding: 1.25rem 0;
  border-color: #86989d;
  border-left-width: 0;
  border-right-width: 0;
}
.expinfo_inner .publ .publ_list .publ_list_publication h6 {
  color: #fff;
}
.expinfo_inner .publ .publ_list .publ_list_publication small {
  color: #86989d;
}
.expinfo_inner .publ .publ_list .publ_list_publication:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.expinfo_inner .expert .expert_name {
  color: #fff;
}
.expinfo_inner .expert small {
  color: #86989d;
}
.expinfo_inner .button {
  margin-top: 2.1875rem;
}
.expinfo_inner .button.button-white {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .expinfo_inner {
    margin-top: 2.8125rem;
  }
  .expinfo_inner .expinfo_content > .row {
    margin: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .expinfo_inner {
    margin-top: 2.6875rem;
  }
  .expinfo_inner .expinfo_content > .row {
    margin: 0;
  }
  .expinfo_inner .expinfo_excerpt p {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
@media screen and (min-width: 64.0625em) {
  .dropdown-grid.expertises-list .dropdown-expand .arrow {
    top: 2.1875rem;
  }
  .expinfo_inner {
    padding: 4.0625rem 0;
    margin-top: 3.25rem;
  }
}
.button,
.expertises-list {
  margin: 0;
}
@media screen and (max-width: 47.9375em) {
  .expertises-list > li {
    padding-top: 3.75rem;
  }
  .expertises-list.small-up-2 > li:nth-child(-n + 2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .expertises-list > li {
    padding-top: 4.0625rem;
  }
  .expertises-list.medium-up-3 > li:nth-child(-n + 3) {
    padding-top: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .expertises-list > li {
    padding-top: 4.6875rem;
  }
  .expertises-list.large-up-2 > li:nth-child(-n + 2),
  .expertises-list.large-up-5 > li:nth-child(-n + 5) {
    padding-top: 0;
  }
}
.button {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5625rem 1rem;
  font-size: 0.65625rem;
  border: 1px solid #0e323b;
  border-radius: 4px;
  letter-spacing: 0.025rem;
  z-index: 0;
  transition: border-color 0.4s, color 0.4s, background-color 0.3s;
}
.button.white-bg {
  border: transparent;
  background-color: #fff;
}
.button.white-bg::before {
  width: calc(100% + 1px);
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e323b;
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  -webkit-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button:not(.button-not-clickable):hover {
  color: #fff;
  border-color: #0e323b;
}
.button:not(.button-not-clickable):hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.button:not(.button-not-clickable):active {
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}
.button:not(.button-not-clickable):active::before {
  opacity: 0.3;
  -webkit-animation: anim-moema-2 0.3s 0.1s forwards;
  animation: anim-moema-2 0.3s 0.1s forwards;
}
.button.round,
.button.round::before {
  border-radius: 1000px;
}
.button.cta {
  background: 0 0;
  color: #0e323b;
  font-family: Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}
.button.in-row {
  margin: 0 5px;
}
.button.cta-nav {
  background: #ff4443;
  border-color: #ff4443;
  color: #fff;
  text-transform: none;
  line-height: 1;
  font-size: 0.9375rem;
}
.button.button-primary {
  background: #0e323b;
  color: #fff;
}
.button.button-primary::before,
.button.button-secondary::before {
  background: #fff;
}
.button.button-primary:not(.button-not-clickable):hover {
  color: #0e323b;
}
.button.button-secondary {
  color: #fff;
  border-color: #fff;
}
.button.button-alert.button-filled,
.button.button-alert::before,
.button.gform_button,
.button.gform_button::before {
  background: #ff4443;
}
.button.button-secondary:not(.button-not-clickable):hover {
  color: #0e323b;
  border-color: #fff;
}
.button.button-secondary:not(.button-not-clickable):focus {
  color: #fff;
}
.button.button-secondary:not(.button-not-clickable):focus:hover {
  color: #0e323b;
}
.button.button-alert,
.button.gform_button {
  border-color: #ff4443;
  color: #ff4443;
}
.button.button-alert:not(.button-not-clickable):hover,
.button.gform_button:not(.button-not-clickable):hover {
  color: #fff;
  border-color: #ff4443;
}
.button.button-alert.button-filled::before,
.button.button-white:hover::before,
.button.gform_button::before {
  background: #fff;
}
.button.button-alert.button-filled:not(.button-not-clickable):hover,
.button.gform_button:not(.button-not-clickable):hover {
  color: #ff4443;
}
.button.button-filled,
.button.gform_button {
  color: #fff;
}
.button.button-white {
  border-color: #fff;
  background: #fff;
}
.button.button-white:hover {
  border-color: #fff;
  color: #0e323b;
}
.button.button-transparent {
  background-color: transparent !important;
}
.button.button-transparent::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button.button-transparent:hover::before {
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
}
.button.button-transparent.button-alert::before,
.button.button-transparent.gform_button::before {
  background: #ff4443;
}
.button.button-transparent.button-alert:hover,
.button.button-transparent.gform_button:hover {
  color: #ff4443;
}
.button.button-not-clickable {
  cursor: auto;
}
@media screen and (min-width: 64.0625em) {
  .button {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
  }
}
.close-button {
  height: 1.125rem;
  width: 1.125rem;
  cursor: pointer;
}
.close-button::after,
.close-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  height: 2px;
  width: 100%;
  background: #86989d;
}
.cookie-bar,
.cookie-bar .columns {
  position: relative;
}
.close-button::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.close-button::before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.button-top-margin {
  margin-top: 2.5rem;
}
.cookie-bar {
  background: #0e323b;
  height: 1.875rem;
  font-size: 0.75rem;
  line-height: 30px;
  color: #86989d;
  overflow: hidden;
  z-index: 999;
}
.cookie-bar a {
  text-decoration: underline;
}
.sline::after,
.sline::before,
[class*="icon-"]:before,
[data-icon]:before {
  font-family: kwr-icons;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.cookie-bar .cb-close {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.icon.icon-circle::before,
.tile.tile-hero .tile_header .icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 48em) {
  .cookie-bar {
    height: 3.125rem;
    font-size: 100%;
    line-height: 50px;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5625rem;
  height: 1.5625rem;
  color: #0e323b;
}
.icon.icon-inline {
  display: inline-block;
  height: auto;
  width: auto;
}
.icon.icon-circle {
  position: relative;
  border-radius: 100%;
  text-align: center;
  transition: all 0.1s ease-in;
  text-indent: 0;
}
.icon.icon-circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: box-shadow 0.4s;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #0e323b;
}
.icon.icon-circle::before {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  transition: color 0.4s;
}
.icon.icon-circle:hover::before {
  color: #fff;
}
.icon.icon-circle:hover::after {
  box-shadow: inset 0 0 0 3rem #0e323b;
}
.icon svg {
  max-width: 100%;
  max-height: 100%;
}
.svg-source circle {
  fill: none;
}
.svg-source #icon-burger circle,
.svg-source #icon-search circle {
  stroke: #0e323b;
}
.svg-source #icon-facebook circle,
.svg-source #icon-linkedin circle,
.svg-source #icon-twitter circle {
  stroke: #00b9ea;
}
.svg-source #icon-facebook path,
.svg-source #icon-linkedin path,
.svg-source #icon-twitter path {
  fill: #00b9ea;
}
[data-icon]:before {
  content: attr(data-icon);
}
[class*="icon-"]:before,
[data-icon]:before {
  display: block;
  padding: 1px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-arrow:before {
  content: "\f100";
  margin-top: -1px;
}
.icon-email:before {
  content: "\f101";
}
.icon-facebook:before {
  content: "\f102";
}
.icon-file:before {
  content: "\f103";
}
.icon-hamburger:before {
  content: "\f104";
}
.icon-link:before {
  content: "\f105";
}
.icon-linkedin:before {
  content: "\f106";
}
.icon-search:before {
  content: "\f107";
}
.icon-sline:before {
  content: "\f109";
}
.icon-twitter:before {
  content: "\f108";
}
.icon-mobile-phone:before {
  content: "\f10f";
}
.icon-phone:before {
  content: "\f110";
}
.icon-rss:before {
  content: "\f111";
}
.icon-arrow-right:before {
  content: "\f10a";
}
.icon-bicycle:before {
  content: "\f10b";
}
.icon-bus:before {
  content: "\f10c";
}
.icon-calendar:before {
  content: "\f10d";
}
.icon-car:before {
  content: "\f10e";
}
.icon-small-arrow:before {
  content: "\f112";
}
.icon-close:before {
  content: "\f113";
}
.icon-google-scholar:before {
  content: "\f114";
}
.icon-researchgate:before {
  content: "\f115";
}
.icon-arrow-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.icon-arrow-left::before {
  margin-left: 1px;
  content: "\f10a";
}
.iinfographic .iinfographic_header {
  text-align: center;
  margin-bottom: 1.875rem;
  padding: 0 1.25rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.iinfographic .iinfographic_header::-webkit-scrollbar {
  display: none;
}
.iinfographic .iinfographic_image {
  position: relative;
  display: inline-block;
  min-width: 690px;
}
.iinfographic .infographic_hotspot {
  position: absolute;
  height: 30px;
  width: 30px;
  background: #ff4443;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 10px 20px transparent, 0 6px 6px transparent;
  transition: box-shadow ease-in 0.4s, -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s, box-shadow ease-in 0.4s;
  transition: transform ease-in 0.3s, box-shadow ease-in 0.4s,
    -webkit-transform ease-in 0.3s;
}
.iinfographic .infographic_hotspot.is-selected {
  background: #fff;
  color: #ff4443;
}
.iinfographic .infographic_hotspot:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.iinfographic .iinfographic_body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.iinfographic .iinfographic_body::after {
  clear: both;
  content: "";
  display: table;
}
.iinfographic .iinfographic_body_right {
  padding: 1.25rem;
  width: 100%;
  color: #0e323b;
}
.iinfographic .iinfographic_body_left {
  padding: 1.25rem;
  background: #f9f5ed;
  width: 100%;
}
.iinfographic .iinfographic_body_left .button {
  width: 140px;
}
.iinfographic .iinfographic_nav_item {
  position: relative;
  padding: 0.4375rem 0;
  font-size: 1rem;
  text-transform: uppercase;
}
.iinfographic .iinfographic_nav_item > a {
  padding: 0.3125rem 0;
  color: #0e323b;
}
.iinfographic .iinfographic_nav_item.is-selected::before,
.iinfographic .iinfographic_nav_item.is-selected > a {
  color: #ff4443;
}
.iinfographic .iinfographic_nav {
  margin: 0;
  list-style: none;
}
.iinfographic .iinfographic_sub-nav {
  margin: 0.625rem 0 0 1.875rem;
}
.iinfographic .iinfographic_sub-nav .iinfographic_nav_item {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.iinfographic .iinfographic_inner-nav_item {
  position: relative;
}
.iinfographic .iinfographic_inner-nav,
.iinfographic .iinfographic_sub-nav {
  list-style: none;
  margin-left: 1.25rem;
}
.iinfographic .iinfographic_inner-nav .iinfographic_inner-nav_item,
.iinfographic .iinfographic_inner-nav .iinfographic_nav_item,
.iinfographic .iinfographic_sub-nav .iinfographic_inner-nav_item,
.iinfographic .iinfographic_sub-nav .iinfographic_nav_item {
  padding-left: 1.375rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.iinfographic .iinfographic_inner-nav .iinfographic_inner-nav_item::before,
.iinfographic .iinfographic_inner-nav .iinfographic_nav_item::before,
.iinfographic .iinfographic_sub-nav .iinfographic_inner-nav_item::before,
.iinfographic .iinfographic_sub-nav .iinfographic_nav_item::before {
  content: "\f10a";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding: 1px;
  font-family: kwr-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.iinfographic .iinfographic_back,
.iinfographic .iinfographic_inner-nav {
  margin-top: 40px;
  margin-left: 0;
}
.iinfographic .iinfographic_panel {
  display: none;
}
.iinfographic .iinfographic_panel.is-selected {
  display: block;
}
.iinfographic .iinfographic_back > a {
  text-transform: uppercase;
  color: #0e323b;
}
.iinfographic .iinfographic_panel_child {
  display: none;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.iinfographic .iinfographic_panel_child.is-active {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-animation: grow 0.3s ease-in-out;
  animation: grow 0.3s ease-in-out;
}
@media screen and (max-width: 47.9375em) {
  .iinfographic .iinfographic_body {
    margin: -3.75rem 0.625rem 0;
  }
  .iinfographic .iinfographic_body_left {
    position: relative;
    padding: 0.625rem;
  }
  .iinfographic .iinfographic_body_left .button {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .iinfographic .iinfographic_body_right h3 {
    display: none;
  }
}
.tile,
.tile .tile_header {
  position: relative;
}
@media screen and (min-width: 48em) {
  .iinfographic .iinfographic_header {
    margin-bottom: 5.625rem;
  }
  .iinfographic .iinfographic_body {
    max-width: 1024px;
  }
  .iinfographic .iinfographic_body_right {
    float: left;
    width: calc(100% - 36.203522505%);
    padding: 3.125rem 2.5rem;
  }
  .iinfographic .iinfographic_body_right h3 {
    font-size: 1.875rem;
    text-align: left;
    margin-bottom: 1.3125rem;
  }
  .iinfographic .iinfographic_body_right h3.sline::before {
    margin-bottom: 0.625rem;
  }
  .iinfographic .iinfographic_body_right p {
    font-size: 1.25rem;
    line-height: 35px;
  }
  .iinfographic .iinfographic_body_right .iinfographic_sub-nav {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
  .iinfographic .iinfographic_body_left {
    float: left;
    width: 36.203522505%;
    padding: 2.5rem 3.125rem 3.125rem;
  }
  .iinfographic .iinfographic_body_left .button {
    margin-bottom: 1.25rem;
  }
  .iinfographic .iinfographic_inner-nav_item {
    padding-bottom: 0.4375rem;
    padding-top: 0.4375rem;
  }
}
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.sline {
  text-align: center;
}
.sline::after,
.sline::before {
  font-size: 25px;
  height: 14px;
  color: #00b9ea;
  display: block;
  padding: 1px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.sline.sline-above::before {
  margin-bottom: 0.3125rem;
  content: "\f109";
}
.sline.sline-under::after {
  margin-top: 0.3125rem;
  content: "\f109";
}
.bloglist .bloglist_item > a::after,
.ctcperson::after,
.statcircle .statcircle_chart::before,
.tile.tile-hero .tile_header::after,
.tile.tile-route .tile_header::before,
.tile::before {
  content: "";
}
.sline.sline-left {
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .sline::after,
  .sline::before {
    font-size: 2.1875rem;
  }
}
.tile {
  border: 1px solid #e3e3e3;
}
.tile .tile_header img:not(.tile_icon) {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: cover;
}
.large-list .tile .tile_header img:not(.tile_icon) {
  max-height: 220px;
}
.tile .tile_subtitle {
  display: block;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  color: grey;
}
.tile .tile_excerpt {
  position: relative;
  background: #fff;
}
.tile .tile_excerpt h4 {
  font-size: 1.375rem;
  line-height: 30px;
}
.tile .tile_excerpt p {
  font-size: 1rem;
  line-height: 24px;
}
.tile::before {
  height: 2px;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  z-index: 2;
}
.tile.tile-no-border {
  border: 0;
}
.tile.tile-no-border::before {
  left: 0;
  right: 0;
}
.tile.tile-default {
  background: #fff;
}
.tile.tile-default::before {
  background: #00b9ea;
}
.tile.tile-default .tile_excerpt {
  padding: 1.25rem 1.25rem 1.875rem;
}
.tile.tile-alert::before {
  background: #ff4443;
}
.tile.tile-no-top-border::before {
  background: 0 0;
}
.tile.tile-hero .tile_header::after {
  background: rgba(14, 50, 59, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tile.tile-hero .tile_header .icon {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.statcircle .statcircle_chart::before,
.tile.tile-page-excerpt .tile_date .tile_date_inner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.tile.tile-hero .tile_header .icon.icon-circle::after {
  box-shadow: inset 0 0 0 1px #fff;
}
.tile.tile-hero .tile_header .icon.icon-circle:hover::before {
  color: #0e323b;
}
.tile.tile-hero .tile_header .icon.icon-circle:hover::after {
  box-shadow: inset 0 0 0 3rem #fff;
}
.tile.tile-hero .tile_header .icon::before {
  color: #fff;
  font-size: 1.5625rem;
}
.tile.tile-hero .tile_excerpt {
  padding: 1.0625rem 2.4375rem 1.125rem;
  background: #f9f5ed;
  text-align: center;
}
.tile.tile-hero .tile_excerpt h4 {
  font-size: 1.375rem;
  line-height: 25px;
}
.tile.tile-hero .tile_excerpt p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 20px;
  font-style: italic;
  color: grey;
}
.tile.tile-hero .tile_footer {
  padding: 0.125rem 0 0.5625rem;
  background: #fff;
  text-align: center;
}
.tile.tile-hero .tile_footer > a {
  font: 600 10px/21px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ff4443;
  border-bottom: 1px solid #ff4443;
}
.tile.tile-route {
  color: #0e323b;
  box-shadow: 0 0 44px 12px rgba(0, 0, 0, 0.1);
}
.tile.tile-route .tile_header::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #ff4443;
  z-index: 2;
}
.tile.tile-route .tile_excerpt {
  text-align: center;
  padding: 1.0625rem 0.625rem 1.4375rem;
}
.tile.tile-route .tile_excerpt ul {
  margin: 0;
}
.tile.tile-route .tile_excerpt strong {
  display: block;
  font-weight: 600;
  font-size: 0.84375rem;
  line-height: 18px;
}
.tile.tile-route .tile_excerpt p {
  color: #646464;
}
.tile.tile-route .tile_excerpt .column strong,
.tile.tile-route .tile_excerpt .columns strong {
  display: block;
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.tile.tile-route .tile_excerpt .icon {
  height: 2.8125rem;
  width: 2.8125rem;
  color: #fff;
  font-size: 2.25rem;
}
.tile.tile-route .tile_excerpt .icon.icon-circle::after {
  box-shadow: inset 0 0 0 3rem #ff4443;
}
.expert .icon::after,
.tile.tile-route .tile_excerpt .icon.icon-circle:hover::after {
  box-shadow: inset 0 0 0 1px #ff4443;
}
.tile.tile-route .tile_excerpt .icon.icon-circle:hover::before {
  color: #ff4443;
}
.tile.tile-page-excerpt {
  background: #fff;
}
.tile.tile-page-excerpt .tile_header {
  position: relative;
  padding: 0.625rem 0.625rem 0;
  background: #fff;
}
.tile.tile-page-excerpt .tile_excerpt {
  padding: 2.1875rem 1.25rem 3.125rem;
}
.tile.tile-page-excerpt .tile_excerpt time {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: grey;
  font-size: 0.625rem;
}
.tile.tile-page-excerpt .tile_excerpt p:last-child {
  margin-bottom: 0;
}
.tile.tile-page-excerpt .tile_icon {
  position: absolute;
  max-height: 5rem;
  top: -52px;
  right: 10px;
  z-index: 2;
}
.tile.tile-page-excerpt .tile_date {
  position: relative;
  width: 55px;
  height: 55px;
  text-shadow: 0 0 0 #fff;
  background: #0e323b;
  border-radius: 50%;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner .day {
  font-size: 1.25rem;
  line-height: 22px;
  font-family: Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner .month {
  font-size: 0.5625rem;
  line-height: 12px;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner .month.is-several {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period {
  width: 90%;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period > div {
  position: relative;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period .start::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 9px;
  right: -5px;
}
.tile.tile-page-excerpt .tile_date .tile_date_inner.is-period .day {
  font-size: 0.875rem;
}
@media screen and (max-width: 47.9375em) {
  .tile .tile_excerpt h4 {
    font-size: 1rem;
    line-height: 22px;
  }
  .tile .tile_excerpt p {
    font-size: 0.8125rem;
    line-height: 20px;
  }
  .tile.tile-short {
    padding: 0.625rem 0.625rem 0.5rem;
  }
  .tile.tile-short::after {
    clear: both;
    content: "";
    display: table;
  }
  .tile.tile-short .tile_excerpt p,
  .tile.tile-short .tile_icon,
  .tile.tile-short::before {
    display: none;
  }
  .tile.tile-short .tile_excerpt,
  .tile.tile-short .tile_header {
    float: left;
  }
  .tile.tile-short .tile_header {
    width: 28.78%;
    margin-right: 3.6%;
    padding: 0;
  }
  .tile.tile-short .tile_excerpt {
    padding: 0;
    width: calc(100% - 32.38%);
  }
  .tile.tile-short .tile_excerpt .tile_subtitle {
    font-size: 0.625rem;
    line-height: 17px;
  }
  .tile.tile-short .tile_excerpt h4 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 18px;
  }
  .tile.tile-short.tile-default {
    background: #fff;
  }
  .tile.tile-event {
    padding: 0.3125rem 0.5rem;
  }
  .tile.tile-event::before {
    display: block;
    content: "";
    height: 104.63%;
    width: 2px;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background: #ff4443;
  }
  .tile.tile-event .tile_header {
    width: 3.4375rem;
    margin-right: 0.9375rem;
  }
  .tile.tile-event .tile_header img {
    display: none;
  }
  .tile.tile-event .tile_excerpt {
    margin-top: 0.3125rem;
    width: calc(100% - 70px);
  }
  .tile.tile-hero {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tile.tile-hero .tile_header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 calc(100% - 64%);
    -ms-flex: 1 0 calc(100% - 64%);
    flex: 1 0 calc(100% - 64%);
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .tile.tile-hero .tile_header img {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .tile.tile-hero .tile_excerpt {
    -webkit-flex: 1 0 62%;
    -ms-flex: 1 0 62%;
    flex: 1 0 62%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .tile.tile-hero .tile_footer {
    width: 100%;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 48em) {
  .tile.tile-page-excerpt .tile_date {
    left: 50%;
    bottom: -1.375rem;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 10;
  }
  .tile.tile-page-excerpt .tile_date .tile_date_inner .day {
    margin-bottom: 0.3125rem;
    font-size: 1.75rem;
    line-height: 31px;
  }
  .tile.tile-page-excerpt .tile_date .tile_date_inner .month {
    font-size: 0.75rem;
  }
  .tile.tile-page-excerpt .tile_date .tile_date_inner.is-period > div {
    margin-top: 0.1875rem;
  }
  .tile.tile-page-excerpt .tile_date .tile_date_inner.is-period .day {
    margin-bottom: 0.3125rem;
    font-size: 1.75rem;
    line-height: 31px;
  }
  .tile.tile-hero .tile_footer > a,
  .tile.tile-page-excerpt .tile_date .tile_date_inner.is-period .month,
  .tile.tile-page-excerpt .tile_excerpt time {
    font-size: 0.75rem;
  }
  .tile.tile-event .tile_excerpt {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .tile .tile-subtitle {
    line-height: 15.75px;
  }
  .tile.tile-route .tile_excerpt .column,
  .tile.tile-route .tile_excerpt .columns {
    padding: 0;
  }
  .tile.tile-route .tile_excerpt .column strong,
  .tile.tile-route .tile_excerpt .columns strong {
    font-size: 0.65625rem;
  }
  .tile.tile-page-excerpt .tile_icon {
    max-height: 5.625rem;
    top: -60px;
  }
  .tile.tile-page-excerpt .tile_date {
    width: 5.0625rem;
    height: 5.0625rem;
  }
  .tile.tile-page-excerpt .tile_date .tile_date_inner .day {
    margin-bottom: 0.375rem;
    line-height: 27px;
  }
}
@media screen and (min-width: 64.0625em) {
  .tile .tile_subtitle {
    margin-bottom: 0.125rem;
    line-height: 1.75;
    font-size: 0.75rem;
  }
  .tile .tile_excerpt h4 {
    font-size: 1.375rem;
    line-height: 30px;
  }
  .tile .tile_excerpt p {
    font-size: 1rem;
    line-height: 24px;
  }
  .tile.tile-route .tile_excerpt {
    padding: 1.4375rem 1.8125rem 1.8125rem;
  }
  .tile.tile-route .tile_excerpt > strong {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
  }
  .tile.tile-route .tile_excerpt > p {
    margin-bottom: 1.5rem;
  }
  .tile.tile-route .tile_excerpt .icon {
    font-size: 2.625rem;
    height: 3.75rem;
    width: 3.75rem;
  }
  .tile.tile-route .tile_excerpt .column strong,
  .tile.tile-route .tile_excerpt .columns strong {
    margin-top: 0.8125rem;
    font-size: 0.875rem;
  }
  .tile.tile-page-excerpt .tile_date {
    width: 6.5625rem;
    height: 6.5625rem;
  }
  .tile.tile-page-excerpt .tile_icon {
    max-height: 6.875rem;
    top: -70px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 80em) {
  .tile .tile_excerpt h4 {
    font-size: 1.7188vw;
  }
}
.bloglist {
  list-style: none;
}
.bloglist.row {
  margin: 0.0625rem -0.0625rem 0 0.0625rem;
}
.bloglist .bloglist_item {
  padding: 0.625rem;
  background: #fff;
  border: 1px solid #e3e3e3;
  margin: -1px 0 0 -1px;
}
.bloglist .bloglist_item .bloglist_item_excerpt {
  overflow: hidden;
}
.bloglist .bloglist_item > a {
  display: block;
}
.bloglist .bloglist_item > a::after {
  clear: both;
  display: table;
}
.bloglist .bloglist_item figure {
  position: relative;
  margin: 0;
}
.bloglist .bloglist_item figure img {
  width: 100%;
  object-fit: cover;
  max-height: 50px;
}
.bloglist .bloglist_item figure .expert,
.bloglist .bloglist_item figure .expert .expert_thumbnail {
  margin: 0;
}
.bloglist .bloglist_item .bloglist_item_author,
.bloglist .bloglist_item time {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: grey;
  font-size: 0.75rem;
}
.bloglist .bloglist_item[class*="term-col"] figure::after {
  background: rgba(97, 239, 161, 0.7);
}
.bloglist .bloglist_item[class*="term-col"] > a {
  background: #d7fbe7;
}
.bloglist .bloglist_item[class*="term-wie"] figure::after {
  background: rgba(134, 152, 157, 0.5);
}
.bloglist .bloglist_item[class*="term-wie"] > a {
  background: rgba(134, 152, 157, 0.2);
}
.bloglist .bloglist_item[class*="term-blog"] figure::after {
  background: rgba(0, 185, 234, 0.7);
}
.bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt,
.bloglist .bloglist_item[class*="term-blog"] > a {
  background: #bfedfa;
}
.bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
  padding: 0 0.9375rem;
  background: #0e323b;
  text-align: center;
}
.bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
  font-size: 1.125rem;
  color: #fff;
}
.bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
  color: #fff;
}
.bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt .button {
  margin-bottom: 1.875rem;
  width: 100%;
  max-width: 7.5rem;
}
@media screen and (max-width: 47.9375em) {
  .bloglist .bloglist_item::after {
    clear: both;
    content: "";
    display: table;
  }
  .bloglist .bloglist_item .bloglist_item_excerpt,
  .bloglist .bloglist_item figure {
    float: left;
  }
  .bloglist .bloglist_item figure {
    width: 26.98%;
  }
  .bloglist .bloglist_item figure .expert {
    margin-top: 0.625rem;
  }
  .bloglist .bloglist_item figure .expert_thumbnail {
    max-width: 3.125rem;
  }
  .bloglist .bloglist_item .bloglist_item_excerpt {
    padding-left: 0.625rem;
    width: calc(100% - 26.98%);
  }
  .bloglist .bloglist_item .bloglist_item_excerpt h4 {
    margin-bottom: 0.125rem;
    font-size: 1rem;
    line-height: 18px;
  }
  .bloglist .bloglist_item .bloglist_item_excerpt p {
    font-size: 13px;
    line-height: 10px;
  }
  .bloglist .bloglist_item .bloglist_item_excerpt p:last-child {
    margin: 0;
  }
  .bloglist .bloglist_item .bloglist_item_author,
  .bloglist .bloglist_item time {
    font-size: 0.625rem;
    line-height: 10px;
  }
  .bloglist .bloglist_item.bloglist_item-hl,
  .bloglist .bloglist_item.has-expert {
    position: relative;
  }
  .bloglist .bloglist_item.bloglist_item-hl figure,
  .bloglist .bloglist_item.has-expert figure {
    position: absolute;
    width: 25%;
  }
  .bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt,
  .bloglist .bloglist_item.has-expert .bloglist_item_excerpt {
    padding: 7.195% 0.625rem 0.625rem;
    width: 100%;
  }
  .bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt h4,
  .bloglist .bloglist_item.has-expert .bloglist_item_excerpt h4 {
    padding-left: 30%;
    margin-bottom: 7.756%;
  }
  .bloglist .bloglist_item.bloglist_item-hl .bloglist_item_excerpt p,
  .bloglist .bloglist_item.has-expert .bloglist_item_excerpt p {
    line-height: 20px;
  }
  .bloglist .bloglist_item.has-expert figure > img {
    display: none;
  }
  .bloglist .bloglist_item.has-expert .bloglist_item_excerpt {
    padding-top: 1.625rem;
  }
  .bloglist .bloglist_item.has-expert .bloglist_item_excerpt h4 {
    margin-bottom: 1.375rem;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
    width: 100%;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
    margin-bottom: 18px;
    margin-top: 20px;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
    margin-bottom: 1.875rem;
    line-height: 20px;
  }
  .bloglist.bloglist-special-first .bloglist_item.first figure {
    position: relative;
    width: 100%;
    float: none;
  }
  .bloglist.bloglist-special-first .bloglist_item.first figure::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .bloglist.bloglist-special-first .bloglist_item.first figure img {
    display: block;
    max-height: 190px;
  }
  .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt {
    width: 100%;
    padding: 0.625rem 0.625rem 0.3125rem;
  }
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    h4 {
    padding: 0;
    margin-bottom: 0.625rem;
    font-size: 1.1875rem;
    line-height: 23px;
  }
  .bloglist.bloglist-special-first .bloglist_item.first .expert {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    z-index: 2;
  }
  .bloglist.bloglist-special-first .bloglist_item.first .expert img {
    max-width: 6.5625rem;
  }
  .bloglist.bloglist-no-thumbnails .bloglist_item {
    min-height: 4.375rem;
  }
  .bloglist.bloglist-no-thumbnails .bloglist_item a {
    padding: 0;
  }
  .bloglist.bloglist-no-thumbnails .bloglist_item .bloglist_item_excerpt {
    padding: 0;
    width: 100%;
  }
  .bloglist.bloglist-no-thumbnails .bloglist_item .bloglist_item_excerpt h4 {
    padding-left: 0;
  }
  .bloglist.bloglist-no-thumbnails
    .bloglist_item.bloglist_item-hl
    .bloglist_item_excerpt {
    padding: 0.625rem;
  }
  .bloglist.bloglist-no-thumbnails
    .bloglist_item.bloglist_item-hl
    .bloglist_item_excerpt
    h4 {
    font-size: 1rem;
    line-height: 18px;
  }
}
@media screen and (min-width: 48em) {
  .bloglist .bloglist-no-thumbnails .bloglist_item_excerpt h4,
  .bloglist .bloglist_item .bloglist_item_excerpt h4 {
    font-size: 1.375rem;
    line-height: 30px;
  }
  .bloglist .bloglist_item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bloglist .bloglist_item > a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
  }
  .bloglist .bloglist_item figure img {
    max-height: 170px;
  }
  .bloglist .bloglist_item figure::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .bloglist .bloglist_item .expert {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
  }
  .bloglist .bloglist_item .expert .expert_thumbnail {
    margin: 0;
  }
  .bloglist .bloglist_item .bloglist_item_excerpt {
    max-height: 300px;
    padding: 1.25rem 0.625rem 0.625rem;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up > a {
    position: relative;
    background: #0e323b;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
    background: 0 0;
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
    margin-bottom: 0.875rem;
    margin-top: 1.4375rem;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
    margin-bottom: 2.5rem;
  }
  .bloglist .bloglist-no-thumbnails .bloglist_item_excerpt {
    max-height: auto;
    padding: 1.25rem 0.625rem 0.625rem;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .bloglist .bloglist-no-thumbnails .bloglist_item_excerpt p {
    margin-bottom: 1rem;
  }
  .bloglist.bloglist-special-first .bloglist_item {
    box-flex: 0;
    -webkit-flex: 0 0 25.06%;
    -moz-flex: 0 0 25.06%;
    -ms-flex: 0 0 25.06%;
    flex: 0 0 25.06%;
    max-width: 25.06%;
  }
  .bloglist.bloglist-special-first .bloglist_item.first {
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bloglist.bloglist-special-first .bloglist_item.first > a {
    display: block;
  }
  .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt,
  .bloglist.bloglist-special-first .bloglist_item.first figure {
    float: left;
  }
  .bloglist.bloglist-special-first .bloglist_item.first figure {
    height: 100%;
    width: 100%;
    max-width: 58.333333333%;
  }
  .bloglist.bloglist-special-first .bloglist_item.first figure img {
    min-height: 100%;
    height: 100%;
    max-height: 420px;
  }
  .bloglist.bloglist-special-first .bloglist_item.first .bloglist_item_excerpt {
    padding: 1.25rem;
    max-width: calc(100% - 58.333333333%);
    max-height: none;
  }
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    h4 {
    font-size: 2.25rem;
    line-height: 46px;
  }
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    p {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    p
    .bloglist_item_author,
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    p
    time {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .bloglist .bloglist_item figure img {
    max-height: 146px;
  }
  .bloglist .bloglist_item .bloglist_item_excerpt h4 {
    font-size: 1rem;
    line-height: 22px;
  }
  .bloglist .bloglist_item .bloglist_item_excerpt .bloglist_item_author,
  .bloglist .bloglist_item .bloglist_item_excerpt time {
    font-size: 0.625rem;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt {
    max-height: none;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
    margin-bottom: 0.875rem;
    margin-top: 1.4375rem;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
    margin-bottom: 2.5rem;
  }
  .bloglist.bloglist-special-first .bloglist_item {
    box-flex: 0;
    -webkit-flex: 0 0 33.41%;
    -moz-flex: 0 0 33.41%;
    -ms-flex: 0 0 33.41%;
    flex: 0 0 33.41%;
    max-width: 33.41%;
  }
  .bloglist.bloglist-special-first .bloglist_item.first figure img {
    max-height: 270px;
  }
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    h4 {
    font-size: 1.6875rem;
    line-height: 36px;
  }
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    p {
    font-size: 0.9375rem;
    line-height: 21px;
  }
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    p
    .bloglist_item_author,
  .bloglist.bloglist-special-first
    .bloglist_item.first
    .bloglist_item_excerpt
    p
    time {
    font-size: 0.75rem;
  }
  .bloglist.medium-hide-4 .bloglist_item:nth-child(4),
  .bloglist.medium-hide-5 .bloglist_item:nth-child(5) {
    display: none;
  }
  .bloglist.bloglist-no-thumbnails .bloglist_item .bloglist_item_excerpt h4 {
    line-height: 24px;
    min-height: 3.125rem;
  }
  .bloglist.medium-up-2 > li {
    -webkit-flex-basis: 50.1%;
    flex-basis: 50.1%;
    -ms-flex-preferred-size: 50.1%;
    max-width: 50.1%;
  }
}
@media screen and (min-width: 64.0625em) {
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt h4 {
    font-size: 1.375rem;
    margin-top: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .bloglist .bloglist_item.bloglist_item-sign-up .bloglist_item_excerpt p {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 25px;
  }
  .bloglist
    .bloglist_item.bloglist_item-sign-up
    .bloglist_item_excerpt
    .button {
    max-width: 71.5453333%;
  }
  .no-flexbox .bloglist > .column:nth-of-type(1n),
  .no-flexbox .bloglist > .columns:nth-of-type(1n) {
    clear: none;
  }
  .no-flexbox .bloglist > .column:nth-of-type(5n + 1),
  .no-flexbox .bloglist > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .bloglist.large-up-4 > li {
    -webkit-flex-basis: 25.08%;
    flex-basis: 25.08%;
    -ms-flex-preferred-size: 25.08%;
    max-width: 25.08%;
  }
}
.ctcperson::after {
  clear: both;
  display: table;
}
.ctcperson .ctcperson_info,
.ctcperson .ctcperson_thumb {
  float: left;
}
.ctcperson .ctcperson_thumb {
  margin-right: 1.25rem;
}
.ctcperson .ctcperson_thumb img {
  max-width: 4.0625rem;
  width: 100%;
  border-radius: 100%;
}
.ctcperson .ctcperson_info {
  padding-top: 0.3125rem;
}
.ctcperson .ctcperson_info small,
.ctcperson .ctcperson_info strong {
  display: block;
}
.ctcperson .ctcperson_info small {
  font-style: italic;
  line-height: 1;
}
.ctcperson .ctcperson_info small:last-of-type {
  margin-bottom: 0.625rem;
}
.ctcperson .ctcperson_info .sline {
  margin-bottom: 0.3125rem;
}
.ctcperson .ctcperson_info .button {
  margin-top: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .section-contact .ctcperson {
    margin-bottom: 3.75rem;
  }
  .section-contact .ctcperson .ctcperson_thumb {
    margin: 0 auto;
    float: none;
  }
  .section-contact .ctcperson .ctcperson_info {
    float: none;
  }
  .section-contact .ctcperson .ctcperson_info strong {
    font-size: 0.8125rem;
    line-height: 18px;
  }
  .section-contact .ctcperson .ctcperson_info p {
    font-size: 0.8125rem;
    line-height: 20px;
  }
  .section-contact .ctcperson .ctcperson_info .button {
    margin-top: 0.25rem;
  }
  .section-contact .ctcperson .sline.sline-left {
    text-align: center;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .ctcperson .ctcperson_info strong {
    font-size: 13px;
    line-height: 16px;
  }
  .ctcperson .ctcperson_info p {
    font-size: 0.8125rem;
    line-height: 20px;
  }
}
@media screen and (min-width: 48em) {
  .ctcperson .ctcperson_thumb img {
    max-width: 3.75rem;
  }
  .ctcperson .ctcperson_info {
    width: calc(100% - 80px);
  }
  .ctcperson .ctcperson_info strong {
    margin-bottom: 0.3125rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .ctcperson .ctcperson_thumb img {
    width: 3.75rem;
    height: 3.75rem;
  }
  .ctcperson .ctcperson_info {
    padding-top: 0.625rem;
  }
  .ctcperson .ctcperson_info .button {
    margin: 0;
  }
  .publ {
    padding-right: 0;
  }
}
.publ h5 {
  margin-bottom: 28px;
  font-size: 1.75rem;
}
.publ .publ_list {
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}
.publ .publ_list .publ_list_publication {
  padding: 1.4375rem 1.25rem;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.publ .publ_list .publ_list_publication time {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 15px;
  color: #00b9ea;
}
.publ .publ_list .publ_list_publication h6 {
  margin: 1px 0 0;
  font: 600 13px/16px;
  color: #000;
}
.publ .publ_list .publ_list_publication .type {
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.publ .publ_list .publ_list_publication small {
  display: block;
  font: 600 9px/15px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #0e323b;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .publ h5 {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .publ .publ_list .publ_list_publication h6 {
    font-size: 1rem;
    line-height: 22px;
  }
  .publ .publ_list .publ_list_publication time {
    font-size: 0.8125rem;
    line-height: 20px;
  }
  .publ .publ_list .publ_list_publication small {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.imgblock {
  padding: 1.875rem 0;
  background: top left/cover no-repeat;
}
.imgblock .imgblock_blockquote {
  padding: 1.5625rem 12% 2.4375rem;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.imgblock .imgblock_blockquote img {
  width: 50%;
  max-width: 5.3125rem;
  margin: 0 auto 22px;
  border-radius: 100%;
}
.imgblock .imgblock_blockquote blockquote cite {
  font-weight: 400;
}
.imgblock .imgblock_blockquote blockquote cite small {
  color: #141414;
}
@media screen and (max-width: 47.9375em) {
  .imgblock {
    background-image: none !important;
  }
  .imgblock .imgblock_blockquote {
    padding: 1.25rem 13% 1.875rem;
  }
  .imgblock .imgblock_blockquote blockquote {
    margin-bottom: 3.125rem;
  }
  .imgblock .imgblock_blockquote blockquote cite {
    font-size: 0.75rem;
    line-height: 18px;
  }
  .imgblock .imgblock_blockquote blockquote cite small {
    font-size: 0.65625rem;
    line-height: 18px;
  }
}
@media screen and (min-width: 48em) {
  .imgblock .imgblock_blockquote img {
    max-width: 7.5rem;
  }
  .imgblock .imgblock_blockquote blockquote {
    margin-bottom: 1.5625rem;
  }
  .imgblock .imgblock_blockquote blockquote cite.sline-above::before {
    margin: 1.4375rem 0 0.875rem;
  }
  .imgblock .imgblock_blockquote > p {
    margin-bottom: 2.375rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .imgblock {
    padding: 0;
  }
  .imgblock .imgblock_blockquote {
    padding-bottom: 3.125rem;
  }
  .imgblock .imgblock_blockquote img {
    max-width: 5.3125rem;
    margin-bottom: 0.9375rem;
  }
  .imgblock .imgblock_blockquote blockquote cite cite {
    font-size: 0.75rem;
    line-height: 18px;
  }
  .imgblock .imgblock_blockquote blockquote cite cite small {
    font-size: 0.65625rem;
    line-height: 15px;
  }
  .imgblock .imgblock_blockquote blockquote cite.sline-above::before {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .imgblock .imgblock_blockquote blockquote {
    font-size: 1.125rem;
    line-height: 30px;
  }
  .imgblock .imgblock_blockquote blockquote cite.sline-above::before {
    margin: 1.4375rem 0 0.875rem;
    font-size: 2rem;
  }
  .imgblock .imgblock_blockquote blockquote cite small:first-of-type {
    margin-top: 0.25rem;
  }
}
.statistic-charts {
  margin: 0 auto;
}
.statistic-charts .statcircle {
  max-width: 130px;
  margin: 0 auto;
}
.statistic-charts.dark .statcircle figcaption {
  color: #0e323b;
}
@media screen and (max-width: 47.9375em) {
  .statistic-charts > li .statcircle {
    margin-top: 1.5625rem;
  }
  .statistic-charts > li:nth-child(even) .statcircle {
    margin-left: 0;
  }
  .statistic-charts > li:nth-child(odd) .statcircle {
    margin-right: 0;
  }
  .statistic-charts > li:nth-child(-n + 2) .statcircle {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .statistic-charts > li {
    max-width: 160px !important;
  }
  .statistic-charts.statistic-charts-over {
    position: relative;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    z-index: 2;
  }
}
.statcircle {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.statcircle figcaption,
.statcircle figure {
  margin: 0;
  text-align: center;
}
.statcircle figcaption {
  font: 600 14px/21px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: #fff;
}
.relationsep .section-heading,
.statcircle .statcircle_label {
  font-family: Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}
.statcircle .statcircle_chart {
  position: relative;
  margin-bottom: 1rem;
}
.statcircle .statcircle_chart::before {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 2px;
  height: 2px;
  background: #0e323b;
  opacity: 1;
  transition: opacity 0.3s;
  border-radius: 100%;
}
.statcircle .statcircle_chart canvas {
  display: block;
  margin: 0 auto;
  max-width: 132px;
  max-height: 132px;
  position: relative;
  z-index: 0;
}
.statcircle .statcircle_chart.data-2 .statcircle_label {
  font-size: 1rem;
}
.statcircle .statcircle_chart.data-2 .statcircle_label.label-1 {
  left: 73%;
  margin-top: -10px;
}
.statcircle .statcircle_chart.data-2 .statcircle_label.label-2 {
  margin-top: 15px;
  left: 30%;
}
.statcircle .statcircle_chart.light::before {
  background: #fff;
}
.statcircle .statcircle_chart.light .statcircle_label {
  color: #0e323b;
}
.statcircle .statcircle_chart.blue::before {
  background: #00b9ea;
}
.statcircle .statcircle_chart.js-complete .statcircle_label,
.statcircle .statcircle_chart.js-complete::before {
  opacity: 1;
}
.statcircle .statcircle_label {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0.1875rem;
  font-size: 1.6875rem;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.statcircle .statcircle_label.dark {
  color: #0e323b;
}
@media screen and (max-width: 47.9375em) {
  .statcircle .statcircle_chart canvas {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
  }
  .statcircle figcaption {
    font-size: 0.6875rem;
  }
  .statcircle .statcircle_label {
    margin-top: 0.125rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .statcircle .statcircle_chart.data-2 .statcircle_label {
    font-size: 1.375rem;
  }
  .statcircle .statcircle_chart.data-2 .statcircle_label.label-1 {
    left: 75%;
    margin-top: -20px;
  }
  .statcircle .statcircle_chart.data-2 .statcircle_label.label-2 {
    margin-top: 20px;
    left: 25%;
  }
  .statcircle .statcircle_label {
    font-size: 2.25rem;
  }
}
.relationsep {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 4rem;
}
.relationsep svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.relationsep svg path {
  fill: #f9f5ed;
}
.relationsep .section-heading {
  position: relative;
  display: inline-block;
  padding: 2.4rem 2.875rem 0.9375rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #0e323b;
  font-size: 1.625rem;
}
@media screen and (min-width: 48em) {
  .relationsep .section-heading {
    padding: 2.4rem 4.875rem 0.9375rem;
    font-size: 2.25rem;
  }
}
.relbreadc .active-item,
.relbreadc .relbreadc_item.archive,
.relbreadc .relbreadc_item.parent {
  font: 12px/16px Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}
.relationsep .section-heading:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 14px 0 0;
  border-color: transparent #f9f5ed transparent transparent;
  position: absolute;
  top: 2px;
  left: -14px;
}
.relationsep .section-heading:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 0 0 14px;
  border-color: transparent transparent transparent #f9f5ed;
  position: absolute;
  top: 2px;
  right: -14px;
}
.single-agenda .relationsep svg path,
.single-post .relationsep svg path {
  fill: #eceff0;
}
.single-agenda .relationsep .section-heading:before,
.single-post .relationsep .section-heading:before {
  border-color: transparent #eceff0 transparent transparent;
}
.single-agenda .relationsep .section-heading:after,
.single-post .relationsep .section-heading:after {
  border-color: transparent transparent transparent #eceff0;
}
.single-project .relationsep svg path {
  fill: #f3fef7;
}
.single-project .relationsep .section-heading:before {
  border-color: transparent #edfafe transparent transparent;
}
.single-project .relationsep .section-heading:after {
  border-color: transparent transparent transparent #edfafe;
}
.single-person .relationsep svg path,
.single-tool .relationsep svg path {
  fill: #edfafe;
}
.single-person .relationsep .section-heading:before,
.single-tool .relationsep .section-heading:before {
  border-color: transparent #edfafe transparent transparent;
}
.single-person .relationsep .section-heading:after,
.single-tool .relationsep .section-heading:after {
  border-color: transparent transparent transparent #edfafe;
}
.tagslist > li,
.tagslist > li::after {
  border-style: solid;
  border-color: #e3e3e3;
}
.relbreadc {
  background: #f9f5ed;
  padding: 0.625rem 0;
}
.relbreadc .relbreadc_row {
  margin: 0;
  list-style: none;
}
.relbreadc .relbreadc_row > li {
  display: inline-block;
  vertical-align: middle;
}
.relbreadc .has-link {
  position: relative;
}
.relbreadc .has-link .relbreadc_row {
  margin-right: 10.0625rem;
}
.relbreadc .last-link {
  position: absolute;
  right: 10px;
  top: 5px;
}
.relbreadc .relbreadc_item.archive,
.relbreadc .relbreadc_item.parent {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4375rem;
  color: #0e323b;
}
.relbreadc .relbreadc_item.archive img,
.relbreadc .relbreadc_item.parent img {
  margin-right: 0.625rem;
  height: 1.5625rem;
  width: 1.5625rem;
  border-radius: 100%;
  object-fit: cover;
}
.relbreadc .active-item {
  padding-right: 2.1875rem;
  margin-right: 0.75rem;
  color: #00b9ea;
}
@media screen and (min-width: 64.0625em) {
  .relbreadc .active-item {
    font-size: 1rem;
    line-height: 30px;
  }
}
.relbreadc .button {
  cursor: auto;
}
.single-agenda .relbreadc .page .relbreadc,
.single-post .relbreadc {
  background: #eceff0;
}
.single-project .relbreadc {
  background: #f3fef7;
}
.single-tool .relbreadc {
  background: #edfafe;
}
.single-person .relbreadc {
  background: 0 0;
}
@media screen and (max-width: 47.9375em) {
  .relbreadc {
    line-height: 20px;
  }
  .relbreadc .relbreadc_item.archive,
  .relbreadc .relbreadc_item.parent {
    padding-left: 0.9375rem;
  }
  .relbreadc .relbreadc_item.archive::before,
  .relbreadc .relbreadc_item.parent::before {
    content: "\f10a";
    position: absolute;
    left: -2px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    display: block;
    padding: 1px;
    font-family: kwr-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 0.5625rem;
    color: inherit;
  }
  .relbreadc .last-link {
    right: 10px;
    top: 3px;
  }
  .relbreadc .has-link .relbreadc_row {
    margin-right: 7.5625rem;
  }
  .relbreadc .relbreadc_row > li.parent {
    display: none;
  }
  .relbreadc .relbreadc_row > li:nth-last-child(-n + 2) {
    display: block;
  }
  .relbreadc .relbreadc_row > li.last {
    display: none;
  }
  .relbreadc .button {
    padding: 0.4375rem 1.375rem;
    font-size: 7.88px;
    line-height: 7px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .relbreadc .has-link .relbreadc_row {
    margin-right: 8.375rem;
  }
  .relbreadc .last-link {
    right: 25px;
    top: 0;
  }
  .relbreadc .relbreadc_item.archive img,
  .relbreadc .relbreadc_item.parent img {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .relbreadc {
    padding: 0.9375rem 0;
  }
  .relbreadc .relbreadc_item.archive,
  .relbreadc .relbreadc_item.parent {
    padding-right: 2.1875rem;
    margin-right: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
  .relbreadc .relbreadc_item.archive::before,
  .relbreadc .relbreadc_item.parent::before {
    content: "\f10a";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 1px;
    font-family: kwr-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 0.75rem;
    color: inherit;
  }
  .single-person .relbreadc {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 2.5rem 0 0;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 64.0625em) {
  .relbreadc {
    padding: 0.9375rem 0;
  }
  .relbreadc .relbreadc_item.archive,
  .relbreadc .relbreadc_item.parent {
    padding-right: 2.625rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 30px;
  }
  .relbreadc .relbreadc_item.archive::before,
  .relbreadc .relbreadc_item.parent::before {
    font-size: 1rem;
  }
  .relbreadc .relbreadc_item.archive img,
  .relbreadc .relbreadc_item.parent img {
    height: 3.125rem;
    width: 3.125rem;
  }
}
.bg-green + .relbreadc {
  background: #f3fef7;
}
.tagslist {
  margin: 0;
  list-style: none;
}
.tagslist::after {
  clear: both;
  content: "";
  display: table;
}
.tagslist > li {
  position: relative;
  display: inline-block;
  margin-right: 1.5625rem;
  text-align: center;
  line-height: 13px;
  border-width: 1px 0 1px 1px;
  border-radius: 4px;
  padding: 0 12px;
  margin-bottom: 13px;
}
.tagslist > li::after,
.tagslist > li::before {
  content: "";
  position: absolute;
}
.tagslist > li::after {
  display: block;
  right: -9px;
  top: 0;
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(-45deg) scale(0.8) translateY(0);
  -ms-transform: rotate(-45deg) scale(0.8) translateY(0);
  transform: rotate(-45deg) scale(0.8) translateY(0);
  z-index: 1;
  border-width: 0 1px 1px 0;
  border-radius: 0 4px 8px;
}
.tagslist > li::before {
  right: -4px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #e3e3e3;
}
.tagslist > li > a {
  color: grey;
  font: 600 9px/25px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 48em) {
  .tagslist > li::before {
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .tagslist > li::after {
    right: -12px;
    height: 31px;
    width: 30px;
    -webkit-transform: rotate(-45deg) scale(0.8) translateY(0);
    -ms-transform: rotate(-45deg) scale(0.8) translateY(0);
    transform: rotate(-45deg) scale(0.8) translateY(0);
  }
  .tagslist > li > a {
    font-size: 0.625rem;
    line-height: 31px;
  }
}
@media screen and (min-width: 64.0625em) {
  .tagslist > li,
  .tagslist > li > a {
    line-height: 41px;
  }
  .tagslist {
    margin-top: 3.0625rem;
  }
  .tagslist > li::after {
    right: -16px;
    top: 0;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(-45deg) scale(0.8) translateY(1px);
    -ms-transform: rotate(-45deg) scale(0.8) translateY(1px);
    transform: rotate(-45deg) scale(0.8) translateY(1px);
  }
  .tagslist > li > a {
    font-size: 0.875rem;
  }
}
.blockquote,
.blockquote p {
  font: 16px/22px Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #0e323b;
}
.blockquote {
  border: 0;
  padding: 0;
  max-width: 294px;
  margin: 0 auto;
  text-align: center;
}
.blockquote cite::before,
.expert.expert-extended .expert_name::before {
  padding: 1px;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: inherit;
}
.blockquote br {
  display: none;
}
.blockquote cite {
  font: 600 12px/15px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #0e323b;
}
.blockquote cite::before {
  content: "\f109";
  margin: 0.9375rem 0 0.3125rem;
  height: 14px;
  color: #00b9ea;
  font-size: 1.5rem;
  display: block;
  font-family: kwr-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.blockquote small {
  display: block;
  font: italic 10.5px/11px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #646464;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .blockquote,
  .blockquote p {
    font: 16px/22px Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  }
  .blockquote {
    margin-bottom: 2.8125rem;
  }
  .blockquote cite {
    font: 600 16px/18px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  }
  .blockquote cite::before {
    margin: 15px 0;
  }
  .blockquote small {
    font: italic 14px/16px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  }
}
@media screen and (min-width: 64.0625em) {
  .blockquote,
  .blockquote p {
    font: 24px/34px Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  }
  .blockquote cite {
    font: 600 16px/18px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  }
  .blockquote cite::before {
    margin: 15px 0;
  }
  .blockquote small {
    font: italic 14px/16px "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  }
}
.expert {
  text-align: center;
}
.expert .expert_thumbnail {
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 7.8125rem;
  border-radius: 100%;
}
.expert .expert_name {
  font-size: 1rem;
  line-height: 21px;
  color: #0e323b;
}
.expert small {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  color: grey;
  line-height: 1.26666;
}
.expert .icon {
  margin-top: 1.25rem;
  width: 40px;
  height: 40px;
  font-size: 0.9375rem;
}
.expert .icon:hover::before {
  color: #fff;
}
.expert .icon:hover::after {
  box-shadow: inset 0 0 0 3rem #ff4443;
}
.expert .icon::before {
  color: #ff4443;
}
.post_header .expert .expert_thumbnail {
  max-width: 9.375rem;
}
.post_header .expert h2 {
  margin-bottom: 10px;
}
.post_header .expert .expert_titles {
  margin: 0;
}
.post_header .expert .expert_titles > li {
  display: inline-block;
  font-style: italic;
  font-size: 0.75rem;
}
.post_header .expert .expert_titles > li:not(:last-child)::after {
  content: "|";
  margin: 0 0.375rem 0 0.625rem;
}
.expert.expert-extended {
  max-width: 70%;
  margin: 0 auto;
}
.expert.expert-extended .expert_thumbnail {
  max-width: 8.125rem;
  margin-left: auto;
  margin-right: auto;
}
.expert.expert-extended .expert_name {
  margin-bottom: 0.125rem;
  font-size: 0.9375rem;
}
.expert.expert-extended .expert_name::before {
  margin-bottom: 0.375rem;
  content: "\f109";
  font-size: 1.5625rem;
  height: 0.875rem;
  color: #00b9ea;
  display: block;
  font-family: kwr-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.expert.expert-extended small {
  font-size: 0.875rem;
  color: #000;
}
.expert.expert-extended p {
  margin: 1.0625rem auto;
  font-size: 1rem;
  line-height: 24px;
}
.expert.expert-inline {
  padding: 1.0625rem 0.8125rem;
  background: #fff;
  max-width: 18.75rem;
  margin-bottom: 0;
}
.expert.expert-inline::after {
  clear: both;
  content: "";
  display: table;
}
.expert.expert-inline .expert_header {
  float: left;
  width: 25%;
}
.expert.expert-inline .expert_body {
  float: left;
  width: 75%;
  padding: 0.4375rem 0 0 0.9375rem;
  text-align: left;
}
.expert.expert-inline .expert_thumbnail {
  max-width: 4.375rem;
}
.expert.expert-inline small {
  color: #141414;
}
.expert.expert-inline .sline {
  text-align: left !important;
}
.expert.expert-inline .sline::after {
  font-size: 1.5625rem;
}
.expert.expert-dropdown .expert_name {
  font-size: 1.125rem;
  font-family: Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
}
.expert.expert-dropdown .expert_thumbnail {
  max-width: 7.1875rem;
}
.expert.expert-dropdown small {
  color: #86989d;
}
.expert.expert-dropdown .sline::after {
  font-size: 1.5625rem;
}
.expert.expert-dropdown .info-list {
  text-align: left;
}
.expert.expert-dropdown .info-list .icon {
  font-size: 0.9375rem;
  width: auto;
  height: auto;
}
.expert.expert-dropdown .info-list > li {
  border-bottom: 1px;
}
.expert.expert-dropdown .info-list > li a[href*="mailto:"] {
  border-bottom: 1px #ff4443 solid;
}
.expert.expddn_preview {
  position: relative;
}
.expert.expddn_preview::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: 0 0;
  transition: all 0.3s ease-in-out;
}
.is-expanded .expert.expddn_preview::before {
  width: 100%;
  background: #ff4443;
}
@media screen and (max-width: 47.9375em) {
  .expert {
    margin-bottom: 7rem;
  }
  .expert .expert_titles {
    line-height: 17px;
  }
  .expert.expert-dropdown .expert_name {
    margin-bottom: 0.9375rem;
  }
  .expert.expert-dropdown .sline::after {
    margin-top: 0.9375rem;
  }
  .expert.expert-dropdown .info-list {
    margin-top: 2.1875rem;
  }
  .expert.expert-dropdown .info-list > li {
    position: relative;
    padding: 0.625rem 2.5rem 0.625rem 0.9375rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #86989d;
  }
  .expert.expert-dropdown .info-list > li .icon {
    margin: 0;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .expert.expert-dropdown .info-list > li:first-child {
    border-top: 1px solid #86989d;
  }
  .expert.expert-inline {
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .expert .expert_thumbnail {
    margin-bottom: 1.875rem;
    max-width: 8.75rem;
  }
  .expert .icon {
    width: 42px;
    height: 42px;
    font-size: 1.4375rem;
  }
  .expert .icon::after {
    box-shadow: inset 0 0 0 2px #ff4443;
  }
  .expert .icon:hover::before {
    color: #fff;
  }
  .expert .icon:hover::after {
    box-shadow: inset 0 0 0 3rem #ff4443;
  }
  .expert.expert-extended .expert_thumbnail {
    max-width: 9.375rem;
  }
  .expert.expert-dropdown {
    text-align: left;
  }
  .post_header .expert .expert_titles {
    margin-bottom: 4rem;
  }
  .post_header .expert .expert_titles > li {
    font-size: 1rem;
  }
  .post_header .expert .expert_thumbnail {
    max-width: 12.8125rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .expert.expert-dropdown > .row > .columns {
    padding: 0 0.9375rem;
  }
  .expert.expert-dropdown > .row > .columns:first-child {
    text-align: center;
  }
  .expert.expert-dropdown .expert_thumbnail {
    display: block;
    margin: 0 auto;
    max-width: 8.125rem;
  }
  .expert.expert-dropdown .expert_name {
    margin-bottom: 0.3125rem;
    font-size: 1.25rem;
  }
  .expert.expert-dropdown .sline {
    text-align: left;
  }
  .expert.expert-dropdown .sline::after {
    margin-top: 0.9375rem;
  }
  .expert.expert-dropdown .info-list {
    margin: 1.25rem 0 0;
  }
  .expert.expert-dropdown .info-list > li {
    position: relative;
    padding: 0.125rem 0;
    font-size: 0.875rem;
  }
  .expert.expert-dropdown .info-list > li .icon {
    margin: 0 0.8125rem 0 0;
  }
  .expert.expert-dropdown .info-list > li .icon::before {
    color: #fff;
  }
}
@media screen and (min-width: 64.0625em) {
  .post_header .expert .expert_thumbnail {
    max-width: 15.9375rem;
  }
  .post_header .expert .sline::before {
    margin-bottom: 1.4375rem;
  }
  .post_header .expert .smaller .sline::before {
    margin-bottom: 2.3125rem;
  }
  .expert.expert-extended .expert_thumbnail {
    max-width: 12.5rem;
  }
  .expert.expert-extended .expert_name {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
  }
  .expert.expert-extended .expert_name::before {
    margin-bottom: 0.8125rem;
    font-size: 2.1875rem;
  }
  .expert.expert-extended p {
    margin-top: 1.75rem;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .expert.expert-extended small {
    font-size: 1rem;
    line-height: 22px;
  }
  .expert.expert-dropdown > .row > .columns {
    padding: 0 0.9375rem;
  }
  .expert.expert-dropdown > .row > .columns:first-child {
    text-align: center;
  }
  .expert.expert-dropdown .expert_thumbnail {
    display: block;
    margin: 0 auto;
    max-width: 9.375rem;
  }
  .expert.expert-dropdown .expert_name {
    margin-bottom: 0.3125rem;
    font-size: 1.375rem;
  }
  .expert.expert-dropdown small {
    font-size: 1rem;
    line-height: 25px;
  }
  .expert.expert-dropdown .sline {
    text-align: left;
  }
  .expert.expert-dropdown .sline::after {
    margin-top: 0.9375rem;
  }
  .expert.expert-dropdown .info-list {
    margin: 0;
  }
  .expert.expert-dropdown .info-list > li {
    position: relative;
    padding: 0.125rem 0;
    font-size: 1rem;
  }
  .expert.expert-dropdown .info-list > li .icon {
    margin: 0 0.8125rem 0 0;
  }
  .expert.expert-dropdown .info-list > li .icon::before {
    color: #86989d;
  }
  .expert.expddn_preview .expert_body .sline {
    margin-top: 0.5rem;
  }
}
.expert-section .expert {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .expert-section .expert {
    margin-bottom: 3.125rem;
  }
  .expert-section .expert .expert_job_function small {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.expert-section .expert .row .columns {
  margin: 0;
}
.expert-section .expert .sline.sline-above::before {
  margin-bottom: 0.5rem;
}
.expert-section .expert .expert_job_function {
  margin-top: 0.625rem;
}
.expert-section .expert .expert_job_function small {
  color: #141414;
}
.expert-section .expert .expert_thumbnail {
  max-width: 7.5rem;
  margin-right: auto;
  margin-left: auto;
}
.expert-section .expert .expert_excerpt {
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .expert-section .expert .expert_thumbnail {
    max-width: 12.5rem;
  }
  .expert-section .expert .expert_excerpt {
    font-size: 1.125rem;
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.expertise {
  padding: 0 0.9375rem;
  text-align: center;
}
.expertise:hover .expertise_thumbnail {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 0 44px 12px rgba(0, 0, 0, 0.15);
}
.expertise:hover .expertise_title {
  -webkit-transform: translateY(15px) scale(1.2);
  -ms-transform: translateY(15px) scale(1.2);
  transform: translateY(15px) scale(1.2);
}
.expertise .expertise_thumbnail {
  max-width: 6.5625rem;
  transition: 0.3s ease-in-out;
}
.expertise img {
  border-radius: 100%;
}
.expertise .expertise_title {
  margin-top: 0.625rem;
  font: 14px/1.4 Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #0e323b;
  transition: 0.3s ease-in-out;
}
.note-link::after,
.slick-arrow::before {
  font-family: kwr-icons;
  font-style: normal;
  font-variant: normal;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .expertise .expertise_title {
    margin-top: 0.9375rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .expertise .expertise_title {
    margin-top: 1.25rem;
    font-size: 1.375rem;
  }
}
.custom-select,
.ginput_container_select {
  position: relative;
}
.custom-select select,
.ginput_container_select select {
  -webkit-appearance: none;
}
.custom-select .js-custom-select,
.ginput_container_select .js-custom-select {
  position: relative;
  z-index: 2;
}
.custom-select .js-custom-select .gfield_label,
.ginput_container_select .js-custom-select .gfield_label {
  left: 0.5rem;
}
.custom-select .js-custom-select .js-custom-select-val::before,
.ginput_container_select .js-custom-select .js-custom-select-val::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.custom-select .js-custom-select .js-custom-select-val span,
.ginput_container_select .js-custom-select .js-custom-select-val span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  width: 90%;
  height: 100%;
}
.custom-select .js-custom-select .js-custom-select-val span:after,
.ginput_container_select .js-custom-select .js-custom-select-val span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.custom-select .js-custom-select.js-filled label,
.custom-select .js-custom-select.js-open label,
.ginput_container_select .js-custom-select.js-filled label,
.ginput_container_select .js-custom-select.js-open label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
.custom-select .js-custom-select.js-filled .js-custom-select-val,
.custom-select .js-custom-select.js-open .js-custom-select-val,
.ginput_container_select .js-custom-select.js-filled .js-custom-select-val,
.ginput_container_select .js-custom-select.js-open .js-custom-select-val {
  border-color: #e3e3e3;
}
.custom-select .js-custom-select.js-filled .js-custom-select-val,
.ginput_container_select .js-custom-select.js-filled .js-custom-select-val {
  color: #141414;
  text-align: left;
}
.custom-select .js-custom-select.js-open .js-custom-select-val,
.ginput_container_select .js-custom-select.js-open .js-custom-select-val {
  border-radius: 3px 3px 0 0;
}
.custom-select .js-custom-select.js-open .js-custom-select-choices,
.ginput_container_select .js-custom-select.js-open .js-custom-select-choices {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 999;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
}
.custom-select .js-custom-select.js-filled.no-ios .js-custom-select-choices,
.ginput_container_select
  .js-custom-select.js-filled.no-ios
  .js-custom-select-choices {
  position: relative;
  top: 0;
}
.custom-select
  .js-custom-select.js-filled.is-mobile
  .js-custom-select-val
  .js-custom-select-icon::after,
.custom-select
  .js-custom-select.js-open
  .js-custom-select-val
  .js-custom-select-icon::after,
.ginput_container_select
  .js-custom-select.js-filled.is-mobile
  .js-custom-select-val
  .js-custom-select-icon::after,
.ginput_container_select
  .js-custom-select.js-open
  .js-custom-select-val
  .js-custom-select-icon::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-select
  .js-custom-select.js-filled.is-mobile
  .js-custom-select-val
  .js-custom-select-icon::before,
.custom-select
  .js-custom-select.js-open
  .js-custom-select-val
  .js-custom-select-icon::before,
.ginput_container_select
  .js-custom-select.js-filled.is-mobile
  .js-custom-select-val
  .js-custom-select-icon::before,
.ginput_container_select
  .js-custom-select.js-open
  .js-custom-select-val
  .js-custom-select-icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom-select .js-custom-select-val,
.ginput_container_select .js-custom-select-val {
  position: relative;
  height: 40px;
  margin: 0;
  padding: 10px;
  max-width: 100%;
  width: 100% !important;
  line-height: 17px;
  background: #fff;
  text-align: left;
  font-size: 1rem;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1000;
}
.custom-select .js-custom-select-val .js-custom-select-icon,
.ginput_container_select .js-custom-select-val .js-custom-select-icon {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 3px;
}
.custom-select .js-custom-select-val .js-custom-select-icon::after,
.custom-select .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::after,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::before {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: grey;
  position: absolute;
  top: 15px;
  transition: all 0.3s;
}
.custom-select .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::before {
  left: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-select .js-custom-select-val .js-custom-select-icon::after,
.ginput_container_select .js-custom-select-val .js-custom-select-icon::after {
  right: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.custom-select .js-custom-select-choices,
.ginput_container_select .js-custom-select-choices {
  margin: 0;
  list-style: none;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 44px 12px;
  border-radius: 0 0 3px 3px;
}
.custom-select .js-custom-select-choices li,
.ginput_container_select .js-custom-select-choices li {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  text-align: left;
}
.custom-select .js-custom-select-choices li:last-child,
.ginput_container_select .js-custom-select-choices li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom-color: #e3e3e3;
}
.custom-select .js-custom-select-choices li:hover,
.ginput_container_select .js-custom-select-choices li:hover {
  background: #fff5f5;
}
.custom-select.alert-caret .js-custom-select-val .js-custom-select-icon::after,
.custom-select.alert-caret .js-custom-select-val .js-custom-select-icon::before,
.ginput_container_select.alert-caret
  .js-custom-select-val
  .js-custom-select-icon::after,
.ginput_container_select.alert-caret
  .js-custom-select-val
  .js-custom-select-icon::before {
  background: #ff4443;
}
.filter .custom-select .js-custom-select-val .js-custom-select-icon,
.filter .ginput_container_select .js-custom-select-val .js-custom-select-icon {
  background: #fff;
  border-radius: 3px;
}
.filter .custom-select .js-custom-select-val .js-custom-select-icon::after,
.filter .custom-select .js-custom-select-val .js-custom-select-icon::before,
.filter
  .ginput_container_select
  .js-custom-select-val
  .js-custom-select-icon::after,
.filter
  .ginput_container_select
  .js-custom-select-val
  .js-custom-select-icon::before {
  content: "";
  width: 10px;
  background: #ff4443;
  transition: all 0.3s;
}
.filter .custom-select .js-custom-select-val .js-custom-select-icon::before,
.filter
  .ginput_container_select
  .js-custom-select-val
  .js-custom-select-icon::before {
  left: 7px;
}
.filter .custom-select .js-custom-select-val .js-custom-select-icon::after,
.filter
  .ginput_container_select
  .js-custom-select-val
  .js-custom-select-icon::after {
  right: 7px;
}
@media screen and (max-width: 47.9375em) {
  .custom-select .js-custom-select.large .js-custom-select-val,
  .ginput_container_select .js-custom-select.large .js-custom-select-val {
    height: 2.8125rem;
    font-size: 0.9375rem;
    line-height: 23px;
  }
  .custom-select .js-custom-select.large .js-custom-select-val span,
  .ginput_container_select .js-custom-select.large .js-custom-select-val span {
    margin-top: -3px;
  }
  .custom-select .js-custom-select.large .js-custom-select-choices,
  .ginput_container_select .js-custom-select.large .js-custom-select-choices {
    top: 2.8125rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .custom-select .js-custom-select.large .js-custom-select-val,
  .ginput_container_select .js-custom-select.large .js-custom-select-val {
    height: 3.125rem;
    font-size: 1.125rem;
  }
  .custom-select .js-custom-select.large .js-custom-select-choices,
  .ginput_container_select .js-custom-select.large .js-custom-select-choices {
    top: 3.125rem;
  }
  .custom-select .js-custom-select.large .js-custom-select-choices li,
  .ginput_container_select
    .js-custom-select.large
    .js-custom-select-choices
    li {
    padding: 0.75rem 0.625rem 0.8125rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .custom-select .js-custom-select.large .js-custom-select-val,
  .ginput_container_select .js-custom-select.large .js-custom-select-val {
    height: 3.75rem;
    font-size: 1.25rem;
  }
  .custom-select .js-custom-select.large .js-custom-select-choices,
  .ginput_container_select .js-custom-select.large .js-custom-select-choices {
    top: 3.75rem;
  }
  .custom-select .js-custom-select.large .js-custom-select-choices li,
  .ginput_container_select
    .js-custom-select.large
    .js-custom-select-choices
    li {
    padding: 1.0625rem 0.625rem 1.125rem;
  }
}
.info-list {
  list-style: none;
  margin: 0;
}
.info-list .info-list_label {
  margin-bottom: 0.9375rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  color: grey;
}
.info-list .info-list_value {
  font-size: 1rem;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #3c3c3c;
}
.info-project .info-list > li:nth-child(1),
.info-project .info-list > li:nth-child(2) {
  white-space: nowrap;
}
@media screen and (max-width: 47.9375em) {
  .info-list .info-list_label:last-child {
    margin-bottom: 0;
  }
  .info-agenda .info-list > li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .info-agenda .info-list > li:nth-child(1),
  .info-agenda .info-list > li:nth-child(2),
  .info-project .info-list > li:nth-child(1),
  .info-project .info-list > li:nth-child(2) {
    box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .info-project .info-list > li:nth-child(3),
  .info-project .info-list > li:nth-child(4) {
    box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .info-expert .info-list > li,
  .info.info-expert-search .info-list > li {
    position: relative;
    padding: 0.4375rem 0.9375rem;
    border-bottom: 2px solid #fbfbfb;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .info-expert .info-list > li .icon,
  .info.info-expert-search .info-list > li .icon {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .info-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .info-list .info-list_value {
    font-size: 1.125rem;
    line-height: 24px;
  }
  .info-list .info-list_label {
    font-size: 0.75rem;
    line-height: 1;
  }
  .info-agenda .info-list > li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .info-agenda .info-list > li:nth-child(1) {
    box-flex: 1;
    -webkit-flex: 1 1 24%;
    -moz-flex: 1 1 24%;
    -ms-flex: 1 1 24%;
    flex: 1 1 24%;
    max-width: 24%;
  }
  .info-agenda .info-list > li:nth-child(2) {
    box-flex: 1;
    -webkit-flex: 1 1 30%;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
  }
  .info-agenda .info-list > li:nth-child(3),
  .info-agenda .info-list > li:nth-child(5) {
    box-flex: 1;
    -webkit-flex: 1 0 46%;
    -moz-flex: 1 0 46%;
    -ms-flex: 1 0 46%;
    flex: 1 0 46%;
    max-width: 46%;
  }
  .info-agenda .info-list > li:nth-child(4) {
    box-flex: 1;
    -webkit-flex: 1 0 54%;
    -moz-flex: 1 0 54%;
    -ms-flex: 1 0 54%;
    flex: 1 0 54%;
    max-width: 54%;
  }
  .info-agenda .info-list .info-list_label {
    margin-bottom: 1.4375rem;
    letter-spacing: -0.018rem;
  }
  .info-agenda .info-list.row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .info-expert .info-list > li,
  .info.info-expert-search .info-list > li {
    padding: 0 0.625rem;
  }
  .info-expert .info-list > li:not(:nth-last-child(-n + 2)),
  .info.info-expert-search .info-list > li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0.3125rem;
  }
  .info-expert .info-list > li a,
  .info.info-expert-search .info-list > li a {
    display: inline-block;
    vertical-align: middle;
  }
  .info-expert .info-list > li .icon,
  .info.info-expert-search .info-list > li .icon {
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .info-project .info-list > li:nth-child(1),
  .info-project .info-list > li:nth-child(2) {
    box-flex: 1;
    -webkit-flex: 1 0 30%;
    -moz-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 30%;
  }
  .info-project .info-list > li:nth-child(3) {
    box-flex: 1;
    -webkit-flex: 1 0 40%;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%;
  }
  .info-project .info-list > li:nth-child(4) {
    box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .info-project .info-list > li:last-child {
    margin-bottom: 0;
  }
  .info-expert .info-list,
  .info.info-expert-search .info-list {
    margin: 0;
  }
  .info-expert .info-list > li,
  .info.info-expert-search .info-list > li {
    padding: 0 0.3125rem;
  }
  .info-expert .info-list > li a,
  .info.info-expert-search .info-list > li a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .info-list .info-list_label {
    min-width: 9.375rem;
    line-height: 21px;
  }
  .info-list .info-list_value {
    font-size: 1.25rem;
    line-height: 28px;
  }
  .info-project .info-list > li:last-child {
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .info.info-expert .icons-full-width .post_actions_group,
  .info.info-expert-search .icons-full-width .post_actions_group {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 48em) {
  .info.info-expert .list-margin li:not(:last-child),
  .info.info-expert-search .list-margin li:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
}
.info-project-wrapper {
  border-top: 2px dashed #84999a;
  margin: 2.5rem 0;
  padding: 2.5rem 0 0;
}
.info-project-wrapper .project-info_list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-project-wrapper .info-list_label.full-width {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .info-project-wrapper .info-list_label .info-list_value {
    padding-right: 2.5rem;
  }
}
.more-info {
  padding: 1.25rem 0.9375rem;
  border-top: 2px solid #ff4443;
  background: #f9f5ed;
}
.more-info h3 {
  font-size: 1.25rem;
}
.more-info .more-info-list {
  list-style: none;
  margin: 0;
}
.more-info .more-info-list li {
  padding: 0.625rem 0;
}
.more-info a:not(.button) {
  padding-left: 1.5625rem;
  color: #3c3c3c;
  font-size: 1rem;
}
.more-info a:not(.button) .icon {
  margin-left: -25px;
}
.more-info .icon {
  color: #ff4443;
  font-size: 1.125rem;
}
.more-info hr {
  margin: 1.4375rem 0 2.1875rem;
  border-bottom: 0;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC)
    left center repeat-x;
}
.schedule,
.schedule td {
  border: 1px solid #e3e3e3;
}
.more-info .more-info_footer {
  margin: 0 auto;
  text-align: center;
}
.more-info .more-info_footer p:first-child {
  margin-bottom: 2.1875rem;
}
.more-info .more-info_footer .button {
  margin: 0 auto;
}
.more-info .more-info_footer .button:first-child {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .more-info {
    max-width: calc(100vw - 20px);
  }
  .more-info a:not(.button) {
    max-width: 100%;
    display: block;
    overflow: hidden;
  }
  .more-info .more-info_footer .button {
    width: 70%;
    max-width: 11.25rem;
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .more-info hr {
    margin: 1.4375rem -0.9375rem 2.1875rem;
  }
  .more-info .more-info_footer {
    width: 60%;
  }
  .more-info .more-info_footer p:first-child {
    margin-bottom: 2.5rem;
  }
  .more-info .more-info_footer .button {
    width: auto;
  }
  .more-info .more-info_footer .button:first-child {
    margin-bottom: 0;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .more-info {
    padding: 1.25rem 1.875rem;
  }
  .more-info h3 {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .more-info {
    padding: 1.875rem;
  }
  .more-info h3 {
    font-size: 1.6875rem;
  }
  .more-info a:not(.button) {
    font-size: 1.25rem;
  }
}
.schedule td {
  width: 50%;
  vertical-align: top;
}
.schedule tr:nth-child(odd) {
  background: #fff;
}
.schedule tr:nth-child(even) {
  background: #fdfcf7;
}
.schedule .schedule_theme strong {
  color: #000;
  line-height: 22px;
  font-size: 1rem;
}
.schedule .schedule_speaker {
  color: #141414;
}
.schedule .schedule_speaker i {
  font-size: 0.875rem;
  line-height: 22px;
  color: grey;
}
@media screen and (max-width: 47.9375em) {
  .schedule td {
    display: block;
    width: 100%;
    border: 0;
  }
  .schedule td:empty {
    display: none;
  }
  .schedule tr {
    border-bottom: 1px solid #e3e3e3;
  }
}
.slick-slider,
.slick-track {
  height: auto;
}
.slick-slider,
.slick-wrap {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slick-dots {
  margin: 1.125rem 0 0;
  text-align: center;
  list-style: none;
}
.slick-dots > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3125rem;
}
.slick-dots > li button {
  width: 5px;
  height: 5px;
  background: #e1e1e1;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  outline: 0;
  transition: background 0.3s ease-in;
}
.slick-arrow,
.slick-arrow::after {
  border-radius: 100%;
  position: absolute;
}
.slick-dots > li.slick-active button {
  background: #ff4443;
}
.slick-arrow {
  width: 42px;
  height: 42px;
  text-align: center;
  transition: all 0.1s ease-in;
  text-indent: -9999px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff4443;
  outline: 0;
  z-index: 2;
}
.slick-arrow::after {
  box-shadow: inset 0 0 0 1px #ff4443;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: box-shadow 0.3s;
}
.slick-arrow:hover::before {
  color: #fff;
}
.slick-arrow:hover::after {
  box-shadow: inset 0 0 0 3rem #ff4443;
}
.slick-arrow::before {
  content: "\f100";
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  transition: color 0.3s;
  display: block;
  padding: 1px;
  font-weight: 400;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-indent: 0;
  line-height: 8px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  top: 52%;
}
.slick-arrow.slick-prev {
  left: 0;
  margin-top: -1px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: auto;
}
.experts-slider .column,
.experts-slider .columns {
  outline: 0;
}
@media screen and (min-width: 48em) {
  .slick-initialized .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slick-initialized .slick-track .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .slick-initialized .slick-track .slick-slide > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .slick-initialized .slick-track .slick-slide .tile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .slick-initialized .slick-track .slick-slide .tile_excerpt {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .experts-slider .column,
  .experts-slider .columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .experts-slider .column > a,
  .experts-slider .columns > a,
  .experts-slider .no-flexbox .columns > a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .experts-slider .column .expert-extended,
  .experts-slider .columns .expert-extended {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
  }
  .experts-slider .column .expert-extended .expert_body,
  .experts-slider .columns .expert-extended .expert_body {
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding-bottom: 2.625rem;
  }
  .experts-slider .column .expert-extended .icon,
  .experts-slider .columns .expert-extended .icon {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .experts-slider .column:last-child,
  .experts-slider .columns:last-child {
    display: none;
  }
}
.agenda-slider_inner {
  position: relative;
}
.agenda-slider_inner .column,
.agenda-slider_inner .columns {
  margin: -0.0625rem 0 0 -0.0625rem;
}
.agenda-slider_inner .slick-track {
  margin: 0.0625rem -0.0625rem 0 0.0625rem;
}
@media screen and (min-width: 48em) {
  .agenda-slider_inner {
    margin: 0 !important;
  }
  .agenda-slider_inner .column,
  .agenda-slider_inner .columns {
    padding: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .agenda-slider_inner {
    padding: 0 4.375rem;
  }
}
.slideshow {
  margin: 2.1875rem 0;
}
.slideshow .caption {
  position: relative;
  padding: 0.625rem 0;
  margin-bottom: 0.5625rem;
  text-transform: uppercase;
  font-size: 0.5rem;
  line-height: 10px;
  font-weight: 600;
  letter-spacing: 0.025rem;
  color: #0e323b;
}
.slideshow .caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAABCAYAAADn9T9+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2OThFNUY0RUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2OThFNUYzRUEzOTExRTU4RUNBRTdBQkQxQTZCRTY5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIElsbHVzdHJhdG9yIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZCODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBODhBRkYxMzkyMDY4MTE4MDgzOUYzMjY4RTlBNEQ3Ii8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+MDUtb25kZXJ3ZXJwX3YzPC9yZGY6bGk+IDwvcmRmOkFsdD4gPC9kYzp0aXRsZT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4abTv3AAAAGElEQVR42mLkM7L+z4AGPp49woguBhBgAGehA/+d7jJMAAAAAElFTkSuQmCC)
    left center repeat-x;
}
.slideshow .slick-arrow.slick-prev {
  left: -35px;
  -webkit-transform: translateX(-100%) rotate(-180deg);
  -ms-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.slideshow .slick-arrow.slick-next {
  right: -35px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slideshow .slideshow_nav_item {
  padding: 0 0 0.625rem;
  margin: 0 0.15625rem;
}
.slideshow .slideshow_nav_item img {
  cursor: pointer;
}
.slideshow .slideshow_nav_item:first-child {
  margin-left: 0;
}
.slideshow .slideshow_nav_item:last-child {
  margin-right: 0;
}
.slideshow .slideshow_nav_item.slick-current {
  position: relative;
}
.slideshow .slideshow_nav_item.slick-current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ff4443;
}
.slideshow .slick-underline {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ff4443;
  transition: left 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media screen and (max-width: 47.9375em) {
  .slideshow .slideshow_nav .slick-track {
    width: 100% !important;
  }
}
@media screen and (min-width: 48em) {
  .slideshow {
    margin: 4.375rem 0;
  }
  .slideshow .caption {
    padding: 1.125rem 0;
    margin-bottom: 1.125rem;
    font-size: 0.75rem;
    line-height: 15px;
  }
  .slideshow .slideshow_nav_item {
    padding: 0 0 1.25rem;
  }
  .slideshow .slick-arrow {
    margin-top: -7.2%;
  }
}
.autocomplete-suggestions {
  padding: 0;
  margin-top: -2px;
  overflow-y: scroll;
  box-shadow: 0 0 44px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.autocomplete-suggestions .autocomplete-no-suggestion,
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.625rem 0.9375rem;
  border: solid #e3e3e3;
  border-width: 0 1px 1px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease-in-out;
}
.autocomplete-suggestions .autocomplete-no-suggestion strong,
.autocomplete-suggestions .autocomplete-suggestion strong {
  font-size: inherit;
  color: #ff4443;
  font-weight: 400;
}
.autocomplete-suggestions .autocomplete-no-suggestion:first-child,
.autocomplete-suggestions .autocomplete-suggestion:first-child {
  border-top-width: 1px;
}
.autocomplete-suggestions .autocomplete-no-suggestion:last-child,
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-radius: 0 0 3px 3px;
}
.autocomplete-suggestions .autocomplete-no-suggestion.autocomplete-selected,
.autocomplete-suggestions .autocomplete-no-suggestion:hover,
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected,
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #fff5f5;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  cursor: not-allowed;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .autocomplete-suggestions {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .autocomplete-suggestions .autocomplete-no-suggestion,
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 0.75rem 0.9375rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .autocomplete-suggestions .autocomplete-no-suggestion,
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 1.125rem 0.9375rem;
    font-size: 1.25rem;
  }
}
.loader-wrap {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 80px;
}
.js-loading .loader-wrap {
  display: block;
}
.loader,
.loader:after,
.loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #fff;
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:after,
.loader:before {
  content: "";
  position: absolute;
  top: 0;
}
.input-wrap .loader-wrap.icon {
  height: 55px;
  width: 20px;
  left: auto;
}
.input-wrap .loader,
.input-wrap .loader:after,
.input-wrap .loader:before {
  width: 5px;
  height: 5px;
  color: #ff4443;
}
.input-wrap .loader:before {
  left: -0.5em;
}
.input-wrap .loader:after {
  left: 0.5em;
}
@-webkit-keyframes load7 {
  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.map {
  position: relative;
  padding-bottom: 93%;
}
.map .map-inner {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .map-inner img {
  display: block;
  max-width: none;
}
.single-agenda .map {
  padding-bottom: 63.045%;
}
@media screen and (max-width: 47.9375em) {
  .map {
    margin: 3.75rem 0 1.5625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .single-agenda .map {
    padding-bottom: 93.605%;
    max-height: 300px;
  }
  .page-contact .map {
    padding-bottom: 96%;
  }
}
.pagination {
  position: relative;
  margin-top: 3.125rem;
}
.pagination:empty {
  display: none;
}
.pagination > li {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: Prata, "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}
.pagination > li a,
.pagination > li span {
  padding: 0 0.625rem;
  display: block;
  font-size: 1rem;
  color: #0e323b;
}
.pagination .pagination-next,
.pagination .pagination-previous {
  text-indent: -9999px;
}
.pagination .pagination-next span,
.pagination .pagination-next > a,
.pagination .pagination-previous span,
.pagination .pagination-previous > a {
  position: relative;
  padding: 0;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 100%;
  text-align: center;
  color: #ff4443;
  outline: 0;
  transition: all 0.1s ease-in;
}
.pagination .pagination-next span::after,
.pagination .pagination-next > a::after,
.pagination .pagination-previous span::after,
.pagination .pagination-previous > a::after {
  box-shadow: inset 0 0 0 1px #ff4443;
  content: "";
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: box-shadow 0.3s;
  border-radius: 100%;
}
.pagination .pagination-next span:hover::before,
.pagination .pagination-next > a:hover::before,
.pagination .pagination-previous span:hover::before,
.pagination .pagination-previous > a:hover::before {
  color: #fff;
}
.pagination .pagination-next span:hover::after,
.pagination .pagination-next > a:hover::after,
.pagination .pagination-previous span:hover::after,
.pagination .pagination-previous > a:hover::after {
  box-shadow: inset 0 0 0 3rem #ff4443;
}
.pagination .pagination-next.disabled span::after,
.pagination .pagination-next.disabled span:hover::after,
.pagination .pagination-next.disabled > a::after,
.pagination .pagination-next.disabled > a:hover::after,
.pagination .pagination-previous.disabled span::after,
.pagination .pagination-previous.disabled span:hover::after,
.pagination .pagination-previous.disabled > a::after,
.pagination .pagination-previous.disabled > a:hover::after {
  box-shadow: inset 0 0 0 1px #ff4443;
}
.pagination .pagination-next span::before,
.pagination .pagination-next > a::before,
.pagination .pagination-previous span::before,
.pagination .pagination-previous > a::before {
  content: "\f100";
  position: absolute;
  z-index: 1;
  text-indent: 0;
  display: block;
  padding: 1px;
  font-family: kwr-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: color 0.3s;
}
.pagination .pagination-next::after,
.pagination .pagination-previous::before {
  display: none;
}
.pagination .pagination-next.disabled span:hover::before,
.pagination .pagination-next.disabled > a:hover::before,
.pagination .pagination-previous.disabled span:hover::before,
.pagination .pagination-previous.disabled > a:hover::before {
  color: #ff4443;
}
.pagination .pagination-next {
  margin-left: 1.25rem;
}
.pagination .pagination-next a::before,
.pagination .pagination-next > span::before {
  margin-top: -0.0625rem;
}
.pagination .pagination-previous {
  margin-right: 1.25rem;
}
.pagination .pagination-previous span,
.pagination .pagination-previous > a {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pagination .current {
  padding: 0;
  background: 0 0;
  color: #0e323b;
}
.pagination .current span {
  position: relative;
}
.pagination .current span::after {
  position: absolute;
  display: block;
  content: "";
  height: 0;
  width: 60%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 2px solid #ff4443;
}
.pagination .disabled {
  padding: 0;
  opacity: 0.3;
}
@media screen and (max-width: 47.9375em) {
  .pagination .pagination-previous {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -0.5625rem;
  }
  .pagination .pagination-next {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -0.5625rem;
  }
}
@media screen and (min-width: 48em) {
  .pagination > li a,
  .pagination > li span {
    font-size: 1.125rem;
  }
  .pagination > li.pagination-previous {
    margin-right: 1.625rem;
  }
  .pagination > li.pagination-next {
    margin-left: 1.625rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .pagination {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .pagination {
    margin-top: 3.75rem;
  }
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-light.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-light.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.scroll-to-top {
  position: fixed;
  top: 10px;
  right: 50%;
  margin-right: -13px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 999;
}
.scroll-to-top .icon-circle {
  color: #fff;
  height: 26px;
  width: 26px;
  cursor: pointer;
  font-size: 0.75rem;
}
.scroll-to-top .icon-circle:hover::before,
.scroll-to-top.js-over-footer .icon-circle {
  color: #0e323b;
}
.scroll-to-top .icon-circle::after {
  box-shadow: inset 0 0 0 3rem #0e323b;
}
.scroll-to-top .icon-circle:hover::after {
  box-shadow: inset 0 0 0 2px #0e323b;
}
.scroll-to-top .icon-circle::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.scroll-to-top.js-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scroll-to-top.js-over-footer .icon-circle::after {
  box-shadow: inset 0 0 0 3rem #fff;
}
.scroll-to-top.js-over-footer .icon-circle:hover::before {
  color: #fff;
}
.scroll-to-top.js-over-footer .icon-circle:hover::after {
  box-shadow: inset 0 0 0 2px #fff;
}
@media screen and (min-width: 48em) {
  .scroll-to-top {
    top: auto;
    bottom: 50px;
    right: 20px;
    margin-right: 0;
  }
  .scroll-to-top .icon-circle {
    height: 52px;
    width: 52px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 90em) {
  .scroll-to-top {
    right: 10%;
  }
}
.note {
  display: none;
}
.note-link {
  display: inline-block;
  position: relative;
  padding-right: 1.875rem;
  margin-right: 0.3125rem;
  border: 0 !important;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.2s ease;
}
.note-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ff4443;
}
.note-link::after {
  padding: 1px;
  font-weight: 400;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f112";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 10px;
  line-height: 12px;
  font-size: 0.75rem;
  color: #ff4443;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.note-link.js-active {
  color: #ff4443;
}
.note-link.js-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.note-link.js-active + .note {
  position: relative;
  display: block;
  z-index: 0;
  padding: 2.5rem 1.875rem;
  margin: 2.5rem 0 1.875rem;
  background: #f9f5ed;
  font-size: 1.125rem;
  line-height: 26px;
  color: #646464;
}
.note-link.js-active + .note::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.note-link.js-active + .note .arrow {
  display: block;
  content: url(../assets/round-arrow-yellow.svg);
  position: absolute;
  top: -17px;
  width: 90px;
  height: 24px;
  z-index: 1;
}
.note-link.js-active + .note img {
  float: left;
  margin: 0.4375rem 1.875rem 0.625rem 0;
}
@media screen and (min-width: 64.0625em) {
  .note-link.js-active + .note .background {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .note-link::after {
    bottom: 3px;
  }
  .note-link.js-active + .note {
    padding: 2.5rem 0;
    margin: 1.875rem 0;
  }
  .note-link.js-active + .note .arrow {
    top: -14px;
    width: 90px;
    height: 20px;
  }
  .note-link.js-active + .note .background {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
    width: 200vw;
    height: 100%;
    background: #f9f5ed;
  }
}
@media screen and (max-width: 47.9375em) {
  .note-link::before {
    top: 0;
  }
  .note-link.js-active + .note {
    padding: 2.1875rem 1.875rem;
    margin: 1.875rem 0;
  }
  .note-link.js-active + .note img {
    margin: 0 0 1.875rem;
    width: 100%;
  }
}
.js-excerpt {
  overflow: hidden;
}
.card-with-border {
  margin: 2.5rem 0;
  padding: 40px 18px;
  border: 1px solid #e6e6e6;
  border-left: 2px solid #ff4443;
}
.card-with-border p {
  color: #3c3c3c;
}
@media screen and (max-width: 47.9375em) {
  .card-with-border .info-list {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .card-with-border .info-list .info-list_value {
    padding-right: 2.5rem;
    font-size: 1rem;
    color: #3c3c3c;
  }
  .article-quote .source-info li.full {
    width: 50%;
  }
}
.card-with-border .button {
  min-width: 13.125rem;
}
.article-quote {
  padding: 2.375rem 1.4375rem !important;
  border: 1px solid #e1e1e1 !important;
  max-width: 100%;
}
.article-quote:before {
  background-color: #ff4443 !important;
}
.article-quote h2 {
  font-size: 1.3125rem;
  letter-spacing: -0.5px;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  padding-right: 10.625rem;
}
.article-quote p {
  color: #3c3c3c;
  font-size: 1rem !important;
  line-height: 1.65;
  margin-bottom: 0.875rem !important;
}
.article-quote .source-info {
  font-size: 1rem;
  list-style: none;
  margin-bottom: 0.625rem;
}
.article-quote .source-info li {
  display: inline-block;
  text-indent: 0;
  padding: 0 2.625rem 0 0;
  margin-bottom: 16px;
}
.article-quote .source-info li:before {
  content: "";
  display: none;
}
.article-quote .source-info label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  line-height: 1.4;
}
.article-quote .button {
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.article-quote .button + .button {
  font-weight: 800;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 47.9375em) {
  .article-quote .button + .button {
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .home .hero .hero_text_content {
    width: 52%;
  }
  .home .hero .hero_text_content h2 {
    font-size: 2.75rem;
    line-height: 50px;
  }
  .page-work-with-kwr .themov.is-header .themov_text_content h1 {
    font-size: 1.6875rem;
  }
  .page-work-with-kwr .themov.is-header .themov_text_content p {
    margin-top: 0.625rem;
  }
}
.expert-section {
  background-color: #eceff0;
}
.expert-section .row {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-with-button .button {
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  .article-quote .button + .button {
    margin-left: 0.375rem;
  }
  .hero-with-button .button {
    margin-top: 3.125rem;
  }
  .hero-with-button .themov.themov-menu-reversed .themov_intro {
    padding-bottom: 46.875%;
  }
}
.page-template-flexible-page .section .section_intro {
  margin-bottom: 30px;
}
