@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.6.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shake {
  animation-name: shake-7; }

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

.spin-cw {
  animation-name: spin-cw-1turn; }

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

.spin-ccw {
  animation-name: spin-ccw-1turn; }

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

.wiggle {
  animation-name: wiggle-7deg; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
@include foundation-global-styles;
@include foundation-forms;
@include foundation-typography;
*/
.grid-container {
  padding-right: 1.71875rem;
  padding-left: 1.71875rem;
  max-width: 250rem;
  margin-left: auto;
  margin-right: auto; }
  .grid-container.fluid {
    padding-right: 1.71875rem;
    padding-left: 1.71875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1.71875rem;
  margin-right: -1.71875rem; }
  .grid-margin-x > .cell {
    width: calc(100% - 3.4375rem);
    margin-left: 1.71875rem;
    margin-right: 1.71875rem; }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 3.4375rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 3.4375rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 3.4375rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 3.4375rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 3.4375rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 3.4375rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 3.4375rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 3.4375rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 3.4375rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 3.4375rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -1.71875rem;
  margin-left: -1.71875rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.71875rem;
  margin-left: -1.71875rem; }

.grid-padding-x > .cell {
  padding-right: 1.71875rem;
  padding-left: 1.71875rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 3.4375rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 3.4375rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 3.4375rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 3.4375rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 3.4375rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 3.4375rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 3.4375rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 3.4375rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.4375rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.4375rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.4375rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.4375rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.4375rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.4375rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.4375rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.4375rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.4375rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.4375rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.4375rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.4375rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.71875rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.71875rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.71875rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.71875rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.71875rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.71875rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.71875rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.71875rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.71875rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.71875rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.71875rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.71875rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.71875rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.71875rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.71875rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.71875rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.71875rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.71875rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.71875rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.71875rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.71875rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.71875rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.71875rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.71875rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.71875rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.71875rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.71875rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.71875rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.71875rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.71875rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.71875rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.71875rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -1.71875rem;
  margin-bottom: -1.71875rem; }

.grid-padding-y > .cell {
  padding-top: 1.71875rem;
  padding-bottom: 1.71875rem; }

.grid-margin-y {
  margin-top: -1.71875rem;
  margin-bottom: -1.71875rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 3.4375rem);
    margin-top: 1.71875rem;
    margin-bottom: 1.71875rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.4375rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.4375rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.4375rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.4375rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -1.71875rem;
  margin-bottom: -1.71875rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 3.4375rem);
    margin-top: 1.71875rem;
    margin-bottom: 1.71875rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.4375rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.4375rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.4375rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.4375rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.4375rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.4375rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.4375rem); } }

/*
@include foundation-button;
@include foundation-button-group;
@include foundation-close-button;
@include foundation-label;
@include foundation-progress-bar;
@include foundation-slider;
@include foundation-switch;
@include foundation-table;
*/
/*
@include foundation-badge;
@include foundation-breadcrumbs;
@include foundation-callout;
@include foundation-card;
@include foundation-dropdown;
@include foundation-pagination;
@include foundation-tooltip;
*/
/*
@include foundation-accordion;
@include foundation-media-object;
@include foundation-orbit;
@include foundation-responsive-embed;
@include foundation-tabs;
@include foundation-thumbnail;
*/
/*
@include foundation-menu;
@include foundation-menu-icon;
@include foundation-accordion-menu;
@include foundation-drilldown-menu;
@include foundation-dropdown-menu;
*/
/*
@include foundation-off-canvas;
@include foundation-reveal;
@include foundation-sticky;
@include foundation-title-bar;
@include foundation-top-bar;
*/
.float-left {
  float: left !important; }

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

/*
@include motion-ui-transitions;
@include motion-ui-animations;
*/
.grid-container {
  padding-right: 1.71875rem;
  padding-left: 1.71875rem;
  max-width: 250rem;
  margin-left: auto;
  margin-right: auto; }
  .grid-container.fluid {
    padding-right: 1.71875rem;
    padding-left: 1.71875rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1.71875rem;
  margin-right: -1.71875rem; }
  .grid-margin-x > .cell {
    width: calc(100% - 3.4375rem);
    margin-left: 1.71875rem;
    margin-right: 1.71875rem; }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 3.4375rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 3.4375rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 3.4375rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 3.4375rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 3.4375rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 3.4375rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 3.4375rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 3.4375rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 3.4375rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 3.4375rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 3.4375rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 3.4375rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -1.71875rem;
  margin-left: -1.71875rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.71875rem;
  margin-left: -1.71875rem; }

.grid-padding-x > .cell {
  padding-right: 1.71875rem;
  padding-left: 1.71875rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 3.4375rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 3.4375rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 3.4375rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 3.4375rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 3.4375rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 3.4375rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 3.4375rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 3.4375rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.4375rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.4375rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.4375rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.4375rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.4375rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.4375rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.4375rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.4375rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.4375rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.4375rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.4375rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.4375rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.71875rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.71875rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.71875rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.71875rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.71875rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.71875rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.71875rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.71875rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.71875rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.71875rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.71875rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.71875rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.71875rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.71875rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.71875rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.71875rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.71875rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.71875rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.71875rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.71875rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.71875rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.71875rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.71875rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.71875rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.71875rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.71875rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.71875rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.71875rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.71875rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.71875rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.71875rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.71875rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.71875rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -1.71875rem;
  margin-bottom: -1.71875rem; }

.grid-padding-y > .cell {
  padding-top: 1.71875rem;
  padding-bottom: 1.71875rem; }

.grid-margin-y {
  margin-top: -1.71875rem;
  margin-bottom: -1.71875rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 3.4375rem);
    margin-top: 1.71875rem;
    margin-bottom: 1.71875rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.4375rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.4375rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.4375rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.4375rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -1.71875rem;
  margin-bottom: -1.71875rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 3.4375rem);
    margin-top: 1.71875rem;
    margin-bottom: 1.71875rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.4375rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.4375rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.4375rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.4375rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.4375rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.4375rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.4375rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.4375rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3.4375rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3.4375rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.4375rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 3.4375rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.4375rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.4375rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.4375rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.4375rem); } }

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* -- OVERALL LAYOUT -- */
/* -- COLOURS -- */
/* -- SITEWIDE & GENERIC -- */
/* -- FONTS & TYPOGRAPHY -- */
body {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal; }

a {
  color: inherit;
  outline: none !important; }

h1, h2, h3 {
  margin: 0; }

p {
  /*
	&:last-of-type {
		margin-bottom: 0px;
	}
*/ }
  p:first-of-type {
    margin-top: 0px; }

strong {
  font-weight: 600; }

.block ul {
  position: relative; }
  .block ul li {
    padding-left: 4rem;
    margin-bottom: 1.5625rem; }
    .block ul li:before {
      content: "— ";
      position: absolute;
      left: 0px; }

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/5/fonts/fontawesome-webfont.eot?v=5");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/5/fonts/fontawesome-webfont.eot?#iefix&v=5") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/5/fonts/fontawesome-webfont.woff2?v=5") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/5/fonts/fontawesome-webfont.woff?v=5") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/5/fonts/fontawesome-webfont.ttf?v=5") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/5/fonts/fontawesome-webfont.svg?v=5#fontawesomeregular") format("svg"); }

html {
  font-size: 100%; }

.mejs-container,
.fancybox-toolbar {
  zoom: 200% !important; }

.fancybox-toolbar {
  zoom: 160% !important; }

.count {
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: 40000;
  width: 500px;
  height: 500px; }

.container {
  padding-right: 1.71875rem;
  padding-left: 1.71875rem;
  max-width: 250rem;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: flex;
  flex-flow: row wrap; }

/* Hide scrollbar for Chrome, Safari and Opera */
.page::-webkit-scrollbar {
  display: none; }

.home {
  background-color: black; }
  .home .grid-wrapper {
    display: block;
    background-color: transparent;
    width: 120rem !important;
    height: 120rem !important;
    position: absolute !important;
    z-index: 3;
    top: 0px;
    left: 0px; }
  .home .item {
    position: relative;
    color: white;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-style: normal; }
    .home .item a {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 2; }
    .home .item:nth-of-type(6n+1) {
      background: #81A3D0; }
    .home .item:nth-of-type(6n+2) {
      background: #2D65B1; }
    .home .item:nth-of-type(6n+3) {
      background: #333EA3; }
    .home .item:nth-of-type(6n+4) {
      background: #0F024F; }
    .home .item:nth-of-type(6n+5) {
      background: #0D3868; }
    .home .item:nth-of-type(6n+6) {
      background: white;
      color: #21577e; }
      .home .item:nth-of-type(6n+6).big {
        background: #333EA3;
        color: #fefefe; }
    .home .item:hover {
      /*
		  	.item-image {
			  			
				img {
					opacity: 0.5;
					transform: scale(1.5);
					transform-origin: center;
				}
		  	}
*/ }
  .home .item-content {
    padding: 2rem;
    display: block;
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 0.925;
    position: relative; }
    .home .item-content span {
      position: relative; }
  .home .item-image {
    filter: grayscale(100%);
    mix-blend-mode: soft-light;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .home .item-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.item.id7 div:after {
  content: "\f099 \2000 \f16d";
  font-family: FontAwesome;
  display: block;
  margin-top: 0.3em;
  position: relative; }

.page {
  overflow-y: hidden;
  font-size: 2.5rem;
  line-height: 1.25;
  color: #21577e;
  padding-bottom: 2rem;
  padding: 2rem 1rem !important; }
  .page h1 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 0.9;
    font-size: 6rem; }
  .page h2,
  .page h3 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 0.9;
    font-size: 3.75rem;
    margin-bottom: 0.5rem; }

.block {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.block-header {
  padding-top: 2rem; }
  .block-header div {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 3.4375rem);
    margin-left: 1.71875rem;
    margin-right: 1.71875rem; }
    .block-header div.page-intro {
      flex: 0 0 auto;
      width: calc(41.6666666667% - 3.4375rem);
      margin-left: 1.71875rem;
      margin-right: 1.71875rem; }

.block-text > div {
  flex: 0 0 auto;
  width: calc(50% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem;
  margin-left: calc(41.6666666667% + 1.71875rem); }

.block-images-text.fullwidth .image {
  flex: 0 0 auto;
  width: calc(100% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem;
  margin-bottom: 3rem; }

.block-images-text.fullwidth .text {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem; }

.block-images-text.fullwidth .caption {
  flex: 0 0 auto;
  width: calc(25% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem; }

.block-images-text.left .image {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem; }

.block-images-text.left .text {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem; }

.block-images-text.right .image {
  flex: 0 0 auto;
  width: calc(58.3333333333% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem; }

.block-images-text.right .text {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem; }

.block-carousel {
  position: relative; }
  .block-carousel .swiper-container {
    width: 100%;
    flex: 0 0 auto;
    width: calc(100% - 3.4375rem);
    margin-left: 1.71875rem;
    margin-right: 1.71875rem;
    height: 58rem;
    position: relative;
    background-color: rgba(222, 231, 243, 0.8);
    margin-bottom: 2rem; }
  .block-carousel .swiper-slide {
    height: 100%;
    width: auto !important;
    position: relative; }
    .block-carousel .swiper-slide img {
      height: 100%;
      width: auto; }
    .block-carousel .swiper-slide p {
      position: absolute;
      background-color: rgba(222, 231, 243, 0.8);
      padding: 1rem 2rem 1.25rem;
      display: block;
      top: 2rem;
      left: 2rem;
      z-index: 20;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(10px); }
  .block-carousel .swiper-button-prev,
  .block-carousel .swiper-button-next {
    margin-top: -4rem;
    outline: none !important; }
    .block-carousel .swiper-button-prev:after,
    .block-carousel .swiper-button-next:after {
      color: #21577e; }
  .block-carousel .swiper-pagination {
    bottom: 3.25rem;
    width: 100%; }
    .block-carousel .swiper-pagination span {
      margin-left: 1.25rem;
      margin-right: 1.25rem;
      width: 1rem;
      height: 1rem;
      outline: none !important;
      background-color: #2D65B1; }
  .block-carousel .swiper-button-prev {
    left: -1.5rem; }
  .block-carousel .swiper-button-next {
    right: -1.5rem; }
  .block-carousel .text {
    flex: 0 0 auto;
    width: calc(100% - 3.4375rem);
    margin-left: 1.71875rem;
    margin-right: 1.71875rem; }

.block-video .video {
  flex: 0 0 auto;
  width: calc(100% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem;
  margin-bottom: 2rem; }

.block-video .text {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem;
  margin-top: 5rem; }

.block-video .caption {
  flex: 0 0 auto;
  width: calc(25% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem;
  margin-top: 5rem; }

.block-video .mejs-fullscreen-button {
  display: none !important; }

.block-video .mejs-controls {
  bottom: -2.5rem !important; }

.block-audio .title {
  flex: 0 0 auto;
  width: calc(100% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem;
  margin-bottom: 2rem; }

.block-audio .audio {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem;
  padding-top: 1rem; }

.block-audio .description {
  flex: 0 0 auto;
  width: calc(50% - 3.4375rem);
  margin-left: 1.71875rem;
  margin-right: 1.71875rem; }

.block-audio .mejs-container,
.block-audio .mejs-container .mejs-controls,
.block-audio .mejs-embed,
.block-audio .mejs-embed body {
  background: #21577e !important; }

.block-video .caption,
.block-images-text .caption {
  font-size: 1.5rem;
  max-width: 20rem; }

.block-video .mejs-volume-button,
.block-audio .mejs-volume-button {
  display: none !important; }

.block-video .mejs-horizontal-volume-total,
.block-video .mejs-horizontal-volume-slider,
.block-audio .mejs-horizontal-volume-total,
.block-audio .mejs-horizontal-volume-slider {
  display: none !important; }

.video .wp-video,
.video video.wp-video-shortcode,
.video .mejs-container,
.video .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important; }

.video .mejs-container {
  padding-top: 56.25%; }

.video .wp-video,
.video video.wp-video-shortcode {
  max-width: 100% !important; }

.video video.wp-video-shortcode {
  position: relative; }

.video .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.video .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important; }

.video .mejs-container,
.video .mejs-container .mejs-controls,
.video .mejs-embed,
.video .mejs-embed body {
  background: #21577e !important; }

.video .mejs-controls,
.video .mejs-controls.mejs-offscreen {
  opacity: 1 !important;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important; }

.page.page-latest-news {
  padding: 4.5rem !important; }

.page.page-latest-news,
.page.page-interact {
  overflow: scroll !important;
  min-height: 1500px; }
  .page.page-latest-news .item,
  .page.page-interact .item {
    padding-bottom: 6rem;
    margin-bottom: 8rem;
    border-bottom: 2px solid #81A3D0; }
    .page.page-latest-news .item img,
    .page.page-interact .item img {
      margin-bottom: 2rem; }
    .page.page-latest-news .item video,
    .page.page-interact .item video {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .page.page-latest-news .item .the-content p,
    .page.page-interact .item .the-content p {
      max-width: 75%; }
    .page.page-latest-news .item .the-content iframe, .page.page-latest-news .item .the-content .wp-video,
    .page.page-interact .item .the-content iframe,
    .page.page-interact .item .the-content .wp-video {
      zoom: 200% !important; }
    .page.page-latest-news .item h3,
    .page.page-interact .item h3 {
      margin-top: 2rem;
      margin-bottom: 2rem; }

.fancybox-container {
  width: 120rem !important; }

.fancybox-bg {
  background-color: white !important;
  opacity: 1 !important; }

.fancybox-button--close {
  background-color: #21577e !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 75px !important;
  right: 75px !important; }
  .fancybox-button--close svg {
    color: white; }

.fancybox-container {
  opacity: 0.5 !important;
  transform: translateY(-100%) !important;
  transition: all .5s ease-in-out !important; }

.fancybox-container.fancybox-is-open {
  opacity: 1 !important;
  transform: translateY(0) !important; }

.fancybox-container.fancybox-is-closing {
  opacity: 0.5 !important;
  transform: translateY(-100%) !important; }

.home main {
  position: relative; }

.fake-grid {
  display: block;
  background-color: white;
  width: 120rem !important;
  height: 120rem !important;
  position: absolute !important;
  z-index: 0;
  pointer-events: none;
  top: 0px !important;
  left: 0px !important; }
  .fake-grid .fake-item {
    width: 20%;
    height: 20%;
    background-color: #81A3D0;
    opacity: 0.85; }
    .fake-grid .fake-item span {
      display: none; }
    .fake-grid .fake-item:nth-of-type(4n-3) {
      opacity: 0.85; }
    .fake-grid .fake-item:nth-of-type(6n+1) {
      background: #81A3D0; }
    .fake-grid .fake-item:nth-of-type(6n+2) {
      background: #2D65B1; }
    .fake-grid .fake-item:nth-of-type(6n+3) {
      background: #333EA3; }
    .fake-grid .fake-item:nth-of-type(6n+4) {
      background: #0F024F; }
    .fake-grid .fake-item:nth-of-type(6n+5) {
      background: #0D3868; }
    .fake-grid .fake-item:nth-of-type(6n+6) {
      background: white;
      color: #21577e; }
  .fake-grid.fakeitems-10 .fake-item, .fake-grid.fakeitems-11 .fake-item, .fake-grid.fakeitems-12 .fake-item, .fake-grid.fakeitems-13 .fake-item {
    width: calc(100% / 6);
    height: calc(100% / 6); }

.social-container {
  padding-top: 10rem; }
  .social-container div.twitter,
  .social-container div.instagram {
    flex: 0 0 auto;
    width: calc(50% - 3.4375rem);
    margin-left: 1.71875rem;
    margin-right: 1.71875rem; }
  .social-container h2 {
    margin-bottom: 5rem; }
    .social-container h2 i {
      margin-right: 0.33em;
      transform: scale(1.2); }
  .social-container div.twitter .ctf-item {
    margin-bottom: 2rem;
    border-top: 2px solid #21577e !important; }
  .social-container div.twitter .ctf-type-usertimeline {
    padding-top: 4px; }
  .social-container .ctf-more,
  .social-container .sbi_load_btn {
    background-color: #21577e !important;
    color: white !important;
    display: block !important;
    border-radius: 0px !important;
    font-size: 3rem !important;
    font-family: inherit !important;
    height: 7rem !important;
    padding: 0.5rem !important;
    line-height: 5.5rem !important;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
    .social-container .ctf-more:hover,
    .social-container .sbi_load_btn:hover {
      background-color: #112d41 !important;
      box-shadow: none !important; }
  .social-container .ctf-quoted-tweet {
    background-color: rgba(129, 163, 208, 0.125);
    border-radius: 0px !important;
    border: none !important;
    padding: 2rem !important; }
  .social-container div.ctf-author-box-link * {
    font-size: inherit !important; }
  .social-container a.ctf-author-avatar {
    width: 5rem !important;
    min-height: 5rem !important;
    display: block !important; }
  .social-container div.ctf-item {
    font-size: 1.75rem; }
  .social-container div.ctf-author-box {
    padding-right: 5rem !important; }
  .social-container div.ctf-tweet-content {
    margin-left: 5rem !important;
    margin-top: 2rem !important; }
  .social-container a.ctf-author-screenname, .social-container span.ctf-screename-sep, .social-container a.ctf-tweet-date {
    color: #81A3D0 !important; }

.grid-wrapper .item {
  width: 20%;
  height: 20%; }

.grid-wrapper.items-3 .item, .grid-wrapper.items-4 .item {
  width: 40%;
  height: 40%; }
  .grid-wrapper.items-3 .item .item-content, .grid-wrapper.items-4 .item .item-content {
    font-size: 8rem;
    padding-right: 15%; }
  .grid-wrapper.items-3 .item.big, .grid-wrapper.items-4 .item.big {
    width: 60%;
    height: 60%; }
    .grid-wrapper.items-3 .item.big .item-content, .grid-wrapper.items-4 .item.big .item-content {
      font-size: 11rem;
      padding-right: 15%; }

.grid-wrapper.items-5 .item {
  width: 20%;
  height: 20%; }
  .grid-wrapper.items-5 .item:nth-of-type(1), .grid-wrapper.items-5 .item:nth-of-type(2), .grid-wrapper.items-5 .item:nth-of-type(3) {
    width: 40%;
    height: 40%; }
    .grid-wrapper.items-5 .item:nth-of-type(1) .item-content, .grid-wrapper.items-5 .item:nth-of-type(2) .item-content, .grid-wrapper.items-5 .item:nth-of-type(3) .item-content {
      font-size: 8rem;
      padding-right: 15%; }
  .grid-wrapper.items-5 .item:nth-of-type(4) {
    height: 40%; }
  .grid-wrapper.items-5 .item.big {
    width: 60%;
    height: 60%; }
    .grid-wrapper.items-5 .item.big .item-content {
      font-size: 11rem;
      padding-right: 15%; }

.grid-wrapper.items-6 .item, .grid-wrapper.items-7 .item, .grid-wrapper.items-8 .item, .grid-wrapper.items-9 .item {
  width: 20%;
  height: 20%; }
  .grid-wrapper.items-6 .item:nth-of-type(1), .grid-wrapper.items-6 .item:nth-of-type(2), .grid-wrapper.items-7 .item:nth-of-type(1), .grid-wrapper.items-7 .item:nth-of-type(2), .grid-wrapper.items-8 .item:nth-of-type(1), .grid-wrapper.items-8 .item:nth-of-type(2), .grid-wrapper.items-9 .item:nth-of-type(1), .grid-wrapper.items-9 .item:nth-of-type(2) {
    width: 40%;
    height: 40%; }
    .grid-wrapper.items-6 .item:nth-of-type(1) .item-content, .grid-wrapper.items-6 .item:nth-of-type(2) .item-content, .grid-wrapper.items-7 .item:nth-of-type(1) .item-content, .grid-wrapper.items-7 .item:nth-of-type(2) .item-content, .grid-wrapper.items-8 .item:nth-of-type(1) .item-content, .grid-wrapper.items-8 .item:nth-of-type(2) .item-content, .grid-wrapper.items-9 .item:nth-of-type(1) .item-content, .grid-wrapper.items-9 .item:nth-of-type(2) .item-content {
      font-size: 8rem;
      padding-right: 15%; }
    .grid-wrapper.items-6 .item:nth-of-type(1) .item-image, .grid-wrapper.items-6 .item:nth-of-type(2) .item-image, .grid-wrapper.items-7 .item:nth-of-type(1) .item-image, .grid-wrapper.items-7 .item:nth-of-type(2) .item-image, .grid-wrapper.items-8 .item:nth-of-type(1) .item-image, .grid-wrapper.items-8 .item:nth-of-type(2) .item-image, .grid-wrapper.items-9 .item:nth-of-type(1) .item-image, .grid-wrapper.items-9 .item:nth-of-type(2) .item-image {
      animation: mediumanimation 18s infinite;
      animation-direction: alternate;
      animation-timing-function: linear; }
  .grid-wrapper.items-6 .item:nth-of-type(3), .grid-wrapper.items-7 .item:nth-of-type(3), .grid-wrapper.items-8 .item:nth-of-type(3), .grid-wrapper.items-9 .item:nth-of-type(3) {
    height: 40%; }
  .grid-wrapper.items-6 .item.big, .grid-wrapper.items-7 .item.big, .grid-wrapper.items-8 .item.big, .grid-wrapper.items-9 .item.big {
    width: 60%;
    height: 60%; }
    .grid-wrapper.items-6 .item.big .item-content, .grid-wrapper.items-7 .item.big .item-content, .grid-wrapper.items-8 .item.big .item-content, .grid-wrapper.items-9 .item.big .item-content {
      font-size: 11rem;
      padding-right: 15%; }

.grid-wrapper.items-6 .item:nth-of-type(4) {
  height: 40%; }

.grid-wrapper.items-6 .item.big {
  width: 60%;
  height: 60%; }

.grid-wrapper.items-10 .item, .grid-wrapper.items-11 .item, .grid-wrapper.items-12 .item, .grid-wrapper.items-13 .item {
  width: calc(100% / 6);
  height: calc(100% / 6); }
  .grid-wrapper.items-10 .item .item-content, .grid-wrapper.items-11 .item .item-content, .grid-wrapper.items-12 .item .item-content, .grid-wrapper.items-13 .item .item-content {
    font-size: 3.5rem; }
  .grid-wrapper.items-10 .item:nth-of-type(1), .grid-wrapper.items-10 .item:nth-of-type(2), .grid-wrapper.items-10 .item:nth-of-type(4), .grid-wrapper.items-10 .item:nth-of-type(6), .grid-wrapper.items-11 .item:nth-of-type(1), .grid-wrapper.items-11 .item:nth-of-type(2), .grid-wrapper.items-11 .item:nth-of-type(4), .grid-wrapper.items-11 .item:nth-of-type(6), .grid-wrapper.items-12 .item:nth-of-type(1), .grid-wrapper.items-12 .item:nth-of-type(2), .grid-wrapper.items-12 .item:nth-of-type(4), .grid-wrapper.items-12 .item:nth-of-type(6), .grid-wrapper.items-13 .item:nth-of-type(1), .grid-wrapper.items-13 .item:nth-of-type(2), .grid-wrapper.items-13 .item:nth-of-type(4), .grid-wrapper.items-13 .item:nth-of-type(6) {
    width: calc((100% / 6) * 2);
    height: calc((100% / 6) * 2); }
    .grid-wrapper.items-10 .item:nth-of-type(1) .item-content, .grid-wrapper.items-10 .item:nth-of-type(2) .item-content, .grid-wrapper.items-10 .item:nth-of-type(4) .item-content, .grid-wrapper.items-10 .item:nth-of-type(6) .item-content, .grid-wrapper.items-11 .item:nth-of-type(1) .item-content, .grid-wrapper.items-11 .item:nth-of-type(2) .item-content, .grid-wrapper.items-11 .item:nth-of-type(4) .item-content, .grid-wrapper.items-11 .item:nth-of-type(6) .item-content, .grid-wrapper.items-12 .item:nth-of-type(1) .item-content, .grid-wrapper.items-12 .item:nth-of-type(2) .item-content, .grid-wrapper.items-12 .item:nth-of-type(4) .item-content, .grid-wrapper.items-12 .item:nth-of-type(6) .item-content, .grid-wrapper.items-13 .item:nth-of-type(1) .item-content, .grid-wrapper.items-13 .item:nth-of-type(2) .item-content, .grid-wrapper.items-13 .item:nth-of-type(4) .item-content, .grid-wrapper.items-13 .item:nth-of-type(6) .item-content {
      font-size: 5.5rem;
      padding-right: 15%; }
  .grid-wrapper.items-10 .item:nth-of-type(3), .grid-wrapper.items-10 .item:nth-of-type(5), .grid-wrapper.items-11 .item:nth-of-type(3), .grid-wrapper.items-11 .item:nth-of-type(5), .grid-wrapper.items-12 .item:nth-of-type(3), .grid-wrapper.items-12 .item:nth-of-type(5), .grid-wrapper.items-13 .item:nth-of-type(3), .grid-wrapper.items-13 .item:nth-of-type(5) {
    height: calc((100% / 6) * 2); }
  .grid-wrapper.items-10 .item.big, .grid-wrapper.items-11 .item.big, .grid-wrapper.items-12 .item.big, .grid-wrapper.items-13 .item.big {
    width: calc((100% / 6) * 3);
    height: calc((100% / 6) * 3); }
    .grid-wrapper.items-10 .item.big .item-content, .grid-wrapper.items-11 .item.big .item-content, .grid-wrapper.items-12 .item.big .item-content, .grid-wrapper.items-13 .item.big .item-content {
      font-size: 8rem;
      padding-right: 15%; }

.grid-wrapper.items-10 .item:nth-of-type(7), .grid-wrapper.items-11 .item:nth-of-type(7) {
  height: calc((100% / 6) * 2); }

.grid-wrapper.items-10 .item.big, .grid-wrapper.items-11 .item.big {
  width: calc((100% / 6) * 3);
  height: calc((100% / 6) * 3); }

@keyframes biganimation {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.75); } }

@keyframes mediumanimation {
  0% {
    transform: scale(1.75); }
  100% {
    transform: scale(1); } }

.grid-wrapper .item {
  overflow: hidden; }
  .grid-wrapper .item.big .item-image {
    animation: biganimation 18s infinite  !important;
    animation-direction: alternate !important;
    animation-timing-function: linear !important; }

.error404 {
  font-size: 200%; }
  .error404 h1 {
    margin-bottom: 2rem; }
  .error404 a {
    color: #333EA3;
    font-weight: bold;
    text-decoration: underline; }
    .error404 a:hover {
      opacity: 0.5; }

.custom-close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: white;
  background-color: #21577e;
  position: fixed;
  z-index: 1000000;
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  top: -5.5rem;
  left: 107.5rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .custom-close i {
    position: absolute;
    margin-top: 0.5rem; }
  .custom-close:hover {
    background-color: #0c1f2d; }
  .custom-close.close-clicked {
    display: none; }
  .fancybox-active .custom-close {
    top: 7.5rem;
    display: flex;
    opacity: 1 !important;
    pointer-events: all;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }

button.fancybox-button--close {
  display: none; }

div.the-content a, div.description a, div.page-intro a, div.block-text a {
  pointer-events: none; }

body:not(.logged-in) .social-container div.twitter .ctf-item {
  pointer-events: none !important; }
  body:not(.logged-in) .social-container div.twitter .ctf-item a {
    pointer-events: none !important; }
  body:not(.logged-in) .social-container div.twitter .ctf-item a.ctf-tweet-text-link {
    pointer-events: none !important; }

body:not(.logged-in) .social-container div.instagram #sbi_images {
  pointer-events: none !important; }
