@import url(https://use.typekit.net/ypc6wuc.css);@charset "UTF-8";

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

:root {
  --header-columns: 8;
  --header-rows: 3;
  --header-max-height: 840px;
  --header-aspect-ratio: 16/9;
  --menu-aspect-ratio: 9/16;
  --header-title-size: clamp(2rem, 5vw, 5rem);
  --headerCompact-max-height: 600px;
  --headerCompact-aspect-ratio: 9/3;
  --menuCompact-aspect-ratio: 3/9;
  --headerCompact-title-size: clamp(2rem, 5vw, 5rem);
  --header-line-color: rgb(255, 255, 255);
}

@media print, screen and (max-width: 63.99875em) {
  :root {
    --headerCompact-aspect-ratio: 5/3;
    --header-columns: 5;
    --menuCompact-aspect-ratio: 3/5;
  }
}

@media print, screen and (max-width: 39.99875em) {
  :root {
    --header-columns: 3;
    --header-aspect-ratio: 4/5;
    --menu-aspect-ratio: 5/4;
    --headerCompact-aspect-ratio: 1/1;
    --menuCompact-aspect-ratio: 1/1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.align-middle,
.full-carousel__slide .grid-container .grid-x {
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

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

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

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

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

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

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

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

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

@media print, screen and (min-width: 64em) {
  .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.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

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

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 {
  flex-wrap: wrap;
}

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

.small-up-2 {
  flex-wrap: wrap;
}

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

.small-up-3 {
  flex-wrap: wrap;
}

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

.small-up-4 {
  flex-wrap: wrap;
}

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

.small-up-5 {
  flex-wrap: wrap;
}

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

.small-up-6 {
  flex-wrap: wrap;
}

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

.small-up-7 {
  flex-wrap: wrap;
}

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

.small-up-8 {
  flex-wrap: wrap;
}

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up-1 {
    flex-wrap: wrap;
  }

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

  .medium-up-2 {
    flex-wrap: wrap;
  }

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

  .medium-up-3 {
    flex-wrap: wrap;
  }

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

  .medium-up-4 {
    flex-wrap: wrap;
  }

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

  .medium-up-5 {
    flex-wrap: wrap;
  }

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

  .medium-up-6 {
    flex-wrap: wrap;
  }

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

  .medium-up-7 {
    flex-wrap: wrap;
  }

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

  .medium-up-8 {
    flex-wrap: wrap;
  }

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

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

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

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

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

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

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up-1 {
    flex-wrap: wrap;
  }

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

  .large-up-2 {
    flex-wrap: wrap;
  }

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

  .large-up-3 {
    flex-wrap: wrap;
  }

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

  .large-up-4 {
    flex-wrap: wrap;
  }

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

  .large-up-5 {
    flex-wrap: wrap;
  }

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

  .large-up-6 {
    flex-wrap: wrap;
  }

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

  .large-up-7 {
    flex-wrap: wrap;
  }

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

  .large-up-8 {
    flex-wrap: wrap;
  }

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

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

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

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

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

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

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

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

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

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

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

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 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);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

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

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

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

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

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

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

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

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

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

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

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

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

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

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

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

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.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);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: hero-new, "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #2D4D2C;
  -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: pointer;
}

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

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

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

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

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

.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: 0 25px 0 0;
  border: 0px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2D4D2C;
}

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

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

.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: 0rem;
  border: 0px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #2D4D2C;
}

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  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;
}

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

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

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

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

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

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

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

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

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

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  background-color: #2D4D2C;
  color: #ffffff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #243e23;
  color: #ffffff;
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

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

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

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

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #2D4D2C;
}

.button.clear:hover,
.button.clear:focus {
  color: #172716;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #2D4D2C;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #172716;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #2D4D2C;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #172716;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  color: #157539;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #67251a;
}

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

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #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: #2D4D2C;
}

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

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

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

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

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

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

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

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #2D4D2C;
}

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

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

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

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

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

.card-image {
  min-height: 1px;
}

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

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

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

.callout.primary {
  background-color: #daeada;
  color: #2D4D2C;
}

.callout.secondary {
  background-color: #daeada;
  color: #2D4D2C;
}

.callout.success {
  background-color: #e1faea;
  color: #2D4D2C;
}

.callout.warning {
  background-color: #fff3d9;
  color: #2D4D2C;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #2D4D2C;
}

.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;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

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

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

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

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

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 70px;
  background-color: #ffffff;
  box-shadow: 0;
  font-family: alwyn-new-web, "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
  color: #2D4D2C;
  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: 0;
  background-color: #ffffff;
  box-shadow: 0;
  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: #e6e6e6;
  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;
}

::-moz-placeholder {
  color: #2D4D2C;
}

::placeholder {
  color: #2D4D2C;
}

[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: 300;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5rem 0;
}

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

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

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

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  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;
  flex: 1 1 0px;
  min-width: 0;
}

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

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  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.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  font-family: alwyn-new-web, "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
  color: #2D4D2C;
  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;
  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: 0;
  background-color: #ffffff;
  box-shadow: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

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

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #2D4D2C;
  color: #ffffff;
}

.menu .active > a {
  background: #2D4D2C;
  color: #ffffff;
}

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

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

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}

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

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

.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;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #2D4D2C transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2D4D2C;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #2D4D2C transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #2D4D2C;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #2D4D2C transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #2D4D2C transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #2D4D2C;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #2D4D2C transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #2D4D2C transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #2D4D2C;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

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

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

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}

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

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #2D4D2C transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #2D4D2C;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

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

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

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

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 101;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #ffffff;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 101;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 102;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0;
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 101;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #ffffff;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 101;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 102;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0;
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  transform: translateX(-100%);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-100%);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(100%);
}

.position-left.is-transition-push {
  box-shadow: inset 0 0 0 0 0;
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  transform: translateX(100%);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(100%);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-100%);
}

.position-right.is-transition-push {
  box-shadow: inset 0 0 0 0 0;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

.position-top.is-transition-push {
  box-shadow: inset 0 0 0 0 0;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

.position-bottom.is-transition-push {
  box-shadow: inset 0 0 0 0 0;
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 100%;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 100%;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 100%;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 100%;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 100%;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 100%;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 100%;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 100%;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 100%;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 100%;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 100%;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 100%;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 100%;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 101;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 100%;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.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%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

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

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

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

  .hide-for-dark-mode {
    display: none !important;
  }
}

.show-for-ie {
  display: none;
}

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

  .hide-for-ie {
    display: none !important;
  }
}

.show-for-sticky {
  display: none;
}

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

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

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

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

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

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

.clearfix::after {
  clear: both;
}

.tabs {
  margin: 0;
  border: 1px solid 0;
  background: #ffffff;
  list-style-type: none;
}

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

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #2D4D2C;
}

.tabs.primary > li > a {
  color: #ffffff;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #345933;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: #2D4D2C;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #ffffff;
  color: #274226;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #ffffff;
  color: #2D4D2C;
}

.tabs-content {
  border: 1px solid 0;
  border-top: 0;
  background: #ffffff;
  color: #2D4D2C;
  transition: all 0.5s ease;
}

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

.tabs-panel {
  display: none;
  padding: 15px 0 0;
}

.tabs-panel.is-active {
  display: block;
}

.sticky-container {
  position: relative;
}

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

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

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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: 700;
  line-height: inherit;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: alwyn-new-web, "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #2D4D2C;
  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: 1.5rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

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

a:hover,
a:focus {
  color: #274226;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  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,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

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

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

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

figure {
  margin: 0;
}

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

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  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;
}

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

.cite-block:before,
cite:before {
  content: "\2014   ";
}

.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #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;
  }
}

.bg--primary {
  background-color: #2D4D2C;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--black {
  background-color: #000000;
}

.backgroundOpacity--10 {
  opacity: 0.1;
}

.backgroundOpacity--20 {
  opacity: 0.2;
}

.backgroundOpacity--30 {
  opacity: 0.3;
}

.backgroundOpacity--40 {
  opacity: 0.4;
}

.backgroundOpacity--50 {
  opacity: 0.5;
}

.backgroundOpacity--60 {
  opacity: 0.6;
}

.backgroundOpacity--70 {
  opacity: 0.7;
}

.backgroundOpacity--80 {
  opacity: 0.8;
}

.backgroundOpacity--90 {
  opacity: 0.9;
}

.hasBackgroundImage {
  position: relative;
}

.hasBackgroundImage .background {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hasBackgroundImage .background ~ * {
  position: relative;
}

.hasBackgroundImage .backgroundCover {
  background-size: cover;
}

.hasBackgroundImage .backgroundRepeat {
  background-repeat: repeat;
}

.hasParallax {
  overflow: hidden;
}

.hasParallax .background {
  height: 180%;
  top: -40%;
}

.color--primary {
  color: #2D4D2C !important;
}

.color--white {
  color: #FFFFFF !important;
}

.color--black {
  color: #000000 !important;
}

.button--primary {
  transition: all 150ms ease-in-out;
  border-radius: 25px;
  padding: 15px 20px;
  display: block;
  font-weight: 700;
  font-family: alwyn-new-web, "Arial", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background: #2D4D2C;
  color: #ffffff;
}

.button--primary::after {
  content: url("/themes/kitchen/assets/dist/images/svg/icons/arrow--white.svg");
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.button--primary:hover,
.button--primary:focus {
  background: rgba(45, 77, 44, 0.75);
  color: #ffffff;
}

.button--white {
  transition: all 150ms ease-in-out;
  border-radius: 25px;
  padding: 15px 20px;
  display: block;
  font-weight: 700;
  font-family: alwyn-new-web, "Arial", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  color: #2D4D2C;
}

.button--white:hover,
.button--white:focus {
  background: rgba(255, 255, 255, 0.75);
  color: #2D4D2C;
}

.button--black {
  transition: all 150ms ease-in-out;
  border-radius: 25px;
  padding: 15px 20px;
  display: block;
  font-weight: 700;
  font-family: alwyn-new-web, "Arial", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background: #000000;
  color: #ffffff;
}

.button--black:hover,
.button--black:focus {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}

.button-arrow-primary {
  transition: all 150ms ease-in-out;
  padding: 6px 20px;
  display: inline-block;
  font-weight: 700;
  font-family: alwyn-new-web, "Arial", sans-serif;
  font-size: 1.125rem;
  color: #2D4D2C;
  position: relative;
  z-index: 1;
}

.button-arrow-primary::after {
  content: url("/themes/kitchen/assets/dist/images/svg/icons/arrow--primary.svg");
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.button-arrow-primary::before {
  transition: all 150ms ease-in-out;
  content: "";
  margin-left: 10px;
  border-radius: 40px;
  width: 48px;
  height: 48px;
  background: rgba(45, 77, 44, 0.1);
  position: absolute;
  left: -10px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  display: inline-block;
  z-index: -1;
}

.button-arrow-primary:hover::before,
.button-arrow-primary:focus::before {
  width: 100%;
}

.button-arrow-white {
  transition: all 150ms ease-in-out;
  padding: 6px 20px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: alwyn-new-web, "Arial", sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.button-arrow-white::after {
  content: url("/themes/kitchen/assets/dist/images/svg/icons/arrow--white.svg");
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.button-arrow-white::before {
  transition: all 150ms ease-in-out;
  content: "";
  margin-left: 10px;
  border-radius: 40px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -10px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  display: inline-block;
  z-index: -1;
}

.button-arrow-white:hover,
.button-arrow-white:focus {
  color: #ffffff;
}

.button-arrow-white:hover::before,
.button-arrow-white:focus::before {
  width: 100%;
}

.button-arrow--primary {
  transition: all 150ms ease-in-out;
  background-image: url("/themes/kitchen/assets/dist/images/svg/icons/arrow--primary.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
  width: 48px;
  height: 48px;
  background-color: rgba(45, 77, 44, 0.1);
  display: inline-block;
}

.button-arrow--primary:hover {
  width: 80px;
}

.round-image {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 5px 5px 30px rgba(10, 10, 10, 0.2);
  aspect-ratio: 1;
}

.round-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (max-width: 63.99875em) {
  .round-image {
    max-width: 300px;
  }
}

.white-section {
  color: #ffffff;
}

.white-section * {
  color: inherit;
}

form.sending .form-group {
  opacity: 0.5;
}

.form__container {
  position: relative;
  z-index: 0;
}

.form__container .form__loader {
  z-index: -1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 150ms ease-in-out;
}

.form__container .form__loader svg {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}

.form__container.sending .form__loader {
  z-index: 1;
  opacity: 1;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group label {
  display: none;
}

.form-group [type=text],
.form-group [type=email],
.form-group [type=tel],
.form-group textarea {
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  padding: 10px 20px;
  height: 2.8125rem;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.form-group [type=text].valid,
.form-group [type=email].valid,
.form-group [type=tel].valid,
.form-group textarea.valid {
  color: #2D4D2C;
}

.form-group textarea {
  height: 100px;
  border-radius: 20px;
  resize: none;
}

.form-group .form-error {
  margin-top: 7px;
  margin-bottom: 1.5rem;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #2D4D2C;
  width: 100%;
  height: 3.75rem;
  z-index: 1;
}

.select-styled {
  transition: all 150ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  background-color: #ffffff;
  padding: 20px 0 0;
  border-bottom: 1px solid #2D4D2C;
}

.select-styled:after {
  transition: all 150ms ease-in-out;
  content: "\F078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0.9375rem;
  font-size: 0.875rem;
  right: 1rem;
}

.select-styled:active,
.select-styled.active {
  box-shadow: none;
}

.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(180deg);
}

.select-options {
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  left: 0;
  margin: 0;
  list-style: none;
}

.select-options li {
  transition: all 0.15s ease-in 150ms ease-in-out;
  margin: 0;
  padding: 0.85em 1em;
}

.select-options li:hover {
  color: #2D4D2C;
  background: #e6e6e6;
}

.select-options li[rel=hide] {
  display: none;
}

textarea.form-control {
  border-radius: 20px;
  min-height: 174px;
}

.hero-header {
  font-size: 80px;
  font-size: 5vw;
}

@media (max-width: 600px) {
  .hero-header {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .hero-header {
    font-size: 80px;
  }
}

h1 {
  font-size: 80px;
  font-size: 5vw;
}

@media (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-size: 60px;
  font-size: 5vw;
}

@media (max-width: 600px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 50px;
  font-size: 5vw;
}

@media (max-width: 500px) {
  h3 {
    font-size: 25px;
  }
}

@media (min-width: 1000px) {
  h3 {
    font-size: 50px;
  }
}

h4 {
  font-size: 24px;
  font-size: 5vw;
}

@media (max-width: 360px) {
  h4 {
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
  font-size: 5vw;
}

@media (max-width: 320px) {
  h5 {
    font-size: 16px;
  }
}

@media (min-width: 360px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
}

.as-h1 {
  font-size: 80px;
  font-size: 5vw;
}

@media (max-width: 600px) {
  .as-h1 {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .as-h1 {
    font-size: 80px;
  }
}

.as-h2 {
  font-size: 60px;
  font-size: 5vw;
}

@media (max-width: 600px) {
  .as-h2 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .as-h2 {
    font-size: 60px;
  }
}

.as-h3 {
  font-size: 50px;
  font-size: 5vw;
}

@media (max-width: 500px) {
  .as-h3 {
    font-size: 25px;
  }
}

@media (min-width: 1000px) {
  .as-h3 {
    font-size: 50px;
  }
}

.as-h4 {
  font-size: 24px;
  font-size: 5vw;
}

@media (max-width: 360px) {
  .as-h4 {
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  .as-h4 {
    font-size: 24px;
  }
}

.as-h5 {
  font-size: 18px;
  font-size: 5vw;
}

@media (max-width: 320px) {
  .as-h5 {
    font-size: 16px;
  }
}

@media (min-width: 360px) {
  .as-h5 {
    font-size: 18px;
  }
}

.as-h6 {
  font-size: 16px;
}

h1 + p,
h1 + ul,
h1 + ol,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
h4 + p,
h4 + ul,
h4 + ol,
h5 + p,
h5 + ul,
h5 + ol,
h6 + p,
h6 + ul,
h6 + ol,
.as-h1 + p,
.as-h1 + ul,
.as-h1 + ol,
.as-h2 + p,
.as-h2 + ul,
.as-h2 + ol,
.as-h3 + p,
.as-h3 + ul,
.as-h3 + ol,
.as-h4 + p,
.as-h4 + ul,
.as-h4 + ol,
.as-h5 + p,
.as-h5 + ul,
.as-h5 + ol,
.as-h6 + p,
.as-h6 + ul,
.as-h6 + ol {
  margin-top: 15px;
}

body.showBlockNames [data-block]:before {
  content: attr(data-block);
  position: absolute;
  left: 0;
  background-color: green;
  color: white;
  padding: 4px;
  z-index: 99999;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.dp-block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.valign-middle {
  vertical-align: middle;
}

.strong,
.bold {
  font-weight: 700;
}

img[data-src] {
  transition: all 150ms ease-in-out;
  transition-duration: 300ms;
}

img[data-src]:not(.image-loaded) {
  filter: blur(2px);
  width: 100%;
}

.image-loaded + img {
  transition: all 150ms ease-in-out;
  transition-duration: 150ms;
  opacity: 0;
}

.img--thumb {
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  filter: blur(10px);
  min-height: 100%;
  max-width: inherit;
  transform: translateY(-50%) translateX(-50%);
}

.child-image {
  filter: blur(10px);
}

.child-image-is-loaded .child-image {
  transition: all ease-out 150ms;
  opacity: 0;
}

.background {
  overflow: hidden;
}

.background .child-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.ml-auto {
  margin-left: auto;
}

* {
  outline: none;
}

a {
  transition: color 150ms ease-in-out;
}

ol li,
ol a {
  font-family: alwyn-new-web, "Arial", sans-serif;
  font-size: 1.25rem;
}

ol a:hover {
  font-weight: 700;
}

ol li {
  padding-left: 10px;
}

ol li + li {
  margin-top: 10px;
}

ul a:hover {
  font-weight: 700;
}

ul li {
  padding-left: 10px;
  margin-top: 10px;
}

/*p{
	font-size: rem-calc(16);
	color:$body-font-color;
	font-family: $body-font-family;
	margin-bottom: rem-calc(6px);
	@include breakpoint(medium) {
		margin-bottom: rem-calc(16px);
	}
	&:last-child{
		margin-bottom: 0;
	}
	a{
		@include breakpoint(small only){
			white-space: nowrap;
			margin-bottom: rem-calc(20px);
		}
		margin-right: rem-calc(15px);
		@include breakpoint(medium) {
			margin-right: rem-calc(35px);
		}
		&:last-child{
			margin-right: 0;
			margin-bottom: 0;
		}
	}
}*/

p {
  line-height: 1.9;
}

p:last-of-type {
  margin-bottom: 0;
}

body {
  overflow-x: hidden;
}

.show-for-admin {
  position: relative;
}

.show-for-admin:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ff0000;
  opacity: 0.2;
  pointer-events: none;
}

.show-for-admin:after {
  content: "Only visible for admins!";
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.7);
  color: white;
  border: 1px solid #ff0000;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
}

.banner {
  position: relative;
  padding: 2.5rem 0;
  /*@include text-spects{
  	color: $white;
  }*/
}

@media print, screen and (min-width: 40em) {
  .banner {
    padding: 4.6875rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .banner {
    padding: 6.25rem 0;
  }
}

.banner__medium {
  padding: 3.75rem 0;
}

@media print, screen and (min-width: 40em) {
  .banner__medium {
    padding: 6.25rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .banner__medium {
    padding: 12.5rem 0;
  }
}

.banner__large {
  padding: 5rem 0;
}

@media print, screen and (min-width: 40em) {
  .banner__large {
    padding: 9.375rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .banner__large {
    padding: 18.75rem 0;
  }
}

.banner__full {
  min-height: 100vh;
  padding: 5rem 0;
  display: flex;
}

@media print, screen and (min-width: 40em) {
  .banner__full {
    padding: 9.375rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .banner__full {
    padding: 18.75rem 0;
  }
}

.banner__full .grid-container {
  align-self: center;
}

.banner .grid-container,
.banner .grid-x {
  height: 100%;
}

.full-carousel {
  height: 100vh;
}

.full-carousel__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-position: center center;
  height: 100vh;
  position: relative;
}

.full-carousel__slide .grid-container {
  position: relative;
  z-index: 5;
  height: 100%;
}

.full-carousel__slide .grid-container .grid-x {
  height: 100%;
}

.full-carousel__slide h1,
.full-carousel__slide h2,
.full-carousel__slide h3,
.full-carousel__slide h4,
.full-carousel__slide h5,
.full-carousel__slide h6,
.full-carousel__slide p {
  color: #ffffff;
}

.full-carousel__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
  list-style-type: none;
}

@media print, screen and (min-width: 40em) {
  .full-carousel__pagination {
    height: 50px;
  }
}

.full-carousel__pagination li,
.full-carousel__pagination span {
  margin: 0 0.3125rem;
  display: inline-block;
  cursor: pointer;
}

.image-carousel__slide {
  padding: 0 3.125rem;
}

.image-carousel__slide img {
  margin: 0 auto;
}

.logo-carousel {
  background-color: #ffffff;
  position: relative;
}

.logo-carousel .slick-slide {
  margin: 0 2rem;
}

@media print, screen and (max-width: 63.99875em) {
  .logo-carousel .slick-slide {
    margin: 0 4rem;
  }
}

.logo-carousel img {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.logo-carousel img:hover {
  filter: grayscale(0);
}

.logo-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.logo-carousel .button-prev {
  left: -48px;
  background: url(/themes/kitchen/assets/dist/images/svg/icons/arrow--primary.svg) no-repeat center;
  transform: translateY(-50%) rotate(180deg);
}

@media print, screen and (max-width: 63.99875em) {
  .logo-carousel .button-prev {
    left: 0;
  }
}

.logo-carousel .button-next {
  right: -48px;
  background: url(/themes/kitchen/assets/dist/images/svg/icons/arrow--primary.svg) no-repeat center;
}

@media print, screen and (max-width: 63.99875em) {
  .logo-carousel .button-next {
    right: 0;
  }
}

.block__logo-carousel {
  background: #ffffff;
  margin: 3rem 0;
}

.block__logo-carousel .block__title {
  text-align: center;
}

.core-tasks {
  position: relative;
}

.core-tasks::before {
  content: "";
  width: 246px;
  height: 246px;
  position: absolute;
  background: #2D4D2C;
  opacity: 0.15;
  border-radius: 100%;
  transform: translateX(-30%) translateY(-40%);
  pointer-events: none;
}

@media print, screen and (max-width: 39.99875em) {
  .core-tasks {
    position: relative;
  }

  .core-tasks::before {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    background: #2D4D2C;
    opacity: 0.15;
    border-radius: 100%;
    transform: translateX(-20%) translateY(-30%);
    pointer-events: none;
  }
}

.core-tasks__list {
  border: none;
  list-style-type: decimal;
  font-weight: 300;
  margin-top: 15px;
  margin-left: 1.25rem;
}

.core-tasks__list li {
  width: 100%;
}

.core-tasks__list li.tabs-title a {
  padding-left: 10px;
  font-size: 1.25rem;
}

.core-tasks__list li .accordion-title {
  font-size: 1.25rem;
}

.core-tasks__list li .accordion-title:hover,
.core-tasks__list li .accordion-title:focus {
  background: transparent;
}

.core-tasks__list li + li {
  margin-top: 10px;
}

.core-tasks__list li.is-active .accordion-title,
.core-tasks__list li.is-active.tabs-title a,
.core-tasks__list li:hover .accordion-title,
.core-tasks__list li:hover.tabs-title a {
  font-weight: 700;
}

.core-tasks__title a {
  font-family: alwyn-new-web, "Arial", sans-serif;
}

.core-tasks .accordion-content {
  padding-right: 30px;
  font-size: 1rem;
}

footer {
  background: #2D4D2C;
  position: relative;
  z-index: 1;
  padding: 0.9375rem 0 0.625rem;
  width: 100%;
}

footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

@media print, screen and (max-width: 39.99875em) {
  footer p {
    margin-bottom: 1.75rem;
  }
}

footer p a {
  color: rgba(255, 255, 255, 0.4);
}

footer p a:hover {
  color: white;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer ul li {
  font-size: 0.875rem;
  margin: 0 0 0.125rem;
  padding: 0;
  display: inline-block;
  color: #ffffff;
}

footer ul li a,
footer ul li span {
  color: #ffffff;
}

footer ul li a:hover,
footer ul li span:hover {
  text-decoration: underline;
  color: #ffffff;
}

footer ul li i {
  font-size: 1.25rem !important;
  position: relative;
  top: 1px;
}

footer ul li + li {
  margin-left: 20px;
}

.google-maps__card {
  height: 50vh;
}

header {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

header .child-image {
  position: absolute;
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.logo-list__item {
  padding: 0 0.625rem !important;
  margin-bottom: 3.125rem;
}

.logo-list__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .logo-list__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .logo-list__item:nth-last-child(-n+6) {
    margin-bottom: 0;
  }
}

.logo-list__item img {
  filter: saturate(0) grayscale(100%) brightness(69%) contrast(1000%);
  opacity: 0.5;
}

.logo-list__vertical .logo-list__item {
  margin-bottom: 6.25rem;
}

.logo-list__vertical .logo-list__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.block__contact-cta-form {
  background: url("/themes/kitchen/assets/images/cta-background.webp") no-repeat center center;
  background-size: cover;
}

.news-post__content .block__project-list,
.news-post__content .block__contact-cta-form {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.news-post__content .grid-container:not([data-block=contact-cta-form]):not(.block__project-list) {
  padding-left: 0;
  padding-right: 0;
}

.contactCtaForm__contact {
  margin-top: 1rem;
}

.contactCtaForm__content {
  display: grid;
  grid-template-columns: clamp(90px, 12vw, 180px) 1fr;
  gap: 2rem;
}

@media print, screen and (max-width: 63.99875em) {
  .contactCtaForm__content {
    grid-template-columns: 1fr;
  }
}

.contactCtaForm__content h2,
.contactCtaForm__content h3 {
  font-size: clamp(30px, 5vw, 40px);
}

.contactCtaForm__contact {
  display: grid;
  gap: 1rem;
}

.rounded-image {
  border-radius: 50%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-header__container {
  position: relative;
  max-height: var(--header-max-height);
  width: 100%;
  aspect-ratio: var(--header-aspect-ratio);
  display: grid;
  grid-template-columns: repeat(var(--header-columns), 1fr);
  grid-template-rows: repeat(var(--header-rows), 1fr);
  justify-content: center;
}

.main-header__container h1 {
  font-size: var(--header-title-size);
  line-height: 0.9;
}

.main-header--compact {
  --header-max-height: var(--headerCompact-max-height);
  --header-aspect-ratio: var(--headerCompact-aspect-ratio);
  --header-title-size: var(--headerCompact-title-size);
}

.main-header--compact h1 {
  line-height: 1;
}

.main-header__content {
  position: relative;
  z-index: 1;
  grid-column: 1/-1;
  grid-row: 2/-1;
  display: grid;
  grid-template-rows: subgrid;
  place-items: center;
}

.main-header__image {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.main-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-header__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(45, 77, 44, 0.4);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: calc(100% / var(--header-columns)) 100%, 100% calc(100% / var(--header-rows));
  background-repeat: repeat;
}

.main-header__arrow {
  display: block;
  height: clamp(100px, 9vh, 140px);
}

.main-header__arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media print, screen and (max-width: 39.99875em) {
  .main-header__arrow {
    transform: scale(0.5);
  }
}

.news-list__item {
  box-shadow: 5px 5px 60px rgba(10, 10, 10, 0.1);
  overflow: hidden;
  display: block;
}

.news-list__item + .news-list__item {
  margin-top: 40px;
}

.news-list__item:hover .button-arrow--primary {
  width: 80px;
}

.news-list__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .news-list__image {
    height: 200px;
  }
}

.news-list__content {
  background: #ffffff;
  padding: 1.875rem;
  position: relative;
}

.news-list__content .button-arrow--primary {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.news-list__date {
  color: #2D4D2C;
}

.news-list__title {
  font-weight: 700;
  font-size: 1.25rem;
  padding: 2px 0;
  color: #2D4D2C;
}

.news-list__excerpt {
  font-size: 1.125rem;
  line-height: 1.8;
  padding-bottom: 70px;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(150px, 20%), 1fr));
  gap: 2rem;
  place-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .partner-list {
    gap: 4rem;
  }
}

.partner-list__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-list__item img {
  max-width: 80%;
  max-height: 160px;
}

.partner-list__item a {
  display: block;
}

.block__partner-list {
  margin: 3rem 0;
}

.project-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.project-list:has(.project-list__item) {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.project-list__item {
  background: #ffffff;
  position: relative;
  box-shadow: 5px 5px 60px rgba(10, 10, 10, 0.1);
  margin-bottom: 50px;
}

.project-list__item:hover .button-arrow--primary {
  width: 80px;
}

.project-list--include .project-list__item {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 64em) {
  .project-list--include .project-list__item {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .project-list--include .project-list__item:nth-child(3) {
    display: none;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .project-list--include .project-list__item:last-child {
    margin-bottom: 0;
  }
}

.project-list__image {
  position: relative;
  background-size: cover;
  background-position: center top;
}

.project-list__image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

.project-list__title {
  font-weight: 700;
  font-family: hero-new, "Arial", sans-serif;
  margin-bottom: 10px;
}

.project-list__content {
  padding: 30px 30px 90px;
}

.project-list .button-arrow--primary {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.team-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(150px, 20%), 1fr));
  gap: 3rem 2.5rem;
}

.team-list__image {
  aspect-ratio: 4/5;
  box-shadow: 8px 8px 20px rgba(10, 10, 10, 0.2);
  margin-bottom: 1rem;
}

.team-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-list h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.team-list h4 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0;
}

.team-list a {
  cursor: pointer;
}

.team-list a,
.team-list a:before {
  all: unset;
}

.team-list a:hover {
  text-decoration: underline;
}

.team-list p {
  margin: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .usp-list-horizontal__item + .usp-list-horizontal__item {
    margin-top: 20px;
  }
}

.job-offer-list__image {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.job-offer-list__image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 37.5%;
}

.main-menu {
  display: inline-block;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  /* ============================
     MULTIMENU (megamenu-variant)
     ============================ */
}

.main-menu__wrapper {
  text-align: right;
  grid-column: 2/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.main-menu__toggle {
  display: none;
}

.main-menu__container {
  transition: all 150ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  min-height: calc(min(100vw * var(--menu-aspect-ratio), var(--header-max-height)) / var(--header-rows));
  display: grid;
  grid-template-columns: repeat(var(--header-columns), 1fr);
}

.page__container:has(.main-header--compact) .main-menu__container {
  --menu-aspect-ratio: var(--menuCompact-aspect-ratio);
  --header-max-height: var(--headerCompact-max-height);
}

.page__container:has(.main-header--compact) .main-menu__container .main-menu__logo svg:not(.show-for-sticky) {
  max-width: 108px;
}

.main-menu__container:not(.is-sticky) .main-menu > li {
  margin-top: 10px;
}

.main-menu__container:not(.is-sticky) .main-menu > .has-submenu {
  margin-top: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  .main-menu__container {
    place-items: center;
  }

  .main-menu__container .main-menu__logo {
    display: inline-block;
  }

  .main-menu__container .main-menu__logo svg {
    height: 71px;
  }

  .main-menu__container .main-menu__toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    right: 20px;
    color: #ffffff;
  }

  .main-menu__container .main-menu {
    display: none;
  }
}

.main-menu__container.is-sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  height: 92px;
  min-height: 92px;
  background: #ffffff;
}

.main-menu__container.is-sticky svg.show-for-sticky {
  height: 60px;
}

.main-menu__container.is-sticky .show-for-sticky {
  display: initial;
}

.main-menu__container.is-sticky .hide-for-sticky {
  display: none;
}

.main-menu__container.is-sticky .main-menu > li {
  transform: none;
  display: flex;
  padding-bottom: 0;
}

.main-menu__container.is-sticky li:hover > a {
  border-color: #2D4D2C;
  color: #2D4D2C;
}

.main-menu__container.is-sticky a {
  color: #2D4D2C;
}

.main-menu__container.is-sticky ul {
  position: relative;
}

.main-menu__container.is-sticky .main-menu__toggle {
  color: #2D4D2C;
}

.main-menu__container.is-sticky .main-menu__logo {
  height: 50px;
}

.main-menu__container.is-sticky .main-menu__logo .a {
  fill: #2D4D2C;
  stroke: transparent;
}

.main-menu__container.is-sticky li.is-active:hover a {
  color: #2D4D2C;
  border-color: #2D4D2C;
  background-color: transparent;
}

.main-menu__container .show-for-sticky {
  display: none;
}

.main-menu__container .hide-for-sticky {
  display: initial;
}

.main-menu__languages {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

@media screen and (max-width: 60.625em) {
  .main-menu__languages {
    margin: 0 36px 0 0;
  }
}

.main-menu__language {
  width: 24px;
  aspect-ratio: 1;
}

.main-menu__language.selected {
  outline: 3px solid #ffffff;
  border-radius: 50%;
}

.main-menu__language img {
  display: block;
}

.main-menu__logo {
  transition: all 150ms ease-in-out;
  height: inherit;
  position: relative;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 0 1rem;
}

.main-menu__logo svg {
  max-width: 178px;
}

.main-menu__logo .a {
  fill: #ffffff;
  stroke: transparent;
}

.main-menu__logo .b {
  fill: transparent;
  stroke: transparent;
}

.main-menu li {
  margin: 0;
  padding: 0;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.main-menu li a {
  transition: all 150ms ease-in-out;
  color: #ffffff;
  padding: 0.75rem 1.5625rem;
  border-radius: 40px;
  font-weight: 700;
  font-size: 0.875rem;
  border: 2px solid transparent;
  display: inline-block;
}

.main-menu li.active > a,
.main-menu li:hover > a {
  background: #ffffff;
  color: #2D4D2C;
}

.main-menu li.active > a svg,
.main-menu li:hover > a svg {
  fill: #2D4D2C;
}

.main-menu .has-submenu {
  position: relative;
  padding-bottom: 10px;
}

.main-menu .has-submenu svg {
  fill: #ffffff;
  transition: 0.3s ease-in-out;
}

.main-menu .has-submenu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.is-sticky .main-menu .has-submenu:hover svg {
  fill: #2D4D2C;
}

.is-sticky .main-menu .has-submenu:hover .submenu {
  transform: translateY(-3px);
}

.main-menu .has-submenu:hover .menu-icon {
  transform: rotate(180deg);
}

.main-menu .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.main-menu .has-submenu .submenu {
  background-color: #ffffff;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 220px;
  padding: 1rem 0;
  text-align: center;
  transform: translate(-50%, -10px);
}

.main-menu .has-submenu .submenu a {
  color: #2D4D2C;
  border: transparent;
  position: relative;
  display: block;
  font-weight: 700;
  text-align: left;
}

.main-menu .has-submenu .submenu a:hover:before {
  opacity: 1;
}

.main-menu .has-submenu .submenu a:before {
  transition: all 150ms ease-in-out;
  content: "";
  margin-left: 10px;
  border-radius: 40px;
  width: 25px;
  height: 25px;
  background: rgba(45, 77, 44, 0.1);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  display: inline-block;
  z-index: 0;
  opacity: 0;
}

.main-menu .has-submenu .submenu li {
  margin: 0;
}

.main-menu .has-submenu .submenu li.active a {
  text-decoration: underline;
  font-weight: 700;
}

.main-menu .has-submenu .submenu li.active:hover a {
  color: #0a0a0a;
}

.main-menu .multimenu:not(.active) a {
  border-radius: 30px 30px 0 0;
}

.main-menu .multimenu:hover > a {
  border-radius: 30px 30px 0 0;
}

.main-menu .multimenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: min(1080px, var(--menu-width, 100%));
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  background-color: #ffffff;
  border-radius: 0 25px 25px 25px;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-11px);
  z-index: 1;
}

.main-menu .multimenu .submenu a {
  background: transparent;
  border-radius: 0;
}

.main-menu .multimenu .submenu li {
  justify-content: flex-start;
}

.main-menu .multimenu .main-menu__title.show-for-medium {
  position: relative;
  z-index: 2;
  border-bottom: 0;
}

.main-menu .multimenu .main-menu__title.show-for-medium:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}

.main-menu .multimenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}

.is-sticky .main-menu .multimenu:hover .submenu {
  transform: translateY(-3px);
}

.is-sticky .main-menu .multimenu .main-menu__title.show-for-medium:before {
  opacity: 1;
}

.is-sticky .main-menu .multimenu .submenu {
  transform: translateY(-3px);
  border: 2px solid #2D4D2C;
}

.page-menu {
  display: inline-block;
  margin: 0;
}

.page-menu__wrapper {
  text-align: right;
}

.page-menu__toggle {
  display: none;
}

.page-menu__container {
  transition: all 150ms ease-in-out;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 16px 20px 21px;
  height: 92px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 91.25em) {
  .page-menu__container {
    padding: 16px 110px 21px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .page-menu__container .page-menu__toggle {
    display: inline-block;
  }

  .page-menu__container .main-menu {
    display: none;
  }
}

.page-menu__container.is-sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  height: 92px;
  background: #ffffff;
}

.page-menu__container.is-sticky a {
  color: #2D4D2C;
}

.page-menu__container .main-menu li a {
  transition: all 150ms ease-in-out;
  color: #2D4D2C;
  padding: 0.75rem 1.5625rem;
  border-radius: 40px;
  font-weight: 700;
  font-size: 0.875rem;
  border: 2px solid transparent;
  display: inline-block;
}

.page-menu__container .main-menu li.is-active a,
.page-menu__container .main-menu li:hover a {
  color: #2D4D2C;
  border-color: #2D4D2C;
}

.page-menu__logo {
  width: 160px;
  height: 50px;
  display: inline-block;
  top: 5px;
  position: relative;
}

.menu .is-active > a {
  background-color: transparent;
}

.responsive-menu {
  padding-top: 16px;
}

.responsive-menu ul {
  border-top: 1px solid #d9d9d9;
  margin: 0.5rem 0 0;
  padding: 1.875rem 0 0 0;
}

.responsive-menu ul li {
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center;
}

.responsive-menu ul li.active a,
.responsive-menu ul li:hover a {
  color: #2D4D2C;
}

.responsive-menu ul li ul li {
  margin-bottom: 0;
}

.responsive-menu ul li ul li a {
  font-weight: normal;
}

.responsive-menu ul li ul li.active > a {
  background-color: unset;
}

.responsive-menu ul a {
  font-size: 1rem;
  font-weight: 600;
}

.responsive-menu svg {
  width: 41px;
  height: 61px;
}

.responsive-menu svg .a,
.responsive-menu svg .b {
  stroke: #2d4d2c;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  fill: none;
}

.responsive-menu .menu-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
  transform: translateX(6px);
}

.responsive-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-menu .submenu {
  transition: 0.2s ease-in-out;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0;
}

.responsive-menu .is-active .submenu {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}

.news-post__banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  position: relative;
}

.news-post__banner:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 50%;
}

.news-post__content {
  background: #ffffff;
  padding: 50px 0 0;
}

.project-detail__header {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.project-detail__header h1,
.project-detail__header h2,
.project-detail__header h3,
.project-detail__header h4,
.project-detail__header h5,
.project-detail__header h6,
.project-detail__header p {
  color: #ffffff;
}

.project-detail__header-content {
  position: relative;
}

.project-detail__header-content::before {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  background: #2D4D2C;
  opacity: 0.15;
  border-radius: 100%;
  transform: translateX(-30%) translateY(-50%);
  pointer-events: none;
}

.project-detail__header-content::before {
  background: #ffffff !important;
  opacity: 0.1 !important;
}

.project-detail__banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

.project-detail__banner:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 50%;
}

.project-detail__banner-container {
  position: relative;
}

.project-detail__banner-container::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 50%;
  background: #ffffff;
}

.project-detail [data-block=custom-columns] .align- {
  justify-content: center;
}

.job-offer-detail__banner {
  aspect-ratio: 16/5;
  background-size: cover;
  background-position: center center;
}

.job-offer-detail__summary {
  background-color: #2D4D2C;
  color: #ffffff;
  padding: 25px;
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.job-offer-detail__summary h3 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}

.job-offer-detail .btn-block {
  width: 100%;
}

.page__container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page__content {
  flex: 1 0 auto;
}

.page__inner-content {
  padding-top: 192px;
}

footer {
  flex-shrink: 0;
}

.has-bg-pattern {
  background-image: url("/themes/kitchen/assets/dist/images/backgrounds/body-pattern.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.has-bg-pattern:has(.contact--section) {
  background: none;
}

.has-bg-pattern:has(.contact--section) .container-spacer {
  height: 4rem;
}

.has-bg-pattern:has(.contact--section) .contact--section {
  background-image: url(/themes/kitchen/assets/dist/images/backgrounds/body-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(45, 77, 44, 0.1);
}

@media print, screen and (max-width: 39.99875em) {
  [data-block=custom-columns] .grid-x .cell + .cell {
    margin-top: 50px;
  }

  [data-block=custom-columns] .grid-x .cell.image-circle {
    position: relative;
  }

  [data-block=custom-columns] .grid-x .cell.image-circle::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background: #2D4D2C;
    opacity: 0.15;
    border-radius: 100%;
    transform: translateX(-40%) translateY(-30%);
    pointer-events: none;
  }
}

.grid-x .cell.image-circle {
  position: relative;
}

.grid-x .cell.image-circle::before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  background: #2D4D2C;
  opacity: 0.15;
  border-radius: 100%;
  transform: translateX(-30%) translateY(-25%);
  pointer-events: none;
}

.no-margin {
  margin: 0 !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-0 {
    margin-top: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-0 {
    margin-top: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-0 {
    margin-top: 0px;
  }
}

.mt-0 {
  margin-top: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-1 {
    margin-top: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-1 {
    margin-top: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-1 {
    margin-top: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-1 {
    margin-top: 1px;
  }
}

.mt-1 {
  margin-top: 1px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-2 {
    margin-top: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-2 {
    margin-top: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-2 {
    margin-top: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-2 {
    margin-top: 2px;
  }
}

.mt-2 {
  margin-top: 2px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-3 {
    margin-top: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-3 {
    margin-top: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-3 {
    margin-top: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-3 {
    margin-top: 3px;
  }
}

.mt-3 {
  margin-top: 3px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-4 {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-4 {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-4 {
    margin-top: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-4 {
    margin-top: 4px;
  }
}

.mt-4 {
  margin-top: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-5 {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-5 {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-5 {
    margin-top: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-5 {
    margin-top: 5px;
  }
}

.mt-5 {
  margin-top: 5px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-10 {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-10 {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-10 {
    margin-top: 10px;
  }
}

.mt-10 {
  margin-top: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-20 {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-20 {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-20 {
    margin-top: 20px;
  }
}

.mt-20 {
  margin-top: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-30 {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-30 {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-30 {
    margin-top: 30px;
  }
}

.mt-30 {
  margin-top: 30px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-40 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-40 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-40 {
    margin-top: 40px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-50 {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-50 {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-50 {
    margin-top: 50px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-xl {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-xl {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-xl {
    margin-top: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-xl {
    margin-top: 100px;
  }
}

.mt-xl {
  margin-top: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-l {
    margin-top: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-l {
    margin-top: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-l {
    margin-top: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-l {
    margin-top: 75px;
  }
}

.mt-l {
  margin-top: 75px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-m {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-m {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-m {
    margin-top: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-m {
    margin-top: 50px;
  }
}

.mt-m {
  margin-top: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mt-s {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mt-s {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mt-s {
    margin-top: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mt-s {
    margin-top: 25px;
  }
}

.mt-s {
  margin-top: 25px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-0 {
    margin-bottom: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-0 {
    margin-bottom: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-0 {
    margin-bottom: 0px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-1 {
    margin-bottom: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-1 {
    margin-bottom: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-1 {
    margin-bottom: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-1 {
    margin-bottom: 1px;
  }
}

.mb-1 {
  margin-bottom: 1px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-2 {
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-2 {
    margin-bottom: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-2 {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-2 {
    margin-bottom: 2px;
  }
}

.mb-2 {
  margin-bottom: 2px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-3 {
    margin-bottom: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-3 {
    margin-bottom: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-3 {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-3 {
    margin-bottom: 3px;
  }
}

.mb-3 {
  margin-bottom: 3px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-4 {
    margin-bottom: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-4 {
    margin-bottom: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-4 {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-4 {
    margin-bottom: 4px;
  }
}

.mb-4 {
  margin-bottom: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-5 {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-5 {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-5 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-5 {
    margin-bottom: 5px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-10 {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-10 {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-10 {
    margin-bottom: 10px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-20 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-20 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-20 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-30 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-30 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-30 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-40 {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-40 {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-40 {
    margin-bottom: 40px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-50 {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-50 {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-50 {
    margin-bottom: 50px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-xl {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-xl {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-xl {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-xl {
    margin-bottom: 100px;
  }
}

.mb-xl {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-l {
    margin-bottom: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-l {
    margin-bottom: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-l {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-l {
    margin-bottom: 75px;
  }
}

.mb-l {
  margin-bottom: 75px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-m {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-m {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-m {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-m {
    margin-bottom: 50px;
  }
}

.mb-m {
  margin-bottom: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mb-s {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mb-s {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mb-s {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mb-s {
    margin-bottom: 25px;
  }
}

.mb-s {
  margin-bottom: 25px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-0 {
    margin-left: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-0 {
    margin-left: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-0 {
    margin-left: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-0 {
    margin-left: 0px;
  }
}

.ml-0 {
  margin-left: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-1 {
    margin-left: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-1 {
    margin-left: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-1 {
    margin-left: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-1 {
    margin-left: 1px;
  }
}

.ml-1 {
  margin-left: 1px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-2 {
    margin-left: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-2 {
    margin-left: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-2 {
    margin-left: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-2 {
    margin-left: 2px;
  }
}

.ml-2 {
  margin-left: 2px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-3 {
    margin-left: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-3 {
    margin-left: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-3 {
    margin-left: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-3 {
    margin-left: 3px;
  }
}

.ml-3 {
  margin-left: 3px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-4 {
    margin-left: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-4 {
    margin-left: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-4 {
    margin-left: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-4 {
    margin-left: 4px;
  }
}

.ml-4 {
  margin-left: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-5 {
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-5 {
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-5 {
    margin-left: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-5 {
    margin-left: 5px;
  }
}

.ml-5 {
  margin-left: 5px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-10 {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-10 {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-10 {
    margin-left: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-10 {
    margin-left: 10px;
  }
}

.ml-10 {
  margin-left: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-20 {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-20 {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-20 {
    margin-left: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-20 {
    margin-left: 20px;
  }
}

.ml-20 {
  margin-left: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-30 {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-30 {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-30 {
    margin-left: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-30 {
    margin-left: 30px;
  }
}

.ml-30 {
  margin-left: 30px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-40 {
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-40 {
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-40 {
    margin-left: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-40 {
    margin-left: 40px;
  }
}

.ml-40 {
  margin-left: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-50 {
    margin-left: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-50 {
    margin-left: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-50 {
    margin-left: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-50 {
    margin-left: 50px;
  }
}

.ml-50 {
  margin-left: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-xl {
    margin-left: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-xl {
    margin-left: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-xl {
    margin-left: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-xl {
    margin-left: 100px;
  }
}

.ml-xl {
  margin-left: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-l {
    margin-left: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-l {
    margin-left: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-l {
    margin-left: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-l {
    margin-left: 75px;
  }
}

.ml-l {
  margin-left: 75px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-m {
    margin-left: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-m {
    margin-left: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-m {
    margin-left: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-m {
    margin-left: 50px;
  }
}

.ml-m {
  margin-left: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-ml-s {
    margin-left: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-ml-s {
    margin-left: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-ml-s {
    margin-left: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-ml-s {
    margin-left: 25px;
  }
}

.ml-s {
  margin-left: 25px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-0 {
    margin-right: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-0 {
    margin-right: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-0 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-0 {
    margin-right: 0px;
  }
}

.mr-0 {
  margin-right: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-1 {
    margin-right: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-1 {
    margin-right: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-1 {
    margin-right: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-1 {
    margin-right: 1px;
  }
}

.mr-1 {
  margin-right: 1px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-2 {
    margin-right: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-2 {
    margin-right: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-2 {
    margin-right: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-2 {
    margin-right: 2px;
  }
}

.mr-2 {
  margin-right: 2px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-3 {
    margin-right: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-3 {
    margin-right: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-3 {
    margin-right: 3px;
  }
}

.mr-3 {
  margin-right: 3px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-4 {
    margin-right: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-4 {
    margin-right: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-4 {
    margin-right: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-4 {
    margin-right: 4px;
  }
}

.mr-4 {
  margin-right: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-5 {
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-5 {
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-5 {
    margin-right: 5px;
  }
}

.mr-5 {
  margin-right: 5px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-10 {
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-10 {
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-10 {
    margin-right: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-10 {
    margin-right: 10px;
  }
}

.mr-10 {
  margin-right: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-20 {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-20 {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-20 {
    margin-right: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-20 {
    margin-right: 20px;
  }
}

.mr-20 {
  margin-right: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-30 {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-30 {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-30 {
    margin-right: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-30 {
    margin-right: 30px;
  }
}

.mr-30 {
  margin-right: 30px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-40 {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-40 {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-40 {
    margin-right: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-40 {
    margin-right: 40px;
  }
}

.mr-40 {
  margin-right: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-50 {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-50 {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-50 {
    margin-right: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-50 {
    margin-right: 50px;
  }
}

.mr-50 {
  margin-right: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-xl {
    margin-right: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-xl {
    margin-right: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-xl {
    margin-right: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-xl {
    margin-right: 100px;
  }
}

.mr-xl {
  margin-right: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-l {
    margin-right: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-l {
    margin-right: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-l {
    margin-right: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-l {
    margin-right: 75px;
  }
}

.mr-l {
  margin-right: 75px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-m {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-m {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-m {
    margin-right: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-m {
    margin-right: 50px;
  }
}

.mr-m {
  margin-right: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .s-mr-s {
    margin-right: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-mr-s {
    margin-right: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-mr-s {
    margin-right: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-mr-s {
    margin-right: 25px;
  }
}

.mr-s {
  margin-right: 25px;
}

.no-padding {
  padding: 0 !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-0 {
    padding-top: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-0 {
    padding-top: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-0 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-0 {
    padding-top: 0px;
  }
}

.pt-0 {
  padding-top: 0px;
}

.pt-0.cell {
  padding-top: 0px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-1 {
    padding-top: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-1 {
    padding-top: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-1 {
    padding-top: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-1 {
    padding-top: 1px;
  }
}

.pt-1 {
  padding-top: 1px;
}

.pt-1.cell {
  padding-top: 1px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-2 {
    padding-top: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-2 {
    padding-top: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-2 {
    padding-top: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-2 {
    padding-top: 2px;
  }
}

.pt-2 {
  padding-top: 2px;
}

.pt-2.cell {
  padding-top: 2px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-3 {
    padding-top: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-3 {
    padding-top: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-3 {
    padding-top: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-3 {
    padding-top: 3px;
  }
}

.pt-3 {
  padding-top: 3px;
}

.pt-3.cell {
  padding-top: 3px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-4 {
    padding-top: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-4 {
    padding-top: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-4 {
    padding-top: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-4 {
    padding-top: 4px;
  }
}

.pt-4 {
  padding-top: 4px;
}

.pt-4.cell {
  padding-top: 4px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-5 {
    padding-top: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-5 {
    padding-top: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-5 {
    padding-top: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-5 {
    padding-top: 5px;
  }
}

.pt-5 {
  padding-top: 5px;
}

.pt-5.cell {
  padding-top: 5px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-10 {
    padding-top: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-10 {
    padding-top: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-10 {
    padding-top: 10px;
  }
}

.pt-10 {
  padding-top: 10px;
}

.pt-10.cell {
  padding-top: 10px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-20 {
    padding-top: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-20 {
    padding-top: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-20 {
    padding-top: 20px;
  }
}

.pt-20 {
  padding-top: 20px;
}

.pt-20.cell {
  padding-top: 20px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-30 {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-30 {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-30 {
    padding-top: 30px;
  }
}

.pt-30 {
  padding-top: 30px;
}

.pt-30.cell {
  padding-top: 30px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-40 {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-40 {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-40 {
    padding-top: 40px;
  }
}

.pt-40 {
  padding-top: 40px;
}

.pt-40.cell {
  padding-top: 40px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-50 {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-50 {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-50 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-50 {
    padding-top: 50px;
  }
}

.pt-50 {
  padding-top: 50px;
}

.pt-50.cell {
  padding-top: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-xl {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-xl {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-xl {
    padding-top: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-xl {
    padding-top: 100px;
  }
}

.pt-xl {
  padding-top: 100px;
}

.pt-xl.cell {
  padding-top: 100px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-l {
    padding-top: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-l {
    padding-top: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-l {
    padding-top: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-l {
    padding-top: 75px;
  }
}

.pt-l {
  padding-top: 75px;
}

.pt-l.cell {
  padding-top: 75px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-m {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-m {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-m {
    padding-top: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-m {
    padding-top: 50px;
  }
}

.pt-m {
  padding-top: 50px;
}

.pt-m.cell {
  padding-top: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pt-s {
    padding-top: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pt-s {
    padding-top: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pt-s {
    padding-top: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pt-s {
    padding-top: 25px;
  }
}

.pt-s {
  padding-top: 25px;
}

.pt-s.cell {
  padding-top: 25px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-0 {
    padding-bottom: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-0 {
    padding-bottom: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-0 {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-0 {
    padding-bottom: 0px;
  }
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0.cell {
  padding-bottom: 0px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-1 {
    padding-bottom: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-1 {
    padding-bottom: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-1 {
    padding-bottom: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-1 {
    padding-bottom: 1px;
  }
}

.pb-1 {
  padding-bottom: 1px;
}

.pb-1.cell {
  padding-bottom: 1px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-2 {
    padding-bottom: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-2 {
    padding-bottom: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-2 {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-2 {
    padding-bottom: 2px;
  }
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-2.cell {
  padding-bottom: 2px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-3 {
    padding-bottom: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-3 {
    padding-bottom: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-3 {
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-3 {
    padding-bottom: 3px;
  }
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-3.cell {
  padding-bottom: 3px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-4 {
    padding-bottom: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-4 {
    padding-bottom: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-4 {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-4 {
    padding-bottom: 4px;
  }
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-4.cell {
  padding-bottom: 4px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-5 {
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-5 {
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-5 {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-5 {
    padding-bottom: 5px;
  }
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-5.cell {
  padding-bottom: 5px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-10 {
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-10 {
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-10 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-10 {
    padding-bottom: 10px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-10.cell {
  padding-bottom: 10px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-20 {
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-20 {
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-20 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-20 {
    padding-bottom: 20px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-20.cell {
  padding-bottom: 20px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-30 {
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-30 {
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-30 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-30 {
    padding-bottom: 30px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-30.cell {
  padding-bottom: 30px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-40 {
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-40 {
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-40 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-40 {
    padding-bottom: 40px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-40.cell {
  padding-bottom: 40px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-50 {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-50 {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-50 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-50 {
    padding-bottom: 50px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-50.cell {
  padding-bottom: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-xl {
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-xl {
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-xl {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-xl {
    padding-bottom: 100px;
  }
}

.pb-xl {
  padding-bottom: 100px;
}

.pb-xl.cell {
  padding-bottom: 100px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-l {
    padding-bottom: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-l {
    padding-bottom: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-l {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-l {
    padding-bottom: 75px;
  }
}

.pb-l {
  padding-bottom: 75px;
}

.pb-l.cell {
  padding-bottom: 75px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-m {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-m {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-m {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-m {
    padding-bottom: 50px;
  }
}

.pb-m {
  padding-bottom: 50px;
}

.pb-m.cell {
  padding-bottom: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pb-s {
    padding-bottom: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pb-s {
    padding-bottom: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pb-s {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pb-s {
    padding-bottom: 25px;
  }
}

.pb-s {
  padding-bottom: 25px;
}

.pb-s.cell {
  padding-bottom: 25px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-0 {
    padding-left: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-0 {
    padding-left: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-0 {
    padding-left: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-0 {
    padding-left: 0px;
  }
}

.pl-0 {
  padding-left: 0px;
}

.pl-0.cell {
  padding-left: 0px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-1 {
    padding-left: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-1 {
    padding-left: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-1 {
    padding-left: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-1 {
    padding-left: 1px;
  }
}

.pl-1 {
  padding-left: 1px;
}

.pl-1.cell {
  padding-left: 1px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-2 {
    padding-left: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-2 {
    padding-left: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-2 {
    padding-left: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-2 {
    padding-left: 2px;
  }
}

.pl-2 {
  padding-left: 2px;
}

.pl-2.cell {
  padding-left: 2px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-3 {
    padding-left: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-3 {
    padding-left: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-3 {
    padding-left: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-3 {
    padding-left: 3px;
  }
}

.pl-3 {
  padding-left: 3px;
}

.pl-3.cell {
  padding-left: 3px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-4 {
    padding-left: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-4 {
    padding-left: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-4 {
    padding-left: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-4 {
    padding-left: 4px;
  }
}

.pl-4 {
  padding-left: 4px;
}

.pl-4.cell {
  padding-left: 4px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-5 {
    padding-left: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-5 {
    padding-left: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-5 {
    padding-left: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-5 {
    padding-left: 5px;
  }
}

.pl-5 {
  padding-left: 5px;
}

.pl-5.cell {
  padding-left: 5px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-10 {
    padding-left: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-10 {
    padding-left: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-10 {
    padding-left: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-10 {
    padding-left: 10px;
  }
}

.pl-10 {
  padding-left: 10px;
}

.pl-10.cell {
  padding-left: 10px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-20 {
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-20 {
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-20 {
    padding-left: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-20 {
    padding-left: 20px;
  }
}

.pl-20 {
  padding-left: 20px;
}

.pl-20.cell {
  padding-left: 20px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-30 {
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-30 {
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-30 {
    padding-left: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-30 {
    padding-left: 30px;
  }
}

.pl-30 {
  padding-left: 30px;
}

.pl-30.cell {
  padding-left: 30px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-40 {
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-40 {
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-40 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-40 {
    padding-left: 40px;
  }
}

.pl-40 {
  padding-left: 40px;
}

.pl-40.cell {
  padding-left: 40px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-50 {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-50 {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-50 {
    padding-left: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-50 {
    padding-left: 50px;
  }
}

.pl-50 {
  padding-left: 50px;
}

.pl-50.cell {
  padding-left: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-xl {
    padding-left: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-xl {
    padding-left: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-xl {
    padding-left: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-xl {
    padding-left: 100px;
  }
}

.pl-xl {
  padding-left: 100px;
}

.pl-xl.cell {
  padding-left: 100px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-l {
    padding-left: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-l {
    padding-left: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-l {
    padding-left: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-l {
    padding-left: 75px;
  }
}

.pl-l {
  padding-left: 75px;
}

.pl-l.cell {
  padding-left: 75px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-m {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-m {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-m {
    padding-left: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-m {
    padding-left: 50px;
  }
}

.pl-m {
  padding-left: 50px;
}

.pl-m.cell {
  padding-left: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pl-s {
    padding-left: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pl-s {
    padding-left: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pl-s {
    padding-left: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pl-s {
    padding-left: 25px;
  }
}

.pl-s {
  padding-left: 25px;
}

.pl-s.cell {
  padding-left: 25px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-0 {
    padding-right: 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-0 {
    padding-right: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-0 {
    padding-right: 0px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-0 {
    padding-right: 0px;
  }
}

.pr-0 {
  padding-right: 0px;
}

.pr-0.cell {
  padding-right: 0px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-1 {
    padding-right: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-1 {
    padding-right: 1px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-1 {
    padding-right: 1px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-1 {
    padding-right: 1px;
  }
}

.pr-1 {
  padding-right: 1px;
}

.pr-1.cell {
  padding-right: 1px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-2 {
    padding-right: 2px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-2 {
    padding-right: 2px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-2 {
    padding-right: 2px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-2 {
    padding-right: 2px;
  }
}

.pr-2 {
  padding-right: 2px;
}

.pr-2.cell {
  padding-right: 2px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-3 {
    padding-right: 3px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-3 {
    padding-right: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-3 {
    padding-right: 3px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-3 {
    padding-right: 3px;
  }
}

.pr-3 {
  padding-right: 3px;
}

.pr-3.cell {
  padding-right: 3px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-4 {
    padding-right: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-4 {
    padding-right: 4px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-4 {
    padding-right: 4px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-4 {
    padding-right: 4px;
  }
}

.pr-4 {
  padding-right: 4px;
}

.pr-4.cell {
  padding-right: 4px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-5 {
    padding-right: 5px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-5 {
    padding-right: 5px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-5 {
    padding-right: 5px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-5 {
    padding-right: 5px;
  }
}

.pr-5 {
  padding-right: 5px;
}

.pr-5.cell {
  padding-right: 5px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-10 {
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-10 {
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-10 {
    padding-right: 10px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-10 {
    padding-right: 10px;
  }
}

.pr-10 {
  padding-right: 10px;
}

.pr-10.cell {
  padding-right: 10px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-20 {
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-20 {
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-20 {
    padding-right: 20px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-20 {
    padding-right: 20px;
  }
}

.pr-20 {
  padding-right: 20px;
}

.pr-20.cell {
  padding-right: 20px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-30 {
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-30 {
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-30 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-30 {
    padding-right: 30px;
  }
}

.pr-30 {
  padding-right: 30px;
}

.pr-30.cell {
  padding-right: 30px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-40 {
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-40 {
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-40 {
    padding-right: 40px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-40 {
    padding-right: 40px;
  }
}

.pr-40 {
  padding-right: 40px;
}

.pr-40.cell {
  padding-right: 40px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-50 {
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-50 {
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-50 {
    padding-right: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-50 {
    padding-right: 50px;
  }
}

.pr-50 {
  padding-right: 50px;
}

.pr-50.cell {
  padding-right: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-xl {
    padding-right: 100px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-xl {
    padding-right: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-xl {
    padding-right: 100px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-xl {
    padding-right: 100px;
  }
}

.pr-xl {
  padding-right: 100px;
}

.pr-xl.cell {
  padding-right: 100px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-l {
    padding-right: 75px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-l {
    padding-right: 75px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-l {
    padding-right: 75px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-l {
    padding-right: 75px;
  }
}

.pr-l {
  padding-right: 75px;
}

.pr-l.cell {
  padding-right: 75px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-m {
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-m {
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-m {
    padding-right: 50px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-m {
    padding-right: 50px;
  }
}

.pr-m {
  padding-right: 50px;
}

.pr-m.cell {
  padding-right: 50px !important;
}

@media print, screen and (max-width: 39.99875em) {
  .s-pr-s {
    padding-right: 25px;
  }
}

@media print, screen and (min-width: 40em) {
  .m-pr-s {
    padding-right: 25px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-pr-s {
    padding-right: 25px;
  }
}

@media screen and (min-width: 75em) {
  .xl-pr-s {
    padding-right: 25px;
  }
}

.pr-s {
  padding-right: 25px;
}

.pr-s.cell {
  padding-right: 25px !important;
}

.pt-basic {
  padding-top: 150px;
  padding-top: 10vw;
}

@media (max-width: 500px) {
  .pt-basic {
    padding-top: 50px;
  }
}

@media (min-width: 1500px) {
  .pt-basic {
    padding-top: 150px;
  }
}

.pb-basic {
  padding-bottom: 150px;
  padding-bottom: 10vw;
}

@media (max-width: 500px) {
  .pb-basic {
    padding-bottom: 50px;
  }
}

@media (min-width: 1500px) {
  .pb-basic {
    padding-bottom: 150px;
  }
}

.spacer--10-px {
  height: 10px;
}

.spacer--10-vh {
  height: 10vh;
}

.spacer--20-px {
  height: 20px;
}

.spacer--20-vh {
  height: 20vh;
}

.spacer--30-px {
  height: 30px;
}

.spacer--30-vh {
  height: 30vh;
}

.spacer--40-px {
  height: 40px;
}

.spacer--40-vh {
  height: 40vh;
}

.spacer--50-px {
  height: 50px;
}

.spacer--50-vh {
  height: 50vh;
}

.spacer--75-px {
  height: 75px;
}

.spacer--75-vh {
  height: 75vh;
}

.spacer--100-px {
  height: 100px;
}

.spacer--100-vh {
  height: 100vh;
}

.spacer--200-px {
  height: 200px;
}

.spacer--200-vh {
  height: 200vh;
}

.spacer--xx-large {
  height: 75px;
}

.spacer--x-large {
  height: 50px;
}

.spacer--large {
  height: 30px;
}

.spacer--medium {
  height: 20px;
}

.spacer--small {
  height: 10px;
}

@media print, screen and (min-width: 64em) {
  .spacer--xx-large {
    height: 300px;
  }

  .spacer--x-large {
    height: 200px;
  }

  .spacer--large {
    height: 100px;
  }

  .spacer--medium {
    height: 75px;
  }

  .spacer--small {
    height: 50px;
  }
}

.container-spacer {
  height: 12rem;
}

.spacer--basic {
  height: 150px;
  height: 10vw;
}

@media (max-width: 500px) {
  .spacer--basic {
    height: 50px;
  }
}

@media (min-width: 1500px) {
  .spacer--basic {
    height: 150px;
  }
}

