@charset "UTF-8";
/*---------------------------------------------------
                  Global variables
---------------------------------------------------*/
@font-face {
  font-family: 'ProximaNova';
  src: url("font/ProximaNova-Light.eot?04");
  src: url("font/ProximaNova-Light.woff?04") format("woff"), url("font/ProximaNova-Light.ttf?04") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("font/ProximaNova-Regular.eot");
  src: url("font/ProximaNova-Regular.woff") format("woff"), url("font/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("font/ProximaNova-Bold.eot");
  src: url("font/ProximaNova-Bold.woff") format("woff"), url("font/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

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

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

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

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

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

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

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

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

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

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

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

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

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

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

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

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

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

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

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

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

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

@media screen and (min-width: 34.25em) {
  .xsmall-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xsmall-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xsmall-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xsmall-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xsmall-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xsmall-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (orientation: landscape) {
  .landscape-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .landscape-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .landscape-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .landscape-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .landscape-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .landscape-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 41.6875em) {
  .xlandscape-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xlandscape-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xlandscape-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xlandscape-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xlandscape-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xlandscape-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

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

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

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 100em) {
  .xxxlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xxxlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xxxlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xxxlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xxxlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xxxlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 160em) {
  .fourk-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .fourk-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .fourk-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .fourk-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .fourk-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .fourk-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

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

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

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

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

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

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

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

@media screen and (min-width: 34.25em) {
  .xsmall-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xsmall-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xsmall-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xsmall-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xsmall-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xsmall-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xsmall-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xsmall-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (orientation: landscape) {
  .landscape-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .landscape-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .landscape-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .landscape-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .landscape-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .landscape-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .landscape-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .landscape-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 41.6875em) {
  .xlandscape-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xlandscape-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xlandscape-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xlandscape-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xlandscape-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xlandscape-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xlandscape-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xlandscape-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

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

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

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 100em) {
  .xxxlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xxxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xxxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xxxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xxxlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xxxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xxxlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xxxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 160em) {
  .fourk-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .fourk-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .fourk-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .fourk-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .fourk-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .fourk-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .fourk-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .fourk-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    @media screen and (min-width: 34.25em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (orientation: landscape) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 41.6875em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -3rem;
        margin-left: -3rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -3rem;
        margin-left: -3rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -3rem;
        margin-left: -3rem; } }
    @media screen and (min-width: 87.5em) {
      .row .row {
        margin-right: -3rem;
        margin-left: -3rem; } }
    @media screen and (min-width: 100em) {
      .row .row {
        margin-right: -3rem;
        margin-left: -3rem; } }
    @media screen and (min-width: 160em) {
      .row .row {
        margin-right: -3rem;
        margin-left: -3rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 34.25em) {
  .xsmall-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xsmall-offset-0 {
    margin-left: 0%; }
  .xsmall-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xsmall-offset-1 {
    margin-left: 8.33333%; }
  .xsmall-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xsmall-offset-2 {
    margin-left: 16.66667%; }
  .xsmall-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xsmall-offset-3 {
    margin-left: 25%; }
  .xsmall-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xsmall-offset-4 {
    margin-left: 33.33333%; }
  .xsmall-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xsmall-offset-5 {
    margin-left: 41.66667%; }
  .xsmall-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xsmall-offset-6 {
    margin-left: 50%; }
  .xsmall-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xsmall-offset-7 {
    margin-left: 58.33333%; }
  .xsmall-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xsmall-offset-8 {
    margin-left: 66.66667%; }
  .xsmall-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xsmall-offset-9 {
    margin-left: 75%; }
  .xsmall-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xsmall-offset-10 {
    margin-left: 83.33333%; }
  .xsmall-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xsmall-offset-11 {
    margin-left: 91.66667%; }
  .xsmall-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-1 > .column, .xsmall-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xsmall-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-2 > .column, .xsmall-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xsmall-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-3 > .column, .xsmall-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xsmall-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-4 > .column, .xsmall-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xsmall-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-5 > .column, .xsmall-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xsmall-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-6 > .column, .xsmall-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xsmall-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-7 > .column, .xsmall-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xsmall-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xsmall-up-8 > .column, .xsmall-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 34.25em) and (min-width: 34.25em) {
  .xsmall-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xsmall-unstack > .column, .row.xsmall-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 34.25em) {
    .row.xsmall-unstack > .column, .row.xsmall-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 34.25em) {
  .xsmall-collapse > .column, .xsmall-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (orientation: landscape) {
  .landscape-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .landscape-offset-0 {
    margin-left: 0%; }
  .landscape-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .landscape-offset-1 {
    margin-left: 8.33333%; }
  .landscape-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .landscape-offset-2 {
    margin-left: 16.66667%; }
  .landscape-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .landscape-offset-3 {
    margin-left: 25%; }
  .landscape-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .landscape-offset-4 {
    margin-left: 33.33333%; }
  .landscape-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .landscape-offset-5 {
    margin-left: 41.66667%; }
  .landscape-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .landscape-offset-6 {
    margin-left: 50%; }
  .landscape-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .landscape-offset-7 {
    margin-left: 58.33333%; }
  .landscape-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .landscape-offset-8 {
    margin-left: 66.66667%; }
  .landscape-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .landscape-offset-9 {
    margin-left: 75%; }
  .landscape-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .landscape-offset-10 {
    margin-left: 83.33333%; }
  .landscape-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .landscape-offset-11 {
    margin-left: 91.66667%; }
  .landscape-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-1 > .column, .landscape-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .landscape-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-2 > .column, .landscape-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .landscape-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-3 > .column, .landscape-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .landscape-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-4 > .column, .landscape-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .landscape-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-5 > .column, .landscape-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .landscape-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-6 > .column, .landscape-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .landscape-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-7 > .column, .landscape-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .landscape-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landscape-up-8 > .column, .landscape-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (orientation: landscape) and (orientation: landscape) {
  .landscape-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.landscape-unstack > .column, .row.landscape-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (orientation: landscape) {
    .row.landscape-unstack > .column, .row.landscape-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (orientation: landscape) {
  .landscape-collapse > .column, .landscape-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .landscape-uncollapse > .column, .landscape-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 41.6875em) {
  .xlandscape-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlandscape-offset-0 {
    margin-left: 0%; }
  .xlandscape-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlandscape-offset-1 {
    margin-left: 8.33333%; }
  .xlandscape-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xlandscape-offset-2 {
    margin-left: 16.66667%; }
  .xlandscape-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlandscape-offset-3 {
    margin-left: 25%; }
  .xlandscape-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlandscape-offset-4 {
    margin-left: 33.33333%; }
  .xlandscape-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xlandscape-offset-5 {
    margin-left: 41.66667%; }
  .xlandscape-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlandscape-offset-6 {
    margin-left: 50%; }
  .xlandscape-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlandscape-offset-7 {
    margin-left: 58.33333%; }
  .xlandscape-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xlandscape-offset-8 {
    margin-left: 66.66667%; }
  .xlandscape-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlandscape-offset-9 {
    margin-left: 75%; }
  .xlandscape-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlandscape-offset-10 {
    margin-left: 83.33333%; }
  .xlandscape-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xlandscape-offset-11 {
    margin-left: 91.66667%; }
  .xlandscape-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-1 > .column, .xlandscape-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xlandscape-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-2 > .column, .xlandscape-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xlandscape-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-3 > .column, .xlandscape-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlandscape-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-4 > .column, .xlandscape-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xlandscape-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-5 > .column, .xlandscape-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xlandscape-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-6 > .column, .xlandscape-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlandscape-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-7 > .column, .xlandscape-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlandscape-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlandscape-up-8 > .column, .xlandscape-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 41.6875em) and (min-width: 41.6875em) {
  .xlandscape-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xlandscape-unstack > .column, .row.xlandscape-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 41.6875em) {
    .row.xlandscape-unstack > .column, .row.xlandscape-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 41.6875em) {
  .xlandscape-collapse > .column, .xlandscape-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlandscape-uncollapse > .column, .xlandscape-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 3rem;
    padding-left: 3rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 3rem;
    padding-left: 3rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 3rem;
    padding-left: 3rem; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 87.5em) and (min-width: 87.5em) {
  .xxlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 87.5em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 3rem;
    padding-left: 3rem; } }

@media screen and (min-width: 100em) {
  .xxxlarge-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .xxxlarge-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxxlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxxlarge-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .xxxlarge-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxxlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxxlarge-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .xxxlarge-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxxlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxxlarge-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .xxxlarge-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxxlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xxxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xxxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xxxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xxxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 100em) and (min-width: 100em) {
  .xxxlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 100em) {
    .row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 100em) {
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 3rem;
    padding-left: 3rem; } }

@media screen and (min-width: 160em) {
  .fourk-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .fourk-offset-0 {
    margin-left: 0%; }
  .fourk-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .fourk-offset-1 {
    margin-left: 8.33333%; }
  .fourk-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .fourk-offset-2 {
    margin-left: 16.66667%; }
  .fourk-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .fourk-offset-3 {
    margin-left: 25%; }
  .fourk-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .fourk-offset-4 {
    margin-left: 33.33333%; }
  .fourk-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .fourk-offset-5 {
    margin-left: 41.66667%; }
  .fourk-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .fourk-offset-6 {
    margin-left: 50%; }
  .fourk-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .fourk-offset-7 {
    margin-left: 58.33333%; }
  .fourk-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .fourk-offset-8 {
    margin-left: 66.66667%; }
  .fourk-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .fourk-offset-9 {
    margin-left: 75%; }
  .fourk-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .fourk-offset-10 {
    margin-left: 83.33333%; }
  .fourk-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .fourk-offset-11 {
    margin-left: 91.66667%; }
  .fourk-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-1 > .column, .fourk-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .fourk-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-2 > .column, .fourk-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .fourk-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-3 > .column, .fourk-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .fourk-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-4 > .column, .fourk-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .fourk-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-5 > .column, .fourk-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .fourk-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-6 > .column, .fourk-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .fourk-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-7 > .column, .fourk-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .fourk-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fourk-up-8 > .column, .fourk-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 160em) and (min-width: 160em) {
  .fourk-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.fourk-unstack > .column, .row.fourk-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 160em) {
    .row.fourk-unstack > .column, .row.fourk-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 160em) {
  .fourk-collapse > .column, .fourk-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .fourk-uncollapse > .column, .fourk-uncollapse > .columns {
    padding-right: 3rem;
    padding-left: 3rem; } }

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "ProximaNova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0; }

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: black;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: black; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

cite {
  display: block;
  font-size: 0.8125rem; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

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

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

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

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

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

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

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

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

@media screen and (min-width: 34.25em) {
  .xsmall-text-left {
    text-align: left; }
  .xsmall-text-right {
    text-align: right; }
  .xsmall-text-center {
    text-align: center; }
  .xsmall-text-justify {
    text-align: justify; } }

@media screen and (orientation: landscape) {
  .landscape-text-left {
    text-align: left; }
  .landscape-text-right {
    text-align: right; }
  .landscape-text-center {
    text-align: center; }
  .landscape-text-justify {
    text-align: justify; } }

@media screen and (min-width: 41.6875em) {
  .xlandscape-text-left {
    text-align: left; }
  .xlandscape-text-right {
    text-align: right; }
  .xlandscape-text-center {
    text-align: center; }
  .xlandscape-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 100em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 160em) {
  .fourk-text-left {
    text-align: left; }
  .fourk-text-right {
    text-align: right; }
  .fourk-text-center {
    text-align: center; }
  .fourk-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

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

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: black; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid;
    border-radius: 0 0 0 0; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid;
  border-bottom: 0;
  background-color: #fff;
  color: black; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid; }

.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-cw-1turn; }

@keyframes spin-cw-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; }

/*
  reset
*/
* {
  box-sizing: border-box; }

ul, ol {
  margin: 0;
  padding: 0; }

td, tr, table, tbody {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

ul {
  list-style: none; }

/*
  reset :: END
*/
html, body {
  height: 100%;
  margin: 0; }

html {
  font-size: 62.5%;
  /* = 16 px */ }
  @media screen and (min-width: 125em) {
    html {
      font-size: 100%; } }

body {
  color: #6d6e71;
  font-family: "ProximaNova", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: center; }

b,  strong {
  font-weight: 700; }

h1 {
  font-size: 3.8rem;
  line-height: 1;
  font-family: "ProximaNova", sans-serif; }
  @media print, screen and (min-width: 48em) {
    h1 {
      font-size: 6rem;
      font-weight: 800; } }
  @media print, screen and (min-width: 64em) {
    h1 {
      font-size: 8.6rem; } }
  @media screen and (min-width: 75em) {
    h1 {
      font-size: 10.6rem; } }

a, .link {
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.1s linear; }
  a:hover, .link:hover {
    color: inherit !important;
    transition: color 0.1s linear; }
  a:focus, .link:focus {
    outline: 0; }

table {
  width: 100%;
  border: 0; }

tr {
  margin: 0.5rem 0; }

td + td {
  padding-left: 1rem; }

::-moz-selection {
  background: #fdeee3;
  background: rgba(214, 10, 82, 0.1); }

::selection {
  background: #fdeee3;
  background: rgba(214, 10, 82, 0.1); }

.svg-img {
  fill: currentColor;
  width: 100%;
  height: 100%; }

.no-space {
  margin: 0;
  padding: 0; }

.canvas {
  overflow: hidden;
  padding: 4rem 2rem; }
  .canvas-delimiter {
    border: none;
    background: url(../img/dot.png) repeat-x;
    height: 5px;
    width: 30%;
    margin: auto; }
  .canvas--gray {
    background: #f2f2f2; }
  .canvas--dark {
    background: #4d4d4d; }
  @media print, screen and (min-width: 48em) {
    .canvas {
      padding: 6rem 0; } }
  @media screen and (min-width: 75em) {
    .canvas {
      padding: 8rem 0; } }
  @media screen and (min-width: 87.5em) {
    .canvas {
      padding: 10rem 0; } }
  .canvas--intro {
    padding-top: 8rem; }
    @media print, screen and (min-width: 48em) {
      .canvas--intro {
        padding-top: 10rem; } }
  .canvas--no-space-after {
    padding-bottom: 0; }

.content {
  margin-top: 3rem; }
  @media print, screen and (min-width: 64em) {
    .content {
      margin-top: 4rem; } }
  @media screen and (min-width: 75em) {
    .content {
      margin-top: 6rem; } }
  @media screen and (min-width: 87.5em) {
    .content {
      margin-top: 8rem; } }

.canvas > .content:first-of-type {
  margin-top: 0; }

.row--negative {
  margin-top: -1rem;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 48em) {
    .row--negative {
      margin-top: -3rem;
      margin-bottom: -3rem; } }
  .row--negative .column, .row--negative .columns {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 48em) {
      .row--negative .column, .row--negative .columns {
        margin-top: 3rem;
        margin-bottom: 3rem; } }

.large-5 {
  width: 20%;
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  @media print, screen and (min-width: 48em) {
    .large-5 {
      padding-right: 3rem;
      padding-left: 3rem; } }
  .large-5, .large-5:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .large-5:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 64em) {
    .large-5 {
      -ms-flex: auto;
          flex: auto; } }

.reveal {
  padding-top: 4rem; }

.close-button {
  font-size: 4rem;
  position: absolute;
  top: -1rem;
  right: 0;
  background: none;
  border: none;
  color: #4d4d4d;
  cursor: pointer; }

.hidden {
  display: none !important; }

.mt-1 {
  margin-top: .5rem; }

.mt-2 {
  margin-top: 1rem; }

.mt-3 {
  margin-top: 1.5rem; }

.mt-4 {
  margin-top: 2rem; }

.zi-10 {
  z-index: 10; }

.overflow-hidden {
  overflow: hidden; }

.relative {
  position: relative; }

.position {
  margin: 4rem 0 8rem 0;
  line-height: 1.8 !important; }

.text-bold {
  font-weight: 600 !important; }

.text-contact {
  margin-bottom: 3rem !important; }

.benefits ul {
  list-style-position: outside !important;
  list-style-type: disc;
  padding-left: 2rem; }

.hr {
  padding: 4rem 0rem;
  width: 100%;
  max-width: 114rem; }
  .hr--owner {
    margin-top: 3rem;
    padding-bottom: 0;
    margin-bottom: -6rem; }

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

.people-row {
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (min-width: 64em) {
    .people-row {
      -ms-flex-pack: center;
      justify-content: center; } }

.video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  height: 100%;
  left: -72rem; }
  @media screen and (min-width: 34.25em) {
    .video {
      left: -30rem; } }
  @media print, screen and (min-width: 48em) {
    .video {
      left: -16rem; } }
  @media print, screen and (min-width: 64em) {
    .video {
      left: -20rem; } }
  @media screen and (min-width: 75em) {
    .video {
      position: unset;
      height: unset;
      margin-top: -5rem; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .video {
    width: auto;
    left: 0px;
    height: 110%;
    min-width: 100%; }
  .about-arguments__img {
    height: 14rem !important; } }

.reveal__photo {
  width: 100%;
  max-width: none;
  top: 0 !important;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  @media print, screen and (min-width: 64em) {
    .reveal__photo-text {
      width: 50%;
      max-width: 55rem;
      padding-right: 5rem; }
    .reveal__photo-bg {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center 20%; } }

.reveal-overlay {
  opacity: 0;
  transform: translateX(100%);
  transition: all ease .5s; }

.is-reveal-open .reveal-overlay {
  opacity: 1;
  transform: translateX(0%);
  transition: all ease .5s; }

.career__gallery-item {
  width: 100%;
  height: auto; }

@media print, screen and (min-width: 64em) {
  .career__gallery .owl-stage {
    padding-bottom: 10rem; }
  .career__gallery .owl-item {
    transform: translateY(0rem) !important;
    transition: all linear 10s; }
  .career__gallery .big {
    transform: translateY(10rem) !important;
    transition: all linear 10s; }
  .career__gallery .medium {
    transform: translateY(5rem) !important;
    transition: all linear 10s; } }

.career__quotes-item {
  font-size: 2rem;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: black; }

.career__quotes .owl-nav {
  width: 30rem;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.career__quotes .owl-dots {
  width: 30rem;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 4rem;
  margin-top: -4.5rem; }

.career__quotes .owl-dot span {
  background: white !important;
  border: 1px solid black !important; }
  .career__quotes .owl-dot span:hover {
    background: black !important; }

.career__quotes .owl-dot.active span {
  background: black !important;
  border: 1px solid black !important; }

.career__quotes .owl-prev {
  width: 4rem;
  height: 4rem;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #DEDEDE !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: white !important; }
  .career__quotes .owl-prev img {
    width: 1rem;
    height: auto; }

.career__quotes .owl-next {
  width: 4rem;
  height: 4rem;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #DEDEDE !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: white !important; }
  .career__quotes .owl-next img {
    width: 1rem;
    height: auto; }

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

.blog__paragraph {
  margin-top: 4rem; }

/*---------------------------------------------------
               		Typography
---------------------------------------------------*/
.title-1 {
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 1.195; }

.title-2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: black; }

.title-3, .text-content h3 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.235;
  color: black; }

@media screen and (min-width: 100em) {
  .title-1 {
    font-size: 7.1rem;
    line-height: 1.195; }
  .title-2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2; }
  .title-3, .text-content h3 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.235; } }

.text-1 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.35; }

.text-2, .btn, .footer__contacts p {
  font-size: 1.4rem;
  line-height: 1.235; }

.text-3, .text-content p, .text-content ul {
  font-size: 1.4rem;
  line-height: 1.4; }

.text-4 {
  font-size: 1.2rem;
  line-height: 1.143; }

.text-5, .snippet--horizontal__text p {
  font-size: 1.2rem;
  line-height: 1.642; }

@media screen and (min-width: 100em) {
  .text-1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.35; }
  .text-2, .btn, .footer__contacts p {
    font-size: 1.7rem;
    line-height: 1.235; }
  .text-3, .text-content p, .text-content ul {
    font-size: 1.7rem;
    line-height: 1.4; }
  .text-4 {
    font-size: 1.4rem;
    line-height: 1.143; }
  .text-5, .snippet--horizontal__text p {
    font-size: 1.4rem;
    line-height: 1.642; } }

.title-2 {
  margin-bottom: 0.5rem; }

.title-2 + .text-1,
.title-2 + .title-3,
.text-content .title-2 + h3 {
  margin-top: 1rem; }

.title-3 + .text-4, .text-content h3 + .text-4,
.title-3 + .text-3,
.text-content h3 + .text-3,
.text-content .title-3 + p,
.text-content h3 + p,
.text-content .title-3 + ul,
.text-content h3 + ul {
  margin-top: 0.5rem; }

.title-3 + p, .text-content h3 + p, p + p {
  margin-top: 0.5rem; }

.title-5 + .row {
  margin-top: 2rem; }
  @media print, screen and (min-width: 64em) {
    .title-5 + .row {
      margin-top: 3rem; } }
  @media screen and (min-width: 75em) {
    .title-5 + .row {
      margin-top: 4rem; } }
  @media screen and (min-width: 100em) {
    .title-5 + .row {
      margin-top: 6rem; } }

.text-content p, .text-content ul {
  margin-top: 1rem; }

.text-content a {
  color: #e4002b;
  text-decoration: underline; }

.text-content ul {
  list-style: disc;
  padding-left: 2rem; }

.v-s-3 {
  margin-top: 2rem; }

.v-s-6 {
  margin-top: 6rem; }

.uppercase {
  text-transform: uppercase;
  font-weight: 600; }

.namelink {
  color: #e4002b;
  text-decoration: underline; }

.text-black {
  color: black;
  margin-bottom: .5rem; }

.job {
  text-align: left;
  padding-top: .5rem; }
  .job__link {
    color: #e4002b;
    text-decoration: underline; }
  .job__box {
    padding: 0; }
    .job__box ul {
      list-style: disc;
      list-style-position: outside;
      padding-left: 2rem; }
    @media print, screen and (min-width: 48em) {
      .job__box {
        padding: 0 3rem; } }
  .job__card {
    margin-bottom: 6rem; }
  .job__card-box {
    margin-bottom: -6rem; }

.interest {
  padding-top: 8rem; }
  .interest a {
    color: #e4002b;
    font-weight: 600; }

.contact a {
  color: #e4002b;
  text-decoration: none;
  border-bottom: 1px solid #e4002b; }
  .contact a:hover {
    border-bottom: none; }

.text {
  font-size: 1.6rem;
  color: black;
  font-family: "ProximaNova", sans-serif;
  text-align: left;
  font-weight: 300; }
  @media print, screen and (min-width: 48em) {
    .text {
      font-size: 2rem; } }
  .text p {
    font-size: 1.6rem;
    text-align: left;
    color: black;
    line-height: 1.4;
    text-align: left;
    font-weight: 300; }
    @media print, screen and (min-width: 48em) {
      .text p {
        font-size: 2rem; } }
  .text p + p {
    margin-top: 1rem; }
  .text p + h3 {
    margin-top: 1rem;
    text-align: left; }
  .text a {
    color: #e4002b;
    text-decoration: underline; }
    .text a:hover {
      text-decoration: none; }
  .text ul {
    padding: 0 2rem 2rem 4rem;
    list-style-type: square;
    font-size: 1.6rem;
    margin-top: 1rem;
    text-align: left; }
  .text li {
    text-align: left;
    text-align: left; }
  .text ol {
    padding: 0 2rem 2rem 4rem;
    list-style-type: decimal;
    font-size: 1.6rem;
    margin-top: 1rem;
    text-align: left; }
  .text h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: .2rem 0;
    color: black;
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      .text h3 {
        font-size: 2.8rem; } }
    @media print, screen and (min-width: 64em) {
      .text h3 {
        font-size: 3.2rem; } }
    .text h3 + p {
      margin-top: 1rem; }
  .text .text-quote {
    margin-top: 4rem;
    border-left: .5rem solid #7BB929 !important;
    padding-left: 2rem !important;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 3.6rem; }
    .text .text-quote strong {
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      margin-bottom: -2rem; }
  .text--big p {
    font-size: 2rem;
    font-weight: 300;
    margin-top: .8rem;
    color: #6D6E71; }
  .text--md p {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3.5rem;
    color: #6D6E71; }

.text-2, .btn, .footer__contacts p {
  font-size: 1.4rem;
  color: black;
  font-family: "ProximaNova", sans-serif;
  text-align: left; }
  .text-2 p, .btn p, .footer__contacts p p {
    font-size: 1.4rem;
    text-align: left;
    color: black;
    line-height: 1.4;
    text-align: left; }
  .text-2 p + p, .btn p + p, .footer__contacts p p + p {
    margin-top: 1rem; }
  .text-2 p + h3, .btn p + h3, .footer__contacts p p + h3 {
    margin-top: 1rem;
    text-align: left; }
  .text-2 a, .btn a, .footer__contacts p a {
    color: #e4002b;
    text-decoration: underline; }
    .text-2 a:hover, .btn a:hover, .footer__contacts p a:hover {
      text-decoration: none; }
  .text-2 ul, .btn ul, .footer__contacts p ul {
    padding: 0 2rem 2rem 4rem;
    list-style-type: square;
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: left; }
  .text-2 li, .btn li, .footer__contacts p li {
    text-align: left;
    text-align: left; }
  .text-2 ol, .btn ol, .footer__contacts p ol {
    padding: 0 2rem 2rem 4rem;
    list-style-type: decimal;
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      .text-2 ol, .btn ol, .footer__contacts p ol {
        font-size: 1.7rem; } }
  .text-2 h2, .btn h2, .footer__contacts p h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: .2rem 0;
    color: black;
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      .text-2 h2, .btn h2, .footer__contacts p h2 {
        font-size: 2.2rem; } }
    @media print, screen and (min-width: 64em) {
      .text-2 h2, .btn h2, .footer__contacts p h2 {
        font-size: 2.4rem; } }
    .text-2 h2 + p, .btn h2 + p, .footer__contacts p h2 + p {
      margin-top: 1rem; }
  .text-2 h3, .btn h3, .footer__contacts p h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: .2rem 0;
    color: black;
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      .text-2 h3, .btn h3, .footer__contacts p h3 {
        font-size: 2rem; } }
    @media print, screen and (min-width: 64em) {
      .text-2 h3, .btn h3, .footer__contacts p h3 {
        font-size: 2.2rem; } }
    .text-2 h3 + p, .btn h3 + p, .footer__contacts p h3 + p {
      margin-top: 1rem; }
  .text-2 h4, .btn h4, .footer__contacts p h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: .2rem 0;
    color: black;
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: left; }
    @media print, screen and (min-width: 48em) {
      .text-2 h4, .btn h4, .footer__contacts p h4 {
        font-size: 1.8rem; } }
    @media print, screen and (min-width: 64em) {
      .text-2 h4, .btn h4, .footer__contacts p h4 {
        font-size: 2rem; } }
    .text-2 h4 + p, .btn h4 + p, .footer__contacts p h4 + p {
      margin-top: 1rem; }
  .text-2 .text-quote, .btn .text-quote, .footer__contacts p .text-quote {
    margin-top: 4rem;
    border-left: .5rem solid #7BB929 !important;
    padding-left: 2rem !important;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 3.6rem; }
    .text-2 .text-quote strong, .btn .text-quote strong, .footer__contacts p .text-quote strong {
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      margin-bottom: -2rem; }

.interest p {
  text-align: center; }

/*---------------------------------------------------
                    Components
---------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.2em 0.2em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 2.5rem;
  height: 1.4rem;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1rem;
  color: #78be20 !important; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2.5rem;
    height: 0.2rem;
    background-color: currentColor;
    border-radius: 0.2rem;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    color: #78be20 !important; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -0.6rem; }
  .hamburger-inner::after {
    bottom: -0.6rem; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 5rem; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 0.6rem, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -0.6rem, 0) rotate(-45deg); }

/*------------------------------------------
          Hlavička webu a navigace
--------------------------------------------*/
.header {
  width: 100%;
  height: 5.5rem;
  position: fixed;
  top: 0;
  color: black;
  z-index: 1000;
  transition: transform ease-in-out, opacity linear, visibility linear, height linear;
  transition-duration: 0.15s;
  background-color: none;
  padding: 0 1rem;
  box-sizing: border-box; }
  .header--scrolled {
    height: 5.5rem;
    box-shadow: 0 4px 4px -5px #4d4d4d;
    background: white; }
    .header--scrolled .nav__link:after {
      bottom: 1.2rem; }
    @media print, screen and (min-width: 64em) {
      .header--scrolled .if-video .nav__link {
        color: black !important;
        text-shadow: none !important; }
      .header--scrolled .if-video .nav__item:after {
        color: black !important; } }
  @media print, screen and (min-width: 64em) {
    .header--scroll .if-video .nav__link {
      color: white;
      text-shadow: 2px 2px 40px black; }
    .header--scroll .if-video .nav__item:after {
      color: white; } }
  .header--hide {
    opacity: 0;
    visibility: hidden; }
    @media print, screen and (min-width: 48em) {
      .header--hide {
        visibility: visible;
        opacity: 1; } }
  .header--sm {
    height: 5.5rem !important; }
    .header--sm .header__logo--full svg {
      height: 4.5rem; }
  .header__logo {
    margin-top: 4px; }
    .header__logo svg {
      width: auto; }
    .header__logo--cut {
      display: block; }
      .header__logo--cut svg {
        height: 4.4rem; }
    .header__logo--full {
      display: none; }
      .header__logo--full svg {
        height: 7rem;
        transition: height 0.3s; }
  .header__container {
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 114rem;
    margin: auto; }
  .header__collapse {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    transform: translateX(100%);
    box-shadow: 0 0 4px #4d4d4d;
    transition: transform 0.15s ease-in-out, opacity 0.15s linear; }
    .header__collapse__helper {
      position: fixed;
      top: 55px;
      left: 0;
      bottom: 0;
      width: 100%;
      overflow: auto; }
    .header__collapse--in {
      transform: translateX(0);
      opacity: 1; }
      .header__collapse--in ~ .hamburger-wrapper {
        color: #4d4d4d; }

.hamburger, .hamburger-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.hamburger:focus {
  outline: none; }

.hamburger-wrapper {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding: .5em;
  padding-right: 0;
  -webkit-appearance: none !important;
  color: inherit; }
  .hamburger-wrapper:hover, .hamburger-wrapper:active {
    text-decoration: none;
    color: inherit; }

.hamburger__text {
  font-size: 2rem;
  padding-right: .25em;
  font-family: "ProximaNova", sans-serif; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  color: white; }

.scrolling--disabled {
  overflow: hidden;
  position: fixed; }

.nav {
  padding: 0 0 2rem 0;
  margin-top: 0;
  font-family: "ProximaNova", sans-serif; }
  .nav__item {
    font-weight: 300;
    line-height: 1.35;
    color: black;
    display: block;
    height: 100%;
    padding: 0 .25em .5em 0;
    text-align: center;
    text-decoration: none;
    margin-top: .5em; }
    .nav__item:first-of-type {
      margin-top: 1em; }
    .nav__item:last-of-type:after {
      display: none; }
    @media print, screen and (min-width: 64em) {
      .nav__item:after {
        position: absolute;
        top: 0;
        top: 2.3rem;
        margin-left: 4.5rem; } }
  .nav__btn {
    margin-top: 1rem; }
  .nav__link, .nav__link--sub {
    line-height: 1;
    color: inherit;
    transition: color 0.1s linear;
    text-decoration: none; }
    .nav__link--active, .nav__link--sub--active {
      font-weight: 600; }
  .nav__link--sub {
    font-size: 1.4rem; }
  .nav__link--desktop {
    display: none; }
  .nav__link--phone:hover {
    color: black; }
  .nav__sub-menu {
    padding-left: 0;
    padding-top: .2em;
    list-style: none;
    box-shadow: 0px 3px 4px 0px rgba(77, 77, 77, 0.2); }
  .nav__sub-item {
    font-size: 2rem;
    padding: .5em 0; }

.nav__list {
  margin-top: .5rem;
  padding-left: 0; }

.header--dark {
  background-color: white;
  color: #4d4d4d; }
  .header--dark .hamburger-wrapper {
    color: #4d4d4d; }
  .header--dark .hamburger-inner, .header--dark .hamburger-inner:before, .header--dark .hamburger-inner:after {
    background-color: #4d4d4d; }

@media print, screen and (min-width: 64em) {
  .hamburger-wrapper {
    display: none; }
  .header {
    height: 7.5rem; }
    .header__collapse {
      height: inherit;
      padding: 0;
      position: static;
      opacity: 1;
      z-index: 1;
      margin-left: auto;
      background-color: transparent;
      overflow: visible;
      transform: translateX(0);
      transition: none;
      box-shadow: none; }
      .header__collapse__helper {
        position: static;
        height: inherit;
        overflow: hidden; }
    .header--bg .nav__item {
      color: #4d4d4d; }
    .header--bg .nav__link__link--phone {
      display: none; }
    .header--bg .nav__sub-menu {
      top: 100%;
      padding-left: 1em;
      margin-left: -1em;
      padding-right: 1em;
      background-color: white;
      box-shadow: 0 4px 4px -4px #4d4d4d;
      z-index: -2; }
    .header--bg .nav__sub-item {
      padding: .4em 0; }
  .nav {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .nav__list {
      margin: 0;
      height: inherit;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .nav__item {
      font-size: 2rem;
      display: inline;
      padding: 0 .25em; }
      .nav__item:first-of-type {
        margin-top: 0; }
      .nav__item + .nav__item {
        margin-left: 1.5rem;
        margin-top: 0; }
      .nav__item:hover .nav__sub-menu {
        visibility: visible;
        background: white; }
    .nav__btn {
      margin-top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .nav__link {
      padding: 0;
      height: inherit;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 .5em; }
      .nav__link:hover, .nav__link:active {
        border-bottom: none; }
      .nav__link--active {
        border-bottom: none; }
      .nav__link--sub {
        border-top: none;
        text-align: left;
        font-size: 1.6rem; }
        .nav__link--sub-active, .nav__link--sub-active:hover {
          border-bottom: none; }
      .nav__link--sub-menu:hover ~ .nav__sub-menu {
        visibility: visible; }
    .nav__sub-menu {
      visibility: hidden;
      padding-bottom: 1.5rem;
      position: absolute;
      top: 80%;
      margin-left: -1.5rem; }
      .nav__sub-menu:hover {
        visibility: visible; }
    .nav__sub-item {
      font-size: inherit;
      padding: .5rem 1.5rem; }
  .header--dark {
    box-shadow: 0 4px 4px -4px #111; }
    .header--dark .nav__sub-menu {
      top: 100%;
      padding-left: 1em;
      margin-left: -1em;
      padding-right: 1em;
      background-color: white;
      box-shadow: 0 4px 4px -4px #4d4d4d;
      z-index: -2; }
    .header--dark .nav__item {
      color: #4d4d4d; }
    .header--dark .nav__link .header__logo-img-text {
      fill: black; } }

@media print, screen and (min-width: 64em) {
  .header {
    padding: 0 4rem; }
    .header__logo--cut {
      display: none; }
    .header__logo--full {
      display: block; }
  .nav__link--phone {
    display: none; }
  --sm {
    height: 5.5rem !important; } }

@keyframes roll-in-top {
  0% {
    transform: translateY(-100%);
    opacity: .2; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes roll-in-left {
  0% {
    transform: translateX(100%);
    opacity: .2; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav__item::after {
    margin-left: 8.5rem !important; } }

.social {
  /*
    Breakpoints
  */ }
  .social__item + .social__item {
    margin-left: 1rem; }
  .social__item {
    display: inline-block;
    padding-left: 0; }
  .social__link {
    font-size: 3rem;
    color: white;
    display: inline-block;
    transition: color 0.1s linear; }
  @media print, screen and (min-width: 64em) {
    .social__link--facebook:hover {
      color: #4268b3; }
    .social__link--twitter:hover {
      color: #1ca0f2; }
    .social__link--linkedin:hover {
      color: #0077B5; } }

.footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1rem; }
  .footer__social-link {
    border-bottom: none !important; }
  .footer__social-icon {
    width: 3rem;
    height: auto;
    margin-right: 2rem;
    opacity: 1;
    transition: all ease .3s; }
    .footer__social-icon:hover {
      opacity: .5;
      transition: all ease .3s; }

.btn--forward:after, .btn--back:after {
  content: " ";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='20.5px' enable-background='new 42.833 6.333 36 20.5' version='1.1' viewBox='42.833 6.333 36 20.5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon points='53.551 25.551 55.021 24.08 48.479 17.539 77.5 17.539 77.5 15.461 48.479 15.461 55.021 8.92 53.551 7.449 44.5 16.5' fill='%233ABB40'/%3e%3c/svg%3e");
  background-size: cover;
  width: 1.2em;
  height: .8em;
  background-repeat: no-repeat;
  position: absolute;
  top: .8em;
  transition: all 0.1s linear; }

.btn {
  color: #78be20;
  padding: .5em .7em;
  display: inline-block;
  transition: background-color 0.1s linear;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #78be20;
  position: relative;
  transition: all 0.1s linear;
  cursor: pointer;
  /*
    Breakpoints
*/ }
  .btn--forward {
    padding-right: 2.5em; }
    .btn--forward:after {
      transform: rotate(180deg);
      right: .7em; }
  .btn--back {
    padding-left: 2.5em; }
    .btn--back:after {
      left: .7em; }
  .btn--form {
    display: -ms-flexbox;
    display: flex;
    padding: .4em 3.5em;
    padding-bottom: .4em;
    margin: auto;
    font-family: "ProximaNova", sans-serif;
    background: transparent; }
    .btn--form .svg-arrow {
      fill: #78be20;
      width: 1.2em;
      height: 1.2em;
      margin-top: .05em;
      margin-left: .5em; }
  @media print, screen and (min-width: 64em) {
    .btn {
      transition: all 0.1s linear;
      box-shadow: 0px 0px 0px 0px #78be20; }
      .btn:hover {
        transition: all 0.1s linear;
        box-shadow: 0px 0px 3px 0px #78be20; }
      .btn--form:hover .svg-arrow {
        fill: white; } }

/*
    Keyframes
*/
@keyframes holographic-button {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.animate {
  transition: all 1s ease; }
  .animate-fadein {
    opacity: 0; }
  .animate-up {
    transform: translateY(1rem); }
  .animate-in {
    transform: scale(1.05); }

.active.animate-fadein {
  opacity: 1; }

.active.animate-up {
  transform: translateY(0); }

.active.animate-in {
  transform: scale(1); }

/*---------------------------------------------------
                		Jumbotron
---------------------------------------------------*/
.jumbo {
  height: 52rem;
  overflow: hidden;
  position: relative;
  /*
		Breakpoints
	*/ }
  .jumbo__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .jumbo__box #jumbo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .jumbo__box .owl-stage-outer, .jumbo__box .owl-stage, .jumbo__box .owl-item {
      height: 100%; }
    .jumbo__box .owl-item.active {
      animation: scale 10s ease forwards; }
  .jumbo__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: all ease .3s; }
  .jumbo--hp {
    position: relative;
    margin-bottom: -1rem;
    min-height: 70rem; }
    .jumbo--hp::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 9; }
  .jumbo--article {
    position: relative;
    background-size: cover;
    background-position: center; }
    .jumbo--article::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 9; }
    .jumbo--article .jumbo__title {
      max-width: 100% !important; }
  .jumbo__typo {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    transform: translate(0px);
    margin: auto;
    max-width: 118rem;
    padding: 0rem 2rem 10rem 2rem;
    z-index: 999;
    top: 0;
    position: absolute; }
    .jumbo__typo .btn {
      margin-top: 3rem;
      background: white;
      color: #e4002b;
      border: 1px solid #e4002b;
      font-weight: 700;
      box-shadow: none !important;
      transition: all ease .3s; }
      .jumbo__typo .btn:hover {
        border: 1px solid #e4002b !important;
        background: #e4002b;
        box-shadow: none !important;
        color: white !important;
        transition: all ease .3s; }
    @media print, screen and (min-width: 64em) {
      .jumbo__typo {
        -ms-flex-pack: start;
            justify-content: flex-start;
        position: absolute;
        top: 50%; } }
  .jumbo__title {
    text-transform: uppercase;
    color: white;
    text-shadow: 4px 4px 50px black;
    max-width: 70rem; }
    .jumbo__title--video {
      color: white;
      text-shadow: 4px 4px 50px black; }
  .jumbo .svg-logo {
    height: 5.5rem;
    width: 20.592rem; }
  .jumbo__img {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
    position: absolute;
    z-index: -1;
    animation: scale 10s ease forwards; }
  @media screen and (min-width: 34.25em) {
    .jumbo {
      height: 38rem; }
      .jumbo__typo {
        width: 100%; }
      .jumbo__title {
        width: 34rem; } }
  @media print, screen and (min-width: 64em) {
    .jumbo {
      height: unset;
      min-height: 58rem; }
      .jumbo__title {
        width: 100%; } }
  @media screen and (min-width: 87.5em) {
    .jumbo {
      min-height: 70rem; }
      .jumbo__img {
        width: 100%; } }

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

.contacts {
  color: #d9d9d9; }
  .contacts strong, .contacts .title-2 {
    color: white; }
  .contacts .title-3, .contacts .text-content h3, .text-content .contacts h3 {
    color: #d9d9d9; }
  .contacts__link {
    color: #e4002b;
    display: inline-block;
    text-decoration: underline; }
  .contacts__owner {
    margin-top: 3rem; }
  @media print, screen and (min-width: 48em) {
    .contacts__owner {
      border-left: 1px solid black;
      margin-top: 0;
      padding-left: 3rem; } }

.footer {
  text-align: center;
  color: white;
  font-size: 1.6rem;
  /*
    Breakpoints
  */ }
  .footer__contacts {
    background: black; }
  .footer__link {
    color: white;
    display: inline-block; }
    .footer__link--anfas:hover {
      color: #9ebe00; }
    .footer__link--jellypot:hover {
      color: #ff3886; }
  .footer__contacts-column + .footer__contacts-column {
    margin-top: 2rem; }
  .footer__contacts p + p, .footer__contacts p + ul {
    margin-top: .7rem; }
  .footer__contacts-link:hover {
    color: white; }
  .footer__contacts h4 + p {
    margin-top: 1rem; }
  .footer__contacts h4 {
    color: white; }
  .footer__contacts li:before {
    content: none; }
  .footer__contacts .svg-img {
    width: 3.5rem;
    height: 3.5rem;
    color: currentColor;
    transition: color 0.1s linear; }
    .footer__contacts .svg-img:hover {
      color: #4268b3;
      transition: color 0.1s linear; }
  .footer__sign {
    padding-bottom: 4rem; }
  @media print, screen and (min-width: 48em) {
    .footer__contacts-column + .footer__contacts-column {
      margin-top: 0; } }

/*---------------------------------------------------
                		Snippet
---------------------------------------------------*/
.snippet__img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-bottom: 2rem; }

.snippet__text {
  margin-top: 0.5rem; }

.snippet a, .snippet .link {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  border-bottom: 1px dotted currentColor;
  display: inline-block;
  margin-top: .5rem;
  cursor: pointer; }
  .snippet a:hover, .snippet .link:hover {
    border-color: white; }

.snippet--icon .snippet__img {
  width: 10rem;
  height: 10rem;
  text-align: center; }

.snippet--photo .snippet__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  text-align: center; }

.snippet--horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
  margin-top: 2.5rem;
  box-sizing: border-box;
  /*
        Breakpoints
    */ }
  .snippet--horizontal:first-of-type {
    margin-top: 0; }
  .snippet--horizontal > :first-child {
    margin-right: 1.5rem; }
  .snippet--horizontal__img {
    width: 100%;
    height: auto; }
  .snippet--horizontal .snippet__img--square {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem; }
  .snippet--horizontal__text {
    padding: 0 .2rem; }
  .snippet--horizontal__img + .snippet--horizontal__text {
    margin-top: .5rem; }
  .snippet--horizontal .title-3 + p, .snippet--horizontal .text-content h3 + p, .text-content .snippet--horizontal h3 + p {
    margin-top: .5rem; }
  @media print, screen and (min-width: 48em) {
    .snippet--horizontal:nth-child(-n+2) {
      margin-top: 0; } }
  @media print, screen and (min-width: 64em) {
    .snippet--horizontal {
      padding: 0 3rem; }
      .snippet--horizontal:nth-child(-n+3) {
        margin-top: 0; } }

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

/*---------------------------------------------------
								Box
---------------------------------------------------*/
.box {
  padding: 3rem 2rem;
  text-align: left;
  border-style: dotted;
  border-color: #d57e00;
  border-image-source: url("../img/dots.svg");
  border-image-slice: 33% 33%;
  border-image-repeat: round; }
  .box__img {
    display: none; }
  .box__text {
    margin-top: 1rem; }
  @media print, screen and (min-width: 48em) {
    .box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 6rem 4rem; }
      .box__img {
        display: block;
        width: 17rem;
        height: 17rem; }
      .box__text {
        margin-top: 0;
        margin-left: 4rem; } }

.intro-number {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 1rem;
  /*
        Breakpoints
    */ }
  .intro-number-cont {
    max-width: none; }
  .intro-number__flip p {
    line-height: 1.2;
    margin: 0; }
  .intro-number__flip p + p {
    line-height: 1.2;
    margin-top: -.7rem; }
  .intro-number-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 120rem; }
  .intro-number__icon {
    margin-bottom: .9rem;
    height: 40px;
    width: 100%; }
  .intro-number__icon--career {
    margin-bottom: .2rem;
    height: 4.5rem;
    width: auto; }
  .intro-number__value, .intro-number__caption {
    color: #78be20;
    line-height: 1; }
  .intro-number__value {
    font-size: 2rem;
    font-weight: 700; }
  .intro-number__caption {
    font-size: 1.3rem;
    padding: 0 2rem;
    max-width: 95%; }
  @media print, screen and (min-width: 48em) {
    .intro-number {
      margin: 3rem; }
      .intro-number__icon {
        height: 40px;
        width: 100%;
        margin-bottom: .6rem; }
      .intro-number__icon--career {
        height: 6rem;
        margin-bottom: .6rem;
        width: auto; }
      .intro-number__value {
        font-size: 2.8rem; }
      .intro-number__caption {
        font-size: 1.4rem;
        padding: 0 2rem; } }
  @media screen and (min-width: 100em) {
    .intro-number {
      margin: 4rem; }
      .intro-number-container {
        margin: -6rem; } }
  .intro-number__icon {
    width: 8rem;
    height: auto; }
  .intro-number__value {
    width: 100%;
    color: black; }
  .intro-number__caption {
    width: 100%;
    color: black;
    font-size: 1.6rem;
    margin-top: .8rem; }

.intro-number {
  width: 50%;
  margin: 0 !important;
  padding: 2rem; }
  @media print, screen and (min-width: 48em) {
    .intro-number {
      width: 33.333%; } }
  @media screen and (min-width: 75em) {
    .intro-number {
      width: 20%; } }

.map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 35rem;
  max-width: 100%;
  position: relative;
  z-index: 9;
  margin-top: 2rem; }
  .map__item {
    width: calc(50% - 1rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 4rem; }
  .map__icon {
    width: 6rem;
    height: auto;
    margin-bottom: 1rem; }
  .map__number {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: black; }
  .map__text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
    color: black; }
  .map-text {
    font-size: 1.6rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
    color: #6d6e71 !important; }
    .map-text a {
      color: #6d6e71 !important;
      text-decoration: none !important; }
      .map-text a:hover {
        text-decoration: underline !important; }

.accordion {
  background: none;
  margin-top: 3rem;
  padding-left: .5rem;
  padding-right: .5rem;
  width: 100%;
  /*
      Breakpoints
   */ }
  .accordion-title {
    border: none;
    border-top: 1px solid #d9d9d9;
    color: #e4002b;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 1rem 0;
    text-decoration: underline;
    text-transform: uppercase; }
    .accordion-title::before {
      transform: translateY(-30%); }
  .accordion-content {
    background: none;
    border: none;
    padding-left: 0;
    padding-top: 0; }
    .accordion-content a {
      color: #e4002b; }
    .accordion-content ul + p {
      margin-top: .8rem; }
    .accordion-content ul {
      list-style: disc;
      padding-left: 1.8rem; }
    .accordion-content li {
      padding-left: 0rem;
      margin-left: 0rem; }
    .accordion-content p, .accordion-content li {
      color: #6d6e71;
      font-size: 1.4rem;
      line-height: 1.235; }
      @media screen and (min-width: 100em) {
        .accordion-content p, .accordion-content li {
          font-size: 1.7rem; } }
    .accordion-content h3 {
      font-size: 1.7rem;
      font-weight: 600;
      line-height: 1.235; }
  .accordion-item:last-child > .accordion-content:last-child,
  .accordion-item:last-child:not(.is-active) > .accordion-title {
    border-bottom-color: #d9d9d9; }
  @media screen and (orientation: landscape) {
    .accordion {
      width: 60%; } }
  @media print, screen and (min-width: 48em) {
    .accordion {
      display: none; } }

.jsmaps-wrapper {
  display: none !important;
  /*
      Breakpoints
   */ }
  @media print, screen and (min-width: 48em) {
    .jsmaps-wrapper {
      display: block  !important; } }

.jsmaps-select {
  display: none !important; }

.jsmaps-text {
  height: initial !important;
  left: 15.6%;
  position: absolute !important;
  text-align: left;
  top: 1rem;
  width: 35rem !important; }
  .jsmaps-text .map {
    margin-left: 0; }
  .jsmaps-text a {
    color: #e4002b;
    text-decoration: underline; }
  .jsmaps-text ul + p {
    margin-top: .8rem; }
  .jsmaps-text ul {
    list-style: disc;
    padding-left: 1.8rem; }
  .jsmaps-text li + li {
    margin-top: .4rem; }
  .jsmaps-text li {
    padding-left: 0rem;
    margin-left: 0rem; }
  .jsmaps-text p, .jsmaps-text li {
    color: #6d6e71;
    font-size: 1.4rem;
    line-height: 1.235; }
    @media screen and (min-width: 100em) {
      .jsmaps-text p, .jsmaps-text li {
        font-size: 1.7rem; } }
  .jsmaps-text h3 + ul {
    margin-top: .5rem; }
  .jsmaps-text h3 {
    color: #78be20;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.235; }

.jsmaps {
  left: initial !important;
  transform: scale(1);
  transition: all ease .5s; }
  .jsmaps:hover {
    transform: scale(1.3);
    transition: all ease .5s; }

/*
   Breakpoints
*/
@media print, screen and (min-width: 48em) {
  .jsmaps-wrapper {
    display: block !important;
    height: 20rem !important; }
    .jsmaps-wrapper svg {
      height: 41.3rem !important; }
  .jsmaps {
    left: 34rem !important;
    top: -18rem !important; } }

@media print, screen and (min-width: 64em) {
  .jsmaps-wrapper {
    display: block !important;
    height: 28rem !important; }
    .jsmaps-wrapper svg {
      height: 60rem !important; }
  .jsmaps-text {
    left: 12.5%;
    top: 1rem; }
  .jsmaps {
    left: 36rem !important;
    top: -22rem !important; } }

@media screen and (min-width: 75em) {
  .jsmaps-wrapper {
    display: block !important;
    height: 28rem !important; }
    .jsmaps-wrapper svg {
      height: 64rem !important; }
  .jsmaps {
    left: 40rem !important;
    top: -28rem !important; } }

@media screen and (min-width: 100em) {
  .jsmaps-wrapper {
    display: block !important;
    height: 28rem !important; }
    .jsmaps-wrapper svg {
      height: 70rem !important; }
  .jsmaps {
    left: 42rem !important;
    top: -32rem !important; } }

.about {
  padding-bottom: 14rem; }
  .about-arguments {
    margin-bottom: 4rem;
    margin-top: 4rem; }
    @media print, screen and (min-width: 64em) {
      .about-arguments {
        margin-bottom: 7.3rem; } }
    .about-arguments a {
      text-decoration: none;
      color: inherit; }
    .about-arguments__img-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 2rem;
      position: relative; }
      .about-arguments__img-box--reveal {
        width: 100%;
        height: auto;
        -ms-flex-pack: center;
            justify-content: center;
        display: -ms-flexbox;
        display: flex; }
    .about-arguments__img {
      height: auto;
      margin-bottom: 1rem;
      width: 50%;
      max-width: 10rem; }
      .about-arguments__img--filled {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: all ease .3s; }
        .about-arguments__img--filled:hover {
          opacity: 1;
          transition: all ease .3s; }
    .about-arguments__item {
      margin-top: 4rem;
      position: relative; }
    .about-arguments__title h3 {
      font-weight: 600;
      font-size: 2.6rem;
      margin-bottom: 2rem; }
    .about-arguments__text {
      margin-top: .8rem; }
    .about-arguments__teaser {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: white;
      height: 13rem;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, white 100%);
      line-height: initial;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: left; }
  .about-owner {
    margin-top: 6rem; }
    .about-owner__img {
      margin-top: 4rem; }
  .about__margin {
    margin-top: 2rem; }
  @media print, screen and (min-width: 64em) {
    .about {
      padding-bottom: 6rem; } }
  @media screen and (min-width: 75em) {
    .about {
      padding-bottom: 10rem; } }
  @media screen and (min-width: 87.5em) {
    .about {
      padding-bottom: 14rem; } }
  @media screen and (min-width: 100em) {
    .about {
      padding-bottom: 16rem; } }
  .about__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 3.6rem 0 3.8rem 0; }
  .about__line {
    border-top: 1px solid #6D6E71; }

.reveal.large {
  max-width: 100rem; }

.file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #A8A8AA;
  padding: 2.2rem 3rem 2.2rem 2.2rem; }
  @media screen and (min-width: 34.25em) {
    .file {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .file + .file {
    margin-top: 3rem; }
  .file--agree {
    margin-top: 3rem; }
  .file__img {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 3.6rem; }
  .file__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .file__container-file {
      display: -ms-flexbox;
      display: flex;
      margin-top: 2rem; }
      @media screen and (min-width: 34.25em) {
        .file__container-file {
          margin-top: 0; } }
    .file__container--icon {
      gap: 2rem; }
  .file__icon {
    margin-right: 2.2rem; }
  .file__title {
    font-size: 2rem;
    font-weight: 700;
    color: black; }
  .file__line {
    margin-top: .4rem;
    padding: 0 1rem;
    font-weight: 100; }
  .file__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .file__info-p {
      margin-top: .4rem;
      font-size: 1.4rem;
      font-weight: 300; }
      .file__info-p--trans {
        text-transform: uppercase; }
      .file__info-p--cap {
        text-transform: capitalize; }

.hr--agree {
  padding: unset !important; }

hr.hr--agree:last-of-type {
  display: none; }

.investors__title {
  font-weight: 700;
  margin-bottom: .8rem; }

.investors__btn {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 10px 21px;
  color: #ED174F;
  border: 1px solid #ED174F;
  transition: all 0.3s ease; }
  .investors__btn:hover {
    background-color: #ED174F;
    color: white; }
  .investors__btn--disagree {
    margin-left: 1.4rem;
    color: #A8A8AA;
    border: 1px solid #A8A8AA;
    transition: all 0.3s ease; }
    .investors__btn--disagree:hover {
      background-color: #A8A8AA; }

.disagree__title {
  margin-bottom: 1.3rem;
  font-weight: 700; }

.disagree__avar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  transition: all 0.3s ease; }
  .disagree__avar:hover .disagree__arrow {
    transform: translateX(-0.5rem); }

.disagree__arrow {
  transition: transform 0.3s ease; }

.disagree__back {
  font-size: 2rem;
  font-weight: 300;
  color: #6D6E71; }

.people {
  overflow: visible; }
  .people-article {
    margin-top: 4rem; }
  .people__text {
    text-align: right;
    font-style: italic;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 1rem; }
  .people__img {
    border-bottom: 1px solid #d9d9d9;
    height: auto;
    margin-bottom: 3rem;
    margin-top: -13rem;
    width: 100%; }
  @media screen and (orientation: landscape) {
    .people__img {
      display: block;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      width: 70%; } }
  @media print, screen and (min-width: 64em) {
    .people__img {
      border: none;
      margin: 0;
      position: absolute;
      right: 0;
      bottom: 0rem;
      width: 65rem; } }
  @media screen and (min-width: 75em) {
    .people__img {
      width: 70rem; } }
  @media screen and (min-width: 87.5em) {
    .people__img {
      width: 78rem; } }
  @media screen and (min-width: 100em) {
    .people__img {
      right: 51%;
      transform: translateX(80rem);
      width: 94rem; } }

.group {
  margin-bottom: -12rem; }
  .group__person {
    margin-top: 3rem;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    transition: all 0.5s ease; }
    .group__person:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
      transition: all 0.5s ease; }
  .group__img {
    border-radius: 50%;
    height: auto;
    margin-bottom: .6rem;
    max-width: 20rem;
    width: 100%; }
  .group__column {
    padding: 0 5rem;
    margin-bottom: 3rem; }
  .group__box {
    border: 1px solid #DEDEDE;
    display: block;
    margin-bottom: 4rem;
    transform: scale(1);
    transition: all ease .3s; }
    .group__box:hover {
      box-shadow: 0 15px 15px -5px rgba(77, 77, 77, 0.2);
      transform: scale(1.05);
      transition: all ease .3s; }
  .group__text {
    padding: 2.5rem; }
  .group__bg {
    width: 100%;
    height: 30rem;
    background-size: cover;
    background-position: top center; }

.reveal {
  text-align: left;
  padding: 8rem;
  border: none; }
  .reveal:focus {
    outline: 0; }

.reveal-overlay {
  background-color: rgba(147, 149, 152, 0.6); }

.close-button {
  top: 3rem;
  right: 3rem; }

img.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  transition: all 1s ease; }

.svg {
  transition: all 1s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.svg image:hover {
  opacity: 0;
  transition: all 1s ease; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group__column {
    margin-bottom: 10rem; } }

.blog__back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .blog__back img {
    margin-right: 1rem; }
  .blog__back-text {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 100em) {
      .blog__back-text {
        font-size: 2rem; } }
  .blog__back--content {
    position: absolute;
    left: 2.5rem;
    top: 10rem; }
    @media print, screen and (min-width: 48em) {
      .blog__back--content {
        left: 4rem; } }
  .blog__back--menu {
    display: none; }
    @media screen and (min-width: 87.5em) {
      .blog__back--menu {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 2rem;
        top: 0;
        bottom: 0;
        margin: auto; } }

.blog__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .6rem;
  margin-bottom: .6rem; }
  .blog__tags--column {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 1.8rem;
    margin-bottom: 4rem; }
  .blog__tags--page {
    margin: 2rem 0; }
  .blog__tags-item {
    border: .1rem solid black;
    padding: .3rem 1.6rem;
    font-size: 1.4rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    color: black;
    white-space: nowrap;
    border-radius: 2rem;
    transition: all ease .3s; }
    .blog__tags-item:hover {
      border: .1rem solid black;
      color: black;
      transition: all ease .3s; }

.blog__photo {
  margin: 3rem 0; }

@media print, screen and (min-width: 48em) {
  .blog__border {
    border-right: .1rem solid black; } }

.blog__item-box {
  display: block;
  margin-top: 4rem; }

.blog__item-link {
  color: black;
  display: inline-block;
  margin-bottom: 1.5rem; }
  .blog__item-link:hover {
    text-decoration: underline; }
  .blog__item-link .title-6 {
    margin-top: .5rem; }

.blog__item--half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem; }
  .blog__item--half .blog__item-box {
    margin-top: 0; }
  .blog__item--half .blog__item-link {
    margin-bottom: 1rem; }
  .blog__item--half .home__podcast-info {
    margin-top: 1rem; }

.blog__item-img {
  width: 100%;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 48em) {
    .blog__item-img {
      width: 45%;
      padding-right: 2rem; } }

.blog__item-text {
  width: 100%; }
  @media print, screen and (min-width: 48em) {
    .blog__item-text {
      width: 55%; } }

.blog__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1.5rem; }
  .blog__social-item {
    margin-right: 1.5rem; }
    .blog__social-item svg {
      width: 2rem;
      transition: all ease .3s; }
    .blog__social-item:hover svg {
      fill: black;
      transition: all ease .3s; }

.blog__paragraph + .blog__paragraph {
  margin-top: 4rem; }

.blog__paragraph + .blog__gallery {
  margin-top: 4rem; }

.blog__gallery {
  margin-top: 4rem; }
  .blog__gallery-desc {
    margin-top: .5rem;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    text-align: left; }
  .blog__gallery + .blog__paragraph {
    margin-top: 2rem !important; }
  .blog__gallery-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    .blog__gallery-flex-img {
      width: 50%; }
    .blog__gallery-flex-text {
      width: 50%;
      padding-left: 3rem;
      padding-top: 1rem; }
  .blog__gallery--desc + .blog__gallery--desc {
    margin-top: 1rem; }
  .blog__gallery--desc + .blog__paragraph {
    margin-top: 6rem; }
  .blog__gallery--full + .blog__gallery--full {
    margin-top: 1rem; }
  .blog__gallery--full + .blog__paragraph {
    margin-top: 6rem; }

.blog__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: black;
  width: 100%;
  margin: 6rem auto 0 auto; }
  .blog__nav a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.6rem; }
    @media print, screen and (min-width: 48em) {
      .blog__nav a {
        font-size: 1.8rem; } }
  .blog__nav-prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .blog__nav-prev img {
      margin-right: 1.5rem;
      transform: translateX(0);
      transition: all ease .3s; }
    .blog__nav-prev:hover img {
      transform: translateX(-1rem);
      transition: all ease .3s; }
  .blog__nav-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .blog__nav-next img {
      margin-left: 1.5rem;
      transform: translateX(0);
      transition: all ease .3s; }
    .blog__nav-next:hover img {
      transform: translateX(1rem);
      transition: all ease .3s; }
  .blog__nav-img {
    width: 5rem;
    height: auto; }

.blog__footer {
  margin-top: 2rem; }
  .blog__footer-row {
    border-top: 1px solid #BDBDBD;
    color: #C4C4C4;
    font-size: 1.6rem;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0; }
    .blog__footer-row .blogpost__header-social-item {
      margin-bottom: -.5rem; }
    .blog__footer-row .tags {
      width: auto;
      margin-bottom: 0 !important;
      margin-top: 0 !important; }
    .blog__footer-row .tags__tag {
      font-size: 13px; }
    .blog__footer-row .blog__tags {
      margin-bottom: 0; }
  .blog__footer-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .blog__footer-text {
    color: #C4C4C4;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .blog__footer-related .tags {
    margin-top: -.2rem;
    margin-bottom: 0; }
  .blog__footer-related h2 {
    padding-top: 0;
    padding-bottom: .4rem; }
  .blog__footer-related .clearfix {
    margin-top: .2rem !important; }
  .blog__footer-related .byline {
    margin-bottom: 0; }

.job__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  padding: 2.5rem;
  border: 1px solid #A8A8AA;
  transform: scale(1);
  transition: all ease .3s; }
  .job__link:hover {
    box-shadow: 0 15px 15px -5px rgba(77, 77, 77, 0.2);
    transform: scale(1.05);
    transition: all ease .3s; }

.job__card {
  margin-bottom: 3rem; }
  @media print, screen and (min-width: 48em) {
    .job__card {
      margin-bottom: 4rem; } }
  .job__card-title {
    color: black; }
  .job__card-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .job__card-city {
    font-size: 1.6rem;
    color: black;
    opacity: .5;
    text-decoration: none;
    text-transform: uppercase;
    margin: .5rem 1rem .5rem 0; }

.table {
  border-collapse: collapse; }
  .table__header {
    padding: 1.5rem 1rem; }
  .table__cell {
    padding: 1.5rem 1rem; }
  .table__row {
    border-bottom: 1px solid; }

.title-3 + table, .text-content h3 + table {
  margin-top: 1rem; }

#app {
  margin-bottom: 3rem; }

.timeline {
  margin-bottom: 5rem;
  margin-top: 5rem;
  position: relative;
  /*
        Breakpoints asfasdf
    */ }
  .timeline__line {
    -ms-flex-align: end;
        align-items: flex-end;
    background: #78be20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    left: 1rem;
    position: absolute;
    top: 2rem;
    width: 2.2rem; }
    .timeline__line-peak {
      border-left: 1.1rem solid transparent;
      border-right: 1.1rem solid transparent;
      border-top: 1.1rem solid #78be20;
      bottom: -3.1rem;
      height: 0;
      margin-bottom: -1.1rem;
      width: 0; }
  .timeline__milestone {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative; }
    .timeline__milestone + .timeline__milestone {
      margin-top: 2rem; }
  .timeline__box {
    background: white;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
    padding: .8rem 1.2rem;
    text-align: left; }
    .timeline__box p, .timeline__box li {
      font-size: 1.3rem;
      line-height: 1.6rem; }
  .timeline__title {
    color: white;
    font-size: 1.7rem;
    font-weight: bold; }
  .timeline__text {
    text-align: left;
    color: #78be20;
    font-size: 1.8rem; }
  .timeline__disc {
    background: white;
    border-radius: 50%;
    left: 1.4rem;
    position: absolute;
    width: 1.4rem;
    height: 1.4rem; }
  .timeline__pointer {
    border-bottom: 1rem solid transparent;
    border-right: 1.4rem solid white;
    border-top: 1rem solid transparent;
    margin-left: 4rem;
    z-index: 10;
    width: 1.3rem;
    height: 1.3rem; }
  .timeline__control, .timeline__control-shadow {
    display: none; }
  @media screen and (min-width: 41.6875em) {
    .timeline {
      max-width: 67rem;
      margin-left: auto;
      margin-right: auto; }
      .timeline__line {
        left: 50%;
        margin-left: -1.1rem; }
        .timeline__line-peak {
          left: 50%;
          margin-left: -1.1rem; }
      .timeline__milestone + .timeline__milestone {
        margin-top: -.2rem; }
      .timeline__milestone:nth-child(odd) {
        -ms-flex-pack: end;
            justify-content: flex-end; }
      .timeline__milestone:nth-child(even) {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .timeline__milestone:nth-child(even) .timeline__pointer {
          margin-left: 0;
          transform: rotate(180deg); }
      .timeline__disc {
        left: 50%;
        margin-left: -.7rem; } }
  @media print, screen and (max-width: 1023px) {
    .timeline__box {
      left: initial !important;
      max-width: 30rem;
      width: 85% !important; } }
  @media print, screen and (min-width: 64em) {
    .timeline {
      height: 33.8rem;
      margin-left: 0;
      margin-right: 0;
      max-width: 90rem;
      overflow: hidden;
      padding: .5rem 0 .5rem 6.4rem; }
      .timeline-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin: auto;
        max-width: 102rem;
        position: relative; }
      .timeline__control {
        background: #f2f2f2;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 10rem;
        z-index: 20; }
        .timeline__control--left {
          left: -4rem; }
          .timeline__control--left .svg-arrow {
            right: 1rem;
            transform: rotate(180deg) translateY(50%); }
        .timeline__control--right {
          right: -4rem; }
          .timeline__control--right .svg-arrow {
            left: 1rem;
            transform: translateY(-50%); }
        .timeline__control .svg-arrow {
          cursor: pointer;
          height: auto;
          fill: #e4002b;
          position: absolute;
          stroke: #f2f2f2;
          top: 50%;
          transition: all .1s linear;
          width: 5rem; }
          .timeline__control .svg-arrow:hover {
            fill: #f2f2f2;
            stroke: #e4002b; }
        .timeline__control .disabled .svg-arrow {
          cursor: auto;
          fill: #d9d9d9;
          stroke: #f2f2f2; }
          .timeline__control .disabled .svg-arrow:hover {
            fill: #d9d9d9;
            stroke: #f2f2f2; }
        .timeline__control-shadow {
          background: none;
          border-radius: 100%;
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
          content: " ";
          display: block;
          position: absolute;
          height: 80%;
          top: 50%;
          transform: translateY(-50%);
          width: 2%;
          z-index: 15; }
          .timeline__control-shadow--left {
            left: 3%; }
          .timeline__control-shadow--right {
            right: 3%; }
      .timeline__line {
        display: -ms-flexbox;
        display: flex;
        height: 2.2rem;
        -ms-flex-pack: end;
            justify-content: flex-end;
        left: 11.5rem;
        margin-left: 0;
        margin-top: -1.1rem;
        top: 50%;
        width: 100%; }
        .timeline__line-peak {
          margin-bottom: .6rem;
          margin-right: -1.6rem;
          transform: rotate(-90deg); }
      .timeline__milestones {
        display: block;
        height: 100%;
        text-align: left;
        width: 150rem; }
      .timeline__milestone {
        display: inline-block;
        height: 100%;
        width: 14rem; }
        .timeline__milestone:nth-child(even) .timeline__pointer {
          margin-left: -.6rem;
          transform: translateY(1.4rem) rotate(90deg); }
        .timeline__milestone:nth-child(even) .timeline__box {
          bottom: 0; }
      .timeline__disc {
        margin-top: -.7rem;
        top: 50%; }
      .timeline__pointer {
        left: 50%;
        margin-left: -.8rem;
        position: absolute;
        top: 50%;
        transform: translateY(-3.4rem) rotate(-90deg); }
      .timeline__box {
        box-shadow: none;
        height: 13.4rem;
        left: 50%;
        padding: 1rem 1.2rem 1.3rem;
        position: absolute;
        transform: translateX(-50%); }
        .timeline__box p {
          font-size: 1.4rem;
          line-height: 1.3; }
      .timeline__title {
        margin-bottom: .3rem; } }

.timeline {
  margin: 50px 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-align: center;
  max-width: none !important;
  width: 8000px !important;
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important; }

.timeline li {
  transition: all 200ms ease-in; }

.date {
  position: relative;
  z-index: 999;
  top: 3.5rem; }

.timestamp {
  width: 100%;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 100; }

.status {
  padding: 0px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 4px solid #78be20;
  position: relative;
  transition: all 200ms ease-in; }

.status span {
  font-weight: 400;
  padding-top: 45px;
  line-height: 1; }

.status span:before {
  content: '';
  position: absolute;
  width: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4rem;
  height: 70px;
  background-color: #78be20;
  border-radius: 50%;
  transition: all 200ms ease-in; }

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

.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 20px 30px 20px; }

.swiper-slide {
  width: 200px;
  text-align: center;
  font-size: 18px; }

.swiper-slide:nth-child(2n) {
  width: 40%; }

.swiper-slide:nth-child(3n) {
  width: 20%; }

.prev-slide {
  position: absolute;
  left: 0;
  top: 6.3rem;
  z-index: 999;
  background-color: white;
  border: 1px solid grey;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: .5rem 1.5rem;
  border-left: none;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); }

.next-slide {
  position: absolute;
  right: 0;
  top: 6.3rem;
  z-index: 999;
  background-color: white;
  border: 1px solid grey;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: .5rem 1.5rem;
  border-right: none;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); }

.video {
  position: absolute;
  height: 100%;
  width: 100%;
  margin-top: -5rem;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center; }
