@charset "UTF-8";
/* VARS
Questa cartella contiene uno o più file contententi tutte le variabili globali
del progetto. Qui si possono sovrascrivere le variabili di default di Foundation
e all'occorrenza crearne di nuove, organizzandole come meglio si crede.
*/
/* bw palette */
/* color palette */
/* font color */
/* background color */
/* icons color */
/* layout color */
/* social colors */
/* buttons colors */
/* foundation override */
/* font */
/* material speed + easing */
/* BOURBON
Può essere incluso Bourbon se necessario, previa installazione tramite Bower.
*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* FOUNDATION
Qui vengono inclusi singolarmente tutti i moduli componenti sass di Foundation
in base alle esigenze del progetto.
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&display=swap");
.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 118.75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

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

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

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

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

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

.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}

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

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

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

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

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

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

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

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

@media screen and (min-width: 118.75em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

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

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

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=118.75em&sticky-elements=75em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

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

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

.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

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

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

@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 118.75em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

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

@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

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

@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

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

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

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

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

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

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 118.75em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

@media screen and (min-width: 118.75em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

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

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

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

@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media screen and (min-width: 118.75em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

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

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

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

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

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

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

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

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

@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 118.75em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

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

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

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

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 118.75em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

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

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

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

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 118.75em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 118.75em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

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

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

@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media screen and (min-width: 118.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}

@media screen and (min-width: 118.75em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}

.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 118.75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

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

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

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

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

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

.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right;
}

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

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

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

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

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

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

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

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

@media screen and (min-width: 118.75em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

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

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

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

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

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

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

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #006a1a transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

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

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

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #006a1a transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

.accordion {
  margin-left: 0;
  background: #ffffff;
  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 #e8e8e9;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #006a1a;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e8e8e9;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e8e8e9;
}

.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 #e8e8e9;
  border-bottom: 0;
  background-color: #ffffff;
  color: #333333;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e8e8e9;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
          transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #006a1a;
  color: #ffffff;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #005a16;
  color: #ffffff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #006a1a;
  color: #ffffff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #005515;
  color: #ffffff;
}

.button.secondary {
  background-color: #fec600;
  color: #010101;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #cb9e00;
  color: #010101;
}

.button.success {
  background-color: #5cb85c;
  color: #010101;
}

.button.success:hover, .button.success:focus {
  background-color: #439a43;
  color: #010101;
}

.button.warning {
  background-color: #faa05a;
  color: #010101;
}

.button.warning:hover, .button.warning:focus {
  background-color: #f87a18;
  color: #010101;
}

.button.alert {
  background-color: #f0506e;
  color: #010101;
}

.button.alert:hover, .button.alert:focus {
  background-color: #eb153d;
  color: #010101;
}

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

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #006a1a;
  color: #ffffff;
}

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

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #006a1a;
  color: #ffffff;
}

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

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #fec600;
  color: #010101;
}

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

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5cb85c;
  color: #010101;
}

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

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #faa05a;
  color: #010101;
}

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

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f0506e;
  color: #010101;
}

.button.hollow {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #00350d;
  color: #00350d;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.hollow.primary {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #00350d;
  color: #00350d;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.hollow.secondary {
  border: 1px solid #fec600;
  color: #fec600;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #7f6300;
  color: #7f6300;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #fec600;
  color: #fec600;
}

.button.hollow.success {
  border: 1px solid #5cb85c;
  color: #5cb85c;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #2a602a;
  color: #2a602a;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #5cb85c;
  color: #5cb85c;
}

.button.hollow.warning {
  border: 1px solid #faa05a;
  color: #faa05a;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #a54b05;
  color: #a54b05;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #faa05a;
  color: #faa05a;
}

.button.hollow.alert {
  border: 1px solid #f0506e;
  color: #f0506e;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #930d26;
  color: #930d26;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #f0506e;
  color: #f0506e;
}

.button.clear {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #00350d;
  color: #00350d;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #00350d;
  color: #00350d;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #006a1a;
  color: #006a1a;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #fec600;
  color: #fec600;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #7f6300;
  color: #7f6300;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #fec600;
  color: #fec600;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #5cb85c;
  color: #5cb85c;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #2a602a;
  color: #2a602a;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #5cb85c;
  color: #5cb85c;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #faa05a;
  color: #faa05a;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #a54b05;
  color: #a54b05;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #faa05a;
  color: #faa05a;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #f0506e;
  color: #f0506e;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #930d26;
  color: #930d26;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #f0506e;
  color: #f0506e;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #006a1a;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #006a1a;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #fec600;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #5cb85c;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #faa05a;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #f0506e;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(1, 1, 1, 0.25);
  border-radius: 0;
  background-color: white;
  color: #333333;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #c2ffd1;
  color: #333333;
}

.callout.secondary {
  background-color: #fff7d9;
  color: #333333;
}

.callout.success {
  background-color: #e7f4e7;
  color: #333333;
}

.callout.warning {
  background-color: #fef1e6;
  color: #333333;
}

.callout.alert {
  background-color: #fde5e9;
  color: #333333;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #010101;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(1, 1, 1, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #010101;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e8e8e9;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #010101;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e8e8e9;
  color: #010101;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.5375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #010101;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e8e8e9;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #f0506e;
  background-color: #feeef1;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #f0506e;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #f0506e;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #f0506e;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #f0506e;
}

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

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

.form-error.is-visible {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

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

.tooltip {
  position: absolute;
  top: calc(100% + 5.196px);
  z-index: 1200;
  max-width: 10rem;
  padding: 5px 10px;
  border-radius: 0;
  background-color: #fec600;
  font-size: 13px;
  color: #010101;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fec600;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fec600 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fec600;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fec600 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

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: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

h3, .h3 {
  font-size: 1.25rem;
  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: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 118.75em) {
  h1, .h1 {
    font-size: 3.125rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.625rem;
  }
  h5, .h5 {
    font-size: 1.375rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
  }
}

a {
  line-height: inherit;
  color: #006a1a;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #005b16;
}

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 #cacaca;
  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 #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

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

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

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

.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 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: 118.75em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-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 #8a8a8a;
    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;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 118.74875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 118.75em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

/* UTILS
Questa cartella contiene tutti gli helper sass che possono
servire l'interno del progetto come ad esempio funzioni, mixin e placeholder.
Come regola generale da questa cartella non deve uscire nessuna riga di css.
Questi file non dovrebbero essere intesi come specifici del progetto in quanto
contengono solamente delle utility che possono essere riutilizzate ovunque.
*/
/*
@mixin background-rgba($color,$alpha){
    background:rgba($color,$alpha);
}
*/
/* BASE
Questa cartella contiente gli stili di default dei tag HTML.
Dovrebbe essere utilizzata solo nel caso ci sia la necessità di dare uno stile
base e condiviso in tutto il sito a determinati elementi html. Pensatelo come ad
una sorta di normalizer specifico del progetto. Per una questione di ordine e
coerenza non è consentito l'utilizzo di selettori diversi dagli element
selector, quindi non è consentita la presenza di selettori di classe, id,
attributo, ecc.. É importante evitare di utilizzare stili troppo "aggressivi" in
per evitare di doverli sovrascrivere in seguito.
*/
/* general */
body {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 1.00;
  background-color: #ffffff;
}

@media print, screen and (min-width: 48em) {
  .content-min-height {
    min-height: calc(100vh - 360px);
  }
}

@media print, screen and (min-width: 64em) {
  .content-min-height {
    min-height: calc(100vh - 360px);
  }
}

@media screen and (min-width: 75em) {
  .content-min-height {
    min-height: calc(100vh - 400px);
  }
}

@media screen and (min-width: 118.75em) {
  .content-min-height {
    min-height: calc(100vh - 400px);
  }
}

hr {
  border-color: #e8e8e9;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

/* figure */
figure {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #333333;
}

img {
  border: none;
  font-size: 0.75rem;
}

.picture-border img {
  border-radius: 3px;
  border: 1px solid #e8e8e9;
}

.picture-border-radius img {
  border-radius: 3px;
}

.float-left {
  float: left;
  margin: 0 0 1.25rem 0;
}

@media print, screen and (min-width: 48em) {
  .float-left {
    margin: 0 1.25rem 1.25rem 0;
    width: 50%;
  }
}

@media screen and (min-width: 75em) {
  .float-left {
    margin: 0 2.5rem 2.5rem 0;
  }
}

.float-right {
  float: right;
  margin: 0 0 1.25rem 0;
}

@media print, screen and (min-width: 48em) {
  .float-right {
    text-align: right;
    margin: 0 0 1.25rem 1.25rem;
    width: 50%;
  }
}

@media screen and (min-width: 75em) {
  .float-right {
    margin: 0 0 2.5rem 2.5rem;
  }
}

.float-right--small {
  float: right;
  margin: 0 0 1.25rem 0;
}

@media print, screen and (min-width: 48em) {
  .float-right--small {
    text-align: right;
    margin: 0 0 1.25rem 1.25rem;
    width: 33%;
  }
}

@media screen and (min-width: 75em) {
  .float-right--small {
    margin: 0 0 2.5rem 2.5rem;
  }
}

.picture-caption figcaption {
  padding: 0.625rem 0;
  font-size: 0.8125rem;
  border-bottom: 1px solid #e8e8e9;
  font-style: italic;
  color: #999999;
}

@media print, screen and (min-width: 48em) {
  .picture-caption.float-left, .picture-caption.float-right {
    margin-bottom: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .picture-caption.float-left, .picture-caption.float-right {
    margin-bottom: 1.25rem;
  }
}

/* canvas */
canvas {
  -ms-touch-action: none;
      touch-action: none;
}

.grid-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 75em) {
  .grid-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media screen and (min-width: 118.75em) {
  .grid-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 75em) {
  .main-wrapper,
  .aside-wrapper {
    padding-right: 2.5rem;
  }
}

/* typography */
body {
  color: #333333;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: normal;
}

p {
  color: #333333;
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 118.75em) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

ul li,
ol li {
  font-size: 1.125rem;
  font-weight: 300;
}

a {
  color: #006a1a;
  text-decoration: underline;
}

a:hover, a:focus {
  color: inherit;
}

/* GLOBALS
Questa cartella contiene stili utilizzati in tutto il sito e non specifici di un
determinato componente. I selettori da utilizzare per questi elementi sono
esclusivamente selettori di classe oppure at-rule. Generalmente sono stili
generici che si possono applicare a in molteplici casi indpendentemente
dall'elemento/componente in cui vengono utilizzati. In linea di massima possono
far parte di questa cartella classi helpers  (es. clearfix, text-align, ecc..),
classi relative a griglie e spaziature, classi relative a sfondi, bordi,
visibility ecc..oppure at-rule globali come @font-face, @keyframes ecc..
Le regole di questi stili possono essere utilizzate con la direttiva !important
in quanto vanno a sovrascrivere gli stili di default. Le classi globali non
possono avere selettori innestati, nel caso ci si trovi nella situazione di
sentirne il bisogno probabilmente è più conveniente creare un componente.
*/
/* backgrounds */
.background-color-light-gray {
  background-color: #f2f2f2;
}

/* general */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix {
  overflow: auto;
}

.clearfix:before {
  content: '';
  display: table-cell;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.position-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
  z-index: 2;
}

.overflow-hidden {
  overflow: hidden;
}

/* text align */
@media screen and (max-width: 47.99875em) {
  .small-text-center {
    text-align: center;
  }
}

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

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

/* spinner */
.spinner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  margin-bottom: 0;
  margin-right: 0;
  width: 52px;
  height: 52px;
  border: solid 2px transparent;
  border-top-color: #006a1a;
  border-left-color: #006a1a;
  border-radius: 50%;
  -webkit-animation: spinner 700ms linear infinite;
          animation: spinner 700ms linear infinite;
}

.spinner-white:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  margin-bottom: 0;
  margin-right: 0;
  width: 52px;
  height: 52px;
  border: solid 2px transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: spinner 700ms linear infinite;
          animation: spinner 700ms linear infinite;
}

/* margin */
.margin-remove {
  margin: 0 !important;
}

.margin-remove-top {
  margin-top: 0 !important;
}

.margin-remove-bottom {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 64em) {
  .margin-remove-bottom-large {
    margin-bottom: 0 !important;
  }
}

.margin-top-1 {
  margin-top: 0.625rem;
}

.margin-bottom-1 {
  margin-bottom: 0.625rem;
}

.margin-top-2 {
  margin-top: 1.25rem;
}

.margin-bottom-2 {
  margin-bottom: 1.25rem;
}

.margin-top-3 {
  margin-top: 1.875rem;
}

.margin-bottom-3 {
  margin-bottom: 1.875rem;
}

.margin-top-4 {
  margin-top: 2.5rem;
}

.margin-bottom-4 {
  margin-bottom: 2.5rem;
}

.margin-top-5 {
  margin-top: 3.125rem;
}

.margin-bottom-5 {
  margin-bottom: 3.125rem;
}

.margin-top-6 {
  margin-top: 3.75rem;
}

.margin-bottom-6 {
  margin-bottom: 3.75rem;
}

.margin-top-7 {
  margin-top: 4.375rem;
}

.margin-bottom-7 {
  margin-bottom: 4.375rem;
}

.margin-top-8 {
  margin-top: 5rem;
}

.margin-bottom-8 {
  margin-bottom: 5rem;
}

.margin-top-9 {
  margin-top: 5.625rem;
}

.margin-bottom-9 {
  margin-bottom: 5.625rem;
}

.margin-top-10 {
  margin-top: 6.25rem;
}

.margin-bottom-10 {
  margin-bottom: 6.25rem;
}

/* padding */
.padding-remove {
  padding: 0;
}

.padding-remove-top {
  padding-top: 0 !important;
}

.padding-remove-bottom {
  padding-bottom: 0 !important;
}

.padding-top-1 {
  padding-top: 0.625rem;
}

.padding-bottom-1 {
  padding-bottom: 0.625rem;
}

.padding-top-2 {
  padding-top: 1.25rem;
}

.padding-bottom-2 {
  padding-bottom: 1.25rem;
}

.padding-top-3 {
  padding-top: 1.875rem;
}

.padding-bottom-3 {
  padding-bottom: 1.875rem;
}

.padding-top-4 {
  padding-top: 2.5rem;
}

.padding-bottom-4 {
  padding-bottom: 2.5rem;
}

.padding-top-5 {
  padding-top: 3.125rem;
}

.padding-bottom-5 {
  padding-bottom: 3.125rem;
}

.padding-top-6 {
  padding-top: 3.75rem;
}

.padding-bottom-6 {
  padding-bottom: 3.75rem;
}

.padding-top-7 {
  padding-top: 4.375rem;
}

.padding-bottom-7 {
  padding-bottom: 4.375rem;
}

.padding-top-8 {
  padding-top: 5rem;
}

.padding-bottom-8 {
  padding-bottom: 5rem;
}

/* height */
.height-1-1 {
  height: 100%;
}

.height-full {
  height: 100vh;
}

.height-6vh {
  min-height: 60vh;
}

/* tooltip */
.has-tip {
  text-decoration: none;
  border-bottom: none;
}

/* overflow utils */
body.is-overflow-hidden {
  overflow: hidden;
}

html.is-primary-nav-visible {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

html.is-primary-nav-visible body {
  overflow-y: hidden;
}

/* icons */
.button_icon-inline {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  line-height: 1;
}

.button_icon-inline svg {
  width: 14px;
  height: 14px;
  -webkit-transition: fill 0.3s ease;
          transition: fill 0.3s ease;
}

.button_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: none;
  font-weight: 400;
  padding: 18px;
  line-height: 1;
}

.button_icon svg {
  fill: #ffffff;
  width: 14px;
  height: 14px;
  -webkit-transition: fill 0.3s ease;
          transition: fill 0.3s ease;
}

.button_icon .icon,
.button_icon-inline .icon {
  width: 16px;
  height: 16px;
  fill: #333333;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.button_icon .icon.icon_small,
.button_icon-inline .icon.icon_small {
  width: 11px;
  height: 11px;
}

.button_icon .icon.icon_large,
.button_icon-inline .icon.icon_large {
  width: 32px;
  height: 32px;
}

.button_icon .icon.icon_left,
.button_icon-inline .icon.icon_left {
  margin-right: 0.625rem;
}

.button_icon .icon.icon_right,
.button_icon-inline .icon.icon_right {
  margin-left: 0.625rem;
}

.button_icon .icon.icon_primary,
.button_icon-inline .icon.icon_primary {
  fill: #006a1a;
}

.button_icon .icon.icon_secondary,
.button_icon-inline .icon.icon_secondary {
  fill: #fec600;
}

.button_icon .icon.icon_white,
.button_icon-inline .icon.icon_white {
  fill: #ffffff;
}

.button_icon .icon.icon_black,
.button_icon-inline .icon.icon_black {
  fill: #010101;
}

@-webkit-keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* typography title */
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333333;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

.title, .banner__caption--title {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.subtitle {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}

.title-bar {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 75em) {
  .title-bar {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 118.75em) {
  .title-bar {
    margin-bottom: 2.5rem;
  }
}

.title {
  font-family: "Heebo", sans-serif;
  color: #333333;
  line-height: 1.3em;
  margin-bottom: 0.9375rem;
}

.title--underline {
  position: relative;
  padding-bottom: 1.25rem;
}

.title--underline::after {
  content: '';
  width: 40px;
  height: 4px;
  background-color: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.subtitle {
  font-family: "Heebo", sans-serif;
  color: #333333;
}

.section-title {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.0em;
  margin-bottom: 1.25rem;
  color: #333333;
}

@media screen and (min-width: 75em) {
  .section-title {
    font-size: 0.875rem;
  }
}

.label {
  display: inline-block;
  border-radius: 3px;
  font-size: 0.5rem;
  padding: 0.5rem 0.625rem 0.375rem 0.625rem;
  font-weight: 500;
  line-height: 1.0em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  background-color: #999999;
  color: #ffffff;
}

@media print, screen and (min-width: 48em) {
  .label {
    font-size: 10px;
  }
}

@media screen and (min-width: 118.75em) {
  .label {
    font-size: 0.75rem;
  }
}

.label--primary {
  background-color: #006a1a;
  color: #ffffff;
}

.label--secondary {
  background-color: #fec600;
  color: #333333;
}

.label--bigger {
  font-size: 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .label--bigger {
    font-size: 14px;
  }
}

@media screen and (min-width: 118.75em) {
  .label--bigger {
    font-size: 1.125rem;
  }
}

.label--text {
  display: block;
  font-size: 0.75rem;
  padding: 0.625rem 0;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #006a1a;
}

@media screen and (min-width: 75em) {
  .label--text {
    font-size: 0.875rem;
  }
}

/* type utils */
.text {
  color: #333333;
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 118.75em) {
  .text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.text p:last-child {
  margin-bottom: 0;
}

small,
.text-small {
  font-size: 80%;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

strong,
.font-weight-bold,
.font-weight-bold p,
.font-weight-bold li {
  font-weight: 500;
}

.font-weight-light,
.font-weight-light p,
.font-weight-light li {
  font-weight: 300;
}

/* type colors utils */
.font-color-white,
.font-color-white p,
.font-color-white a {
  color: #ffffff !important;
}

/* alignment */
@media print, screen and (min-width: 48em) {
  .medium-text-right {
    text-align: right;
  }
}

/* link */
a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
          transition: opacity 0.3s ease, color 0.3s ease;
}

a:hover, a:focus {
  color: #006a1a;
}

.link-underline {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.link-underline:hover, .link-underline:focus {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

/* tooltip */
.tooltip {
  font-weight: 400;
}

/* font color */
.font-color-white {
  color: #ffffff !important;
}

/* units */
.unit {
  position: relative;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media print, screen and (min-width: 64em) {
  .unit {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 118.75em) {
  .unit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 48em) {
  .unit.unit_small_padding-top {
    padding-top: 45px;
  }
}

@media print, screen and (min-width: 48em) {
  .unit.unit_small_padding-bottom {
    padding-bottom: 45px;
  }
}

.unit.unit_remove_padding-top {
  padding-top: 0;
}

.unit.unit_remove_padding-bottom {
  padding-bottom: 0;
}

/* XY grid */
.grid-x {
  /* grid large */
}

.grid-x.grid-padding-y > .cell.padding-top-3 {
  padding-top: 45px;
}

.grid-x.grid-padding-y > .cell.padding-top-2 {
  padding-top: 30px;
}

.grid-x .grid-x-large-wrapper {
  overflow-x: hidden;
}

@media screen and (min-width: 118.75em) {
  .grid-x.grid-x_large {
    margin-left: calc(*-2);
    margin-right: calc(*-2);
  }
  .grid-x.grid-x_large.grid-padding-x > .cell {
    padding-left: calc(*2);
    padding-right: calc(*2);
  }
  .grid-x.grid-x_large.grid-margin-x > .cell {
    margin-left: calc(*2);
    margin-right: calc(*2);
  }
}

.cell.cell_collapse {
  padding-left: 0;
  padding-right: 0;
}

.vmt-0 {
  margin-top: 0rem !important;
}

.vmb-0 {
  margin-bottom: 0rem !important;
}

.vpt-0 {
  padding-top: 0rem !important;
}

.vpb-0 {
  padding-bottom: 0rem !important;
}

.vmt-1 {
  margin-top: 0.5rem !important;
}

.vmb-1 {
  margin-bottom: 0.5rem !important;
}

.vpt-1 {
  padding-top: 0.5rem !important;
}

.vpb-1 {
  padding-bottom: 0.5rem !important;
}

.vmt-2 {
  margin-top: 1rem !important;
}

.vmb-2 {
  margin-bottom: 1rem !important;
}

.vpt-2 {
  padding-top: 1rem !important;
}

.vpb-2 {
  padding-bottom: 1rem !important;
}

.vmt-3 {
  margin-top: 1.5rem !important;
}

.vmb-3 {
  margin-bottom: 1.5rem !important;
}

.vpt-3 {
  padding-top: 1.5rem !important;
}

.vpb-3 {
  padding-bottom: 1.5rem !important;
}

.vmt-4 {
  margin-top: 2rem !important;
}

.vmb-4 {
  margin-bottom: 2rem !important;
}

.vpt-4 {
  padding-top: 2rem !important;
}

.vpb-4 {
  padding-bottom: 2rem !important;
}

.vmt-5 {
  margin-top: 2.5rem !important;
}

.vmb-5 {
  margin-bottom: 2.5rem !important;
}

.vpt-5 {
  padding-top: 2.5rem !important;
}

.vpb-5 {
  padding-bottom: 2.5rem !important;
}

.vmt-6 {
  margin-top: 3rem !important;
}

.vmb-6 {
  margin-bottom: 3rem !important;
}

.vpt-6 {
  padding-top: 3rem !important;
}

.vpb-6 {
  padding-bottom: 3rem !important;
}

.vmt-7 {
  margin-top: 3.5rem !important;
}

.vmb-7 {
  margin-bottom: 3.5rem !important;
}

.vpt-7 {
  padding-top: 3.5rem !important;
}

.vpb-7 {
  padding-bottom: 3.5rem !important;
}

.vmt-8 {
  margin-top: 4rem !important;
}

.vmb-8 {
  margin-bottom: 4rem !important;
}

.vpt-8 {
  padding-top: 4rem !important;
}

.vpb-8 {
  padding-bottom: 4rem !important;
}

.vmt-9 {
  margin-top: 4.5rem !important;
}

.vmb-9 {
  margin-bottom: 4.5rem !important;
}

.vpt-9 {
  padding-top: 4.5rem !important;
}

.vpb-9 {
  padding-bottom: 4.5rem !important;
}

.vmt-10 {
  margin-top: 5rem !important;
}

.vmb-10 {
  margin-bottom: 5rem !important;
}

.vpt-10 {
  padding-top: 5rem !important;
}

.vpb-10 {
  padding-bottom: 5rem !important;
}

.vmt-11 {
  margin-top: 5.5rem !important;
}

.vmb-11 {
  margin-bottom: 5.5rem !important;
}

.vpt-11 {
  padding-top: 5.5rem !important;
}

.vpb-11 {
  padding-bottom: 5.5rem !important;
}

.vmt-12 {
  margin-top: 6rem !important;
}

.vmb-12 {
  margin-bottom: 6rem !important;
}

.vpt-12 {
  padding-top: 6rem !important;
}

.vpb-12 {
  padding-bottom: 6rem !important;
}

.vmt-13 {
  margin-top: 6.5rem !important;
}

.vmb-13 {
  margin-bottom: 6.5rem !important;
}

.vpt-13 {
  padding-top: 6.5rem !important;
}

.vpb-13 {
  padding-bottom: 6.5rem !important;
}

.vmt-14 {
  margin-top: 7rem !important;
}

.vmb-14 {
  margin-bottom: 7rem !important;
}

.vpt-14 {
  padding-top: 7rem !important;
}

.vpb-14 {
  padding-bottom: 7rem !important;
}

.vmt-15 {
  margin-top: 7.5rem !important;
}

.vmb-15 {
  margin-bottom: 7.5rem !important;
}

.vpt-15 {
  padding-top: 7.5rem !important;
}

.vpb-15 {
  padding-bottom: 7.5rem !important;
}

.vmt-16 {
  margin-top: 8rem !important;
}

.vmb-16 {
  margin-bottom: 8rem !important;
}

.vpt-16 {
  padding-top: 8rem !important;
}

.vpb-16 {
  padding-bottom: 8rem !important;
}

.vmt-17 {
  margin-top: 8.5rem !important;
}

.vmb-17 {
  margin-bottom: 8.5rem !important;
}

.vpt-17 {
  padding-top: 8.5rem !important;
}

.vpb-17 {
  padding-bottom: 8.5rem !important;
}

.vmt-18 {
  margin-top: 9rem !important;
}

.vmb-18 {
  margin-bottom: 9rem !important;
}

.vpt-18 {
  padding-top: 9rem !important;
}

.vpb-18 {
  padding-bottom: 9rem !important;
}

.vmt-19 {
  margin-top: 9.5rem !important;
}

.vmb-19 {
  margin-bottom: 9.5rem !important;
}

.vpt-19 {
  padding-top: 9.5rem !important;
}

.vpb-19 {
  padding-bottom: 9.5rem !important;
}

.vmt-20 {
  margin-top: 10rem !important;
}

.vmb-20 {
  margin-bottom: 10rem !important;
}

.vpt-20 {
  padding-top: 10rem !important;
}

.vpb-20 {
  padding-bottom: 10rem !important;
}

/* COMPONENTS
Questa cartella contiente la maggior parte degli stili del sito ed
è suddivisa in componenti indipendenti tra loro. I selettori consentiti per i
componenti sono solamente selettori di classe ed è consigliato utilizzare una
sintssi di tipo BEM o similari. All'interno del componente è consentito ma
sconsigliato, l'utilizzo di altri tipi di selettori. Ogni file deve contenere
all'interno un solo componente principale, definito da una classe con lo stesso
nome del file. Se necessario, è possibile raggruppare i componenti dello stesso
tipo in sottocartelle per una miglior organizzazione. I componenti possono
essere innestati uno dentro l'altro ma non devono interagire tra di loro, ovvero
lo stile di un componente non deve dipendere dal componente che lo contiene.
*/
/* Animation */
[sm-fadeIn] {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
}

[sm-fadeIn].is-animated {
  opacity: 1;
}

[sm-card-reveal] {
  position: relative;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 120);
      -ms-transform: matrix(1, 0, 0, 1, 0, 120);
          transform: matrix(1, 0, 0, 1, 0, 120);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease, box-shadow 0.4s ease;
          transition: opacity 1s ease, transform 1s ease, box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[sm-card-reveal].is-animated {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

[sm-visual-banner-reveal] .visual-banner__caption {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease, box-shadow 0.4s ease;
          transition: opacity 1s ease, transform 1s ease, box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 64em) {
  [sm-visual-banner-reveal] .visual-banner__caption {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 120);
        -ms-transform: matrix(1, 0, 0, 1, 0, 120);
            transform: matrix(1, 0, 0, 1, 0, 120);
  }
}

[sm-visual-banner-reveal] .visual-banner__media {
  opacity: 0;
}

[sm-visual-banner-reveal].is-animated .visual-banner__caption {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

[sm-visual-banner-reveal].is-animated .visual-banner__media {
  opacity: 1;
  -webkit-transition: opacity 1s ease, box-shadow 0.4s ease;
          transition: opacity 1s ease, box-shadow 0.4s ease;
}

.breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: block;
  color: #999999;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  font-size: 12px;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 118.75em) {
  .breadcrumbs__item {
    font-size: 13px;
  }
}

.breadcrumbs__item:last-child {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

@media print, screen and (min-width: 48em) {
  .breadcrumbs__item:last-child {
    width: 200px;
  }
}

.breadcrumbs__link {
  color: #999999;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #999999;
}

.breadcrumbs__item:not(:last-child):after {
  content: '/';
  position: relative;
  display: inline-block;
  color: #999999;
  padding: 0 4px 0 6px;
  opacity: 0.7;
  vertical-align: top;
}

@media print, screen and (min-width: 48em) {
  .breadcrumbs__item:not(:last-child):after {
    padding: 0 10px 0 8px;
  }
}

.breadcrumbs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1.25rem 0;
}

@media screen and (min-width: 75em) {
  .breadcrumbs-container {
    margin: 1.875rem 0;
  }
}

@media screen and (min-width: 118.75em) {
  .breadcrumbs-container {
    margin: 2.5rem 0;
  }
}

/* button */
.button {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
  padding: 0.875rem 1.125rem;
  overflow: hidden;
  outline: none;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  z-index: 1;
}

@media screen and (min-width: 118.75em) {
  .button {
    font-size: 16px;
    padding: 1rem 1.75rem;
  }
}

.button::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #005a16;
  -webkit-transition: width 0.3s ease;
          transition: width 0.3s ease;
  z-index: -1;
}

.button:hover {
  background-color: #006a1a !important;
  color: #ffffff;
  border-color: #005a16;
}

.button:hover::before {
  width: 100%;
}

.button.secondary::before {
  background-color: #E8A20C;
}

.button.secondary:hover {
  background-color: #fec600 !important;
  color: #ffffff;
  border-color: #E8A20C;
}

.button.secondary:hover svg {
  fill: #ffffff;
}

.button.hollow {
  color: #006a1a;
  border-color: #006a1a;
  border-width: 1px;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
          transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.button.hollow svg {
  fill: #006a1a;
}

.button.hollow:hover, .button.hollow:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff;
}

.button.hollow:hover::before, .button.hollow:focus::before {
  width: 100%;
}

.button.hollow:hover svg, .button.hollow:focus svg {
  fill: #ffffff;
}

.button.hollow.secondary {
  border: 1px solid #333333;
  color: #333333;
}

.button.hollow.secondary::before {
  background-color: #333333;
}

.button.hollow.secondary:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff;
}

.button.hollow--negative {
  background: transparent;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.button.hollow--negative:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #010101 !important;
}

.button--text {
  color: #006a1a;
  border-width: 0px;
  background-color: transparent;
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
          transition: color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.button--text svg {
  fill: #006a1a;
}

.button--text:hover, .button--text:focus {
  color: #006a1a;
  background-color: transparent !important;
  opacity: 0.80;
}

.button--text--negative {
  background: transparent;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.button--text--negative:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: 1;
  text-decoration: underline !important;
}

.button--text--positive {
  background: transparent;
  border-color: #333333 !important;
  color: #333333 !important;
}

.button--text--positive:hover {
  background-color: transparent !important;
  color: #006a1a !important;
  opacity: 1;
  text-decoration: underline !important;
}

.button--text::before {
  display: none;
}

.button.small {
  font-size: 12px;
}

@media screen and (min-width: 75em) {
  .button.small {
    font-size: 14px;
  }
}

.button.tiny {
  font-size: 0.6875rem;
  line-height: 1em;
  padding: 0.5rem 0.625rem;
}

/* button list */
.button-list {
  list-style: none;
  margin-left: 0;
}

.button-list > li {
  display: block;
}

/* button group */
.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 0;
}

.button-group > li {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .button-group > li {
    width: auto;
  }
}

.button-group > li:not(:last-child) {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 48em) {
  .button-group > li:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.button-group .button {
  width: 100%;
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .button-group .button {
    width: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .button.small-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .button.medium-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .button.medium-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .button.medium-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .button.large-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 74.9375em) {
  .button.large-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button.large-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* radio / checkbox */
.custom-radio,
.custom-checkbox {
  display: inline-block;
  height: 18px;
  width: 18px;
  overflow: hidden;
  margin-top: -4px;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 2px solid #e8e8e9;
  -webkit-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
  -webkit-transition-property: background-color, border;
          transition-property: background-color, border;
}

.custom-radio:focus,
.custom-checkbox:focus {
  outline: none;
  border-color: #010101;
  box-shadow: none;
}

.custom-radio:checked,
.custom-checkbox:checked {
  background-color: #006a1a;
  border-color: #006a1a;
  box-shadow: none;
}

.custom-radio:checked:focus,
.custom-checkbox:checked:focus {
  background-color: #006a1a;
}

.custom-radio:disabled,
.custom-checkbox:disabled {
  background-color: #e8e8e9;
  border-color: #e5e5e5;
}

.custom-checkbox {
  vertical-align: top;
  margin-top: 5px;
}

.custom-radio {
  position: relative;
  border-radius: 50%;
}

.custom-radio:disabled:checked::after, .custom-radio:checked::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
}

.custom-checkbox {
  border-radius: 3px;
}

.custom-checkbox:checked {
  background-image: url("../images/spritesheet/checkbox-checked.svg");
}

.custom-checkbox:indeterminate {
  background-image: url("../images/spritesheet/checkbox-indeterminate.svg");
}

.custom-checkbox:disabled:checked {
  background-image: url("../images/spritesheet/checkbox-disabled-checked.svg");
}

.custom-checkbox:disabled:indeterminate {
  background-image: url("../images/spritesheet/checkbox-disabled-indeterminate.svg");
}

.custom-checkbox-list {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.3125rem;
}

.custom-checkbox-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.75rem;
}

.custom-checkbox-list .custom-checkbox {
  margin-top: 0;
}

.custom-checkbox-list label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  text-transform: none !important;
  margin-right: 0 !important;
  line-height: 1.4em !important;
}

@media print, screen and (min-width: 48em) {
  .custom-checkbox-list label {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 75em) {
  .custom-checkbox-list label {
    font-size: 0.875rem !important;
  }
}

.custom-checkbox-list label.is-disabled {
  color: lightgrey !important;
}

.custom-checkbox-list__inline {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.custom-checkbox-list__inline li {
  padding-top: 0.75rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 47.99875em) {
  .custom-checkbox-list__inline li {
    display: block;
    width: 100%;
  }
}

.custom-checkbox-list__inline .custom-checkbox {
  margin-top: 0;
  vertical-align: middle !important;
}

.custom-checkbox-list__inline label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  text-transform: none !important;
  margin-right: 0 !important;
  margin-left: 3px !important;
  line-height: 1.4em !important;
}

@media print, screen and (min-width: 48em) {
  .custom-checkbox-list__inline label {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 75em) {
  .custom-checkbox-list__inline label {
    font-size: 0.875rem !important;
  }
}

.custom-checkbox-list__inline label.is-disabled {
  color: lightgrey !important;
}

/* errors */
.form-error {
  color: #f0506e;
  font-family: "Heebo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  margin: 0;
  position: relative;
  right: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

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

/* input */
input:not([type="submit"]):not([type='checkbox']):not([type='radio']).is-invalid-input,
textarea.is-invalid-input,
select.is-invalid-input {
  border-color: #f0506e !important;
  background-color: transparent;
}

input:not([type="submit"]):not([type='checkbox']):not([type='radio']).is-invalid-input:not(:focus),
textarea.is-invalid-input:not(:focus),
select.is-invalid-input:not(:focus) {
  background-color: transparent;
}

input[type='radio'].is-invalid-input, [type='checkbox'].is-invalid-input {
  border-color: #f0506e !important;
  background-color: transparent;
}

/* privacy GDPR  */
.privacy-agreement__radio .is-invalid-input + label {
  color: #f0506e;
}

/* input group */
.input-group .input-group-field.is-invalid-input + .input-group-label,
.input-group .input-group-field.is-invalid-input + .input-group-button {
  border-color: #f0506e !important;
  border-left: 0;
}

.input-group .form-error {
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 8px;
}

/* privacy */
.privacy-agreement {
  /* header */
  /* blocks */
}

.privacy-agreement p,
.privacy-agreement a {
  font-size: 14px;
  text-transform: none;
}

.privacy-agreement__header {
  font-size: 14px;
}

@media print, screen and (min-width: 48em) {
  .privacy-agreement__header {
    margin-bottom: 15px;
  }
}

.privacy-agreement__block {
  padding-top: 20px;
}

@media print, screen and (min-width: 48em) {
  .privacy-agreement__block {
    padding-bottom: 20px;
  }
}

.privacy-agreement__radio label {
  color: #333333 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  margin-right: 0;
}

.privacy-agreement__checkbox label {
  color: #333333 !important;
  text-transform: none !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  margin-right: 0;
  width: 85%;
}

@media print, screen and (min-width: 64em) {
  .privacy-agreement__checkbox label {
    width: 90%;
  }
}

@media screen and (min-width: 118.75em) {
  .privacy-agreement__checkbox label {
    font-size: 1rem !important;
  }
}

.privacy-agreement__checkbox label a {
  color: #006a1a;
}

.privacy-agreement__text {
  margin-top: 5px;
}

.privacy-agreement__text p,
.privacy-agreement__text a {
  font-size: 14px;
  line-height: 1.4;
}

.privacy-agreement__dropdown * {
  font-size: 14px;
}

.privacy-agreement__dropdown p:last-of-type {
  margin-bottom: 0;
}

.privacy-agreement-footer {
  font-size: 14px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 48em) {
  .privacy-agreement-footer {
    margin-bottom: 0;
  }
}

.privacy-agreement-footer p {
  font-size: 14px;
  /* override inline styles */
}

.privacy-agreement-footer p span {
  font-family: "Heebo", sans-serif !important;
  font-size: 14px !important;
}

.privacy-agreement-footer p:last-child {
  margin-bottom: 0;
}

/* subscribe */
.form-subscribe {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .form-subscribe {
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .form-subscribe {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .form-subscribe:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url(../images/spritesheet/envelope.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
}

.form-subscribe input,
.form-subscribe input:focus {
  position: relative;
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #333333;
  height: 50px !important;
  display: inline-block;
  margin: 0 !important;
  font-size: 0.875rem !important;
  padding: 0.625rem 6.25rem 0.625rem 0.625rem !important;
  text-align: left;
  border-radius: 1000px !important;
}

@media print, screen and (min-width: 48em) {
  .form-subscribe input,
  .form-subscribe input:focus {
    text-align: left;
    padding: 0.625rem 6.25rem 0.625rem 3.75rem !important;
  }
}

@media screen and (min-width: 118.75em) {
  .form-subscribe input,
  .form-subscribe input:focus {
    font-size: 1rem !important;
    padding: 0.625rem 6.25rem 0.625rem 4.375rem !important;
    height: 60px !important;
  }
}

.form-subscribe__button {
  font-family: "Heebo", sans-serif;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  margin: 4px;
  background: #fec600;
  display: inline-block;
  padding: 0.875rem 1.25rem;
  border-radius: 1000px;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  position: absolute;
  right: 1px;
  top: 0;
  width: auto;
  height: 42px;
}

@media print, screen and (min-width: 48em) {
  .form-subscribe__button {
    padding: 0.875rem 1.875rem;
  }
}

@media screen and (min-width: 118.75em) {
  .form-subscribe__button {
    height: 52px;
  }
}

.form-subscribe__button:hover, .form-subscribe__button:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #006a1a;
  outline: none;
}

.form-subscribe .custom-checkbox__label {
  color: #010101 !important;
  font-size: 0.6875rem;
  text-align: left !important;
}

.form-subscribe .custom-checkbox__label a {
  color: #010101 !important;
  font-size: 0.6875rem;
  padding-left: 1.875rem;
}

@media screen and (max-width: 47.99875em) {
  .form-subscribe .custom-checkbox__label a {
    padding-left: 0;
  }
}

.form-subscribe div:not(.switch) input[type="checkbox"].custom-checkbox__checkbox + .custom-checkbox__label span.custom-checkbox__shape {
  border: 1px solid #818181 !important;
}

.form-subscribe div:not(.switch) input[type="checkbox"]:checked + .custom-checkbox__label span.custom-checkbox__shape:after {
  background-image: url("../../images/spritesheet/check.svg") !important;
}

/* form */
form,
.form {
  /* Change Autocomplete styles in Chrome*/
}

form input:not([type="submit"]):not([type='checkbox']):not([type='radio']),
form textarea,
form select,
.form input:not([type="submit"]):not([type='checkbox']):not([type='radio']),
.form textarea,
.form select {
  color: #333333;
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  border-radius: 3px;
  border: 2px solid #e8e8e9;
  box-shadow: none;
  background-color: #ffffff;
  height: auto;
  padding: 10px;
  margin-bottom: 30px;
  -webkit-transition: border .3s ease;
          transition: border .3s ease;
}

form input:not([type="submit"]):not([type='checkbox']):not([type='radio']):focus,
form textarea:focus,
form select:focus,
.form input:not([type="submit"]):not([type='checkbox']):not([type='radio']):focus,
.form textarea:focus,
.form select:focus {
  border-width: 2px;
  border-color: #fec600;
  background-color: #ffffff;
  box-shadow: none;
}

form legend,
.form legend {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: normal;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
}

form select,
.form select {
  background-image: url("../images/spritesheet/chevron-down.svg");
  background-position: calc(100% - 15px) center;
  background-size: 14px 14px;
  background-origin: initial;
  padding: 10px 40px 10px 10px;
  color: rgba(51, 51, 51, 0.6);
}

form select.is-selected,
.form select.is-selected {
  font-weight: 400;
  color: #333333;
}

form label,
.form label {
  position: relative;
  color: #006a1a;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.8;
}

form label input:not([type="submit"]):not([type='checkbox']):not([type='radio']),
form label select,
form label textarea,
form label + .input-group,
.form label input:not([type="submit"]):not([type='checkbox']):not([type='radio']),
.form label select,
.form label textarea,
.form label + .input-group {
  margin-top: 5px;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus,
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

/* input group */
.input-group {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.input-group input:not([type="submit"]):not([type='checkbox']):not([type='radio']),
.input-group select {
  margin: 0;
}

.input-group input:not([type="submit"]):not([type='checkbox']):not([type='radio']):first-child,
.input-group select:first-child {
  border-right: 0;
}

.input-group input:not([type="submit"]):not([type='checkbox']):not([type='radio']):focus + .input-group-label,
.input-group select:focus + .input-group-label {
  border-color: #e8e8e9;
  border-left: 0;
}

.input-group input:not([type="submit"]):not([type='checkbox']):not([type='radio']) + .input-group-label,
.input-group select + .input-group-label {
  border-left: 0;
}

.input-group .input-group-button {
  background-color: transparent;
  border: 1px solid #e8e8e9;
  border-left: 0;
  -webkit-transition: border .3s ease;
          transition: border .3s ease;
}

.input-group .input-group-button svg,
.input-group .input-group-button .input-group-button__icon {
  width: 14px;
  height: 14px;
}

.input-group .input-group-button button {
  background-color: transparent;
}

/* placeholders */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
}

/* remove all default webkit search fild styling */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* lazysizes */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}

.lazyload-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: -webkit-filter 1s ease, filter 1s ease;
          transition: filter 1s ease;
}

.lazyload-blur.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* page nav */
.page-nav {
  margin-bottom: 15px;
  /* back to */
  /* icon nav */
}

.page-nav__back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: 1px solid rgba(1, 1, 1, 0.3);
  border-radius: 3px;
  padding: 0.3125rem 0.625rem;
  -webkit-transition: border-color 0.3s ease;
          transition: border-color 0.3s ease;
}

@media screen and (min-width: 75em) {
  .page-nav__back {
    font-size: 0.8125rem;
  }
}

.page-nav__back span {
  text-decoration: underline;
}

.page-nav__back svg,
.page-nav__back .icon {
  width: 12px;
  height: 12px;
  fill: #999999;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
}

.page-nav__back:hover, .page-nav__back:focus {
  border-color: #006a1a;
  color: #006a1a;
}

.page-nav__back:hover svg,
.page-nav__back:hover .icon, .page-nav__back:focus svg,
.page-nav__back:focus .icon {
  fill: #006a1a;
}

.page-nav__icon-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-nav__icon-nav > li:not(:last-child) {
  margin-right: 15px;
}

.page-nav__icon-nav > li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid rgba(1, 1, 1, 0.3);
  border-radius: 100%;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
          transition: border-color 0.3s ease;
}

.page-nav__icon-nav > li > a svg,
.page-nav__icon-nav > li > a .icon {
  width: 12px;
  height: 12px;
  fill: #999999;
}

.page-nav__icon-nav > li > a:hover, .page-nav__icon-nav > li > a:focus {
  border-color: #006a1a;
}

.page-nav__icon-nav > li > a:hover svg,
.page-nav__icon-nav > li > a:hover .icon, .page-nav__icon-nav > li > a:focus svg,
.page-nav__icon-nav > li > a:focus .icon {
  fill: #006a1a;
}

.page-nav > .grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-nav > .grid-x > .cell {
  width: auto;
}

/* share */
.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 0;
  padding: 0;
  /* background customizations */
}

.share__label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.share > li:not(:last-child) {
  margin-right: 10px;
}

@media print, screen and (min-width: 48em) {
  .share > li:not(:last-child) {
    margin-right: 15px;
  }
}

.share > li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.share > li > a .icon {
  display: block;
  width: 26px;
  height: 26px;
  fill: #333333;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.share > li > a:hover, .share > li > a:focus {
  opacity: 0.70;
}

.share__item.share__item_facebook:hover svg {
  fill: #1877f2;
}

.share__item.share__item_twitter:hover svg {
  fill: #000000;
}

.share__item.share__item_linkedin:hover svg {
  fill: #007bb5;
}

.share__item.share__item_instagram:hover svg {
  fill: #c32aa3;
}

.share__item.share__item_pinterest:hover svg {
  fill: #bd081c;
}

.share__item.share__item_youtube:hover svg {
  fill: #ff0000;
}

/* social list */
.social-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  /* background customizations */
}

@media print, screen and (min-width: 48em) {
  .social-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.social-list.social-list_top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social-list > li {
  position: relative;
  display: block;
}

.social-list > li:not(:last-child) {
  padding-right: 12px;
}

.social-list__item {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.5s ease;
          transition: background-color 0.5s ease;
}

.social-list__item svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}

.social-list__item:hover, .social-list__item:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.social-list__item.social-list__item_facebook:hover, .social-list__item.social-list__item_facebook:focus {
  background-color: #1877f2;
}

.social-list__item.social-list__item_twitter:hover, .social-list__item.social-list__item_twitter:focus {
  background-color: #000000;
}

.social-list__item.social-list__item_linkedin:hover, .social-list__item.social-list__item_linkedin:focus {
  background-color: #007bb5;
}

.social-list__item.social-list__item_instagram:hover, .social-list__item.social-list__item_instagram:focus {
  background-color: #c32aa3;
}

.social-list__item.social-list__item_pinterest:hover, .social-list__item.social-list__item_pinterest:focus {
  background-color: #bd081c;
}

.social-list__item.social-list__item_youtube:hover, .social-list__item.social-list__item_youtube:focus {
  background-color: #ff0000;
}

.has-tip {
  border: 0;
  cursor: auto;
}

.tap-to-close {
  display: none;
}

.js-accordion .js-accordion-submenu {
  display: none;
}

.js-accordion .is-expanded {
  display: block;
}

/* main visual */
.main-visual {
  position: relative;
  display: block;
  background-color: #006a1a;
  /* media */
  /* caption */
  /* type */
  /* banner G20 */
  /* swiper */
}

@media screen and (max-width: 47.99875em) {
  .main-visual {
    margin-left: calc(20px/-2);
    margin-right: calc(20px/-2);
  }
}

@media print, screen and (min-width: 48em) {
  .main-visual {
    background-color: transparent;
  }
}

.main-visual .lazyload,
.main-visual .lazyloading {
  opacity: 1;
}

.main-visual .swiper-slide {
  overflow: hidden;
}

.main-visual__media {
  z-index: 0;
  box-sizing: border-box;
}

.main-visual__media img {
  z-index: 0;
}

@media print, screen and (min-width: 48em) {
  .main-visual__media::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(1, 1, 1, 0.2);
    z-index: 1;
  }
  .main-visual__media::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
  }
}

.main-visual__caption {
  position: relative;
  display: block;
  padding: 20px;
  z-index: 1;
  /* position */
}

@media print, screen and (min-width: 48em) {
  .main-visual__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    padding: calc(30px*1.5);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__caption {
    width: 50%;
    padding: calc(30px*2);
  }
}

@media screen and (min-width: 75em) {
  .main-visual__caption {
    padding: 100px;
  }
}

.main-visual__caption * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media print, screen and (min-width: 48em) {
  .main-visual__caption.main-visual__caption_right {
    left: initial;
    right: 0;
    text-align: right;
  }
}

@media print, screen and (min-width: 48em) {
  .main-visual__caption.main-visual__caption_center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

.main-visual__title {
  color: #ffffff;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 48em) {
  .main-visual__title {
    font-size: 22px;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__title {
    font-size: 30px;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__title {
    font-size: 44px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 118.75em) {
  .main-visual__title {
    font-size: 60px;
  }
}

.main-visual__label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 75em) {
  .main-visual__label {
    font-size: 16px;
  }
}

.main-visual__link {
  display: inline-block;
  margin-top: 0.3125rem;
  margin-bottom: 0;
}

@media screen and (min-width: 75em) {
  .main-visual__link {
    margin-top: 1.25rem;
  }
}

.main-visual__logo-anniversario {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: block;
  z-index: 2;
}

@media screen and (min-width: 75em) {
  .main-visual__logo-anniversario {
    top: 2.5rem;
    right: 3.75rem;
  }
}

@media screen and (min-width: 118.75em) {
  .main-visual__logo-anniversario {
    right: 5rem;
  }
}

.main-visual__logo-anniversario svg {
  width: 71px;
  height: 60px;
}

@media print, screen and (min-width: 48em) {
  .main-visual__logo-anniversario svg {
    width: 71px;
    height: 60px;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__logo-anniversario svg {
    width: 95px;
    height: 80px;
  }
}

@media screen and (min-width: 118.75em) {
  .main-visual__logo-anniversario svg {
    width: 119px;
    height: 100px;
  }
}

.main-visual__banner-g20 {
  display: block;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

@media print, screen and (min-width: 48em) {
  .main-visual__banner-g20 {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 2;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__banner-g20 {
    top: 2.5rem;
    right: 3.75rem;
  }
}

@media screen and (min-width: 118.75em) {
  .main-visual__banner-g20 {
    right: 5rem;
  }
}

.main-visual__banner-g20__inner {
  padding: 15px 30px 0 30px;
}

.main-visual__banner-g20__title {
  color: #083c76;
  font-weight: 600;
}

.main-visual__banner-g20__subtitle {
  color: #083c76;
  font-weight: 500;
}

.main-visual__banner-g20__logo {
  padding-bottom: 15px;
}

.main-visual__banner-g20__logo img {
  max-height: 100px;
}

@media screen and (min-width: 118.75em) {
  .main-visual__banner-g20__logo img {
    max-height: 128px;
  }
}

.main-visual__banner-g20__button {
  border-radius: 0 0 3px 3px;
  background-color: #f7ae40 !important;
  color: #ffffff !important;
  font-weight: 600;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-visual__banner-g20__button svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.main-visual.main-visual_swiper .main-visual__caption {
  -webkit-animation: none;
          animation: none;
  margin: 0 1.25rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .main-visual.main-visual_swiper .main-visual__caption {
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
    margin: 0;
  }
}

.main-visual.main-visual_swiper .swiper-slide.swiper-slide-active .main-visual__caption {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.3s;
          transition: opacity 1s ease 0.3s;
}

@media screen and (max-width: 47.99875em) {
  .main-visual.main-visual_swiper .swiper-pagination.swiper-pagination_absolute {
    position: relative;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

/* swiper */
/* swiper button */
.swiper-button-prev,
.swiper-button-next {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  /* disabled */
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button {
  background-color: #ffffff;
  cursor: pointer;
  /* disabled */
  /* position */
}

.swiper-button:focus {
  outline: none;
}

.swiper-button__icon,
.swiper-button svg {
  fill: #010101;
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.70;
  -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}

@media print, screen and (min-width: 48em) {
  .swiper-button__icon.swiper-button__icon_large,
  .swiper-button svg.swiper-button__icon_large {
    width: 24px;
    height: 24px;
  }
}

.swiper-button:hover .swiper-button__icon,
.swiper-button:hover svg {
  opacity: 1.00;
}

.swiper-button.swiper-button-disabled {
  display: none;
}

.swiper-button.swiper-button_absolute {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgba(1, 1, 1, 0.5);
}

.swiper-button.swiper-button_absolute.swiper-button-prev {
  left: 0;
}

@media print, screen and (min-width: 48em) {
  .swiper-button.swiper-button_absolute.swiper-button-prev {
    left: calc(30px/2);
  }
}

.swiper-button.swiper-button_absolute.swiper-button-next {
  right: 0;
}

@media print, screen and (min-width: 48em) {
  .swiper-button.swiper-button_absolute.swiper-button-next {
    right: calc(30px/2);
  }
}

/* swiper pagination */
.swiper-pagination-bullet:only-child {
  visibility: hidden !important;
}

.swiper-pagination,
.swiper-container-horizontal > .swiper-pagination-bullets {
  display: block;
  margin: 15px 0;
  padding: 0;
  bottom: initial;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* color */
  /* position  */
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0, 106, 26, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 106, 26, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
          transition: box-shadow 0.3s ease, background-color 0.3s ease;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus {
  background-color: rgba(0, 106, 26, 0.5);
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  box-shadow: 0 0 0 2px #006a1a;
}

.swiper-pagination .swiper-pagination-bullet-active:hover, .swiper-pagination .swiper-pagination-bullet-active:focus {
  outline: none;
}

.swiper-pagination.swiper-pagination_white .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

.swiper-pagination.swiper-pagination_white .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .swiper-pagination.swiper-pagination_white .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.swiper-pagination.swiper-pagination_white .swiper-pagination-bullet-active {
  background-color: transparent;
  box-shadow: 0 0 0 2px #ffffff;
}

.swiper-pagination.swiper-pagination_absolute {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0;
}

/* Swiper scrollbar */
.swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  bottom: auto;
  width: calc(100% - calc(20px*2));
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  margin-top: 30px;
  height: 6px;
  border-radius: 0;
  background-color: transparent;
}

@media print, screen and (min-width: 48em) {
  .swiper-container-horizontal > .swiper-scrollbar {
    width: calc(100% - 30px);
    margin-top: 45px;
  }
}

.swiper-container-horizontal > .swiper-scrollbar::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(1, 1, 1, 0.2);
}

.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  height: 6px;
  border-radius: 0;
  background-color: #010101;
  cursor: pointer;
}

.swiper.swiper_width-auto .swiper-container {
  width: 100%;
  height: 100%;
}

.swiper .swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.swiper .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

[data-product-swiper] .swiper-slide {
  width: calc(50% - 1.25rem);
}

/* card */
.card {
  position: relative;
  box-sizing: border-box;
  /* type */
}

.card__media {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card__media img {
  border-radius: 3px;
}

.card__media.video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/spritesheet/ico-play-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 48em) {
  .card__media.video:after {
    width: 60px;
    height: 60px;
  }
}

.card__media.border img {
  border-radius: 3px;
  border: 1px solid #e8e8e9;
}

.card__body--padding-top {
  padding-top: 1.25rem;
}

.card__label {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #006a1a;
  padding: 0.3125rem 0.625rem;
  text-transform: uppercase;
  font-size: 8px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 0 10px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media print, screen and (min-width: 48em) {
  .card__label {
    font-size: 10px;
  }
}

@media screen and (min-width: 118.75em) {
  .card__label {
    font-size: 12px;
  }
}

.card__title {
  font-family: "Heebo", sans-serif;
  color: #333333;
  font-size: 1rem;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .card__title {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .card__title {
    margin-bottom: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .card__title {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 118.75em) {
  .card__title {
    font-size: 1.25rem;
  }
}

.card__text {
  margin-bottom: 5px;
}

.card__info {
  width: 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-bottom: 0.1875rem;
}

.card__data, .card__category {
  position: relative;
  display: inline-block;
  font-size: 0.6875rem;
}

@media print, screen and (min-width: 64em) {
  .card__data, .card__category {
    font-size: 0.8125rem;
  }
}

.card__data {
  color: #999999;
  padding-right: 0.5rem;
}

.card__category {
  color: #006a1a;
  padding-left: 0.75rem;
}

.card__category:before {
  content: '|';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #999999;
}

.card__periodo, .card__location {
  position: relative;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .card__periodo, .card__location {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 75em) {
  .card__periodo, .card__location {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 118.75em) {
  .card__periodo, .card__location {
    font-size: 1rem;
  }
}

.card__periodo {
  padding-left: 20px;
}

@media print, screen and (min-width: 48em) {
  .card__periodo {
    margin-right: 10px;
  }
}

.card__periodo:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/spritesheet/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.card__location {
  padding-left: 17px;
}

.card__location:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/spritesheet/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.card__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url(../images/spritesheet/ico-play.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 118.75em) {
  .card__icon {
    width: 16px;
    height: 16px;
  }
}

.card__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (pointer: fine) {
  .card:hover .card__title, .card:focus .card__title {
    color: #006a1a;
  }
  .card:hover .card__button, .card:focus .card__button {
    background-color: #fec600 !important;
    color: #ffffff;
  }
  .card:hover .card__button::before, .card:focus .card__button::before {
    width: 100%;
  }
}

.card-grid > .cell {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .card-grid_single-row > .cell {
    margin-bottom: 0 !important;
  }
}

/* card-horizontal */
.card-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e9;
  padding: 1.25rem 0 1.5625rem 0;
  /* hover */
}

@media screen and (max-width: 74.99875em) {
  .card-horizontal:last-child {
    border: 0;
    padding-bottom: 0;
  }
}

.card-horizontal.no-picture .card-horizontal__caption {
  width: 100%;
}

.card-horizontal__caption {
  width: 60%;
  margin-right: 1.25rem;
}

.card-horizontal__caption--large {
  width: 75%;
}

.card-horizontal__media {
  display: inline-table;
  width: calc(40% - 20px);
  overflow: hidden;
  border-radius: 3px;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  text-align: right;
  aspect-ratio: auto 4 / 3;
}

.card-horizontal__media img {
  border-radius: 3px;
}

.card-horizontal__media--small {
  width: calc(25% - 20px);
}

.card-horizontal__info {
  width: 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-bottom: 0.1875rem;
}

.card-horizontal .label {
  margin-bottom: 0.625rem;
}

.card-horizontal__title {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  padding-bottom: 0.1875rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .card-horizontal__title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75em) {
  .card-horizontal__title {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 118.75em) {
  .card-horizontal__title {
    font-size: 1rem;
  }
}

.card-horizontal__text {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .card-horizontal__text {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 75em) {
  .card-horizontal__text {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 118.75em) {
  .card-horizontal__text {
    font-size: 0.875rem;
  }
}

.card-horizontal__text.regular {
  font-weight: 400 !important;
}

.card-horizontal__data, .card-horizontal__category {
  position: relative;
  display: inline-block;
  font-size: 0.6875rem;
}

.card-horizontal__data {
  color: #999999;
  padding-right: 0.5rem;
}

.card-horizontal__category {
  color: #006a1a;
  padding-left: 0.75rem;
}

.card-horizontal__category:before {
  content: '|';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #999999;
}

.card-horizontal__periodo, .card-horizontal__location {
  position: relative;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .card-horizontal__periodo, .card-horizontal__location {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 75em) {
  .card-horizontal__periodo, .card-horizontal__location {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 118.75em) {
  .card-horizontal__periodo, .card-horizontal__location {
    font-size: 0.875rem;
  }
}

.card-horizontal__periodo {
  padding-left: 20px;
}

.card-horizontal__periodo:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/spritesheet/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.card-horizontal__location {
  margin-left: 10px;
  padding-left: 17px;
}

.card-horizontal__location:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/spritesheet/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.card-horizontal__icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-image: url(../images/spritesheet/ico-play.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.card-horizontal__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (pointer: fine) {
  .card-horizontal:hover .card-horizontal__title,
  .card-horizontal:hover .card-horizontal__text,
  .card-horizontal:hover .card-horizontal__periodo,
  .card-horizontal:hover .card-horizontal__location, .card-horizontal:focus .card-horizontal__title,
  .card-horizontal:focus .card-horizontal__text,
  .card-horizontal:focus .card-horizontal__periodo,
  .card-horizontal:focus .card-horizontal__location {
    color: #006a1a;
  }
}

/* card-horizontal */
.card-horizontal-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e9;
  padding: 1.5625rem 0 1.5625rem 0;
  /* hover */
}

@media screen and (max-width: 74.99875em) {
  .card-horizontal-large:last-child {
    border: 0;
    padding-bottom: 0;
  }
}

.card-horizontal-large.no-picture .card-horizontal-large__caption {
  width: 100%;
}

.card-horizontal-large__caption {
  width: 70%;
  margin-right: 1.875rem;
}

@media print, screen and (min-width: 48em) {
  .card-horizontal-large__caption {
    width: 75%;
  }
}

.card-horizontal-large__caption.margin-left {
  margin-right: 0;
  margin-left: 1.875rem;
}

.card-horizontal-large__media {
  display: inline-table;
  width: calc(30% - 20px);
  overflow: hidden;
  border-radius: 3px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 48em) {
  .card-horizontal-large__media {
    width: calc(25% - 30px);
  }
}

.card-horizontal-large__media img {
  border-radius: 3px;
}

.card-horizontal-large__info {
  width: 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-bottom: 0.625rem;
}

.card-horizontal-large__title {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 75em) {
  .card-horizontal-large__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 118.75em) {
  .card-horizontal-large__title {
    font-size: 1.375rem;
  }
}

.card-horizontal-large__text {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 118.75em) {
  .card-horizontal-large__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 47.99875em) {
  .card-horizontal-large__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.card-horizontal-large__data, .card-horizontal-large__category {
  position: relative;
  display: inline-block;
  font-size: 0.6875rem;
}

@media screen and (min-width: 118.75em) {
  .card-horizontal-large__data, .card-horizontal-large__category {
    font-size: 0.8125rem;
  }
}

.card-horizontal-large__data {
  color: #999999;
  padding-right: 0.5rem;
  margin-right: 0.75rem;
}

.card-horizontal-large__data:after {
  content: '|';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #999999;
}

.card-horizontal-large__category {
  color: #006a1a;
}

.card-horizontal-large__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url(../images/spritesheet/ico-play.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 118.75em) {
  .card-horizontal-large__icon {
    width: 16px;
    height: 16px;
  }
}

.card-horizontal-large__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media (pointer: fine) {
  .card-horizontal-large:hover .card-horizontal-large__title, .card-horizontal-large:focus .card-horizontal-large__title {
    color: #006a1a;
  }
}

/* card */
.category {
  position: relative;
  box-sizing: border-box;
  /* type */
}

.category__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 4px solid #006a1a;
  padding: 1.25rem 0;
}

.category__media {
  overflow: hidden;
  border-radius: 3px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

.category__media img {
  border-radius: 3px;
}

.category__book {
  display: block;
  position: relative;
  background-color: #c42a2d;
  border-radius: 3px;
  text-align: center;
  padding: 2.5rem;
  text-decoration: none;
}

@media screen and (min-width: 75em) {
  .category__book {
    padding: 1.875rem;
  }
}

@media screen and (min-width: 118.75em) {
  .category__book {
    padding: 2.5rem;
  }
}

.category__book figure img {
  max-width: 60%;
  box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 75em) {
  .category__book figure img {
    max-width: 60%;
  }
}

@media screen and (min-width: 118.75em) {
  .category__book figure img {
    max-width: 65%;
  }
}

.category__book figure figcaption {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 1.25rem;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 118.75em) {
  .category__book figure figcaption {
    font-size: 1.25rem;
  }
}

.category__book:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../images/spritesheet/browse-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

.category__book:hover:after {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.category__title {
  font-family: "Heebo", sans-serif;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0;
}

@media screen and (min-width: 118.75em) {
  .category__title {
    font-size: 1.625rem;
  }
}

.category__news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e8e8e9;
  padding: 1.875rem 0;
}

.category__news-text {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  padding-bottom: 0.3125rem;
}

.category__news-data {
  display: block;
  font-size: 0.6875rem;
  color: #999999;
}

.category__news-data .category {
  color: #006a1a;
}

.category-grid > .cell {
  margin-bottom: 45px;
}

@media screen and (min-width: 75em) {
  .category-grid > .cell {
    margin-bottom: 0 !important;
  }
}

/* banner */
.banner {
  position: relative;
  box-sizing: border-box;
  display: block;
}

.banner__border-primary {
  border: 1px solid #006a1a;
  border-radius: 3px;
}

.banner__media {
  overflow: hidden;
  border-radius: 3px;
}

.banner__media img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}

.banner__caption {
  position: absolute;
  z-index: 2;
  bottom: 1.875rem;
  left: 1.875rem;
  text-align: left;
  width: 80%;
}

@media screen and (min-width: 75em) {
  .banner__caption {
    bottom: 2.5rem;
    left: 2.5rem;
    width: 60%;
  }
}

.banner__caption--title {
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  line-height: 1.0em;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .banner__caption--title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .banner__caption--title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 118.75em) {
  .banner__caption--title {
    font-size: 2.25rem;
  }
}

.banner__caption--title-green {
  color: #006a1a;
}

.banner__caption--description {
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8125rem;
  display: block;
}

@media screen and (min-width: 75em) {
  .banner__caption--description {
    font-size: 1rem;
  }
}

@media screen and (min-width: 118.75em) {
  .banner__caption--description {
    font-size: 1.125rem;
  }
}

.banner__caption--link {
  margin-top: 0.625rem;
}

@media (pointer: fine) {
  .banner:hover .banner__media img, .banner:focus .banner__media img {
    -webkit-transform: scale3d(1.03, 1.03, 1);
            transform: scale3d(1.03, 1.03, 1);
  }
  .banner:hover .banner__caption--link, .banner:focus .banner__caption--link {
    background-color: #fec600 !important;
    color: #ffffff;
  }
  .banner:hover .banner__caption--link::before, .banner:focus .banner__caption--link::before {
    width: 100%;
    background-color: #E8A20C;
  }
}

.banner-grid > .cell:not(:last-child) {
  margin-bottom: 45px;
}

/* thumbnail */
.thumbnail {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  /* type */
}

.thumbnail__media {
  overflow: hidden;
  border-radius: 3px;
}

.thumbnail__media img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}

.thumbnail__title {
  font-family: "Heebo", sans-serif;
  color: #333333;
  font-size: 0.8125rem;
  margin-top: 0.9375rem;
  line-height: 1.1em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .thumbnail__title {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 75em) {
  .thumbnail__title {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 118.75em) {
  .thumbnail__title {
    font-size: 1.25rem;
  }
}

.thumbnail__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (pointer: fine) {
  .thumbnail:hover .thumbnail__media img, .thumbnail:focus .thumbnail__media img {
    -webkit-transform: scale3d(1.01, 1.01, 1);
            transform: scale3d(1.01, 1.01, 1);
  }
  .thumbnail:hover .thumbnail__title, .thumbnail:focus .thumbnail__title {
    color: #006a1a;
  }
}

.thumbnail-grid > .cell:not(:last-child) {
  margin-bottom: 15px;
}

.login {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 3em auto 4em;
  cursor: auto;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.login__content {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2em;
}

@media print, screen and (min-width: 48em) {
  .login__content {
    padding: 1.4em;
  }
}

@media screen and (max-width: 47.99875em) {
  .login {
    margin: 4em auto;
  }
}

.login__form [data-login-error] {
  color: #f0506e;
  font-weight: 500;
}

.login__form .fieldset {
  position: relative;
  margin: 1.4em 0;
  padding: 0px;
  border: 0px;
}

.login__form .fieldset:first-child {
  margin-top: 0;
}

.login__form .fieldset:last-child {
  margin-bottom: 0;
}

.login__form label {
  font-size: 0.875rem;
}

.login__form label.login__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}

.login__form label.login__icon.username {
  background-image: url("../images/spritesheet/login-user.svg");
}

.login__form label.login__icon.password {
  background-image: url("../images/spritesheet/login-password.svg");
}

.login__form input {
  margin: 0;
  padding: 0;
  border-radius: 1000px;
}

.login__form input.full-width {
  width: 100%;
}

.login__form input.has-padding {
  padding: 12px 20px 12px 50px !important;
}

.login__form input.has-border {
  border: 1px solid #ccc !important;
}

.login__form input.has-border:focus {
  border-color: #b3b3b3;
  box-shadow: 0 0 5px rgba(232, 232, 233, 0.1);
  outline: none;
}

.login__form input.has-error {
  border: 1px solid #f0506e;
}

.login__form input[type=submit],
.login__form input a {
  padding: 16px 0;
  cursor: pointer;
  background: #fec600 !important;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

.login__form input[type=submit]:hover, .login__form input[type=submit]:focus,
.login__form input a:hover,
.login__form input a:focus {
  background-color: #cb9e00;
}

@media print, screen and (min-width: 48em) {
  .login__form .fieldset {
    margin: 1.4em 0;
  }
  .login__form .fieldset:first-child {
    margin-top: 0;
  }
  .login__form .fieldset:last-child {
    margin-bottom: 0;
  }
  .login__form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -110px;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .cd-form-bottom-message {
    bottom: -60px;
  }
}

.cd-form-bottom-message span {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .cd-form-bottom-message span {
    font-size: 1rem;
  }
}

.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .cd-form-bottom-message a {
    font-size: 1rem;
  }
}

.cd-form-bottom-message a:hover {
  text-decoration: none;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  background-color: rgba(0, 106, 26, 0.95);
  overflow-y: auto;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

@media print, screen and (min-width: 48em) {
  .overlay {
    overflow-y: hidden;
  }
}

.overlay__closebtn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/spritesheet/close-white.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 1;
}

.overlay__closebtn span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media print, screen and (min-width: 48em) {
  .overlay__closebtn {
    top: 2.8125rem;
    right: 2.8125rem;
  }
}

.overlay__closebtn:hover {
  opacity: 0.8;
}

.overlay__content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 1.875rem;
}

#google-container {
  position: relative;
  width: 100%;
  height: 18.75rem;
  background-color: #e8e8e9;
  border-radius: 3px;
  z-index: 1;
}

@media print, screen and (min-width: 48em) {
  #google-container {
    height: 31.25rem;
  }
}

@media screen and (min-width: 75em) {
  #google-container {
    height: 31.25rem;
  }
}

@media screen and (min-width: 118.75em) {
  #google-container {
    height: 37.5rem;
  }
}

.bubble {
  text-align: center;
}

.bubble p {
  font-size: 0.8125rem;
  line-height: 1.4em;
}

.bubble p strong {
  font-weight: 500;
}

/* awselect */
.awselect .bg,
.awselect .front_face > .bg {
  border-radius: 3px;
}

.awselect .front_face .placeholder {
  font-size: 0.8125rem;
  font-weight: 500;
}

.awselect .front_face .current_value {
  font-size: 0.8125rem;
  font-weight: 500;
}

.awselect .front_face .icon {
  -webkit-transform: rotate(0) translateY(-50%);
      -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

.awselect.animate .front_face .icon {
  -webkit-transform: rotate(180deg) translateY(-50%);
      -ms-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

.awselect .front_face .icon svg {
  width: 12px;
  height: 12px;
}

.awselect .back_face ul li {
  font-size: 0.8125rem !important;
}

.awselect .back_face ul li a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-decoration: none;
}

@media screen and (max-width: 63.99875em) {
  body.immersive_awselect .cd-main-content {
    z-index: auto;
  }
}

/* enphasis-block */
.enphasis-block {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 1.25rem;
  border-radius: 3px;
}

@media screen and (min-width: 75em) {
  .enphasis-block {
    padding: 1.875rem;
  }
}

.enphasis-block hr {
  border-color: #cccccc;
}

.enphasis-block--outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #e8e8e9;
}

.enphasis-block--outline-primary {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #006a1a;
}

.enphasis-block--outline-secondary {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #fec600;
}

.enphasis-block--outline-red {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #1486CC;
}

.enphasis-block-grid {
  margin-top: 0.625rem;
}

@media screen and (min-width: 75em) {
  .enphasis-block-grid {
    margin-top: 1.25rem;
  }
}

.enphasis-block-grid > .cell {
  margin: 0.625rem 0;
}

@media screen and (min-width: 75em) {
  .enphasis-block-grid > .cell {
    margin: 1.25rem 0;
  }
}

.js-phone {
  cursor: pointer;
}

.js-phone.disabled, .js-phone.disabled:hover {
  cursor: default;
  text-decoration: none !important;
  color: #333333;
  cursor: auto;
}

/* share */
.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 0;
  padding: 0;
  /* background customizations */
}

.share__label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.share > li:not(:last-child) {
  margin-right: 10px;
}

@media print, screen and (min-width: 48em) {
  .share > li:not(:last-child) {
    margin-right: 15px;
  }
}

.share > li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.share > li > a .icon {
  display: block;
  width: 26px;
  height: 26px;
  fill: #333333;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.share > li > a:hover, .share > li > a:focus {
  opacity: 0.70;
}

.share__item.share__item_facebook:hover svg {
  fill: #1877f2;
}

.share__item.share__item_twitter:hover svg {
  fill: #000000;
}

.share__item.share__item_linkedin:hover svg {
  fill: #007bb5;
}

.share__item.share__item_instagram:hover svg {
  fill: #c32aa3;
}

.share__item.share__item_pinterest:hover svg {
  fill: #bd081c;
}

.share__item.share__item_youtube:hover svg {
  fill: #ff0000;
}

.pagination {
  margin: 0;
  font-size: 0.8125rem;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  border: 1px solid #e8e8e9;
  display: inline-block;
  float: right;
}

.pagination li {
  position: relative;
  font-family: "Heebo", sans-serif;
  display: inline-block;
  color: #333333;
  font-size: 0.875rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e8e8e9;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

.pagination li:last-child {
  border-right: 0;
}

.pagination li a {
  color: #999999;
  padding: 0;
  text-decoration: none;
}

.pagination li a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #333333;
}

.pagination li.current {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #006a1a;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.pagination-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #999999;
}

.pagination .pagination-previous a,
.pagination .pagination-next a {
  width: 14px;
  height: 14px;
  display: inline-block;
}

.pagination .pagination-previous a:before, .pagination .pagination-previous.disabled:before,
.pagination .pagination-next a:after, .pagination .pagination-next.disabled:after {
  display: none;
}

.pagination .pagination-previous.disabled,
.pagination .pagination-next.disabled {
  display: none;
}

/* download-list */
.download-list {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.download-list li {
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .download-list li {
    width: calc(50% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .download-list li {
    width: calc(33.3333333333% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding: 0 !important;
    margin: 0 !important;
  }
}

.download-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.625rem 1.25rem 0.625rem 0;
  text-decoration: none;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.3em;
}

@media screen and (min-width: 118.75em) {
  .download-list li a {
    font-size: 1rem;
  }
}

.download-list li a svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 8px;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

.download-list li a span {
  width: calc(100% - 18px);
}

.download-list li a:hover {
  color: #006a1a;
}

.download-list li a:hover svg {
  fill: #006a1a;
}

/* sidenav */
.is-sticky {
  padding-top: 30px !important;
}

.sidenav {
  position: relative;
  height: 3.4375rem;
  width: auto;
  margin: 0 0 1.25rem;
  z-index: 100;
}

.sidenav * {
  text-decoration: none;
}

.sidenav::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/spritesheet/awselect-arrow.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  pointer-events: none;
  opacity: 0.3;
}

.sidenav ul:not(.sidenav__subnav) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #e8e8e9;
  border-radius: 2px;
}

.sidenav.is-open ul:not(.sidenav__subnav) {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding-bottom: 20px;
}

.sidenav li {
  width: 100%;
  display: none;
}

.sidenav a.is-active {
  background: transparent;
  color: #006a1a;
  font-weight: 500;
}

ul.sidenav__subnav {
  list-style: none;
  text-align: left;
  background: transparent;
  position: static;
  box-shadow: none;
  border: 0;
  margin: 0 !important;
  padding: 0 0 0.3125rem 0.9375rem;
  width: 100%;
  display: block;
}

ul.sidenav__subnav li {
  margin-bottom: 0px;
}

.sidenav li.placeholder {
  display: block;
  font-weight: 500;
  border-radius: 3px;
}

.sidenav li.placeholder a {
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 2.8125rem;
  padding-bottom: 0;
  padding-top: 0 !important;
}

@media screen and (min-width: 48em) {
  .sidenav li.placeholder a {
    height: 3.0625rem;
    line-height: 3.0625rem;
  }
}

.sidenav a {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  color: #333333;
}

.sidenav a.selected {
  background: #cb9e00;
  color: #ffffff;
}

.sidenav.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.sidenav.is-open ul li {
  display: block;
}

.sidenav.is-open .placeholder a {
  opacity: .4;
}

@media screen and (min-width: 48em) {
  .sidenav {
    width: auto;
    height: auto;
    cursor: auto;
    padding: 0 0 0;
    text-align: left;
  }
  .sidenav__label {
    display: block;
    font-size: 0.8125rem;
    color: #333333;
  }
  .sidenav::after {
    /* hide the arrow */
    display: none;
  }
  .sidenav ul:not(.sidenav__subnav) {
    text-align: left;
    background: transparent;
    position: static;
    box-shadow: none;
    border: 0;
    border-left: 0.1875rem solid #006a1a;
    padding-left: 1.25rem;
    width: 100%;
    margin: 0px;
  }
  .sidenav li {
    display: block;
    position: relative;
    line-height: 1;
    padding: 5px 0;
  }
  .sidenav li:first-child {
    padding-top: 0;
  }
  .sidenav li:last-child {
    padding-bottom: 0;
  }
  .sidenav li.placeholder {
    display: none !important;
  }
  .sidenav a {
    position: relative;
    padding: 0;
    width: auto;
    border-bottom: 1px solid transparent;
    margin: 0;
    font-size: 1rem;
    color: #999999;
    display: inline-block;
    line-height: inherit;
    -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .sidenav a:hover {
    color: #006a1a;
  }
  .sidenav a.is-active {
    background: transparent;
    color: #006a1a;
    font-weight: 500;
  }
  .sidenav.is-open ul li {
    display: inline-block;
  }
  ul.sidenav__subnav {
    list-style: none;
    text-align: left;
    background: transparent;
    position: static;
    box-shadow: none;
    border: 0;
    margin: 0 0 5px !important;
    padding: 0.9375rem 0 0 1.25rem;
    width: 100%;
    display: block;
  }
  ul.sidenav__subnav li {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 75em) {
  .sidenav a {
    font-size: 0.875rem;
  }
  .sidenav li {
    padding: 10px 0;
  }
}

/* topics */
.topics {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
  /* hover */
}

@media screen and (max-width: 74.99875em) {
  .topics:last-child {
    border: 0;
    padding-bottom: 0;
  }
}

.topics__caption {
  width: 70%;
  margin-left: 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .topics__caption {
    width: 65%;
    margin-left: 1.875rem;
  }
}

.topics__media {
  display: inline-table;
  width: calc(30% - 20px);
  overflow: hidden;
  border-radius: 3px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 48em) {
  .topics__media {
    width: calc(35% - 30px);
  }
}

.topics__media img {
  border-radius: 3px;
  border: 1px solid #e8e8e9;
}

.topics__title {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 75em) {
  .topics__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 118.75em) {
  .topics__title {
    font-size: 1.375rem;
  }
}

.topics__text {
  display: none;
  font-weight: 400;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  line-height: 1.4em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .topics__text {
    display: block;
  }
}

@media screen and (min-width: 118.75em) {
  .topics__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 47.99875em) {
  .topics__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.topics__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media (pointer: fine) {
  .topics:hover .topics__title, .topics:focus .topics__title {
    color: #006a1a;
  }
}

.plyr__control--overlaid {
  background: white;
  border-radius: 50%;
}

.plyr__control--overlaid svg {
  fill: #000000;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #fec600;
}

.plyr--full-ui input[type=range] {
  color: #fec600;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #fec600;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  color: #fec600;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #fec600;
}

.plyr__menu__container {
  width: 220px;
}

.plyr--stopped.plyr--video .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--stopped.plyr--video.plyr--init-play .plyr__controls {
  opacity: 1;
  pointer-events: inherit;
}

/* mondo agricolo */
.mondo-agricolo-home {
  background-color: #f2f2f2;
  border-radius: 3px;
}

.mondo-agricolo-home__cover {
  background-color: #1486CC;
  border-radius: 3px 3px 0 0;
  padding: 1.875rem !important;
}

@media screen and (min-width: 118.75em) {
  .mondo-agricolo-home__cover {
    padding: 2.5rem !important;
  }
}

@media print, screen and (min-width: 64em) {
  .mondo-agricolo-home__cover {
    border-radius: 3px 0 0 3px;
  }
}

.mondo-agricolo-home__cover--logo {
  max-width: 200px;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo-home__cover--logo {
    max-width: 160px;
  }
}

@media screen and (min-width: 75em) {
  .mondo-agricolo-home__cover--logo {
    max-width: 180px;
  }
}

@media screen and (min-width: 118.75em) {
  .mondo-agricolo-home__cover--logo {
    max-width: 200px;
  }
}

.mondo-agricolo-home__cover--magazine {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, 0.25);
}

.mondo-agricolo-home__cover p {
  font-size: 0.875rem;
}

@media screen and (min-width: 118.75em) {
  .mondo-agricolo-home__cover p {
    font-size: 1rem;
  }
}

.mondo-agricolo-home__news {
  padding: 1.875rem !important;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo-home__news {
    padding: 2.5rem !important;
  }
}

.mondo-agricolo-home__news--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}

.mondo-agricolo-home__news .card-horizontal__caption {
  width: 60%;
  margin-right: 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo-home__news .card-horizontal__caption {
    width: 75%;
  }
}

.mondo-agricolo-home__news .card-horizontal__media {
  width: calc(40% - 20px);
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo-home__news .card-horizontal__media {
    width: calc(25% - 20px);
  }
}

.mondo-agricolo-home__news .card-horizontal__text {
  font-size: 0.8125rem;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo-home__news .card-horizontal__text {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .mondo-agricolo-home__news .card-horizontal__text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 118.75em) {
  .mondo-agricolo-home__news .card-horizontal__text {
    font-size: 1.125rem;
  }
}

.mondo-agricolo-home__news .card-horizontal__text p {
  margin-bottom: 0;
}

.mondo-agricolo__head {
  background-color: #1486CC;
  padding: 1.25rem;
  border-radius: 3px;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.mondo-agricolo__head--logo {
  max-width: 200px;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo__head--logo {
    max-width: 200px;
  }
}

@media screen and (min-width: 75em) {
  .mondo-agricolo__head--logo {
    max-width: 240px;
  }
}

@media screen and (min-width: 118.75em) {
  .mondo-agricolo__head--logo {
    max-width: 280px;
  }
}

.mondo-agricolo__head .button {
  padding-bottom: 0;
}

.mondo-agricolo__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1486CC;
  padding: 1.25rem;
  border-radius: 3px;
  text-decoration: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo__banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 75em) {
  .mondo-agricolo__banner {
    padding: 1.25rem 2.5rem;
  }
}

.mondo-agricolo__banner--logo {
  width: 60%;
  padding: 1.25rem 0 1.25rem 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo__banner--logo {
    max-width: 200px;
    padding: 0;
  }
}

@media screen and (min-width: 75em) {
  .mondo-agricolo__banner--logo {
    max-width: 240px;
  }
}

@media screen and (min-width: 118.75em) {
  .mondo-agricolo__banner--logo {
    max-width: 280px;
  }
}

.mondo-agricolo__banner--text {
  color: #ffffff !important;
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo__banner--text {
    padding: 0 0 0 1.25rem;
    max-width: 55%;
    text-align: left;
  }
}

@media screen and (min-width: 75em) {
  .mondo-agricolo__banner--text {
    padding: 0 0 0 2.5rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 118.75em) {
  .mondo-agricolo__banner--text {
    font-size: 1.125rem;
  }
}

.mondo-agricolo__banner--img {
  width: 30%;
}

@media print, screen and (min-width: 48em) {
  .mondo-agricolo__banner--img {
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .mondo-agricolo__banner--img {
    max-width: 200px;
    margin-right: 1.875rem;
  }
}

.mondo-agricolo__banner .button {
  padding-bottom: 0;
}

.mondo-agricolo__banner:hover {
  background-color: #1277b5;
}

/* card magazine */
.card-magazine {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 90%;
  box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 48em) {
  .card-magazine {
    max-width: 80%;
  }
}

@media screen and (min-width: 118.75em) {
  .card-magazine {
    max-width: 65%;
  }
}

.card-magazine figure figcaption {
  background-color: #010101;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.625rem 0;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 118.75em) {
  .card-magazine figure figcaption {
    font-size: 1.125rem;
  }
}

.card-magazine__label {
  position: relative;
  padding-right: 1.875rem;
}

.card-magazine__label:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url(../images/spritesheet/browse-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

.card-magazine:hover .card-magazine__label:after {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #338848;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #338848;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.2);
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cell.-current- {
  color: #338848;
}

.datepicker--cell.-current-.-in-range- {
  color: #338848;
}

.datepicker--cell.-in-range- {
  background: rgba(51, 136, 72, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(51, 136, 72, 0.2);
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(51, 136, 72, 0.5);
  background-color: rgba(51, 136, 72, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(51, 136, 72, 0.5);
  background-color: rgba(51, 136, 72, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #006a1a;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #006a1a;
}

.datepicker--cell.-selected-.-focus- {
  background: #338848;
}

.datepicker--day-name {
  color: #006a1a;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #338848;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #338848;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.2);
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #338848;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #338848;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.2);
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--button {
  color: #338848;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #338848;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #338848;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.2);
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #006a1a;
  border-color: #006a1a;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #006a1a;
  border-color: #006a1a;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #006a1a;
  border-color: #006a1a;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #338848;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #338848;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(51, 136, 72, 0.2);
}

.filters {
  display: block;
  margin-top: 0;
}

@media screen and (min-width: 75em) {
  .filters {
    width: 90%;
  }
}

.filters .custom-checkbox-list {
  margin-top: 0 !important;
}

.filters .accordion {
  background: transparent;
  margin-bottom: 0;
  border: 0;
  list-style-type: none;
  margin-left: 0;
  padding-top: 0.625rem;
}

.filters .accordion .accordion-item {
  border-top: 1px solid #e8e8e9;
}

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

.filters .accordion .accordion-title {
  position: relative;
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  color: #006a1a;
  padding: 0.9375rem 0;
  text-decoration: none;
  font-weight: 500;
  border: 0;
}

@media print, screen and (min-width: 48em) {
  .filters .accordion .accordion-title {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 75em) {
  .filters .accordion .accordion-title {
    font-size: 0.875rem;
    padding: 1.25rem 0;
  }
}

.filters .accordion .accordion-title:before, .filters .accordion .accordion-title:after {
  font-size: 0.875rem;
  color: #006a1a;
}

.filters .accordion .accordion-title:hover, .filters .accordion .accordion-title:focus {
  background-color: transparent;
}

.filters .accordion .accordion-content {
  background: transparent;
  padding: 0 0 1.5625rem 0;
  border: 0 !important;
}

.filters .accordion .input-list {
  padding-top: 0;
}

.filters .accordion .input-list > li:last-of-type {
  padding-bottom: 0;
}

.filters .accordion .input-list > li:last-of-type input {
  margin-bottom: 0;
}

.filters .category-list {
  list-style-type: none;
  margin: 0;
}

.filters .category-list li {
  display: block;
  padding: 0.5rem 0;
}

.filters .category-list li:first-child {
  padding-top: 0;
}

.filters .category-list li a {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 0.6875rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.4em;
}

@media screen and (min-width: 75em) {
  .filters .category-list li a {
    font-size: 0.875rem;
  }
}

.filters .category-list li a:hover, .filters .category-list li a.active {
  color: #006a1a;
}

.filters .category-list li a.active {
  font-weight: 700;
}

.filters input[type="text"],
.filters input[type="password"],
.filters input[type="date"],
.filters input[type="datetime"],
.filters input[type="datetime-local"],
.filters input[type="month"],
.filters input[type="week"],
.filters input[type="email"],
.filters input[type="number"],
.filters input[type="search"],
.filters input[type="tel"],
.filters input[type="time"],
.filters input[type="url"],
.filters input[type="color"],
.filters textarea,
.filters select {
  margin: 0;
}

.filters .form--filters {
  padding: 0 1.25rem;
  background-color: #f2f2f2;
}

.filters .form--filters-bottom {
  padding: 0.9375rem 0 0 0;
}

@media screen and (max-width: 47.99875em) {
  .filters .form--filters-bottom {
    padding: 0.9375rem 1.25rem 0 1.25rem;
  }
}

.filters .form--filters-bottom .button--reset {
  padding: 0 0 0 1.5625rem;
}

.filters .button--reset {
  position: relative;
  display: block;
  padding: 1.25rem 0 1.25rem 1.5625rem;
  border-top: 1px solid #e8e8e9;
  margin: 0;
  font-family: "Heebo", sans-serif;
  color: #006a1a;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media print, screen and (min-width: 48em) {
  .filters .button--reset {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 75em) {
  .filters .button--reset {
    font-size: 0.875rem;
  }
}

.filters .button--reset:after {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/spritesheet/close.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

.filters .button--reset:hover {
  color: #006a1a;
}

.filters .button--reset:hover:after {
  opacity: 1;
}

.filters .button--filter {
  position: relative;
  display: block;
  background-color: transparent;
  border: 2px solid #fec600;
  padding: 0.6875rem 0.9375rem;
  margin-bottom: 1.25rem;
  font-family: "Heebo", sans-serif;
  color: #333333;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

.filters .button--filter:hover {
  color: #ffffff;
  background-color: #fec600;
}

.filters--button {
  display: block;
  margin: 0;
  text-align: left;
  height: 46px;
  line-height: 46px;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  font-family: "Heebo", sans-serif;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  background-color: #fec600;
  background-image: url("../images/spritesheet/filter.svg");
  background-position: 95% center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  color: "Heebo", sans-serif;
  padding: 0 1.25rem;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .filters--button {
    font-size: 0.875rem;
  }
}

.filters--button.active, .filters--button:hover, .filters--button:active {
  color: #333333;
}

/* rating */
.rating {
  padding: 0.625rem 0;
}

.rating__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating__row--label {
  font-weight: 500;
  padding-right: 0.625rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 118.75em) {
  .rating__row--label {
    font-size: 1rem;
  }
}

.rating__column {
  margin-right: 2.5rem !important;
}

/* select-row */
@media print, screen and (min-width: 48em) {
  .select-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.select-row select,
.select-row .awselect {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .select-row select,
  .select-row .awselect {
    width: 200px !important;
    margin-left: 0.625rem;
    margin-bottom: 0;
  }
}

/* subnav */
.subnav {
  position: relative;
  height: 3.4375rem;
  width: auto;
  margin: 0 0 1.25rem;
  z-index: 1 !important;
}

.subnav * {
  text-decoration: none;
}

.subnav::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/spritesheet/awselect-arrow.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  pointer-events: none;
  opacity: 0.3;
}

.subnav ul:not(.subnav__subnav) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #e8e8e9;
  border-radius: 2px;
}

.subnav.is-open ul:not(.subnav__subnav) {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding-bottom: 20px;
}

.subnav li {
  width: 100%;
  display: none;
}

.subnav a.is-active {
  background: transparent;
  color: #006a1a;
  font-weight: 500;
}

ul.subnav__subnav {
  list-style: none;
  text-align: left;
  background: transparent;
  position: static;
  box-shadow: none;
  border: 0;
  margin: 0 !important;
  padding: 0 0 0.3125rem 0.9375rem;
  width: 100%;
  display: block;
}

ul.subnav__subnav li {
  margin-bottom: 0px;
}

.subnav li.placeholder {
  display: block;
  font-weight: 500;
  border-radius: 3px;
}

.subnav li.placeholder a {
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 2.8125rem;
  padding-bottom: 0;
  padding-top: 0 !important;
}

@media screen and (min-width: 48em) {
  .subnav li.placeholder a {
    height: 3.0625rem;
    line-height: 3.0625rem;
  }
}

.subnav a {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  color: #333333;
}

.subnav a.selected {
  background: #cb9e00;
  color: #ffffff;
}

.subnav.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.subnav.is-open ul li {
  display: block;
}

.subnav.is-open .placeholder a {
  opacity: .4;
}

@media screen and (min-width: 48em) {
  .subnav {
    width: auto;
    height: auto;
    cursor: auto;
    padding: 0 0 1.25rem 0;
    text-align: left;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.02), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  }
  .subnav__title {
    display: block;
    padding: 0.9375rem 1.25rem;
    font-size: 0.8125rem;
    color: #333333;
    background-color: #fec600;
    width: 100%;
    display: block;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0.3125rem;
    font-weight: 500;
    line-height: 1.1;
  }
  .subnav::after {
    /* hide the arrow */
    display: none;
  }
  .subnav ul:not(.subnav__subnav) {
    text-align: left;
    background: transparent;
    position: static;
    box-shadow: none;
    border: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    margin: 0px;
  }
  .subnav li {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e9;
  }
  .subnav li:first-child {
    padding-top: 0;
  }
  .subnav li:last-child {
    padding-bottom: 0;
    border: 0;
  }
  .subnav li.placeholder {
    display: none !important;
  }
  .subnav a {
    position: relative;
    padding: 0;
    width: auto;
    border-bottom: 1px solid transparent;
    margin: 0;
    color: #999999;
    display: inline-block;
    line-height: inherit;
    -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .subnav a:hover {
    color: #006a1a;
  }
  .subnav a.is-active {
    background: transparent;
    color: #006a1a;
    font-weight: 500;
  }
  .subnav.is-open ul li {
    display: inline-block;
  }
  ul.subnav__subnav {
    list-style: none;
    text-align: left;
    background: transparent;
    position: static;
    box-shadow: none;
    border: 0;
    margin: 0 0 5px !important;
    padding: 0.9375rem 0 0 1.25rem;
    width: 100%;
    display: block;
  }
  ul.subnav__subnav li {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 75em) {
  .subnav__title {
    font-size: 0.875rem;
  }
  .subnav a {
    font-size: 0.875rem;
  }
  .subnav li {
    padding: 10px 0;
  }
}

input.addsearch.addsearch-written {
  display: none;
}

.survey-wrapper p {
  text-align: justify;
}

.survey__gdpr {
  border-top: 1px solid #e8e8e9;
  padding-top: 15px;
  margin-top: 15px;
}

.survey__unit {
  border-bottom: 4px solid #006a1a;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.survey__unit:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.survey__unit-title {
  margin-bottom: 30px;
}

.survey__list {
  list-style: none;
  margin-top: 22.5px;
  margin-bottom: 15px;
  margin-left: 0;
}

.survey__list-wrapper {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-bottom: 22.5px;
}

@media print, screen and (min-width: 48em) {
  .survey__list-wrapper {
    border-bottom: none;
  }
}

.survey__list-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.survey__list-help-text {
  margin-bottom: 0;
}

.survey__list-item {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f2f2f2;
}

.survey__list-item:last-child {
  margin-bottom: 0;
}

.survey__list-item textarea {
  margin-bottom: 0;
}

.survey__radio-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.survey__radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 5px;
}

.survey__radio-item:hover .survey__radio-item-label {
  color: #006a1a !important;
}

.survey__radio-item:last-child {
  margin-right: 0;
}

.survey__radio-item-label {
  -webkit-transition: color .3s ease-out;
          transition: color .3s ease-out;
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #010101 !important;
}

.survey__radio-item-input {
  margin-top: 0 !important;
  cursor: pointer;
  padding: 8px;
}

.survey__checkbox-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.survey__checkbox-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  padding-top: 8px;
  padding-bottom: 8px;
}

.survey__checkbox-list-item:last-child {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.survey__checkbox-list-item-check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.survey__checkbox-list-item-check-wrapper:hover label {
  color: #006a1a;
}

.survey__checkbox-list-item-check-wrapper label {
  -webkit-transition: color .3s ease-out;
          transition: color .3s ease-out;
  color: #333333;
  text-transform: none;
}

.survey__checkbox-list-item-check-wrapper input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0;
}

.survey__checkbox-list-item-input-text-wrapper {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .survey__checkbox-list-item-input-text-wrapper {
    width: calc(100% / 3);
  }
}

.survey__checkbox-list-item-input-text-wrapper input {
  margin-bottom: 0 !important;
  margin-top: 8px;
}

@media print, screen and (min-width: 48em) {
  .survey__checkbox-list-item-input-text-wrapper input {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-video-wrapper {
    margin-bottom: 15px;
  }
}

.banner-video__cell .banner {
  margin-bottom: 15px;
}

.banner-video__cell .banner:last-child {
  margin-bottom: 0;
}

.banner-video__cell--video {
  background-color: #f2f2f2;
}

.banner-video__cell--banners {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner-video__video-card {
  margin-top: 15px;
}

@media print, screen and (min-width: 64em) {
  .banner-video__video-card {
    margin-top: 0;
  }
}

.banner-video__video-card-caption {
  padding: 30px;
}

.banner-video__video-card-caption .card__label {
  margin-left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-bottom: 15px;
}

.banner-video__video-card-caption .card__title {
  margin-bottom: 0;
}

@media screen and (min-width: 75em) {
  .banner-video__video-card-caption .card__title {
    font-size: 24px !important;
  }
}

.player {
  position: relative;
}

.player__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}

.player__cover img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}

@media (pointer: fine) {
  .player__cover:hover img {
    -webkit-transform: scale3d(1.03, 1.03, 1);
            transform: scale3d(1.03, 1.03, 1);
  }
}

.player__button {
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #fec600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  outline: none;
  z-index: 1;
}

@media screen and (min-width: 75em) {
  .player__button {
    width: 100px;
    height: 100px;
  }
}

.player__button::before {
  -webkit-transition: width 0.3s ease;
          transition: width 0.3s ease;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #E8A20C;
  z-index: -1;
}

.player__button:hover::before {
  width: 100%;
}

.player__button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.player__button-icon {
  fill: #ffffff;
  width: 32px;
  height: 32px;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

@media screen and (min-width: 75em) {
  .player__button-icon {
    width: 40px;
    height: 40px;
  }
}

.plyr.enter-fullscreen .player__cover img {
  opacity: 0;
  visibility: 0;
}

/* photogallery */
.photogallery {
  position: relative;
  box-sizing: border-box;
}

.photogallery__media {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.photogallery__media img {
  border-radius: 3px;
}

/* player Thron */
#TRCIlX {
  display: inline-block;
}

/* sticky-reveal-box */
.sticky-reveal-box {
  position: fixed;
  display: none;
  top: 40%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1004;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s ease, visibility 0s 0.5s;
          transition: transform 0.5s ease-out, opacity 0.5s ease, visibility 0s 0.5s;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.02), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 48em) {
  .sticky-reveal-box {
    display: block;
  }
}

.sticky-reveal-box.is-fadein.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in, opacity 0.5s ease, visibility 0s 0s;
          transition: transform 0.5s ease-in, opacity 0.5s ease, visibility 0s 0s;
}

.sticky-reveal-box.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s ease-in, opacity 0.5s ease, visibility 0s 0s;
          transition: transform 0.5s ease-in, opacity 0.5s ease, visibility 0s 0s;
}

.sticky-reveal-box__trigger {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-100%, 0%);
      -ms-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sticky-reveal-box__trigger .button {
  margin: 0;
  -webkit-transform: translate(-48px, 0) rotate(-90deg);
      -ms-transform: translate(-48px, 0) rotate(-90deg);
          transform: translate(-48px, 0) rotate(-90deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  font-size: 1.125rem;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.02), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  border-radius: 3px 3px 0 0;
}

.sticky-reveal-box__reveal {
  display: block;
  position: relative;
  min-width: 510px;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sticky-reveal-box__media {
  position: relative;
  height: 0;
  padding-top: 75.0980392157%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sticky-reveal-box__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: initial;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sticky-reveal-box__caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  z-index: 5;
  color: #ffffff;
}

.sticky-reveal-box__title {
  font-size: 1.625rem;
  line-height: 1.4em;
  font-weight: 500;
  color: #fec600;
  padding-bottom: 5px;
}

.sticky-reveal-box__text {
  color: #ffffff;
}

/* videogallery unitegallery*/
.videogallery-wrapper {
  position: relative;
}

.videogallery-label {
  position: absolute;
  top: 18%;
  left: 10px;
  color: #010101;
  background-color: #fec600;
  margin: 0;
  z-index: 1;
}

.videogallery.ug-videoskin-right-thumb {
  border: 1px solid #010101;
  /* selected */
}

.videogallery.ug-videoskin-right-thumb .ug-thumb-right {
  padding-left: 10px;
}

.videogallery.ug-videoskin-right-thumb .ug-thumb-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.videogallery.ug-videoskin-right-thumb .ug-thumb-title {
  height: auto;
  font-size: 11.5px;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 118.75em) {
  .videogallery.ug-videoskin-right-thumb .ug-thumb-title {
    font-size: 13px;
  }
}

.videogallery.ug-videoskin-right-thumb .ug-thumb-desc {
  display: none;
  font-size: 10px;
  line-height: 1;
}

.videogallery.ug-videoskin-right-thumb .ug-thumb-selected .ug-thumb-icon {
  border-color: #fec600;
}

/* overlay-banner */
.overlay-banner {
  position: relative;
  width: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.02), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

@media print, screen and (min-width: 48em) {
  .overlay-banner {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    width: 380px;
  }
}

@media print, screen and (min-width: 64em) {
  .overlay-banner {
    width: 420px;
  }
}

.overlay-banner:after {
  content: '';
  display: block;
  width: 68px;
  height: 64px;
  background-image: url(../images/spritesheet/pin-green.png);
  background-repeat: no-repeat;
  z-index: 3;
  position: absolute;
  left: 10px;
  top: -10px;
}

.overlay-banner__caption {
  width: 50%;
  padding: 30px;
}

.overlay-banner__caption--title {
  font-size: 22px;
  color: #006a1a;
  font-weight: 600;
}

.overlay-banner__caption--text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.overlay-banner__media {
  width: 50%;
}

/* news-banner */
.news-banner {
  position: relative;
  background-color: #e8e8e9;
  /* &__link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  } */
}

@media print, screen and (min-width: 48em) {
  .news-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-banner__caption {
  width: 100%;
  padding: 20px;
}

@media print, screen and (min-width: 48em) {
  .news-banner__caption {
    width: 40%;
    padding: 40px;
  }
}

.news-banner__media {
  display: inline-table;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 48em) {
  .news-banner__media {
    width: 60%;
  }
}

.news-banner__media figure {
  background-size: contain;
}

.news-banner__media img {
  border-radius: 3px;
}

.news-banner__title {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2em;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 75em) {
  .news-banner__title {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 118.75em) {
  .news-banner__title {
    font-size: 2.5rem;
  }
}

.news-banner__data {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.6875rem;
  color: #999999;
  margin-bottom: 10px;
}

@media screen and (min-width: 118.75em) {
  .news-banner__data {
    font-size: 0.8125rem;
  }
}

/* social-panel */
.social-panel {
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 800px;
}

/* SECTIONS
Questa cartella è un'altra categoria di componenti e ne condivide le
stesse regole di creazione ed utilizzo. L'unica differenza è che mentre i
componenti sono piccoli moduli che possono ripetersi più volte all'interno di
una stessa pagina, le section sono dei macro moduli che vengono utilizzati una
sola volta all'interno della pagina. La scelta di inserire un modulo all'interno
di section piuttosto che di components è puramente organizzativa e può essere
paragonata alla scelta di utilizzare un selettore id al posto di un selettore di
classe.
*/
/* cms */
/* cms block animation */
[sm-cms] .cms-block {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
}

[sm-cms] .cms-block.is-animated {
  opacity: 1;
}

/* cms block variants */
.cms-block {
  /* one col */
  /* form */
}

@media print, screen and (min-width: 48em) {
  .cms-block.cms-block_top-media div[data-wkp-cms-type="media"] {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .cms-block.cms-block_top-media div.wkp-media-element[data-type="slideshow"] {
    margin-bottom: 30px;
  }
}

.cms-block.cms-block_top-media .slick-dots {
  padding-bottom: 0;
}

.cms-block__media img {
  border-radius: 3px;
}

.cms-block.cms-block_form .cms-block__text:not(:empty) {
  margin-bottom: 45px;
}

@media print, screen and (min-width: 48em) {
  .cms-block.cms-block_form .cms-block__text:not(:empty) {
    margin-bottom: 60px;
  }
}

/* cms block slideshow */
.cms-block {
  /* slick dots override */
  /* slick arrows override */
  /* slick dots override */
}

.cms-block .slick-slider:focus,
.cms-block .slick-slider .item:focus {
  outline: none;
}

.cms-block .slick-slider img {
  width: 100%;
  margin: 0 auto;
}

.cms-block .slick-list {
  height: auto !important;
}

.cms-block .slick-prev,
.cms-block .slick-next {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  padding: 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1.00;
  color: transparent;
  font-size: 0;
  text-indent: -99999px;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.cms-block .slick-prev:hover, .cms-block .slick-prev:focus,
.cms-block .slick-next:hover,
.cms-block .slick-next:focus {
  outline: none;
  opacity: 0.80;
}

.cms-block .slick-prev:before,
.cms-block .slick-next:before {
  content: '';
  position: relative;
  display: block;
  margin: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 52px;
  height: 52px;
  background-image: url("../images/spritesheet/chevron-left.svg");
  background-position: center center;
  background-size: 52px 52px;
  background-origin: initial;
  background-repeat: no-repeat;
}

.cms-block .slick-prev.slick-disabled,
.cms-block .slick-next.slick-disabled {
  opacity: 0.20;
}

.cms-block .slick-prev {
  left: 20px;
}

.cms-block .slick-next {
  right: 20px;
}

.cms-block .slick-next:before {
  background-image: url("../images/spritesheet/chevron-right.svg");
  background-position: center center;
  background-size: 52px 52px;
  background-origin: initial;
  background-repeat: no-repeat;
}

@media screen and (max-width: 47.99875em) {
  .cms-block .slick-prev,
  .cms-block .slick-next {
    display: none;
  }
}

.cms-block .slick-dots {
  position: relative;
  width: 100%;
  bottom: auto;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cms-block .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  margin: 0 10px;
}

.cms-block .slick-dots li button {
  position: relative;
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #010101;
  margin: 0;
  border-radius: 100%;
  font: 0/0 a !important;
  text-shadow: none;
  color: transparent;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  cursor: pointer;
}

.cms-block .slick-dots li button:before {
  display: none;
}

.cms-block .slick-dots li.slick-active button {
  outline: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #010101;
}

.cms-block {
  padding-top: 10px;
  padding-bottom: 10px;
  /* type */
  /* media */
}

@media print, screen and (min-width: 48em) {
  .cms-block {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

.cms-block__title {
  margin-bottom: 15px;
}

.cms-block__title:last-child {
  margin-bottom: 0;
}

.cms-block__text {
  margin-bottom: 0;
}

.cms-block__text p {
  line-height: 1.8;
}

.cms-block__text p:last-child {
  margin-bottom: 0;
}

.cms-block__text ul li,
.cms-block__text ol li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 118.75em) {
  .cms-block__text ul li,
  .cms-block__text ol li {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.cms-block div[data-wkp-cms-type="media"] {
  margin-bottom: 22.5px;
}

.cms-block div[data-wkp-cms-type="media"]:last-child, .cms-block div[data-wkp-cms-type="media"]:last-of-type {
  margin-bottom: 0;
}

/* wrapper */
.cms-wrapper .cms-block:first-child {
  padding-top: 0;
}

.cms-wrapper .cms-block:last-child {
  padding-bottom: 0;
}

/* editor top z-index fix */
.wkp-cms-editor .cd-main-header:not(.is-sticky) {
  z-index: 0;
}

/* footer */
.footer {
  background-color: #006a1a;
  color: #ffffff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 75em) {
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 48em) {
  .footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 64em) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer-nav > li {
  display: block;
  margin: 5px calc(30px/2);
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.3px;
  font-weight: 400;
}

@media print, screen and (min-width: 48em) {
  .footer-nav > li {
    display: inline-block;
    margin: 0 calc(30px/2);
  }
}

.footer-nav > li > a {
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.3px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
  text-decoration: none;
}

.footer-nav > li > a:hover {
  color: #fec600;
}

.footer-logo__anniversario {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .footer-logo__anniversario {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}

.footer-logo__anniversario svg {
  display: block;
  position: relative;
  width: 60px;
  height: 50px;
}

@media print, screen and (min-width: 48em) {
  .footer-logo__anniversario svg {
    width: 48px;
    height: 40px;
  }
}

@media screen and (min-width: 118.75em) {
  .footer-logo__anniversario svg {
    width: 60px;
    height: 50px;
  }
}

.footer-logo, .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 48em) {
  .footer-logo, .footer-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 75em) {
  .footer-logo, .footer-social {
    width: 20%;
  }
}

@media screen and (min-width: 75em) {
  .footer-nav {
    width: 60%;
  }
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .footer-social {
    margin-top: 0;
  }
}

/* Header size */
/* Navigation size */
/* Z-index */
/* Line height */
/* Typography */
/* Colors */
/* breakpoints */
/* media queries */
/* super light grid - it works with the .cd-container class inside style.scss */
/* overlay */
.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(1, 1, 1, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
}

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

/* resets */
.cd-main-header ol,
.cd-main-header ul,
.cd-main-header li,
.cd-main-header h1,
.cd-nav ol,
.cd-nav ul,
.cd-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.cd-main-header a,
.cd-nav a {
  text-decoration: none;
}

@media only screen and (min-width: 1170px) {
  .cd-nav {
    text-align: center;
  }
}

/* media queries */
.show-for-mql {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 1170px) {
  .show-for-mql {
    display: block;
    visibility: visible;
  }
}

.hide-for-mql {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 1170px) {
  .hide-for-mql {
    display: none;
    visibility: hidden;
  }
}

/* header */
.cd-main-content,
.cd-main-header {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, height .3s;
          transition: transform .3s, height .3s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
          transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
            transform: translateX(-280px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
            transform: translateX(280px);
  }
}

.cd-main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #006a1a;
  z-index: 3;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  overflow: visible;
  -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease;
}

@media only screen and (min-width: 768px) {
  .cd-main-header {
    overflow: auto;
    height: 76px;
    overflow: visible;
  }
  .cd-main-header:before {
    content: '';
    display: table-cell;
  }
  .cd-main-header:after {
    content: '';
    display: table;
    clear: both;
  }
}

.cd-main-header__wrapper {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: height .3s ease;
          transition: height .3s ease;
}

@media only screen and (min-width: 768px) {
  .cd-main-header__wrapper {
    height: 76px;
  }
}

.cd-main-header__inner, .cd-main-header__inner.row {
  height: 100%;
  overflow: visible;
}

.cd-main-content {
  background: #ffffff;
  padding-top: 60px;
  min-height: 100vh;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 76px;
  }
}

/* header color on nav open */
.cd-main-header.is-primary-nav-open {
  background-color: #006a1a;
  -webkit-transition: background-color 0.2s;
          transition: background-color 0.2s;
}

.cd-main-header.is-primary-nav-open .cd-logo svg {
  fill: #ffffff;
  -webkit-transition: width .3s ease, fill .3s ease;
          transition: width .3s ease, fill .3s ease;
}

.cd-main-header.is-primary-nav-open .cd-secondary-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
          transition: opacity 0.3s ease, visibility 0s 0.3s;
}

/* secondary nav */
.cd-secondary-nav {
  margin: 0;
  display: none;
}

@media only screen and (min-width: 1170px) {
  .cd-secondary-nav {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0s;
            transition: opacity 0.3s ease, visibility 0s;
  }
}

.cd-secondary-nav__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cd-secondary-nav__nav li {
  position: relative;
}

.cd-secondary-nav__nav > li > a {
  position: relative;
  display: inline-block;
  margin: 0 calc(30px/2);
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

@media only screen and (min-width: 1170px) {
  .cd-secondary-nav__nav > li > a {
    font-size: 0.875rem;
    line-height: 76px;
    margin: 0 1.25rem;
  }
}

@media only screen and (min-width: 1600px) {
  .cd-secondary-nav__nav > li > a {
    font-size: 1rem;
    margin: 0 1.75rem;
  }
}

.cd-secondary-nav__nav > li > a.is-active {
  color: #fec600;
}

.cd-secondary-nav__nav > li:hover > a,
.cd-secondary-nav__nav > li:focus > a {
  color: #fec600;
}

.cd-secondary-nav__nav > li:hover > a:before,
.cd-secondary-nav__nav > li:focus > a:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s;
          transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}

.cd-secondary-nav__nav > li:hover .cd-secondary-nav__dropdown,
.cd-secondary-nav__nav > li:focus .cd-secondary-nav__dropdown {
  height: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-transition: height 0s, visibility 0s, opacity .3s ease;
          transition: height 0s, visibility 0s, opacity .3s ease;
}

.cd-secondary-nav__nav:hover > li:not(:hover):not(:focus) > a:not(.is-active), .cd-secondary-nav__nav:focus > li:not(:hover):not(:focus) > a:not(.is-active), .cd-secondary-nav__nav.cd-secondary-nav__nav_muted > li:not(:hover):not(:focus) > a:not(.is-active) {
  color: rgba(255, 255, 255, 0.65);
}

.cd-secondary-nav__dropdown-wrapper > a {
  position: relative;
}

.cd-secondary-nav__dropdown-wrapper > a span {
  position: relative;
  z-index: 2;
}

.cd-secondary-nav__dropdown-wrapper > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 100%;
  background-color: #010101;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
          transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

.cd-secondary-nav__dropdown-wrapper:hover > a, .cd-secondary-nav__dropdown-wrapper:focus > a {
  color: #ffffff !important;
}

.cd-secondary-nav__dropdown-wrapper:hover > a.is-active:after, .cd-secondary-nav__dropdown-wrapper:focus > a.is-active:after {
  background-color: #010101 !important;
}

.cd-secondary-nav__dropdown {
  position: absolute;
  top: 76px;
  left: 0;
  min-width: 300px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0s .3s, visibility 0s .3s, opacity .3s ease;
          transition: height 0s .3s, visibility 0s .3s, opacity .3s ease;
}

.cd-secondary-nav__dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #010101;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.02), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.cd-secondary-nav__dropdown ul > li > a {
  display: block;
  padding: 15px 30px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

.cd-secondary-nav__dropdown ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          transition: width 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.cd-secondary-nav__dropdown ul > li > a:hover, .cd-secondary-nav__dropdown ul > li > a:focus {
  color: #ffffff;
}

.cd-secondary-nav__dropdown ul > li > a:hover::before, .cd-secondary-nav__dropdown ul > li > a:focus::before {
  width: 100%;
}

.cd-secondary-nav__dropdown ul > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* primary nav */
.cd-primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  background: #006a1a;
  z-index: 2;
  text-align: center;
  padding: 60px 0;
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease, visibility 0s 0.6s;
          transition: transform 0.6s ease, visibility 0s 0.6s;
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    padding: 76px 0;
  }
}

.cd-primary-nav.is-nav-visible {
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.6s ease, visibility 0s;
          transition: transform 0.6s ease, visibility 0s;
}

.cd-primary-nav.is-nav-visible .cd-primary-nav__wrapper {
  opacity: 1;
  -webkit-transition: opacity .3s ease .3s;
          transition: opacity .3s ease .3s;
}

.cd-primary-nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}

@media print, screen and (min-width: 48em) {
  .cd-primary-nav__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.cd-primary-nav__wrapper > .grid-x {
  width: 100%;
}

.cd-primary-nav__wrapper > .grid-x .cell {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 48em) {
  .cd-primary-nav__wrapper > .grid-x .cell {
    margin-bottom: 0;
  }
}

.cd-primary-nav__nav, .cd-primary-nav__subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  /* hover active effect */
}

@media print, screen and (min-width: 48em) {
  .cd-primary-nav__nav > li, .cd-primary-nav__subnav > li {
    margin-bottom: 2.5rem;
  }
}

.cd-primary-nav__nav > li a, .cd-primary-nav__subnav > li a {
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.3px;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  display: inline-block;
}

.cd-primary-nav__nav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a, .cd-primary-nav__subnav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.cd-primary-nav__nav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a:not(.active):hover, .cd-primary-nav__nav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a:not(.active):focus, .cd-primary-nav__nav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a.active, .cd-primary-nav__subnav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a:not(.active):hover, .cd-primary-nav__subnav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a:not(.active):focus, .cd-primary-nav__subnav > li:not(.cd-primary-nav__language):not(.cd-primary-nav__social) > a.active {
  color: #fec600;
}

.cd-primary-nav__nav .is-accordion-submenu, .cd-primary-nav__subnav .is-accordion-submenu {
  list-style-type: none;
}

.cd-primary-nav__nav .is-accordion-submenu-parent > a.active, .cd-primary-nav__subnav .is-accordion-submenu-parent > a.active {
  text-decoration: none;
}

.cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item {
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item {
    display: inline-block !important;
    width: auto !important;
  }
  .cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item:not(:last-child):after, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item:not(:last-child):after {
    content: '/';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
    padding: 0;
    opacity: 0.2;
    vertical-align: top;
  }
}

.cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item a, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item a {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.375rem 0;
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.75);
}

@media print, screen and (min-width: 48em) {
  .cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item a, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item a {
    padding: 0.375rem 2.5rem 0.375rem 0;
  }
}

@media screen and (min-width: 118.75em) {
  .cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item a, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item a {
    font-size: 20px !important;
  }
}

.cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item a:hover, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item a:hover {
  color: #fec600;
}

.cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item:first-child a, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item:first-child a {
  padding-left: 0;
}

.cd-primary-nav__nav .is-accordion-submenu-parent .is-accordion-submenu-item:last-child a, .cd-primary-nav__subnav .is-accordion-submenu-parent .is-accordion-submenu-item:last-child a {
  padding-right: 0;
}

.cd-primary-nav__nav > li:not(:last-child) {
  margin-bottom: calc(20px*0.5);
}

@media screen and (min-width: 75em) {
  .cd-primary-nav__nav > li:not(:last-child) {
    margin-bottom: calc(30px*0.5);
  }
}

.cd-primary-nav__nav > li a {
  font-size: 20px;
  font-weight: 400;
}

@media print, screen and (min-width: 48em) {
  .cd-primary-nav__nav > li a {
    font-size: 30px;
  }
}

@media screen and (min-width: 75em) {
  .cd-primary-nav__nav > li a {
    font-size: 30px;
  }
}

@media screen and (min-width: 118.75em) {
  .cd-primary-nav__nav > li a {
    font-size: 44px;
  }
}

.cd-primary-nav__subnav > li:not(:last-child) {
  margin-bottom: calc(20px);
}

@media print, screen and (min-width: 48em) {
  .cd-primary-nav__subnav > li:not(:last-child) {
    margin-bottom: calc(20px/2);
  }
}

@media screen and (min-width: 118.75em) {
  .cd-primary-nav__subnav > li:not(:last-child) {
    margin-bottom: calc(20px);
  }
}

.cd-primary-nav__subnav > li a {
  font-size: 20px;
}

@media screen and (min-width: 118.75em) {
  .cd-primary-nav__subnav > li a {
    font-size: 26px;
  }
}

.cd-primary-nav__language-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-primary-nav__language-nav > li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}

.cd-primary-nav__language-nav > li:not(:last-child)::after {
  content: '/';
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 17px;
  color: #ffffff;
}

@media screen and (min-width: 118.75em) {
  .cd-primary-nav__language-nav > li > a {
    font-size: 22px;
  }
}

.cd-primary-nav__language-nav > li > a.active {
  color: #fec600;
  text-decoration: underline;
}

/* header buttons */
.cd-header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    min-width: 224px;
  }
}

@media only screen and (min-width: 1600px) {
  .cd-header-buttons {
    min-width: 293px;
  }
}

.cd-header-buttons li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 calc(30px/2);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s;
          transition: opacity 0.3s ease, visibility 0s;
}

@media only screen and (min-width: 1170px) {
  .cd-header-buttons li {
    padding: 0 calc(30px/1.5);
  }
}

@media only screen and (min-width: 1600px) {
  .cd-header-buttons li {
    padding: 0 calc(30px/1.2);
  }
}

.cd-header-buttons li:last-child {
  padding-right: 0;
}

.cd-header-buttons li > a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.cd-header-buttons li > a svg {
  display: block;
  fill: #ffffff;
  width: 20px;
  height: 20px;
  -webkit-transition: fill 0.3s ease;
          transition: fill 0.3s ease;
}

@media only screen and (min-width: 1600px) {
  .cd-header-buttons li > a svg {
    width: 24px;
    height: 24px;
  }
}

.cd-header-buttons li > a:hover, .cd-header-buttons li > a:focus {
  outline: none;
}

.cd-header-buttons li > a:hover svg, .cd-header-buttons li > a:focus svg {
  fill: #fec600;
}

.cd-header-buttons li > a.cd-button {
  position: relative;
  z-index: 1;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #004c13;
  padding: 0.625rem 0.875rem;
  border-radius: 3px;
  overflow: hidden;
  outline: none;
  border: none;
  max-width: 150px;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media only screen and (min-width: 1600px) {
  .cd-header-buttons li > a.cd-button {
    font-size: 0.8125rem;
    max-width: 180px;
  }
}

.cd-header-buttons li > a.cd-button::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fec600;
  -webkit-transition: width 0.3s ease;
          transition: width 0.3s ease;
  z-index: -1;
}

.cd-header-buttons li > a.cd-button:hover {
  background-color: #004c13 !important;
  color: #004c13;
}

.cd-header-buttons li > a.cd-button:hover::before {
  width: 100%;
}

.cd-header-buttons li > a.cd-button:hover svg {
  fill: #004c13;
}

/* footer nav */
@media only screen and (min-width: 1170px) {
  .cd-footer__wrapper {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cd-footer-nav,
.cd-footer-language,
.cd-footer-social {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

.cd-footer-nav {
  text-align: left;
}

.cd-footer-nav li {
  display: block;
  padding: 0 2.5rem 0 0;
}

@media only screen and (min-width: 1170px) {
  .cd-footer-nav li {
    display: inline-block;
  }
}

.cd-footer-nav li a {
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.3px;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}

.cd-footer-nav li a:hover {
  color: #fec600;
}

.cd-footer-nav li a.active {
  color: #fec600;
}

.cd-footer-nav li:last-child {
  padding-right: 0;
}

.cd-footer-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0.625rem 0 1.875rem 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .cd-footer-language {
    margin: 0 0 1.25rem 0;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-footer-language {
    margin: 0;
  }
}

.cd-footer-language > li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}

.cd-footer-language > li:not(:last-child)::after {
  content: '|';
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 17px;
  color: rgba(255, 255, 255, 0.5);
}

.cd-footer-language > li > a {
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.3px;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}

.cd-footer-language > li > a.active {
  color: #fec600;
}

.accordion-menu * {
  outline: none;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .accordion-menu .nested.is-accordion-submenu {
    margin-left: 0;
  }
}

.cd-main-header.negative .cd-secondary-nav__nav > li > a {
  color: #ffffff;
}

.cd-main-header.negative .cd-secondary-nav__nav > li > a.is-active:after {
  background-color: #ffffff;
}

.cd-main-header.negative .cd-secondary-nav__nav > li:hover > a,
.cd-main-header.negative .cd-secondary-nav__nav > li:focus > a {
  color: #ffffff;
}

.cd-main-header.negative .cd-secondary-nav__nav:hover > li:not(:hover):not(:focus) > a:not(.is-active), .cd-main-header.negative .cd-secondary-nav__nav:focus > li:not(:hover):not(:focus) > a:not(.is-active), .cd-main-header.negative .cd-secondary-nav__nav.cd-secondary-nav__nav_muted > li:not(:hover):not(:focus) > a:not(.is-active) {
  color: rgba(255, 255, 255, 0.65);
}

/* navigation logo */
/* Header size */
/* Navigation size */
/* Z-index */
/* Line height */
/* Typography */
/* Colors */
/* breakpoints */
/* media queries */
/* super light grid - it works with the .cd-container class inside style.scss */
/* overlay */
.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(1, 1, 1, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
}

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.wrapper-logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cd-logo {
  position: relative;
  width: 147px;
  padding: 0;
  height: 100%;
  z-index: 1;
  margin-left: 1.25rem;
}

@media only screen and (min-width: 1600px) {
  .cd-logo {
    margin-left: 2.5rem;
  }
}

.cd-logo svg,
.cd-logo img, .cd-logo__item {
  display: block;
  position: relative;
  width: 147px;
  height: 30px;
  -webkit-transition: width .3s ease, fill .3s ease .3s;
          transition: width .3s ease, fill .3s ease .3s;
}

@media only screen and (min-width: 768px) {
  .cd-logo {
    width: 172px;
    padding: 0;
    height: 100%;
  }
  .cd-logo svg,
  .cd-logo img, .cd-logo__item {
    width: 172px;
    height: 35px;
  }
}

@media only screen and (min-width: 1600px) {
  .cd-logo {
    width: 221px;
    padding: 0;
    height: 100%;
  }
  .cd-logo svg,
  .cd-logo img, .cd-logo__item {
    width: 221px;
    height: 45px;
  }
}

/* navigation trigger */
/* Header size */
/* Navigation size */
/* Z-index */
/* Line height */
/* Typography */
/* Colors */
/* breakpoints */
/* media queries */
/* super light grid - it works with the .cd-container class inside style.scss */
/* overlay */
.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(1, 1, 1, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
}

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.cd-nav-trigger {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  /* hamburger icon in CSS */
}

@media only screen and (min-width: 768px) {
  .cd-nav-trigger {
    width: 32px;
    height: 32px;
  }
}

.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cd-nav-trigger span,
  .cd-nav-trigger span::before,
  .cd-nav-trigger span::after {
    width: 32px;
  }
}

.cd-nav-trigger span {
  top: 50%;
  right: 0;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.3s ease, top 0.3s ease, background-color 0.3s;
          transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s;
}

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -9px;
}

@media only screen and (min-width: 768px) {
  .cd-nav-trigger span::before {
    top: -10px;
  }
}

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 9px;
}

@media only screen and (min-width: 768px) {
  .cd-nav-trigger span::after {
    top: 10px;
  }
}

.cd-nav-trigger.is-nav-visible span {
  /* hide line in the center */
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
  background: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.is-nav-visible span::before,
.cd-nav-trigger.is-nav-visible span::after {
  /* keep visible other 2 lines */
  background: white;
}

.cd-nav-trigger.is-nav-visible span::before {
  -webkit-transform: translateX(4px) translateY(1px) rotate(45deg);
      -ms-transform: translateX(4px) translateY(1px) rotate(45deg);
          transform: translateX(4px) translateY(1px) rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .cd-nav-trigger.is-nav-visible span::before {
    -webkit-transform: translateX(4px) translateY(1px) rotate(45deg);
        -ms-transform: translateX(4px) translateY(1px) rotate(45deg);
            transform: translateX(4px) translateY(1px) rotate(45deg);
  }
}

.cd-nav-trigger.is-nav-visible span::after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
      -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
          transform: translateX(4px) translateY(0px) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .cd-nav-trigger.is-nav-visible span::after {
    -webkit-transform: translateX(4px) translateY(4px) rotate(-45deg);
        -ms-transform: translateX(4px) translateY(4px) rotate(-45deg);
            transform: translateX(4px) translateY(4px) rotate(-45deg);
  }
}

.cd-main-header.negative .cd-nav-trigger span,
.cd-main-header.negative .cd-nav-trigger span::before,
.cd-main-header.negative .cd-nav-trigger span::after {
  background: #ffffff;
}

.cd-main-header.negative .cd-nav-trigger.is-nav-visible span {
  background: rgba(255, 255, 255, 0);
}

.cd-main-header.negative .cd-nav-trigger.is-nav-visible span::before,
.cd-main-header.negative .cd-nav-trigger.is-nav-visible span::after {
  background: white;
}

/* navigation search */
/* Header size */
/* Navigation size */
/* Z-index */
/* Line height */
/* Typography */
/* Colors */
/* breakpoints */
/* media queries */
/* super light grid - it works with the .cd-container class inside style.scss */
/* overlay */
.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(1, 1, 1, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
          transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
}

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.cd-search {
  position: fixed;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #006a1a;
  box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(0, -200%);
      -ms-transform: translate(0, -200%);
          transform: translate(0, -200%);
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease, visibility 0s 0.6s;
          transition: transform 0.6s ease, visibility 0s 0.6s;
}

@media screen and (min-width: 75em) {
  .cd-search {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.cd-search--wrapper {
  position: relative;
}

.cd-search--wrapper:before {
  content: '';
  position: absolute;
  left: 1.25rem;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/spritesheet/search.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 2;
}

@media print, screen and (min-width: 48em) {
  .cd-search--wrapper:before {
    width: 26px;
    height: 26px;
  }
}

@media screen and (min-width: 118.75em) {
  .cd-search--wrapper:before {
    width: 30px;
    height: 30px;
  }
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.cd-search form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search form input::placeholder {
  /* Most modern browsers support this now. */
  color: #ffffff !important;
  opacity: 1 !important;
}

.cd-search input {
  border-radius: 0;
  border: none !important;
  background: #006a1a !important;
  height: 100%;
  width: 90%;
  font-family: "Heebo", sans-serif;
  color: #ffffff !important;
  font-size: 1.25rem !important;
  padding: 0 0 0 3.125rem !important;
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 48em) {
  .cd-search input {
    font-size: 1.625rem !important;
    padding: 0 0 0 3.75rem !important;
  }
}

@media screen and (min-width: 118.75em) {
  .cd-search input {
    font-size: 1.875rem !important;
    padding: 0 0 0 3.75rem !important;
  }
}

.cd-search input:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.cd-search.is-visible {
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.6s ease, visibility 0s;
          transition: transform 0.6s ease, visibility 0s;
}

.cd-search--wrapper {
  position: relative;
}

.cd-close {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  font-size: 0.875rem;
}

.cd-close svg {
  fill: #ffffff;
  width: 0.875rem;
  height: 0.875rem;
}

@media print, screen and (min-width: 48em) {
  .cd-close {
    font-size: 1rem;
  }
  .cd-close svg {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (min-width: 118.75em) {
  .cd-close {
    font-size: 1.25rem;
  }
  .cd-close svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* navigation fixed */
/* Header size */
/* Navigation size */
/* Z-index */
/* Line height */
/* Typography */
/* Colors */
.cd-header-sticky.is-header-hidden {
  -webkit-transform: translateY(-76px);
      -ms-transform: translateY(-76px);
          transform: translateY(-76px);
}

.cd-header-sticky.is-header-visible {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: calc(1005 - 1);
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}

.cd-header-sticky.is-header-visible .cd-main-header:not(.is-primary-nav-open) {
  background-color: #006a1a;
}

/* subscribe */
.subscribe {
  background-color: #006a1a;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

@media screen and (min-width: 75em) {
  .subscribe {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* PAGES
Questa cartella è un'altra categoria di componenti e contiene stili
specifici per componenti presenti solo in determinate pagine. Il nome del file e
della classe del componente (che devono essere uguali) sono preceduti dal nome
dell'unica pagina in cui sono presenti. Anche in questo caso la scelta di
inserire un modulo all'interno di pages piuttosto che di components o section è
puramente organizzativa. L'utilizzo di questa sezione dovrebbe essere il più
possibile limitato e attuato solamente quando tutte le altre alternative
risultino sconvenienti.
*/
.privacy {
  display: block;
}

.privacy__container {
  padding: 20px;
}

@media print, screen and (min-width: 48em) {
  .privacy__container {
    padding: 30px;
  }
}

.privacy__logo {
  margin-bottom: 30px;
}

.privacy__title {
  font-family: "Heebo", sans-serif;
  font-size: 1.5rem;
}

.privacy__text {
  font-size: 0.875rem;
}

.privacy__text h1 {
  font-family: "Heebo", sans-serif;
  font-size: 1.25rem;
}

.privacy__text h3 {
  font-family: "Heebo", sans-serif;
  font-size: 1.25rem;
}

.privacy__text h3 + br {
  display: none;
}

.privacy__text h3 + br + br {
  display: none;
}

.privacy__text p br:first-child {
  display: none;
}

.privacy__text p,
.privacy__text span,
.privacy__text ul li,
.privacy__text ol li {
  color: #333333;
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* evento live */
.evento-live__loghi--vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.evento-live__loghi--vertical--item {
  margin: 10px 0;
}

@media screen and (min-width: 118.75em) {
  .evento-live__loghi--vertical--item {
    margin: 20px 0;
  }
}

.evento-live__loghi--vertical--item.large img {
  max-height: 40px;
}

@media print, screen and (min-width: 48em) {
  .evento-live__loghi--vertical--item.large img {
    max-height: 60px;
  }
}

@media screen and (min-width: 118.75em) {
  .evento-live__loghi--vertical--item.large img {
    max-height: 80px;
  }
}

.evento-live__loghi--vertical--item.small img {
  max-height: 30px;
}

@media print, screen and (min-width: 48em) {
  .evento-live__loghi--vertical--item.small img {
    max-height: 40px;
  }
}

@media screen and (min-width: 118.75em) {
  .evento-live__loghi--vertical--item.small img {
    max-height: 50px;
  }
}

.evento-live__loghi--vertical--text {
  margin-top: 20px;
  font-weight: 500;
}

@media print, screen and (min-width: 48em) {
  .evento-live__loghi--vertical--text {
    margin-top: 40px;
  }
}

.login-page {
  position: relative;
}

.login-page:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138.888888889%;
}

@media print, screen and (min-width: 48em) {
  .login-page:before {
    padding-top: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .login-page:before {
    padding-top: 41.6666666667%;
  }
}

.login-page > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/login/hf-bg_login.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.login-page > .inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.5);
  z-index: 1;
}

.login-page > .inner .sign-in-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 440px;
  width: calc(100% - 40px);
  padding: 44px;
  background-color: #fff;
  min-width: 320px;
  min-height: 338px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
}

.login-page > .inner .sign-in-box--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 40px;
}

.login-page > .inner .firma {
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  display: block;
}

.login-page > .inner .firma:before {
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #e8e8e9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*# sourceMappingURL=style.min.css.map */