@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * 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;
  }
}
/*! 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;
  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: #fff;
  font-family: "MuseoSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[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;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 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.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "MuseoSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  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: #CCCCCC;
}

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

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

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

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

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

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

@media print, screen and (min-width: 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;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 5rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  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: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
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 #CCCCCC;
  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: bold;
}

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

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

figure {
  margin: 0;
}

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

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

.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: #555555;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #CCCCCC;
  background-color: #F3F3F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #CCCCCC;
  background-color: #F3F3F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  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 #555555;
    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;
  }
}
.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: #4644c7;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #3634af;
  color: #fff;
}
.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: #4644c7;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #3331a4;
  color: #fff;
}
.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: #141278;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #100e60;
  color: #fff;
}
.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: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}
.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: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}
.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: #E21C21;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #b5161a;
  color: #fff;
}
.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 #4644c7;
  color: #4644c7;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #201f67;
  color: #201f67;
}
.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 #4644c7;
  color: #4644c7;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #201f67;
  color: #201f67;
}
.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 #141278;
  color: #141278;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #0a093c;
  color: #0a093c;
}
.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 #E21C21;
  color: #E21C21;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #710e11;
  color: #710e11;
}
.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: #4644c7;
}
.button.clear:hover, .button.clear:focus {
  color: #201f67;
}
.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: #4644c7;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #201f67;
}
.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: #141278;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #0a093c;
}
.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: #E21C21;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #710e11;
}
.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: #fff 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: #4644c7;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #4644c7;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #141278;
}
.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: #E21C21;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  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: 0.625rem;
  padding-left: 0.625rem;
  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: -0.625rem;
  margin-right: -0.625rem;
}
@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% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@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% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 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: -0.625rem;
  margin-left: -0.625rem;
}
@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: -0.625rem;
  margin-left: -0.625rem;
}
@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: 0.625rem;
  padding-left: 0.625rem;
}
@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% - 1.25rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 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% + 1.25rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 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: -0.625rem;
  margin-bottom: -0.625rem;
}
@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: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@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% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@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% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 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: -0.625rem;
  margin-bottom: -0.625rem;
}
@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% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@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% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 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 + 1.25rem);
}
@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);
  }
}
.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;
}

.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;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
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(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-color: #fff;
  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;
}
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * 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;
  }
}
/*! 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;
  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: #fff;
  font-family: "MuseoSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[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;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 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.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "MuseoSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  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: #CCCCCC;
}

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

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

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

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

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

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

@media print, screen and (min-width: 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;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 5rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  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: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
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 #CCCCCC;
  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: bold;
}

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

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

figure {
  margin: 0;
}

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

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

.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: #555555;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #CCCCCC;
  background-color: #F3F3F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #CCCCCC;
  background-color: #F3F3F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  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 #555555;
    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;
  }
}
.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: #4644c7;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #3634af;
  color: #fff;
}
.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: #4644c7;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #3331a4;
  color: #fff;
}
.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: #141278;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #100e60;
  color: #fff;
}
.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: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}
.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: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}
.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: #E21C21;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #b5161a;
  color: #fff;
}
.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 #4644c7;
  color: #4644c7;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #201f67;
  color: #201f67;
}
.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 #4644c7;
  color: #4644c7;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #201f67;
  color: #201f67;
}
.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 #141278;
  color: #141278;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #0a093c;
  color: #0a093c;
}
.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 #E21C21;
  color: #E21C21;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #710e11;
  color: #710e11;
}
.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: #4644c7;
}
.button.clear:hover, .button.clear:focus {
  color: #201f67;
}
.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: #4644c7;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #201f67;
}
.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: #141278;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #0a093c;
}
.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: #E21C21;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #710e11;
}
.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: #fff 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: #4644c7;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #4644c7;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #141278;
}
.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: #E21C21;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  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: 0.625rem;
  padding-left: 0.625rem;
  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: -0.625rem;
  margin-right: -0.625rem;
}
@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% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@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% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 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: -0.625rem;
  margin-left: -0.625rem;
}
@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: -0.625rem;
  margin-left: -0.625rem;
}
@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: 0.625rem;
  padding-left: 0.625rem;
}
@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% - 1.25rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 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% + 1.25rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 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: -0.625rem;
  margin-bottom: -0.625rem;
}
@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: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@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% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@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% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 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: -0.625rem;
  margin-bottom: -0.625rem;
}
@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% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@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% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 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 + 1.25rem);
}
@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);
  }
}
.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;
}

.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;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
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(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-color: #fff;
  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;
}

@font-face {
  font-family: "MuseoSans";
  src: url(/dist/assets/fonts/MuseoSans_300.otf);
  src: url(/dist/assets/fonts/MuseoSans_300.eot);
  src: url(/dist/assets/fonts/MuseoSans_300.eot?#iefix) format("embedded-opentype"), url(/dist/assets/fonts/MuseoSans_300.ttf) format("truetype"), url(/dist/assets/fonts/MuseoSans_300.woff) format("woff"), url(/dist/assets/fonts/MuseoSans_300.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url(/dist/assets/fonts/MuseoSans_500.otf);
  src: url(/dist/assets/fonts/MuseoSans_500.eot);
  src: url(/dist/assets/fonts/MuseoSans_500.eot?#iefix) format("embedded-opentype"), url(/dist/assets/fonts/MuseoSans_500.ttf) format("truetype"), url(/dist/assets/fonts/MuseoSans_500.woff) format("woff"), url(/dist/assets/fonts/MuseoSans_500.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url(/dist/assets/fonts/MuseoSans_700.otf);
  src: url(/dist/assets/fonts/MuseoSans_700.eot);
  src: url(/dist/assets/fonts/MuseoSans_700.eot?#iefix) format("embedded-opentype"), url(/dist/assets/fonts/MuseoSans_700.ttf) format("truetype"), url(/dist/assets/fonts/MuseoSans_700.woff) format("woff"), url(/dist/assets/fonts/MuseoSans_700.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url(/dist/assets/fonts/MuseoSans_900.otf);
  src: url(/dist/assets/fonts/MuseoSans_900.eot);
  src: url(/dist/assets/fonts/MuseoSans_900.eot?#iefix) format("embedded-opentype"), url(/dist/assets/fonts/MuseoSans_900.ttf) format("truetype"), url(/dist/assets/fonts/MuseoSans_900.woff) format("woff"), url(/dist/assets/fonts/MuseoSans_900.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.acc-item .acc-link {
  color: #141278;
  cursor: pointer;
  display: block;
  font-weight: 500;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 1rem 1rem 1rem 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .acc-item .acc-link {
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
  }
}
.acc-item .acc-link .acc-expand {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 0.125rem solid #141278;
  border-radius: 100%;
  text-align: center;
  height: 1.5rem;
  left: 0;
  width: 1.5rem;
}
.acc-item .acc-link .acc-expand:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/dist/assets/images/icon_expand.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.125rem;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 1.125rem;
}
.acc-item .acc-link.open .acc-expand {
  background-color: #141278;
}
.acc-item .acc-link.open .acc-expand:before {
  background-image: url(/dist/assets/images/icon_close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.acc-item .acc-link:focus {
  box-shadow: none !important;
}
.acc-item .acc-link:focus .acc-expand {
  background-color: #000000;
}
.acc-item .acc-link:focus .acc-expand:before {
  background-image: url(/dist/assets/images/icon_expand_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.acc-item .acc-link:focus.open .acc-expand {
  background-color: #000000;
}
.acc-item .acc-link:focus.open .acc-expand:before {
  background-image: url(/dist/assets/images/icon_close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.acc-content {
  display: none;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .acc-content {
    padding-left: 3.5rem;
  }
}
.acc-content a {
  text-decoration: underline;
}

.acc-link.open + .acc-content {
  display: block;
}

.award-item {
  display: inline-block;
  margin: 1rem;
  text-align: center;
}
.award-item a {
  display: inline-block;
}
.award-item img {
  max-width: 10.9375rem;
}

.banner-block a {
  display: block;
}
.banner-block img {
  width: 100%;
}

.breadcrumbs {
  padding: 0.75rem 0 0.625rem 0;
  position: relative;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.breadcrumbs .breadcrumb-link, .breadcrumbs .breadcrumb-current {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  position: relative;
  font-size: 0.875rem;
  padding: 0 0.1875rem 0 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .breadcrumbs .breadcrumb-link, .breadcrumbs .breadcrumb-current {
    font-size: 1rem;
    padding: 0 0.375rem 0 1.125rem;
  }
}
.breadcrumbs .breadcrumb-link:before, .breadcrumbs .breadcrumb-current:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #c232a3;
  content: ">";
  display: block;
  font-weight: 700;
  left: 0;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 64em) {
  .breadcrumbs .breadcrumb-link:before, .breadcrumbs .breadcrumb-current:before {
    font-size: 1.125rem;
  }
}
.breadcrumbs .breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb-current {
  font-weight: 500;
}

.card-slider .grid-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.card-slider .grid-container .card-slider-button {
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -1.25rem;
  right: 1rem;
}
@media screen and (min-width: 75em) {
  .card-slider .grid-container .card-slider-button {
    right: 0;
  }
}

.card {
  border-radius: 0.5rem;
  background: #4644c7;
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.2);
  display: block;
  width: 13rem;
  height: 31.25rem;
}
@media screen and (min-width: 23.4375em) {
  .card {
    width: 15.3125rem;
    height: 27.5rem;
  }
}
@media screen and (min-width: 25em) {
  .card {
    width: 16.25rem;
  }
}
@media screen and (min-width: 26.25em) {
  .card {
    width: 16.875rem;
  }
}
@media screen and (min-width: 75em) {
  .card {
    margin-right: 1.25rem;
  }
}
.card .card-pattern {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 6.5rem;
  position: relative;
}
.card .card-pattern .card-icon {
  left: 1rem;
  max-width: 4.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.card.job {
  position: relative;
  color: #fff;
}
.card.job .card-content {
  padding: 1rem 1.5625rem 9.375rem 1.5625rem;
}
.card.job .card-content h3 {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.6875rem;
  margin: 0;
}
.card.job .card-content h4 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3125rem;
  margin: 0;
}
.card.job .card-content .card-register {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 2rem 0 0 0;
  text-transform: uppercase;
}
.card.job .card-content .card-location {
  position: absolute;
  bottom: 5rem;
  left: 1.5625rem;
  padding-left: 1.5625rem;
  right: 0;
  margin: 0 auto;
}
.card.job .card-content .card-location:before {
  content: "";
  display: block;
  background-image: url(/dist/assets/images/card-icon-location.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.0625rem;
}
.card.job .card-content .button {
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  bottom: 1.5625rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 11.25rem;
}
@media print, screen and (min-width: 40em) {
  .card.job .card-content .button {
    max-width: 13.625rem;
  }
}
.card.job .card-content .button, .card.location .card-content .button, .card.department .card-content .button, .card.generic .card-content .button {
  bottom: 1.5625rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 11.25rem;
}
@media print, screen and (min-width: 40em) {
  .card.job .card-content .button, .card.location .card-content .button, .card.department .card-content .button, .card.generic .card-content .button {
    max-width: 13.625rem;
  }
}
.card.location, .card.department, .card.generic {
  position: relative;
  margin-bottom: 1.5625rem;
}
.card.location .card-image, .card.department .card-image, .card.generic .card-image {
  position: relative;
  min-height: 16.8125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom: 0.0625rem solid #fff;
}
.card.location .card-image .card-icon, .card.department .card-image .card-icon, .card.generic .card-image .card-icon {
  position: absolute;
  top: 0.9375rem;
  left: 0.625rem;
  height: 4.375rem;
}
.card.location .card-image .card-icon img, .card.department .card-image .card-icon img, .card.generic .card-image .card-icon img {
  height: 100%;
  width: auto;
}
.card.location .card-content, .card.department .card-content, .card.generic .card-content {
  padding: 1.875rem 1.25rem 0.625rem 1.25rem;
  min-height: 10.625rem;
}
.card.location .card-content h3, .card.department .card-content h3, .card.generic .card-content h3 {
  color: #fff;
  margin-right: -0.625rem;
}
.card.generic .card-image .card-icon {
  height: 6.25rem;
}
.card.generic .card-content {
  padding: 1.875rem 1.25rem 0.625rem 1.25rem;
  min-height: 10.625rem;
}
.card.generic .card-content h3 {
  color: #fff;
  margin-right: -0.625rem;
}
.card.audio {
  position: relative;
  margin-bottom: 1.5625rem;
  color: #fff;
}
.card.audio .card-top-color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 16.875rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-image: linear-gradient(180deg, rgba(70, 68, 199, 0.27) 0%, rgba(70, 68, 199, 0.27) 63%, rgba(11, 9, 82, 0.27) 100%);
}
.card.audio .card-top,
.card.audio .card-bottom {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.card.audio .card-top {
  padding-top: 1.5625rem;
  position: relative;
  min-height: 16.875rem;
  border-bottom: 0.0625rem solid #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.card.audio .card-top h3 {
  padding-right: 4.375rem;
}
@media print, screen and (min-width: 40em) {
  .card.audio .card-top h3 {
    padding-right: 3.125rem;
  }
}
.card.audio .card-top:after {
  content: "";
  background-image: url(/dist/assets/images/icon_audio.svg);
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1.5625rem;
  right: 1.25rem;
}
.card.audio .card-top .card-icon {
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
  bottom: 1.25rem;
}
.card.audio .card-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  min-height: 10.625rem;
}
.card.audio .card-bottom h4 {
  padding-left: 0.75rem;
}
.card.audio .card-bottom h4 span {
  font-size: 1.25rem;
  font-weight: 500;
}
.card.audio .card-bottom h4 span:first-of-type {
  font-size: 1.875rem;
  font-weight: 700;
}
.card.audio .card-bottom audio {
  display: none;
  width: 100%;
  height: 1.875rem;
}
.card.audio .card-bottom .audio-player {
  background-color: transparent;
  border-radius: 0.5rem;
  min-height: 5.3125rem;
  padding: 0.625rem;
  position: relative;
  transition: 0.25s all ease;
}
.card.audio .card-bottom .audio-player-container {
  bottom: 1.25rem;
  left: 1rem;
  position: absolute;
  width: calc(100% - 2rem);
}
.card.audio .card-bottom .audio-player .btn-play {
  background: #15b9ed;
  border-radius: 1.25rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 2.5rem;
  left: -2.125rem;
  position: absolute;
  top: 100%;
  width: 2.5rem;
  z-index: 1;
}
.card.audio .card-bottom .audio-player .btn-play:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #141278;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.75rem;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.9375rem;
  left: 0;
  margin: 0 auto;
  right: 0;
  transition: 100ms all ease;
  width: 0;
}
.card.audio .card-bottom .audio-player .btn-play:focus:before {
  border-color: transparent transparent transparent #000000;
}
.card.audio .card-bottom .audio-player .time {
  display: flex;
  color: #141278;
  font-size: 0.875rem;
  font-weight: 300;
  justify-content: center;
  line-height: 1.1875rem;
  margin-bottom: 0.3125rem;
  opacity: 0;
  transition: 100ms all ease;
  visibility: hidden;
}
.card.audio .card-bottom .audio-player .timeline {
  border-radius: 0.75rem;
  background: #4644c7;
  height: 1rem;
  margin-bottom: 2rem;
  margin-left: 2.125rem;
  position: relative;
  transition: 100ms all ease;
  width: calc(100% - 2.125rem);
}
.card.audio .card-bottom .audio-player .timeline .progress {
  border-radius: 0.75rem;
  background: transparent;
  box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
  display: none;
  height: 1rem;
  width: 100%;
  -webkit-appearance: none;
  position: relative;
  padding: 0;
  outline: none;
}
.card.audio .card-bottom .audio-player .timeline .progress::-webkit-slider-runnable-track {
  height: 1rem;
  -webkit-appearance: none;
  color: #000000;
  margin-top: -0.0625rem;
}
.card.audio .card-bottom .audio-player .timeline .progress:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: var(--seek-before-width);
  height: 100%;
  background-color: #c232a3;
  cursor: pointer;
}
.card.audio .card-bottom .audio-player .timeline .progress::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 0.0625rem solid transparent;
  height: 0.875rem;
  width: 0.375rem;
  border-radius: 0.3125rem;
  background-color: #c232a3;
  cursor: pointer;
  margin: 0 0 0 0;
}
.card.audio .card-bottom .audio-player .timeline .progress:focus::-webkit-slider-thumb {
  background: #fd0;
  border: 0.0625rem solid #000000;
}
.card.audio .card-bottom .audio-player .timeline .progress:active::-webkit-slider-thumb {
  background: #4644c7;
  border: 0.0625rem solid #fff;
}
.card.audio .card-bottom .audio-player .timeline .progress::-moz-range-track {
  background-color: #4644c7;
  border-radius: 0.75rem;
  height: 0.875rem;
}
.card.audio .card-bottom .audio-player .timeline .progress::-moz-range-progress {
  background-color: #c232a3;
  border-radius: 0.75rem;
  height: 0.875rem;
}
.card.audio .card-bottom .audio-player .timeline .progress::-moz-range-thumb {
  background-color: #c232a3;
  border: 0.0625rem solid transparent;
  height: 0.875rem;
  width: 0.375rem;
  border-radius: 0.3125rem;
  background-color: #c232a3;
}
.card.audio .card-bottom .audio-player .timeline .progress:focus::-moz-range-thumb {
  background: #fd0;
  border: 0.0625rem solid #000000;
}
.card.audio .card-bottom .audio-player .timeline .progress::-ms-fill-upper {
  background: #4644c7;
  border: none;
}
.card.audio .card-bottom .audio-player .timeline .progress::-ms-fill-lower {
  background-color: #c232a3;
}
.card.audio .card-bottom .audio-player .timeline .progress::-ms-thumb {
  position: relative;
  box-sizing: content-box;
  border: 0.0625rem solid transparent;
  height: 0.875rem;
  width: 0.375rem;
  border-radius: 0.3125rem;
  background-color: #c232a3;
  cursor: pointer;
  margin: 0 0 0 0;
}
.card.audio .card-bottom .audio-player .timeline .progress:focus::-ms-thumb {
  background: #fd0;
  border: 0.0625rem solid #000000;
}
.card.audio .card-bottom .audio-player .volume-container {
  align-items: center;
  display: none;
  position: absolute;
  left: 0.625rem;
  justify-content: flex-end;
  top: 1.25rem;
  width: calc(100% - 1.25rem);
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider {
  font-size: 0;
  width: 100%;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek {
  border-radius: 0.25rem;
  background: #4644c7;
  box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
  height: 0.5rem;
  width: calc(100% - 2.5rem);
  -webkit-appearance: none;
  position: relative;
  padding: 0;
  outline: none;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-webkit-slider-runnable-track {
  border-radius: 0.25rem;
  color: #000000;
  height: 0.5rem;
  -webkit-appearance: none;
  margin-top: -0.0625rem;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek:before {
  border-radius: 0.25rem;
  background-color: #c232a3;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: var(--volume-before-width);
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 0.0625rem solid transparent;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #15b9ed;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: -0.5rem 0 0 0;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek:focus::-webkit-slider-thumb {
  background: #fd0;
  border: 0.0625rem solid #000000;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek:active::-webkit-slider-thumb {
  background: #4644c7;
  border: 0.0625rem solid #fff;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-moz-range-track {
  background: #4644c7;
  border-radius: 0.25rem;
  height: 0.375rem;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-moz-range-progress {
  background-color: #c232a3;
  border-radius: 0.25rem;
  height: 0.375rem;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-moz-range-thumb {
  background-color: #15b9ed;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek:focus::-moz-range-thumb {
  background: #fd0;
  border: 0.0625rem solid #000000;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-ms-fill-upper {
  background: #4644c7;
  border: none;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-ms-fill-lower {
  background-color: #c232a3;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek::-ms-thumb {
  background-color: #15b9ed;
  border-radius: 50%;
}
.card.audio .card-bottom .audio-player .volume-container .volume-slider .vol-seek:focus::-ms-thumb {
  background: #fd0;
  border: 0.0625rem solid #000000;
}
.card.audio .card-bottom .audio-player .volume-container .btn-volume {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/dist/assets/images/icon_audio_sound.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 1.875rem;
  right: 0;
  width: 2.125rem;
}
.card.audio .card-bottom .audio-player .volume-container .btn-volume.muted {
  background-image: url(/dist/assets/images/icon_audio_muted.png);
}
.card.audio .card-bottom .audio-player .audio-transcript {
  left: 4rem;
  margin-top: -0.25rem;
  position: absolute;
  top: 68%;
  transition: 100ms all ease;
}
.card.audio .card-bottom .audio-player .audio-transcript a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding-left: 0;
  text-decoration: underline;
}
.card.audio .card-bottom .audio-player .audio-transcript a:before {
  content: "";
  background-image: none;
  display: none;
}
.card.audio .card-bottom .audio-player.playing {
  background-color: #F3F3F8;
}
.card.audio .card-bottom .audio-player.playing .btn-play {
  top: 50%;
  transform: translateY(-50%);
}
.card.audio .card-bottom .audio-player.playing .btn-play:before {
  border-style: double;
  border-width: 0 0 0 0.75rem;
}
.card.audio .card-bottom .audio-player.playing .time {
  opacity: 1;
  padding-top: 2.5rem;
  visibility: visible;
}
.card.audio .card-bottom .audio-player.playing .timeline {
  box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
}
.card.audio .card-bottom .audio-player.playing .timeline .progress {
  display: block;
}
.card.audio .card-bottom .audio-player.playing .volume-container {
  display: flex;
}
.card.audio .card-bottom .audio-player.playing .audio-transcript {
  bottom: 0.75rem;
  left: auto;
  right: 0.625rem;
  top: auto;
  transform: none;
}
.card.audio .card-bottom .audio-player.playing .audio-transcript a {
  color: #4644c7;
}

.b-c-primary {
  background-color: #4644c7;
  color: #fff;
}
.b-c-primary p {
  color: #fff;
}
.b-c-primary .tns-nav button {
  border-color: #fff;
}
.b-c-primary .tns-nav button.tns-nav-active {
  background: #fff;
}
.b-c-primary .tns-controls button {
  color: #fff;
}
.b-c-primary .tns-controls button:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev_white.svg);
}
.b-c-primary .tns-controls button:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next_white.svg);
}
.b-c-primary .tns-controls button:disabled {
  opacity: 0.25;
}

.b-c-secondary {
  background-color: #141278;
  color: #fff;
}
.b-c-secondary p {
  color: #fff;
}
.b-c-secondary .tns-nav button {
  border-color: #fff;
}
.b-c-secondary .tns-nav button.tns-nav-active {
  background: #fff;
}
.b-c-secondary .tns-controls button {
  color: #fff;
}
.b-c-secondary .tns-controls button:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev_white.svg);
}
.b-c-secondary .tns-controls button:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next_white.svg);
}
.b-c-secondary .tns-controls button:disabled {
  opacity: 0.25;
}

.b-c-light-blue {
  background-color: #15b9ed;
  color: #141278;
}
.b-c-light-blue .tns-nav button {
  border-color: #fff;
}
.b-c-light-blue .tns-nav button.tns-nav-active {
  background: #fff;
}
.b-c-light-blue .tns-controls button {
  color: #fff;
}
.b-c-light-blue .tns-controls button:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev_white.svg);
}
.b-c-light-blue .tns-controls button:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next_white.svg);
}
.b-c-light-blue .tns-controls button:disabled {
  opacity: 0.25;
}

.b-c-dark-blue {
  background-color: #3c3ab7;
  color: #fff;
}
.b-c-dark-blue p {
  color: #fff;
}

.b-c-white {
  background-color: #fff;
  color: #141278;
}

.b-c-light-gray {
  background-color: #F3F3F8;
  color: #141278;
}

.b-c-medium-gray {
  background-color: #CCCCCC;
}

.b-c-charcol {
  background-color: #333333;
}
.b-c-charcol p {
  color: #fff;
}

.b-c-black {
  background-color: #000000;
}
.b-c-black p {
  color: #fff;
}

.gradient-rtl {
  background: linear-gradient(200deg, #4442C2, #393881);
  color: #fff;
}
.gradient-rtl p {
  color: #fff;
}
.gradient-rtl .tns-nav button {
  border-color: #fff;
}
.gradient-rtl .tns-nav button.tns-nav-active {
  background: #fff;
}
.gradient-rtl .tns-controls button {
  color: #fff;
}
.gradient-rtl .tns-controls button:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev_white.svg);
}
.gradient-rtl .tns-controls button:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next_white.svg);
}
.gradient-rtl .tns-controls button:disabled {
  opacity: 0.25;
}

.gradient-ltr {
  background: linear-gradient(132deg, #4442C2, #393881);
  color: #fff;
}
.gradient-ltr p {
  color: #fff;
}
.gradient-ltr .video-transcript a {
  color: #fff;
}
.gradient-ltr .video-transcript a:before {
  background-image: url(/dist/assets/images/icon_video_transcript_white.svg);
}
.gradient-ltr .video-transcript a:focus {
  color: #000000;
}
.gradient-ltr .video-transcript a:focus:before {
  background-image: url(/dist/assets/images/icon_video_transcript.svg);
}
.gradient-ltr .tns-nav button {
  border-color: #fff;
}
.gradient-ltr .tns-nav button.tns-nav-active {
  background: #fff;
}
.gradient-ltr .tns-controls button {
  color: #fff;
}
.gradient-ltr .tns-controls button:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev_white.svg);
}
.gradient-ltr .tns-controls button:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next_white.svg);
}
.gradient-ltr .tns-controls button:disabled {
  opacity: 0.25;
}

.content-heading {
  margin: 0;
  padding: 0.875rem 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}
@media print, screen and (min-width: 40em) {
  .content-heading {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.content-heading:before {
  background-color: #c232a3;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 4.625rem;
}

.button {
  border: 0.125rem solid #15b9ed;
  border-radius: 1.25rem;
  background: #15b9ed;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 0.5rem #525252;
  color: #141278;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1875rem;
  padding: 0.625rem 2rem;
  text-align: center;
  text-decoration: none;
}
.button.large {
  border-radius: 0.625rem;
  max-width: 16.875rem;
  padding: 1.25rem;
}
.button:hover {
  background-color: #4644c7;
  border-color: #fff;
  color: #fff;
}

.button-white {
  border: none;
  background: #fff;
  box-shadow: 0 0.1875rem 0.5rem #2e2e2e;
  color: #3834C2;
}
.button-white.active {
  background-color: #141278;
  border-color: #fff;
  color: #fff;
}

.submit-button {
  background-color: #141278;
  border: none;
  color: #15b9ed;
  font-size: 0.875rem;
  font-weight: 700;
}

.job-page-buttons .apply-button {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media print, screen and (min-width: 40em) {
  .job-page-buttons .apply-button {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.job-page-buttons .email-button {
  background: #fff;
  border-color: #4644c7;
  padding-left: 3.75rem;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
}
.job-page-buttons .email-button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/dist/assets/images/icon_email.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  left: 0.9375rem;
}
.job-page-buttons .email-button:hover {
  background-color: #4644c7;
  border-color: #fff;
  color: #fff;
}
.job-page-buttons .email-button:hover:before {
  background-image: url(/dist/assets/images/icon_email_white.svg);
}

.job-filter-block .button-white {
  box-shadow: 0 0.1875rem 0.5rem #2e2e2e;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  position: relative;
}
.job-filter-block .button-white:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.25rem 0 0.25rem;
  border-color: #3834C2 transparent transparent transparent;
  background-size: cover;
  right: 1.25rem;
}
.job-filter-block .button-white:hover:after {
  border-color: #fff transparent transparent transparent;
}
.job-filter-block .button-white:focus:after {
  border-color: #000000 transparent transparent transparent;
}
.job-filter-block .button-white.active {
  box-shadow: none;
}
.job-filter-block .button-white.active:after {
  border-width: 0 0.25rem 0.3125rem 0.25rem;
  border-color: transparent transparent #fff transparent;
}
.job-filter-block .button-white.active:hover:after {
  border-color: transparent transparent #fff transparent;
}
.job-filter-block .button-white.active:focus:after {
  border-color: transparent transparent #000000 transparent;
}
.job-filter-block .dropdown-careers button {
  padding-left: 1.875rem;
  padding-right: 3.125rem;
}
@media screen and (min-width: 21.875em) {
  .job-filter-block .dropdown-careers button {
    padding-left: 2.5rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 23.4375em) {
  .job-filter-block .dropdown-careers button {
    padding-left: 3.125rem;
    padding-right: 4.375rem;
  }
}
@media screen and (min-width: 25em) {
  .job-filter-block .dropdown-careers button {
    padding-left: 3.75rem;
    padding-right: 5rem;
  }
}

.view-more-container {
  text-align: center;
}
.view-more-container .view-more {
  position: relative;
  color: #fff;
  padding-bottom: 1.25rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}
.view-more-container .view-more:after {
  background-image: url(/dist/assets/images/downward_chevron_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}
.view-more-container .view-more:focus:after {
  background-image: url(/dist/assets/images/downward_chevron_black.svg);
}
.view-more-container .view-more-filter-blue {
  color: #3834C2;
}
.view-more-container .view-more-filter-blue:after {
  background-image: url(/dist/assets/images/downward_chevron_filter_blue.svg);
}

.dropdown {
  position: relative;
}
.dropdown:first-of-type {
  margin-right: 0.3125rem;
}
@media screen and (min-width: 21.875em) {
  .dropdown:first-of-type {
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 23.4375em) {
  .dropdown:first-of-type {
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .dropdown:first-of-type {
    margin-right: 1.25rem;
  }
}
.dropdown .dropdown-button {
  z-index: 9;
}
.dropdown .dropdown-list {
  display: none;
}
.dropdown .dropdown-list.active {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
  border-radius: 1.1875rem;
  position: absolute;
  top: 0;
  padding: 3.125rem 0.625rem 0 0.625rem;
  z-index: 8;
}
.dropdown .dropdown-list.active label {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  cursor: pointer;
  padding: 0.3125rem 0 0.3125rem 1.375rem;
}
.dropdown .dropdown-list.active label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dropdown .dropdown-list.active label .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #141278;
}
.dropdown .dropdown-list.active label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.375rem;
  top: 0.125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.dropdown .dropdown-list.active label input:checked ~ .checkmark {
  background-color: #141278;
}
.dropdown .dropdown-list.active label input:checked ~ .checkmark:after {
  display: block;
}
.dropdown .dropdown-list .submit-button {
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

footer {
  background-color: #4644c7;
  padding: 3.125rem 0;
}
footer .footer-awards {
  padding: 3.125rem 0 2.125rem 0;
}
footer .footer-awards ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
}
footer .footer-awards ul li {
  display: inline-block;
}
footer .footer-awards ul li img {
  display: inline-block;
  max-width: 12rem;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  footer .footer-awards ul li img {
    margin-bottom: 1rem;
  }
}
footer .footer-bottom {
  margin-top: 3.125rem;
}
footer .footer-logo {
  width: 6.375rem;
  display: block;
  fill: #fff;
  position: absolute;
  right: 0;
  top: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  footer .footer-logo {
    width: 10.75rem;
  }
}
footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-links a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media print, screen and (min-width: 40em) {
  footer .footer-links a {
    font-size: 1rem;
    line-height: 2rem;
  }
}
footer .footer-links a:hover {
  text-decoration: underline;
}
footer .footer-social {
  bottom: 0;
  position: absolute;
  right: 0;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  footer .footer-social {
    bottom: initial;
    margin-top: 3.5rem;
    position: relative;
    right: initial;
    width: 100%;
  }
}
footer .footer-social ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
}
footer .footer-social ul li {
  margin-left: 1rem;
}
@media print, screen and (min-width: 40em) {
  footer .footer-social ul li {
    margin-left: 0;
    margin-right: 1rem;
  }
}
footer .footer-social ul li a {
  display: block;
}
footer .footer-social ul li a:focus .svg-stroke {
  stroke: #000000;
}

/* Header */
.header {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%;
  z-index: 10;
}
.header .logo {
  display: block;
  font-size: 0;
  padding: 0.625rem;
  position: relative;
  z-index: 9;
  max-width: 50vw;
}
@media print, screen and (min-width: 40em) {
  .header .logo {
    max-width: initial;
  }
}
.header .logo svg {
  width: 8.75rem;
}
@media print, screen and (min-width: 40em) {
  .header .logo svg {
    width: initial;
  }
}
.header .logo svg .logo-main {
  fill: #4644c7;
}
.header .logo:focus svg .svg-fill {
  fill: #000000;
}
.header .nav-menu-container {
  background-color: #4644c7;
  display: none;
  min-height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.25s ease;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container {
    background-color: #4644c7;
    display: block;
    height: auto;
    min-height: auto;
    left: initial;
    position: relative;
    top: initial;
    width: auto;
  }
}
.header .nav-menu-container.is-active {
  display: block;
  padding: 6.25rem 0 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container.is-active {
    padding: 0;
  }
}
.header .nav-menu-container .nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-direction: column;
  margin: 0;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container .nav ul {
    flex-direction: row;
    margin: 0;
    text-align: center;
  }
}
.header .nav-menu-container .nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container .nav ul li {
    margin: 0;
  }
}
.header .nav-menu-container .nav ul li a {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0.625rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .header .nav-menu-container .nav ul li a {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container .nav ul li a {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin: 0 0.3125rem;
    padding: 1.5625rem 1rem;
  }
}
.header .nav-menu-container .nav ul li a:first-of-type {
  margin-left: 0;
}
.header .nav-menu-container .nav ul li a.active, .header .nav-menu-container .nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container .nav ul li a.active:before, .header .nav-menu-container .nav ul li a:hover:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 0.25rem;
    left: 1rem;
    position: absolute;
    width: calc(100% - 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container .nav ul li a.active, .header .nav-menu-container .nav ul li a:hover {
    text-decoration: none;
  }
}
.header .nav-menu-container .nav ul li.nav-has-sub a {
  position: relative;
}
.header .nav-menu-container .nav ul li.nav-has-sub a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/dist/assets/images/downward_chevron_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.5rem;
  right: 0;
  width: 0.625rem;
}
.header .nav-menu-container .nav ul li .nav-sub-menu {
  background-color: #4644c7;
  display: block;
  left: 50%;
  margin: 0;
  padding: 0.5rem;
  position: relative;
  text-align: left;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container .nav ul li .nav-sub-menu {
    display: none;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
    min-width: 13.75rem;
    position: absolute;
    top: calc(100% + 0.75rem);
  }
}
.header .nav-menu-container .nav ul li .nav-sub-menu:before {
  border-color: transparent transparent #4644c7 transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.75rem 0.5rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -0.6875rem;
  transform: translateX(-50%);
  width: 0;
}
.header .nav-menu-container .nav ul li .nav-sub-menu li {
  margin: 0;
  width: 100%;
}
.header .nav-menu-container .nav ul li .nav-sub-menu li a {
  margin: 0;
  display: inline-block;
  padding: 0.5rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .header .nav-menu-container .nav ul li .nav-sub-menu li a {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header .nav-menu-container .nav ul li .nav-sub-menu li a {
    display: block;
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }
}
.header .nav-menu-container .nav ul li .nav-sub-menu li a:before, .header .nav-menu-container .nav ul li .nav-sub-menu li a:after {
  display: none;
}
.header .nav-menu-container .nav ul li .nav-sub-menu li a:hover {
  text-decoration: underline;
}
.header .nav-menu-container .nav ul li .nav-sub-menu.js-dropdown-active {
  display: block;
}
.header .nav-menu-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  right: 1rem;
  z-index: 11;
}
.header .nav-menu-button .hamburger-menu {
  display: inline-block;
}
.header .nav-menu-button .hamburger-menu .hamburger {
  padding: 1.125rem 0.5rem 0.5rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important;
}
.header .nav-menu-button .hamburger-menu .hamburger .menu-text {
  display: none;
  padding-right: 0.625rem;
}
.header .nav-menu-button .hamburger-menu .hamburger .hamburger-box {
  width: 2.5rem;
  height: 1.625rem;
  display: inline-block;
  position: relative;
}
.header .nav-menu-button .hamburger-menu .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125rem;
  width: 2.5rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .nav-menu-button .hamburger-menu .hamburger .hamburger-box .hamburger-inner:before, .header .nav-menu-button .hamburger-menu .hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .nav-menu-button .hamburger-menu .hamburger .hamburger-box .hamburger-inner:before {
  top: -0.625rem;
}
.header .nav-menu-button .hamburger-menu .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -0.625rem;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic .hamburger-inner {
  top: 0.125rem;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic .hamburger-inner:before {
  top: 0.625rem;
  transition: opacity 0.125s 0.275s ease;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic .hamburger-inner:after {
  top: 1.25rem;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic.is-active .menu-text {
  color: #fff;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic.is-active .hamburger-inner {
  background-color: #fff;
  transform: translate3d(0, 0.5rem, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic.is-active .hamburger-inner:before {
  background-color: #fff;
  transition-delay: 0s;
  opacity: 0;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic.is-active .hamburger-inner:after {
  background-color: #fff;
  transform: translate3d(0, -1.25rem, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic:focus .menu-text {
  color: #000000;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic:focus .hamburger-inner {
  background-color: #000000;
}
.header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic:focus .hamburger-inner:before, .header .nav-menu-button .hamburger-menu .hamburger.hamburger--elastic:focus .hamburger-inner:after {
  background-color: #000000;
}
.header .nav-search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  position: absolute;
  right: 4.5rem;
  width: 3rem;
}
.header .nav-search-button button {
  cursor: pointer;
  height: 3rem;
  width: 3rem;
}
.header .nav-search-button button svg {
  height: 3rem;
  width: 3rem;
}
.header .nav-search-button button:focus svg .svg-fill {
  fill: #000000;
}
.header .nav-search-container {
  background-color: #fff;
  display: none;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .header .nav-search-container {
    background-color: transparent;
    display: block;
    left: initial;
    padding: 0;
    position: relative;
    top: initial;
    width: auto;
  }
}
.header .nav-search-container.search-active {
  display: block;
}

.hero-block {
  background-color: #4644c7;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-block img {
  display: block;
  width: 100%;
}
.hero-block .hero-content {
  margin: 0 auto;
  padding: 2rem 0;
}
@media print, screen and (min-width: 40em) {
  .hero-block .hero-content {
    padding: 3.125rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-block .hero-content {
    padding: 6.25rem 0;
  }
}
.hero-block .hero-content .hero-title {
  position: relative;
  margin: 0 auto;
  max-width: 75vw;
  padding: 2rem 10vw;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .hero-block .hero-content .hero-title {
    padding: 3rem 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-block .hero-content .hero-title {
    max-width: 100%;
    padding: 3rem 5rem;
    text-align: left;
  }
}
.hero-block .hero-content .hero-title .hero-title-corner {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 1.5625rem;
  width: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
  .hero-block .hero-content .hero-title .hero-title-corner {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-block .hero-content .hero-title .hero-title-corner {
    height: 3.125rem;
    width: 3.125rem;
  }
}
.hero-block .hero-content .hero-title .hero-title-corner.hero-title-tl {
  background-image: url(/dist/assets/images/hero_title_tl.svg);
  left: 0;
  top: 0;
}
.hero-block .hero-content .hero-title .hero-title-corner.hero-title-tr {
  background-image: url(/dist/assets/images/hero_title_tr.svg);
  right: 0;
  top: 0;
}
.hero-block .hero-content .hero-title .hero-title-corner.hero-title-bl {
  background-image: url(/dist/assets/images/hero_title_bl.svg);
  bottom: 0;
  left: 0;
}
.hero-block .hero-content .hero-title .hero-title-corner.hero-title-br {
  background-image: url(/dist/assets/images/hero_title_br.svg);
  bottom: 0;
  right: 0;
}
.hero-block .hero-content .hero-title h1 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.role-hero-block {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .role-hero-block {
    text-align: left;
  }
}
.role-hero-block .role-hero-height {
  min-height: 27.125rem;
}
.role-hero-block .role-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.role-hero-block .role-hero-title {
  position: relative;
  padding: 3.125rem 0 0 0;
}
@media print, screen and (min-width: 64em) {
  .role-hero-block .role-hero-title {
    padding: 3.125rem 0;
  }
}
.role-hero-block .role-hero-title .role-icon {
  margin-bottom: 2.5rem;
  width: 6.25rem;
}
.role-hero-block .role-hero-title h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.role-hero-block .role-hero-content {
  padding: 3.125rem 0;
}
.role-hero-block .role-hero-content p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.role-hero-block .role-hero-content .button {
  margin-top: 1.25rem;
}
.role-hero-block .role-hero-content .button.icon {
  padding: 0.625rem 1.25rem 0.625rem 2.75rem;
  position: relative;
}
.role-hero-block .role-hero-content .button.icon:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/dist/assets/images/icon-play.svg);
  content: "";
  display: block;
  height: 1.625rem;
  left: 0.625rem;
  width: 1.625rem;
}
.role-hero-block .role-hero-content .button:focus:before {
  background-image: url(/dist/assets/images/icon-play-black.svg);
}
.role-hero-block .role-hero-content .video-transcript-white {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .role-hero-block .role-hero-content .video-transcript-white {
    text-align: left;
  }
}

.job-hero-block .job-hero-title-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-title-container {
    display: block;
  }
}
.job-hero-block .job-hero-title-container .job-hero-title .job-hero-title-icon {
  width: 100%;
  margin-bottom: 1.5625rem;
  text-align: center;
}
.job-hero-block .job-hero-title-container .job-hero-title .job-hero-title-icon img {
  width: 9.0625rem;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-title-container .job-hero-title .job-hero-title-icon {
    width: 4.6875rem;
    margin-bottom: 0.9375rem;
  }
  .job-hero-block .job-hero-title-container .job-hero-title .job-hero-title-icon img {
    width: 100%;
    height: auto;
  }
}
.job-hero-block .job-hero-title-container .job-hero-title h1 {
  font-size: 1.9375rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}
.job-hero-block .job-hero-details-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-details-container {
    display: block;
  }
}
.job-hero-block .job-hero-details-container .job-hero-details {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail {
    margin-bottom: 1.5625rem;
  }
}
.job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail .job-hero-detail-image {
  text-align: center;
  width: 2.1875rem;
  margin-right: 1.5625rem;
  flex-shrink: 0;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail .job-hero-detail-image {
    width: 2.8125rem;
  }
}
.job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail .job-hero-detail-image img {
  height: 1.875rem;
  width: auto;
}
.job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail.job-location .job-hero-detail-image img {
  height: 1.5rem;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail.job-location .job-hero-detail-image img {
    height: 1.9375rem;
  }
}
.job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail.job-salary .job-hero-detail-image img {
  height: 1.25rem;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-details-container .job-hero-details .job-hero-detail.job-salary .job-hero-detail-image img {
    height: 1.4375rem;
  }
}
.job-hero-block .job-hero-buttons {
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .job-hero-block .job-hero-buttons {
    margin-bottom: 0;
  }
}

.history-block {
  background: #3D39CC;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.history-block::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
@media screen and (min-width: 26.25em) {
  .history-block {
    overflow: scroll;
  }
}
.history-block .grid-container {
  padding-right: 0;
  padding-left: 0;
  overflow: visible;
}
.history-block .tns-ovh {
  overflow: hidden;
}
@media screen and (min-width: 26.25em) {
  .history-block .tns-ovh {
    overflow: visible;
  }
}
.history-block .tns-ovh .slider {
  display: block;
}
@media screen and (min-width: 26.25em) {
  .history-block .tns-ovh .slider {
    display: flex;
    flex-wrap: nowrap;
  }
}
.history-block .history-cell {
  flex: 0 0 31.25rem;
  position: relative;
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell:first-of-type {
    margin-left: -9.6875rem;
  }
}
.history-block .history-cell:first-of-type .history-cell-top-outer .history-image-container:after {
  display: block;
  content: "";
  background-image: url(/dist/assets/images/chevron-secondary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 4.375rem;
  height: 4.375rem;
  position: absolute;
  right: -0.9375rem;
  bottom: 0.625rem;
  z-index: 100;
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell:first-of-type .history-cell-top-outer .history-image-container:after {
    width: 5rem;
    height: 5rem;
    right: -1.5625rem;
    bottom: 1.25rem;
  }
}
.history-block .history-cell:last-of-type .history-cell-top-inner:last-of-type:before {
  border-color: #141278;
  right: -4.375rem;
  width: 2.1875rem;
  height: 9rem;
}
.history-block .history-cell:last-of-type .history-cell-top-inner:last-of-type:after {
  border-color: #141278;
  right: -4.375rem;
  width: 2.1875rem;
  height: 9rem;
}
.history-block .history-cell .history-content {
  padding-top: 1.875rem;
}
.history-block .history-cell .history-content p {
  font-weight: 500;
  padding-left: 0.625rem;
  padding-right: 1.25rem;
  margin-right: 0;
  color: #fff;
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell .history-content p {
    padding-left: 10.625rem;
    margin-right: -3.125rem;
    padding-right: 0;
  }
}
.history-block .history-cell .history-cell-top-outer {
  padding-right: 2.5rem;
}
@media screen and (min-width: 22.5em) {
  .history-block .history-cell .history-cell-top-outer {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 23.4375em) {
  .history-block .history-cell .history-cell-top-outer {
    padding-right: 4.375rem;
  }
}
@media screen and (min-width: 25em) {
  .history-block .history-cell .history-cell-top-outer {
    padding-right: 6.5625rem;
  }
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell .history-cell-top-outer {
    padding-right: 0;
  }
}
.history-block .history-cell .history-cell-top-outer .history-cell-top-inner {
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(90deg, #3D39CC 1%, #141278 73%);
}
@media screen and (min-width: 23.4375em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.history-block .history-cell .history-cell-top-outer .history-cell-top-inner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 78px 135px 0;
  border-color: transparent #3D39CC transparent transparent;
}
@media screen and (min-width: 23.4375em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner:before {
    border-width: 0 85px 145px 0;
  }
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner:before {
    border-width: 0 90px 155px 0;
  }
}
.history-block .history-cell .history-cell-top-outer .history-cell-top-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 135px 78px;
  border-color: transparent transparent #3D39CC transparent;
}
@media screen and (min-width: 23.4375em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner:after {
    border-width: 0 0 145px 85px;
  }
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner:after {
    border-width: 0 0 155px 90px;
  }
}
.history-block .history-cell .history-cell-top-outer .history-cell-top-inner img {
  width: 15rem;
  margin-right: 1.5625rem;
  text-align: right;
}
@media screen and (min-width: 23.4375em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner img {
    width: 16.875rem;
  }
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner img {
    width: 19.375rem;
  }
}
.history-block .history-cell .history-cell-top-outer .history-cell-top-inner .history-step {
  position: absolute;
  bottom: 1.5625rem;
  right: 12.1875rem;
  background: #fff;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.125rem;
  font-weight: 900;
  color: #4644c7;
}
@media screen and (min-width: 23.4375em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner .history-step {
    bottom: 2.1875rem;
    right: 14.1875rem;
  }
}
@media screen and (min-width: 26.25em) {
  .history-block .history-cell .history-cell-top-outer .history-cell-top-inner .history-step {
    bottom: 2.8125rem;
    right: 15.75rem;
    width: 5.0625rem;
    height: 5.0625rem;
  }
}
.history-block .tns-nav button {
  border-color: #fff;
}
.history-block .tns-nav button.tns-nav-active {
  background: #fff;
}
.history-block .tns-controls button {
  color: #fff;
}
.history-block .tns-controls button:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev_white.svg);
}
.history-block .tns-controls button:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next_white.svg);
}
.history-block .tns-controls button:disabled {
  opacity: 0.25;
}

#history-scroll {
  display: none;
  text-align: center;
  background: #3D39CC;
}
#history-scroll .history-scroll-icon {
  width: 2.1875rem;
  height: 4.1875rem;
  margin-bottom: 0.625rem;
}
#history-scroll p {
  color: #fff;
}
@media screen and (min-width: 26.25em) {
  #history-scroll {
    display: block;
  }
}

#scroll-catcher {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
#scroll-catcher::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
#scroll-catcher.visible {
  display: block;
}

#scroll-catcher-content {
  height: 1000vh;
}

.html-embed iframe {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.html-embed .mandarin-embed {
  min-height: 100vh;
}

.icon-block {
  padding: 1rem 0;
}

.icon-item {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .icon-item {
    box-shadow: none;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.icon-item .icon-title {
  margin-bottom: 1rem;
  min-height: 4.25rem;
  position: relative;
}
.icon-item .icon-title img {
  left: 0;
  max-width: 4.25rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon-item .icon-title h3 {
  color: #4644c7;
  padding-left: 5rem;
}

.image-text-block {
  overflow: hidden;
}
.image-text-block .image-text-content {
  padding: 1.5625rem 0;
}
@media print, screen and (min-width: 64em) {
  .image-text-block .image-text-content {
    padding: 3.75rem 0;
  }
}
.image-text-block .image-text-content .button {
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  margin-top: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .image-text-block .image-text-content .button {
    margin-top: 2.5rem;
  }
}
.image-text-block .image-text-img {
  position: absolute;
  top: 0;
  left: 50vw;
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.info-blocks {
  display: flex;
  flex-flow: row wrap;
}
.info-blocks .cell {
  position: relative;
}
.info-blocks .cell.info-block-light {
  border-radius: 0.5rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .info-blocks .cell.info-block-light {
    border-radius: initial;
    box-shadow: initial;
  }
}
.info-blocks .cell.info-block-light .info-block-content {
  padding-bottom: 5rem;
}
@media screen and (min-width: 22.5em) {
  .info-blocks .cell.info-block-light .info-block-content {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .info-blocks .cell.info-block-light .info-block-content {
    padding-right: 3.125rem;
  }
}
.info-blocks .cell.info-block-light .info-block-content .button {
  align-items: center;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  left: 1rem;
  margin: 0;
  position: absolute;
  right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .info-blocks .cell.info-block-light .info-block-content .button {
    right: auto;
  }
}
.info-blocks .cell.info-block-dark {
  background-color: #4644c7;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 64em) {
  .info-blocks .cell.info-block-dark {
    padding: 5rem 5rem 4.375rem 5rem;
  }
}
.info-blocks .cell.info-block-dark .info-block-content p, .info-blocks .cell.info-block-dark .info-block-content a {
  color: #fff;
}
.info-blocks .cell .info-block-image {
  display: inline-block;
  margin-bottom: 1rem;
  min-height: 5rem;
  padding-bottom: 0.625rem;
  position: relative;
}
.info-blocks .cell .info-block-image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.intro-block .intro-content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .intro-block .intro-content p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

.intro-text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .intro-text p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

.job-description-block .job-description-intro {
  padding-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.job-description-block .content {
  display: none;
}
.job-description-block .content.active {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .job-description-block .content {
    display: block;
  }
}
.job-description-block .job-description-buttons {
  padding-top: 1.875rem;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .job-description-block .job-description-buttons {
    text-align: right;
  }
}

.jobs-page-search .grid-x {
  position: relative;
}
.jobs-page-search .search-button {
  width: 100%;
  margin-top: 2rem;
  z-index: 9;
}
@media screen and (min-width: 26.25em) {
  .jobs-page-search .search-button {
    width: 70%;
  }
}
@media screen and (min-width: 40em) {
  .jobs-page-search .search-button {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .jobs-page-search .search-button {
    position: absolute;
    right: 0;
  }
}

.content-heading-block {
  position: relative;
}
.content-heading-block .jobs-view-toggle {
  position: absolute;
  display: flex;
  bottom: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media print, screen and (min-width: 64em) {
  .content-heading-block .jobs-view-toggle {
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.content-heading-block .jobs-view-toggle svg {
  display: block;
}
.content-heading-block .jobs-view-toggle button {
  color: #3834C2;
  font-weight: 300;
  margin: 0 0.3125rem;
  white-space: nowrap;
}
.content-heading-block .jobs-view-toggle button.active {
  font-weight: 500;
}
.content-heading-block .jobs-view-toggle .toggle-button circle {
  transition: cx 0.3s;
}
.content-heading-block .jobs-view-toggle .toggle-button circle#ie11-only-position {
  display: none;
}
.content-heading-block .jobs-view-toggle .toggle-button:focus rect {
  stroke: #000000;
  fill: #fd0;
}
.content-heading-block .jobs-view-toggle .toggle-button:focus circle {
  fill: #000000;
}
.content-heading-block .jobs-view-toggle .toggle-button-list circle {
  cx: 22;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-heading-block .jobs-view-toggle .toggle-button-list circle#ie11-only-position {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-heading-block .jobs-view-toggle .toggle-button-list circle#initial-position {
    display: none;
  }
}

div[id^=jobs-page-current-vacancies] .slider,
div[id^=search-results] .slider,
div[id^=home-latest-jobs] .slider,
div[id^=job-page-related-jobs] .slider,
div[id^=job-description-related-content] .slider,
div[id^=cardlist] .slider {
  display: none;
}
div[id^=jobs-page-current-vacancies] .slider.active,
div[id^=search-results] .slider.active,
div[id^=home-latest-jobs] .slider.active,
div[id^=job-page-related-jobs] .slider.active,
div[id^=job-description-related-content] .slider.active,
div[id^=cardlist] .slider.active {
  display: block;
}
div[id^=jobs-page-current-vacancies] .slider .card.job,
div[id^=search-results] .slider .card.job,
div[id^=home-latest-jobs] .slider .card.job,
div[id^=job-page-related-jobs] .slider .card.job,
div[id^=job-description-related-content] .slider .card.job,
div[id^=cardlist] .slider .card.job {
  margin-bottom: 1.25rem;
}
div[id^=jobs-page-current-vacancies] .slider .tns-inner div[id^=tns],
div[id^=search-results] .slider .tns-inner div[id^=tns],
div[id^=home-latest-jobs] .slider .tns-inner div[id^=tns],
div[id^=job-page-related-jobs] .slider .tns-inner div[id^=tns],
div[id^=job-description-related-content] .slider .tns-inner div[id^=tns],
div[id^=cardlist] .slider .tns-inner div[id^=tns] {
  display: flex;
}
@media screen and (min-width: 75em) {
  div[id^=jobs-page-current-vacancies] .slider .tns-inner div[id^=tns],
  div[id^=search-results] .slider .tns-inner div[id^=tns],
  div[id^=home-latest-jobs] .slider .tns-inner div[id^=tns],
  div[id^=job-page-related-jobs] .slider .tns-inner div[id^=tns],
  div[id^=job-description-related-content] .slider .tns-inner div[id^=tns],
  div[id^=cardlist] .slider .tns-inner div[id^=tns] {
    flex-wrap: wrap;
  }
}

div[id^=job-description-related-content] .slider .tns-inner div[id^=tns] {
  display: flex;
}
@media screen and (min-width: 64em) {
  div[id^=job-description-related-content] .slider .tns-inner div[id^=tns] {
    flex-wrap: wrap;
    justify-content: right;
  }
}

@media print, screen and (min-width: 64em) {
  div[id^=jobs-page-current-vacancies] .card-slider .grid-container,
  div[id^=search-results] .card-slider .grid-container {
    padding-top: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  div[id^=jobs-page-current-vacancies] .card-slider .grid-container .list-view,
  div[id^=search-results] .card-slider .grid-container .list-view {
    margin-top: -1.875rem;
  }
}

div[id^=home-latest-jobs] .slider,
div[id^=job-page-related-jobs] .slider,
div[id^=job-description-related-content] .slider,
div[id^=cardlist] .slider {
  display: block;
}

div[id^=search-results] .content-heading-block .cell {
  position: relative;
}
div[id^=search-results] .content-heading-block .cell a {
  color: #3834C2;
  text-decoration: underline;
}
div[id^=search-results] .content-heading-block.browse-all-jobs-header .cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-view {
  display: none;
}
.list-view.active {
  display: block;
}

.job-row {
  display: flex;
  padding: 0.9375rem 0;
}
@media print, screen and (min-width: 64em) {
  .job-row {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2.1875rem 0;
  }
}
.job-row-icon {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  background: #4644c7;
  border-radius: 50%;
  margin-right: 0.625rem;
  flex-shrink: 0;
}
@media print, screen and (min-width: 64em) {
  .job-row-icon {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 2.5rem;
  }
}
.job-row-icon img {
  width: 2.375rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 64em) {
  .job-row-icon img {
    width: 2.125rem;
  }
}
.job-row-content {
  display: flex;
  align-items: left;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .job-row-content {
    flex-direction: row;
    align-items: center;
  }
}
.job-row-content-details {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .job-row-content-details {
    flex-basis: 41.875rem;
    flex-shrink: 0;
  }
}
.job-row-content-details h3 {
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  .job-row-content-details h3 {
    font-size: 1.5rem;
  }
}
.job-row-content-details-bottom {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .job-row-content-details-bottom {
    flex-direction: row;
  }
}
.job-row-content-details-bottom h4 {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.0625rem;
}
@media print, screen and (min-width: 64em) {
  .job-row-content-details-bottom h4 {
    flex-basis: 20.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.job-row-content-details-bottom .job-row-location {
  position: relative;
  white-space: normal;
  font-weight: 300;
  margin-left: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media print, screen and (min-width: 64em) {
  .job-row-content-details-bottom .job-row-location {
    flex-basis: 15.625rem;
    flex-grow: 0;
    flex-shrink: 1;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}
.job-row-content-details-bottom .job-row-location:before {
  content: "";
  display: block;
  background-image: url(/dist/assets/images/card-icon-location-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 17px;
  width: 12px;
  left: -1.0625rem;
  top: 0;
}
@media print, screen and (min-width: 64em) {
  .job-row-content-details-bottom .job-row-location:before {
    height: 24px;
    width: 17px;
    left: -1.6875rem;
  }
}
.job-row a.button {
  min-width: 13.625rem;
  max-height: 2.5rem;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .job-row a.button {
    display: block;
  }
}
.job-row a.link {
  min-width: 13.625rem;
  max-height: 2.5rem;
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  color: #3834C2;
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .job-row a.link {
    display: none;
  }
}

.locations {
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .locations {
    display: flex;
  }
}
.locations li .location-button {
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0.625rem 0.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.locations li .location-button svg {
  display: block;
  margin: 0.625rem auto 0.875rem auto;
}
.locations li .location-button svg path {
  fill: #15b9ed;
}
.locations li .location-button.is-active {
  color: #fff;
}
.locations li .location-button.is-active:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.locations li .location-button.is-active svg path {
  fill: #fff;
}
.locations li .location-button:focus svg path {
  fill: #000000;
}

.location-container {
  padding: 2rem 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .location-container {
    padding: 0;
  }
}
.location-container .location-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
  min-height: 17.5rem;
}
.location-container .location-accordion {
  align-items: center;
  border-radius: 0.5rem;
  background: #4644c7;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  margin-bottom: 2rem;
  padding: 0.625rem;
  position: relative;
  width: 100%;
}
.location-container .location-accordion .location-accordion-arrow {
  height: 2.125rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.125rem;
}
.location-container .location-accordion .location-accordion-arrow svg path {
  fill: #15b9ed;
}
.location-container .location-accordion svg {
  margin-right: 1rem;
}
.location-container .location-accordion svg path {
  fill: #fff;
}
.location-container .location-accordion:focus svg path {
  fill: #000000;
}
.location-container .location-accordion.is-active .location-accordion-arrow {
  transform: translateY(-50%) rotate(180deg);
}
@media print, screen and (min-width: 64em) {
  .location-container .location-accordion {
    display: none;
  }
}
.location-container .location-content {
  display: none;
  padding: 0 0 2rem 0;
}
@media print, screen and (min-width: 64em) {
  .location-container .location-content {
    display: flex;
    padding: 2rem 0;
  }
}
.location-container .location-content h3 {
  margin-bottom: 1.25rem;
}
.location-container .location-content .location-map {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.location-container .location-content .location-map .map-marker {
  -webkit-animation: scale-up 0.5s forwards ease;
  animation: scale-up 0.5s forwards ease;
  animation-delay: 0.25s;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
}
.location-container .location-content .location-map .landmark {
  -webkit-animation: scale-up 0.25s forwards ease;
  animation: scale-up 0.25s forwards ease;
  animation-delay: 0.75s;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
}
.location-container .location-content .location-close {
  color: #15b9ed;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0.625rem 1rem 0 0;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
  position: relative;
  text-decoration: underline;
}
.location-container .location-content .location-close:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/dist/assets/images/location_close.svg);
  content: "";
  height: 2.25rem;
  right: 0;
  width: 2.25rem;
}
.location-container .location-content .location-close:focus:before {
  background-image: url(/dist/assets/images/location_close_black.svg);
}
.location-container .tabs-panel {
  display: block;
}
.location-container .tabs-panel.is-active .location-content {
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .location-container .tabs-panel {
    display: none;
  }
  .location-container .tabs-panel .cell p a {
    text-decoration: underline;
  }
  .location-container .tabs-panel.is-active {
    display: block;
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1.25rem rgba(0, 0, 0, 0);
  }
}
@keyframes scale-up {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.multi-link-block .button {
  align-items: center;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  display: flex;
  min-height: 5.125rem;
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .multi-link-block .button {
    margin-top: 1.25rem;
  }
}

.multi-video-block .video-container {
  padding-right: 1.5625rem;
  padding-bottom: 1.875rem;
}

.practice-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .practice-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.practice-parent-link {
  color: #15b9ed;
  display: inline-block;
}
.practice-parent-link:hover {
  color: #fff;
}

.practice-content .button-container {
  text-align: center;
}
.practice-content .button-container .button {
  margin: 0 auto;
  max-width: none;
}
.practice-content .button-container .button:hover {
  background-color: #c232a3;
}

.practice-content-text p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media print, screen and (min-width: 40em) {
  .practice-content-text p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.practice-item {
  border-bottom: 0.125rem solid #c232a3;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem 0 0.375rem 0;
}
.practice-item .practice-item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem;
  padding-left: 1.5rem;
  position: relative;
}
.practice-item .practice-item-title span {
  left: 0;
  position: absolute;
  top: 0;
}
.practice-item p {
  font-size: 1.125rem;
  font-weight: 500;
}
.practice-item ul li {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  list-style-type: lower-alpha;
  padding-left: 0.375rem;
}

.show-answers {
  color: #15b9ed;
  cursor: pointer;
  font-size: 1.125rem;
  margin: 2rem 0;
}

.answer-items {
  display: none;
}
.answer-items.answer-items-show {
  display: block;
}

.practice-card {
  background-color: transparent;
  box-shadow: none;
  height: auto;
  margin: 0 auto;
  max-width: 22.5rem;
  width: 100%;
}
.practice-card .audio-player {
  background-color: #F3F3F8 !important;
}
.practice-card .audio-player .btn-play {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.practice-card .audio-player .btn-play:before {
  border-style: double;
  border-width: 0 0 0 0.75rem;
}
.practice-card .audio-player .time {
  opacity: 1 !important;
  padding-top: 2.5rem !important;
  visibility: visible !important;
}
.practice-card .audio-player .timeline {
  box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
}
.practice-card .audio-player .timeline .progress {
  display: block;
}
.practice-card .audio-player .volume-container {
  display: flex !important;
}
.practice-card .audio-player .audio-transcript {
  bottom: 0.75rem;
  left: auto !important;
  right: 0.625rem;
  top: auto !important;
  transform: none;
}
.practice-card .audio-player .audio-transcript a {
  color: #4644c7 !important;
}

@media print, screen and (max-width: 39.99875em) {
  #process-block {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  #process-block {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#process-block-intro p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  #process-block-intro p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .process-block {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .process-block .process-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.process-block .process-item:nth-of-type(-n+3).process-item .process-item-icon:after, .process-block .process-item:nth-of-type(-n+3).process-item-empty .process-item-icon:after {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .process-block .process-item:last-of-type() .process-item-details .process-item-icon:before {
    display: none;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .process-block .process-item:last-of-type() .process-item-details .process-item-icon:before {
    display: none;
  }
}
.process-block .process-item .process-item-details .process-item-icon {
  padding: 1.5rem 0;
  position: relative;
}
.process-block .process-item .process-item-details .process-item-icon:before {
  content: "";
  display: block;
  border-top: 0.125rem dashed #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 64em) {
  .process-block .process-item .process-item-details .process-item-icon:before {
    left: 50%;
    z-index: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .process-block .process-item .process-item-details .process-item-icon:after {
    content: "";
    display: block;
    border-top: 0.125rem dashed #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 1.625rem);
  }
}
@media print, screen and (min-width: 40em) {
  .process-block .process-item .process-item-details .process-item-icon img {
    max-width: 17.5rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .process-block .process-item .process-item-details .process-item-icon img {
    max-width: 8.75rem;
  }
}
.process-block .process-item .process-item-details .process-item-icon .process-number {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.2);
  color: #4644c7;
  font-weight: 900;
  left: -0.3125rem;
  position: absolute;
  text-align: center;
  bottom: 2.625rem;
  font-size: 1.5625rem;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .process-block .process-item .process-item-details .process-item-icon .process-number {
    bottom: 4.5rem;
    font-size: 2rem;
    height: 4.5rem;
    line-height: 4.5rem;
    width: 4.5rem;
  }
}
.process-block .process-item .process-item-details .process-item-content {
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .process-block .process-item .process-item-details .process-item-content {
    padding-right: 6rem;
  }
}
@media print, screen and (min-width: 64em) {
  .process-block .process-item .process-item-details .process-item-content {
    margin-bottom: 2rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .process-block .process-item.process-item-end .process-item-details .process-item-icon:before {
    width: 92%;
  }
}

.process-item-end {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.process-item-end-right .process-item-icon, .process-item-end-left .process-item-icon, .process-item-end-finish .process-item-icon {
  min-height: 11.75rem;
  padding: 1.5rem 0;
}

.process-item-end-right .process-item-icon:before {
  content: "";
  display: block;
  border-left: 0.125rem dashed #fff;
  left: 70%;
  position: absolute;
  top: 5.875rem;
  height: calc(100% - 5.875rem);
  width: 0.125rem;
}

.process-item-end-left .process-item-icon .end-extra {
  display: block;
  border-top: 0.125rem dashed #fff;
  left: 0.9375rem;
  position: absolute;
  top: 5.875rem;
  width: 50%;
}
.process-item-end-left .process-item-icon:before {
  content: "";
  display: block;
  border-left: 0.125rem dashed #fff;
  left: 0.9375rem;
  position: absolute;
  top: 0;
  height: 5.875rem;
  width: 0.125rem;
}
.process-item-end-left .process-item-icon:after {
  content: "";
  display: block;
  border-top: 0.125rem dashed #fff;
  left: 0.9375rem;
  position: absolute;
  top: 0;
  width: 50%;
}

.process-item-end-finish .process-item-icon .end-extra {
  background-image: url(/dist/assets/images/process_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 14.625rem;
  height: 2.125rem;
  left: calc(70% - 1rem);
  position: absolute;
  width: 2.125rem;
}
.process-item-end-finish .process-item-icon:before {
  content: "";
  display: block;
  border-left: 0.125rem dashed #fff;
  left: 70%;
  position: absolute;
  top: 5.875rem;
  height: 9.375rem;
  width: 0.125rem;
}
.process-item-end-finish .process-item-icon:after {
  content: "";
  display: block;
  border-top: 0.125rem dashed #fff;
  left: 50%;
  position: absolute;
  top: 0;
  width: 20%;
}

.perks-block .perk-item {
  border-radius: 0.5rem;
  border: 0.125rem solid #fff;
  padding: 1rem;
}
@media print, screen and (min-width: 40em) {
  .perks-block .perk-item {
    padding: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .perks-block .perk-item {
    border: none;
    padding: 0;
  }
}
.perks-block .perk-item img {
  max-width: 9.375rem;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .perks-block .perk-item img {
    max-width: 12.25rem;
  }
}
.perks-block .perk-item h3 {
  color: #141278;
  font-weight: 500;
  margin-top: 1.25rem;
}

.quote-block blockquote p {
  display: inline;
  font-style: italic;
  font-size: 1.3125rem;
  color: #141278;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .quote-block blockquote p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}
.quote-block blockquote .quote-icon {
  display: inline;
  font-style: italic;
  font-weight: 700;
  font-size: 1.3125rem;
  color: #141278;
}
.quote-block .author {
  text-align: right;
  padding-top: 30px;
}

.process-list .process-list-item {
  position: relative;
  padding: 0 0 1.5rem 5.625rem;
}
.process-list .process-list-item:before {
  background-color: #c232a3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75rem;
  left: 4.0625rem;
  overflow: hidden;
  position: absolute;
  top: 0.25rem;
  width: 0.75rem;
}
.process-list .process-list-item:after {
  background-color: #c232a3;
  content: "";
  display: block;
  height: 100%;
  left: 4.375rem;
  overflow: hidden;
  position: absolute;
  top: 0.25rem;
  width: 0.125rem;
}
.process-list .process-list-item:last-of-type {
  padding-bottom: 0;
}
.process-list .process-list-item:last-of-type:after {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .process-list .process-list-item {
    padding: 0 0 2rem 0;
  }
  .process-list .process-list-item:before, .process-list .process-list-item:after {
    display: none;
  }
}
.process-list .process-list-item .process-list-icon {
  margin-bottom: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.375rem;
}
@media print, screen and (min-width: 40em) {
  .process-list .process-list-item .process-list-icon {
    left: initial;
    position: relative;
    top: initial;
    width: auto;
  }
}
.process-list .process-list-item h3 {
  font-size: 1rem;
}

.role-page-list-block {
  padding: 1rem 0;
}
@media print, screen and (min-width: 64em) {
  .role-page-list-block {
    padding: 1rem 0.5rem;
  }
}

.role-page-list-item {
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 40em) {
  .role-page-list-item {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.role-page-list-item .role-page-list-title {
  align-items: center;
  background-size: cover;
  display: flex;
  position: relative;
  min-height: 4.25rem;
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .role-page-list-item .role-page-list-title {
    min-height: 4.25rem;
    padding: 2rem 1rem;
  }
}
.role-page-list-item .role-page-list-title img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  max-width: 4.25rem;
  width: 100%;
}
.role-page-list-item .role-page-list-title h3 {
  color: #4644c7;
  margin: 0;
  padding-left: 6rem;
}
@media print, screen and (min-width: 64em) {
  .role-page-list-item .role-page-list-title h3 {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 75em) {
  .role-page-list-item .role-page-list-title h3 {
    padding-left: 6rem;
  }
}
.role-page-list-item .role-page-list-content {
  padding: 1.25rem 1.25rem 5rem 1.25rem;
}
.role-page-list-item .role-page-list-content .button {
  bottom: 1.25rem;
  left: 1.25rem;
  margin: 0 auto;
  max-width: 17.5rem;
  position: absolute;
  right: 1.25rem;
  width: calc(100% - 2.5rem);
}

.role-profile {
  border: none;
  height: 100vh;
  min-height: 30rem;
  min-width: 18.75rem;
  max-height: 47.5rem;
  max-width: 76.875rem;
  overflow: hidden;
  width: 100%;
}

.roles-responsibilites .cell {
  margin-bottom: 1.25rem;
}
.roles-responsibilites .cell:nth-last-child(1) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .roles-responsibilites .cell:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .roles-responsibilites .cell:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.roles-responsibilites .cell h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  margin-bottom: 1rem;
}

.nav-search,
.search-button {
  border-radius: 1.75rem;
  box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  position: relative;
}
.nav-search form label,
.search-button form label {
  font-size: 0px;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.nav-search form input[type=text],
.search-button form input[type=text] {
  border-radius: 1.75rem 0 0 1.75rem;
  background: #ffffff;
  border: none;
  font-size: 0.875rem;
  min-width: 9.375rem;
  padding: 0.625rem 1rem;
  width: calc(100% - 2.5rem);
}
.nav-search form input[type=submit],
.search-button form input[type=submit] {
  background-color: #15b9ed;
  background-image: url(/dist/assets/images/icon_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0 1.75rem 1.75rem 0;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 2.5rem;
}
.nav-search form input[type=submit]:focus,
.search-button form input[type=submit]:focus {
  background-color: #fd0;
  background-image: url(/dist/assets/images/icon_search_black.svg);
}

.search-button {
  box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.58);
  margin: 0 auto 2rem auto;
  width: 80%;
}
@media print, screen and (min-width: 40em) {
  .search-button {
    max-width: 20rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .search-button {
    margin: 2rem auto 0 auto;
    max-width: 22.75rem;
    width: 100%;
  }
}
.search-button form input[type=text] {
  padding: 1rem 1rem;
  width: calc(100% - 3.5rem);
}
.search-button form input[type=submit] {
  width: 3.5rem;
}

.nav-search {
  margin: 0 auto;
  max-width: 22.75rem;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .nav-search {
    margin: 0;
    max-width: 12.125rem;
    width: 100%;
  }
}

.card-slider .slider {
  display: flex;
}

.tns-outer {
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tns-item {
    display: inline-block !important;
  }
}

.tns-nav {
  margin: 0 auto;
  padding-bottom: 1rem;
  text-align: center;
  width: calc(100% - 12.5rem);
}
.tns-nav button {
  margin: 1rem 0.25rem 0 0.25rem;
  border: 0.0625rem solid #141278;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.tns-nav button.tns-nav-active {
  background: #141278;
}

.tns-controls button {
  bottom: 1rem;
  color: #141278;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  text-decoration: underline;
}
.tns-controls button:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.625rem;
  width: 1.625rem;
}
.tns-controls button:nth-of-type(1) {
  left: 0.625rem;
  padding: 0.5rem 0.5rem 0.5rem 1.625rem;
}
.tns-controls button:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev.svg);
  left: 0;
}
.tns-controls button:nth-of-type(2) {
  padding: 0.5rem 1.625rem 0.5rem 0.5rem;
  right: 0.625rem;
}
.tns-controls button:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next.svg);
  right: 0;
}
.tns-controls button:focus:nth-of-type(1):before {
  background-image: url(/dist/assets/images/arrow_prev.svg);
}
.tns-controls button:focus:nth-of-type(2):before {
  background-image: url(/dist/assets/images/arrow_next.svg);
}
.tns-controls button:disabled {
  opacity: 0.25;
}

.subpage-role {
  color: #4644c7;
  display: inline-block;
  margin-bottom: 1.375rem;
  text-decoration: underline;
}
.subpage-role h3 {
  margin: 0;
}

.subpage-link {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}
.subpage-link li a {
  color: #141278;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.3125rem 0 0.3125rem 2.75rem;
  position: relative;
}
.subpage-link li a .subpage-link-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.125rem;
}
.subpage-link li a h4 {
  margin: 0;
}

.testimonial-image-container {
  display: flex;
  align-items: flex-end;
}

.testimonial-img {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  height: 60vw;
  margin: -20vw 0 0 auto;
  width: 60vw;
}
@media print, screen and (min-width: 64em) {
  .testimonial-img {
    background-position: bottom center;
    background-size: contain;
    margin: 0;
    height: 35.4375rem;
    width: 100%;
  }
}
.testimonial-img.active {
  margin: -18vw 0 0 auto;
}
@media print, screen and (min-width: 40em) {
  .testimonial-img.active {
    margin: -12vw 0 0 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .testimonial-img.active {
    margin: 0;
  }
}

.testimonial-quote {
  max-width: 33.75rem;
  margin: 1.875rem 0;
}
@media print, screen and (min-width: 64em) {
  .testimonial-quote {
    margin-top: 0;
    margin-bottom: 3.75rem;
  }
}
.testimonial-quote blockquote {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2rem;
}
@media print, screen and (min-width: 64em) {
  .testimonial-quote blockquote {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.testimonial-quote blockquote .quote-icon {
  font-style: italic;
  font-weight: 700;
}

.testimonial-name {
  font-weight: 300;
}

.testimonial-role {
  font-weight: 500;
  margin-bottom: 1rem;
}

.testimonial-content {
  display: none;
}
.testimonial-content.active {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .testimonial-content {
    display: block;
  }
}

.read-more,
.testimonial-more {
  color: #141278;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
  text-decoration: underline;
  width: 4rem;
  display: inline-block;
}
.read-more:before,
.testimonial-more:before {
  background-image: url(/dist/assets/images/testimonial_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1.25rem;
}
.read-more.active:before,
.testimonial-more.active:before {
  bottom: -0.5rem;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 64em) {
  .read-more,
  .testimonial-more {
    display: none;
  }
}

.testimonial-link {
  height: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .testimonial-link {
    height: 5rem;
  }
}
.testimonial-link a {
  box-shadow: 0 0.1875rem 0.5rem #525252;
  position: absolute;
  top: -1.375rem;
  right: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .testimonial-link a {
    right: 0;
  }
}
.testimonial-link.testimonial-link-hide {
  height: 0;
}

.testimonials-slider .slider {
  display: flex;
}
.testimonials-slider .tns-nav {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .testimonials-slider .tns-controls button {
    font-size: 1.1875rem;
    bottom: 0.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .testimonials-slider .tns-controls button:nth-of-type(1) {
    left: 25%;
  }
}
@media print, screen and (min-width: 40em) {
  .testimonials-slider .tns-controls button:nth-of-type(2) {
    right: 25%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 10vw;
  font-weight: 900;
  line-height: 8vw;
}
h1 span {
  display: block;
  font-size: 7vw;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3.625rem;
    line-height: 3.125rem;
  }
  h1 span {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 5rem;
    line-height: 3.5rem;
  }
  h1 span {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}
@media print, screen and (min-width: 40em) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media print, screen and (min-width: 40em) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h4 {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media print, screen and (min-width: 40em) {
  h4 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 500 !important;
}

.medium {
  font-weight: 700 !important;
}

.bold {
  font-weight: 900 !important;
}

.underline {
  text-decoration: underline;
}

p,
li {
  color: #141278;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
p a,
li a {
  text-decoration: underline;
}

blockquote {
  color: #141278;
  padding: 0;
  margin: 0;
  border-left: none;
}

.competencies-title {
  margin-bottom: -1rem;
}
@media print, screen and (min-width: 64em) {
  .competencies-title {
    margin-bottom: -3rem;
  }
}

.values-slider .grid-container {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 40em) {
  .values-slider .grid-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.values-slider .slider {
  display: flex;
}
.values-slider .slider .value .value-header-container {
  position: relative;
  background: #141278;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-right: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header-container {
    margin-left: 0;
    background: none;
  }
}
.values-slider .slider .value .value-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2.1875rem;
  padding-left: 0.625rem;
  background: linear-gradient(90deg, #141278, 0%, #141278 30%, #4644c7 75%, #4644c7 100%);
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header {
    background: none;
    flex-direction: row;
    margin-bottom: 0;
    color: #4644c7;
  }
}
.values-slider .slider .value .value-header:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 28px 53px 0;
  border-color: transparent;
  border-right-color: #141278;
}
.values-slider .slider .value .value-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 53px 28px;
  border-color: transparent;
  border-bottom-color: #141278;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header {
    justify-content: flex-start;
  }
  .values-slider .slider .value .value-header:before {
    border-color: transparent;
  }
  .values-slider .slider .value .value-header:after {
    border-color: transparent;
  }
}
.values-slider .slider .value .value-header .value-icon-container {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header .value-icon-container {
    margin-right: 0;
  }
}
.values-slider .slider .value .value-header .value-icon-container .value-icon {
  height: 4.625rem;
  width: 4.625rem;
  margin: 1rem -0.9375rem 1rem 0;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header .value-icon-container .value-icon {
    margin-right: 1.25rem;
  }
}
.values-slider .slider .value .value-header .value-icon-container .white-chevron {
  height: 4.5rem;
  width: 4.5rem;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header .value-icon-container .white-chevron {
    display: none;
  }
}
.values-slider .slider .value .value-header .value-label-container {
  margin-left: 0.9375rem;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header .value-label-container {
    margin-left: 0;
  }
}
.values-slider .slider .value .value-header .value-label-container h3 {
  align-self: flex-end;
  margin-bottom: 0.25rem;
}
.values-slider .slider .value .value-header .value-order {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 1.5rem;
  background: #fff;
  color: #4644c7;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .values-slider .slider .value .value-header .value-order {
    display: none;
  }
}
.values-slider .slider .value .value-content {
  padding: 0 0.625rem;
}
.values-slider .slider .value .value-content p {
  font-size: 0.875rem;
}

.video-text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .video-text p {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

.responsive-embed {
  padding-bottom: 57%;
  margin: 0;
}
.responsive-embed iframe {
  border: none;
}

.video-transcript,
.audio-transcript {
  margin-top: 1rem;
  text-align: center;
}
.video-transcript a,
.audio-transcript a {
  color: #141278;
  display: inline-block;
  line-height: 1.75rem;
  padding-left: 2rem;
  position: relative;
}
.video-transcript a:before,
.audio-transcript a:before {
  background-image: url(/dist/assets/images/icon_video_transcript.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.4375rem;
}
.video-transcript a:focus,
.audio-transcript a:focus {
  color: #000000;
}
.video-transcript.video-transcript-white a,
.audio-transcript.video-transcript-white a {
  color: #fff;
}
.video-transcript.video-transcript-white a:before,
.audio-transcript.video-transcript-white a:before {
  background-image: url(/dist/assets/images/icon_video_transcript_white.svg);
}
.video-transcript.video-transcript-white a:focus,
.audio-transcript.video-transcript-white a:focus {
  color: #000000;
}
.video-transcript.video-transcript-white a:focus:before,
.audio-transcript.video-transcript-white a:focus:before {
  background-image: url(/dist/assets/images/icon_video_transcript.svg);
}
.video-transcript.video-transcript-light-blue a, .video-transcript.audio-transcript-light-blue a,
.audio-transcript.video-transcript-light-blue a,
.audio-transcript.audio-transcript-light-blue a {
  color: #15b9ed;
}
.video-transcript.video-transcript-light-blue a:before, .video-transcript.audio-transcript-light-blue a:before,
.audio-transcript.video-transcript-light-blue a:before,
.audio-transcript.audio-transcript-light-blue a:before {
  background-image: url(/dist/assets/images/icon_video_transcript_light_blue.svg);
}
.video-transcript.video-transcript-light-blue a:focus, .video-transcript.audio-transcript-light-blue a:focus,
.audio-transcript.video-transcript-light-blue a:focus,
.audio-transcript.audio-transcript-light-blue a:focus {
  color: #000000;
}
.video-transcript.video-transcript-light-blue a:focus:before, .video-transcript.audio-transcript-light-blue a:focus:before,
.audio-transcript.video-transcript-light-blue a:focus:before,
.audio-transcript.audio-transcript-light-blue a:focus:before {
  background-image: url(/dist/assets/images/icon_video_transcript.svg);
}
.video-transcript.video-transcript-left,
.audio-transcript.video-transcript-left {
  text-align: left;
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
}

.reveal {
  height: auto;
  min-height: 0;
  max-width: 94%;
  margin: 0 auto;
}
.reveal.reveal-video {
  background-color: #000000;
  border: 0.0625rem solid #000000;
  border-radius: 0.3125rem;
  box-shadow: 0.0625rem 0.375rem 0.625rem rgba(0, 0, 0, 0.25);
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%);
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .reveal.reveal-video {
    max-width: 75rem;
  }
}
.reveal.reveal-video .close-button {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.reveal.reveal-video .close-button svg {
  height: 1.25rem;
  width: 1.25rem;
}
.reveal.reveal-video .close-button svg .icon-close {
  fill: #000000;
}
.reveal.reveal-video:focus {
  outline: none;
}

.block-button {
  position: relative;
  width: 100%;
}

.block-button section:hover {
  border: 1px solid rgb(255, 221, 0);
}

.block-type {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: hsla(0, 0%, 100%, 0.96);
  color: #000;
  padding: 5px 10px;
  border-bottom-right-radius: 5px;
  z-index: 999999;
  border-radius: 16px;
  opacity: 0;
}

.block-button:hover .block-type {
  opacity: 1;
}

.p-no {
  padding: 0;
}

.p-t-b-10 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.p-t-b-20 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-t-b-30 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-t-b-40 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-t-b-50 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.p-t-b-60 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-t-b-70 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.p-t-b-80 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-t-b-90 {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.p-t-b-100 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-t-b-110 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-110 {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}

.p-t-b-120 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-t-b-130 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-130 {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

.p-t-b-140 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-140 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

.p-t-b-150 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.p-t-b-160 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-160 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-t-b-170 {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-170 {
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }
}

.p-t-b-180 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-180 {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}

.p-t-b-190 {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-190 {
    padding-top: 11.875rem;
    padding-bottom: 11.875rem;
  }
}

.p-t-b-200 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-t-b-210 {
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-210 {
    padding-top: 13.125rem;
    padding-bottom: 13.125rem;
  }
}

.p-t-b-220 {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-220 {
    padding-top: 13.75rem;
    padding-bottom: 13.75rem;
  }
}

.p-t-b-230 {
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-230 {
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }
}

.p-t-b-240 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-240 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

.p-t-b-250 {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-250 {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }
}

.p-t-b-260 {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-260 {
    padding-top: 16.25rem;
    padding-bottom: 16.25rem;
  }
}

.p-t-b-270 {
  padding-top: 8.4375rem;
  padding-bottom: 8.4375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-270 {
    padding-top: 16.875rem;
    padding-bottom: 16.875rem;
  }
}

.p-t-b-280 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-280 {
    padding-top: 17.5rem;
    padding-bottom: 17.5rem;
  }
}

.p-t-b-290 {
  padding-top: 9.0625rem;
  padding-bottom: 9.0625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-290 {
    padding-top: 18.125rem;
    padding-bottom: 18.125rem;
  }
}

.p-t-b-300 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-b-300 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }
}

.p-t-10 {
  padding-top: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-10 {
    padding-top: 0.625rem;
  }
}

.p-t-20 {
  padding-top: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-20 {
    padding-top: 1.25rem;
  }
}

.p-t-30 {
  padding-top: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-30 {
    padding-top: 1.875rem;
  }
}

.p-t-40 {
  padding-top: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-40 {
    padding-top: 2.5rem;
  }
}

.p-t-50 {
  padding-top: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-50 {
    padding-top: 3.125rem;
  }
}

.p-t-60 {
  padding-top: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-60 {
    padding-top: 3.75rem;
  }
}

.p-t-70 {
  padding-top: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-70 {
    padding-top: 4.375rem;
  }
}

.p-t-80 {
  padding-top: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-80 {
    padding-top: 5rem;
  }
}

.p-t-90 {
  padding-top: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-90 {
    padding-top: 5.625rem;
  }
}

.p-t-100 {
  padding-top: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-100 {
    padding-top: 6.25rem;
  }
}

.p-t-110 {
  padding-top: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-110 {
    padding-top: 6.875rem;
  }
}

.p-t-120 {
  padding-top: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-120 {
    padding-top: 7.5rem;
  }
}

.p-t-130 {
  padding-top: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-130 {
    padding-top: 8.125rem;
  }
}

.p-t-140 {
  padding-top: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-140 {
    padding-top: 8.75rem;
  }
}

.p-t-150 {
  padding-top: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-150 {
    padding-top: 9.375rem;
  }
}

.p-t-160 {
  padding-top: 5rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-160 {
    padding-top: 10rem;
  }
}

.p-t-170 {
  padding-top: 5.3125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-170 {
    padding-top: 10.625rem;
  }
}

.p-t-180 {
  padding-top: 5.625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-180 {
    padding-top: 11.25rem;
  }
}

.p-t-190 {
  padding-top: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-190 {
    padding-top: 11.875rem;
  }
}

.p-t-200 {
  padding-top: 6.25rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-200 {
    padding-top: 12.5rem;
  }
}

.p-t-210 {
  padding-top: 6.5625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-210 {
    padding-top: 13.125rem;
  }
}

.p-t-220 {
  padding-top: 6.875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-220 {
    padding-top: 13.75rem;
  }
}

.p-t-230 {
  padding-top: 7.1875rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-230 {
    padding-top: 14.375rem;
  }
}

.p-t-240 {
  padding-top: 7.5rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-240 {
    padding-top: 15rem;
  }
}

.p-t-250 {
  padding-top: 7.8125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-250 {
    padding-top: 15.625rem;
  }
}

.p-t-260 {
  padding-top: 8.125rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-260 {
    padding-top: 16.25rem;
  }
}

.p-t-270 {
  padding-top: 8.4375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-270 {
    padding-top: 16.875rem;
  }
}

.p-t-280 {
  padding-top: 8.75rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-280 {
    padding-top: 17.5rem;
  }
}

.p-t-290 {
  padding-top: 9.0625rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-290 {
    padding-top: 18.125rem;
  }
}

.p-t-300 {
  padding-top: 9.375rem;
}
@media print, screen and (min-width: 64em) {
  .p-t-300 {
    padding-top: 18.75rem;
  }
}

.p-b-10 {
  padding-bottom: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-10 {
    padding-bottom: 0.625rem;
  }
}

.p-b-20 {
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-20 {
    padding-bottom: 1.25rem;
  }
}

.p-b-30 {
  padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-30 {
    padding-bottom: 1.875rem;
  }
}

.p-b-40 {
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-40 {
    padding-bottom: 2.5rem;
  }
}

.p-b-50 {
  padding-bottom: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-50 {
    padding-bottom: 3.125rem;
  }
}

.p-b-60 {
  padding-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-60 {
    padding-bottom: 3.75rem;
  }
}

.p-b-70 {
  padding-bottom: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-70 {
    padding-bottom: 4.375rem;
  }
}

.p-b-80 {
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-80 {
    padding-bottom: 5rem;
  }
}

.p-b-90 {
  padding-bottom: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-90 {
    padding-bottom: 5.625rem;
  }
}

.p-b-100 {
  padding-bottom: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-100 {
    padding-bottom: 6.25rem;
  }
}

.p-b-110 {
  padding-bottom: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-110 {
    padding-bottom: 6.875rem;
  }
}

.p-b-120 {
  padding-bottom: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-120 {
    padding-bottom: 7.5rem;
  }
}

.p-b-130 {
  padding-bottom: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-130 {
    padding-bottom: 8.125rem;
  }
}

.p-b-140 {
  padding-bottom: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-140 {
    padding-bottom: 8.75rem;
  }
}

.p-b-150 {
  padding-bottom: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-150 {
    padding-bottom: 9.375rem;
  }
}

.p-b-160 {
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-160 {
    padding-bottom: 10rem;
  }
}

.p-b-170 {
  padding-bottom: 5.3125rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-170 {
    padding-bottom: 10.625rem;
  }
}

.p-b-180 {
  padding-bottom: 5.625rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-180 {
    padding-bottom: 11.25rem;
  }
}

.p-b-190 {
  padding-bottom: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-190 {
    padding-bottom: 11.875rem;
  }
}

.p-b-200 {
  padding-bottom: 6.25rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-200 {
    padding-bottom: 12.5rem;
  }
}

.p-b-210 {
  padding-bottom: 6.5625rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-210 {
    padding-bottom: 13.125rem;
  }
}

.p-b-220 {
  padding-bottom: 6.875rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-220 {
    padding-bottom: 13.75rem;
  }
}

.p-b-230 {
  padding-bottom: 7.1875rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-230 {
    padding-bottom: 14.375rem;
  }
}

.p-b-240 {
  padding-bottom: 7.5rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-240 {
    padding-bottom: 15rem;
  }
}

.p-b-250 {
  padding-bottom: 7.8125rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-250 {
    padding-bottom: 15.625rem;
  }
}

.p-b-260 {
  padding-bottom: 8.125rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-260 {
    padding-bottom: 16.25rem;
  }
}

.p-b-270 {
  padding-bottom: 8.4375rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-270 {
    padding-bottom: 16.875rem;
  }
}

.p-b-280 {
  padding-bottom: 8.75rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-280 {
    padding-bottom: 17.5rem;
  }
}

.p-b-290 {
  padding-bottom: 9.0625rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-290 {
    padding-bottom: 18.125rem;
  }
}

.p-b-300 {
  padding-bottom: 9.375rem;
}
@media print, screen and (min-width: 64em) {
  .p-b-300 {
    padding-bottom: 18.75rem;
  }
}

.m-t-b-10 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

.m-t-b-20 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.m-t-b-30 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.m-t-b-40 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.m-t-b-50 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.m-t-b-60 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.m-t-b-70 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}

.m-t-b-80 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.m-t-b-90 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-90 {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
}

.m-t-b-100 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-100 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

.m-t-b-110 {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-110 {
    margin-top: 6.875rem;
    margin-bottom: 6.875rem;
  }
}

.m-t-b-120 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.m-t-b-130 {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-130 {
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }
}

.m-t-b-140 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-140 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }
}

.m-t-b-150 {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}

.m-t-b-160 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-160 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.m-t-b-170 {
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-170 {
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }
}

.m-t-b-180 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-180 {
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }
}

.m-t-b-190 {
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-190 {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }
}

.m-t-b-200 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}

.m-t-b-210 {
  margin-top: 6.5625rem;
  margin-bottom: 6.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-210 {
    margin-top: 13.125rem;
    margin-bottom: 13.125rem;
  }
}

.m-t-b-220 {
  margin-top: 6.875rem;
  margin-bottom: 6.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-220 {
    margin-top: 13.75rem;
    margin-bottom: 13.75rem;
  }
}

.m-t-b-230 {
  margin-top: 7.1875rem;
  margin-bottom: 7.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-230 {
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }
}

.m-t-b-240 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-240 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}

.m-t-b-250 {
  margin-top: 7.8125rem;
  margin-bottom: 7.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-250 {
    margin-top: 15.625rem;
    margin-bottom: 15.625rem;
  }
}

.m-t-b-260 {
  margin-top: 8.125rem;
  margin-bottom: 8.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-260 {
    margin-top: 16.25rem;
    margin-bottom: 16.25rem;
  }
}

.m-t-b-270 {
  margin-top: 8.4375rem;
  margin-bottom: 8.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-270 {
    margin-top: 16.875rem;
    margin-bottom: 16.875rem;
  }
}

.m-t-b-280 {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-280 {
    margin-top: 17.5rem;
    margin-bottom: 17.5rem;
  }
}

.m-t-b-290 {
  margin-top: 9.0625rem;
  margin-bottom: 9.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-290 {
    margin-top: 18.125rem;
    margin-bottom: 18.125rem;
  }
}

.m-t-b-300 {
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-b-300 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }
}

.m-t-10 {
  margin-top: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-10 {
    margin-top: 0.625rem;
  }
}

.m-t-20 {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-20 {
    margin-top: 1.25rem;
  }
}

.m-t-30 {
  margin-top: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-30 {
    margin-top: 1.875rem;
  }
}

.m-t-40 {
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-40 {
    margin-top: 2.5rem;
  }
}

.m-t-50 {
  margin-top: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-50 {
    margin-top: 3.125rem;
  }
}

.m-t-60 {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-60 {
    margin-top: 3.75rem;
  }
}

.m-t-70 {
  margin-top: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-70 {
    margin-top: 4.375rem;
  }
}

.m-t-80 {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-80 {
    margin-top: 5rem;
  }
}

.m-t-90 {
  margin-top: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-90 {
    margin-top: 5.625rem;
  }
}

.m-t-100 {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-100 {
    margin-top: 6.25rem;
  }
}

.m-t-110 {
  margin-top: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-110 {
    margin-top: 6.875rem;
  }
}

.m-t-120 {
  margin-top: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-120 {
    margin-top: 7.5rem;
  }
}

.m-t-130 {
  margin-top: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-130 {
    margin-top: 8.125rem;
  }
}

.m-t-140 {
  margin-top: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-140 {
    margin-top: 8.75rem;
  }
}

.m-t-150 {
  margin-top: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-150 {
    margin-top: 9.375rem;
  }
}

.m-t-160 {
  margin-top: 5rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-160 {
    margin-top: 10rem;
  }
}

.m-t-170 {
  margin-top: 5.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-170 {
    margin-top: 10.625rem;
  }
}

.m-t-180 {
  margin-top: 5.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-180 {
    margin-top: 11.25rem;
  }
}

.m-t-190 {
  margin-top: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-190 {
    margin-top: 11.875rem;
  }
}

.m-t-200 {
  margin-top: 6.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-200 {
    margin-top: 12.5rem;
  }
}

.m-t-210 {
  margin-top: 6.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-210 {
    margin-top: 13.125rem;
  }
}

.m-t-220 {
  margin-top: 6.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-220 {
    margin-top: 13.75rem;
  }
}

.m-t-230 {
  margin-top: 7.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-230 {
    margin-top: 14.375rem;
  }
}

.m-t-240 {
  margin-top: 7.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-240 {
    margin-top: 15rem;
  }
}

.m-t-250 {
  margin-top: 7.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-250 {
    margin-top: 15.625rem;
  }
}

.m-t-260 {
  margin-top: 8.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-260 {
    margin-top: 16.25rem;
  }
}

.m-t-270 {
  margin-top: 8.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-270 {
    margin-top: 16.875rem;
  }
}

.m-t-280 {
  margin-top: 8.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-280 {
    margin-top: 17.5rem;
  }
}

.m-t-290 {
  margin-top: 9.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-290 {
    margin-top: 18.125rem;
  }
}

.m-t-300 {
  margin-top: 9.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-t-300 {
    margin-top: 18.75rem;
  }
}

.m-b-10 {
  margin-bottom: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-10 {
    margin-bottom: 0.625rem;
  }
}

.m-b-20 {
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-20 {
    margin-bottom: 1.25rem;
  }
}

.m-b-30 {
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-30 {
    margin-bottom: 1.875rem;
  }
}

.m-b-40 {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-40 {
    margin-bottom: 2.5rem;
  }
}

.m-b-50 {
  margin-bottom: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-50 {
    margin-bottom: 3.125rem;
  }
}

.m-b-60 {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-60 {
    margin-bottom: 3.75rem;
  }
}

.m-b-70 {
  margin-bottom: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-70 {
    margin-bottom: 4.375rem;
  }
}

.m-b-80 {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-80 {
    margin-bottom: 5rem;
  }
}

.m-b-90 {
  margin-bottom: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-90 {
    margin-bottom: 5.625rem;
  }
}

.m-b-100 {
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-100 {
    margin-bottom: 6.25rem;
  }
}

.m-b-110 {
  margin-bottom: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-110 {
    margin-bottom: 6.875rem;
  }
}

.m-b-120 {
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-120 {
    margin-bottom: 7.5rem;
  }
}

.m-b-130 {
  margin-bottom: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-130 {
    margin-bottom: 8.125rem;
  }
}

.m-b-140 {
  margin-bottom: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-140 {
    margin-bottom: 8.75rem;
  }
}

.m-b-150 {
  margin-bottom: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-150 {
    margin-bottom: 9.375rem;
  }
}

.m-b-160 {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-160 {
    margin-bottom: 10rem;
  }
}

.m-b-170 {
  margin-bottom: 5.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-170 {
    margin-bottom: 10.625rem;
  }
}

.m-b-180 {
  margin-bottom: 5.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-180 {
    margin-bottom: 11.25rem;
  }
}

.m-b-190 {
  margin-bottom: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-190 {
    margin-bottom: 11.875rem;
  }
}

.m-b-200 {
  margin-bottom: 6.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-200 {
    margin-bottom: 12.5rem;
  }
}

.m-b-210 {
  margin-bottom: 6.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-210 {
    margin-bottom: 13.125rem;
  }
}

.m-b-220 {
  margin-bottom: 6.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-220 {
    margin-bottom: 13.75rem;
  }
}

.m-b-230 {
  margin-bottom: 7.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-230 {
    margin-bottom: 14.375rem;
  }
}

.m-b-240 {
  margin-bottom: 7.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-240 {
    margin-bottom: 15rem;
  }
}

.m-b-250 {
  margin-bottom: 7.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-250 {
    margin-bottom: 15.625rem;
  }
}

.m-b-260 {
  margin-bottom: 8.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-260 {
    margin-bottom: 16.25rem;
  }
}

.m-b-270 {
  margin-bottom: 8.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-270 {
    margin-bottom: 16.875rem;
  }
}

.m-b-280 {
  margin-bottom: 8.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-280 {
    margin-bottom: 17.5rem;
  }
}

.m-b-290 {
  margin-bottom: 9.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-290 {
    margin-bottom: 18.125rem;
  }
}

.m-b-300 {
  margin-bottom: 9.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-b-300 {
    margin-bottom: 18.75rem;
  }
}

.m-r-10 {
  margin-right: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-10 {
    margin-right: 0.625rem;
  }
}

.m-r-20 {
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-20 {
    margin-right: 1.25rem;
  }
}

.m-r-30 {
  margin-right: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-30 {
    margin-right: 1.875rem;
  }
}

.m-r-40 {
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-40 {
    margin-right: 2.5rem;
  }
}

.m-r-50 {
  margin-right: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-50 {
    margin-right: 3.125rem;
  }
}

.m-r-60 {
  margin-right: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-60 {
    margin-right: 3.75rem;
  }
}

.m-r-70 {
  margin-right: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-70 {
    margin-right: 4.375rem;
  }
}

.m-r-80 {
  margin-right: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-80 {
    margin-right: 5rem;
  }
}

.m-r-90 {
  margin-right: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-90 {
    margin-right: 5.625rem;
  }
}

.m-r-100 {
  margin-right: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-100 {
    margin-right: 6.25rem;
  }
}

.m-r-110 {
  margin-right: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-110 {
    margin-right: 6.875rem;
  }
}

.m-r-120 {
  margin-right: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-120 {
    margin-right: 7.5rem;
  }
}

.m-r-130 {
  margin-right: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-130 {
    margin-right: 8.125rem;
  }
}

.m-r-140 {
  margin-right: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-140 {
    margin-right: 8.75rem;
  }
}

.m-r-150 {
  margin-right: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-150 {
    margin-right: 9.375rem;
  }
}

.m-r-160 {
  margin-right: 5rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-160 {
    margin-right: 10rem;
  }
}

.m-r-170 {
  margin-right: 5.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-170 {
    margin-right: 10.625rem;
  }
}

.m-r-180 {
  margin-right: 5.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-180 {
    margin-right: 11.25rem;
  }
}

.m-r-190 {
  margin-right: 5.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-190 {
    margin-right: 11.875rem;
  }
}

.m-r-200 {
  margin-right: 6.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-200 {
    margin-right: 12.5rem;
  }
}

.m-r-210 {
  margin-right: 6.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-210 {
    margin-right: 13.125rem;
  }
}

.m-r-220 {
  margin-right: 6.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-220 {
    margin-right: 13.75rem;
  }
}

.m-r-230 {
  margin-right: 7.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-230 {
    margin-right: 14.375rem;
  }
}

.m-r-240 {
  margin-right: 7.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-240 {
    margin-right: 15rem;
  }
}

.m-r-250 {
  margin-right: 7.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-250 {
    margin-right: 15.625rem;
  }
}

.m-r-260 {
  margin-right: 8.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-260 {
    margin-right: 16.25rem;
  }
}

.m-r-270 {
  margin-right: 8.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-270 {
    margin-right: 16.875rem;
  }
}

.m-r-280 {
  margin-right: 8.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-280 {
    margin-right: 17.5rem;
  }
}

.m-r-290 {
  margin-right: 9.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-290 {
    margin-right: 18.125rem;
  }
}

.m-r-300 {
  margin-right: 9.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-r-300 {
    margin-right: 18.75rem;
  }
}

.m-l-10 {
  margin-left: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-10 {
    margin-left: 0.625rem;
  }
}

.m-l-20 {
  margin-left: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-20 {
    margin-left: 1.25rem;
  }
}

.m-l-30 {
  margin-left: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-30 {
    margin-left: 1.875rem;
  }
}

.m-l-40 {
  margin-left: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-40 {
    margin-left: 2.5rem;
  }
}

.m-l-50 {
  margin-left: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-50 {
    margin-left: 3.125rem;
  }
}

.m-l-60 {
  margin-left: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-60 {
    margin-left: 3.75rem;
  }
}

.m-l-70 {
  margin-left: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-70 {
    margin-left: 4.375rem;
  }
}

.m-l-80 {
  margin-left: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-80 {
    margin-left: 5rem;
  }
}

.m-l-90 {
  margin-left: 2.8125rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-90 {
    margin-left: 5.625rem;
  }
}

.m-l-100 {
  margin-left: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-100 {
    margin-left: 6.25rem;
  }
}

.m-l-110 {
  margin-left: 3.4375rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-110 {
    margin-left: 6.875rem;
  }
}

.m-l-120 {
  margin-left: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-120 {
    margin-left: 7.5rem;
  }
}

.m-l-130 {
  margin-left: 4.0625rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-130 {
    margin-left: 8.125rem;
  }
}

.m-l-140 {
  margin-left: 4.375rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-140 {
    margin-left: 8.75rem;
  }
}

.m-l-150 {
  margin-left: 4.6875rem;
}
@media print, screen and (min-width: 64em) {
  .m-l-150 {
    margin-left: 9.375rem;
  }
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#skip-to-content {
  padding: 1em 2em;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#skip-to-content:focus {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: #fd0;
}

a:focus, button:focus {
  outline: 1px solid transparent !important;
  background-color: #fd0 !important;
  color: #000000 !important;
  box-shadow: 0 0 #fd0, 0 4px #000000 !important;
}

main:focus {
  outline: 1px solid transparent !important;
}

.grid-relative, .image-text-block, .cell-relative {
  position: relative;
}

.container-overflow {
  overflow: hidden;
}

.transition-all {
  transition: all 0.25s ease;
}

.content-table {
  width: 100% !important;
}
.content-table th p {
  margin: 0;
  padding: 0.625rem;
}

.sitemap li a {
  display: inline-block;
  font-size: 1.25rem;
  margin: 0.3125rem 0;
}
.sitemap li ul {
  margin: 0;
}
.sitemap li ul li ul {
  margin-left: 1.25rem;
}

.old-browsers {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  text-align: center;
  z-index: 10000;
  padding: 100px 0;
}
.old-browsers p {
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
}
.old-browsers ul {
  list-style: none;
  margin: 20px 0;
}
.old-browsers ul li {
  display: inline-block;
  margin: 20px;
}
.old-browsers ul li a {
  display: block;
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}



/*# sourceMappingURL=index.css.map*/