@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url(_vendor/swiper/swiper-bundle.min.css);
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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&xsmall=26.25em&medium=40em&xmedium=56.25em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "martel sans", 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

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

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

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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: "martel sans", 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: #cacaca;
}

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

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

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

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

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: #e6e6e6;
  font-family: "martel sans", sans-serif;
  color: #000000;
}

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

cite:before, .cite-block:before {
  content: "— ";
}

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: "martel sans", sans-serif;
  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 #cacaca;
  background-color: #e6e6e6;
  font-family: "martel sans", sans-serif;
  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: 26.25em) {
  .xsmall-text-left {
    text-align: left;
  }
  .xsmall-text-right {
    text-align: right;
  }
  .xsmall-text-center {
    text-align: center;
  }
  .xsmall-text-justify {
    text-align: justify;
  }
}

@media 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: 56.25em) {
  .xmedium-text-left {
    text-align: left;
  }
  .xmedium-text-right {
    text-align: right;
  }
  .xmedium-text-center {
    text-align: center;
  }
  .xmedium-text-justify {
    text-align: justify;
  }
}

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

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

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

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

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 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: 26.25em) {
  .grid-margin-x > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .xsmall-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 > .xsmall-auto {
    width: auto;
  }
  .grid-margin-x > .xsmall-shrink {
    width: auto;
  }
  .grid-margin-x > .xsmall-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xsmall-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xsmall-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xsmall-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xsmall-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xsmall-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: 56.25em) {
  .grid-margin-x > .xmedium-auto {
    width: auto;
  }
  .grid-margin-x > .xmedium-shrink {
    width: auto;
  }
  .grid-margin-x > .xmedium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xmedium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xmedium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xmedium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xmedium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xmedium-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);
  }
}

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

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-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: 26.25em) {
  .xsmall-up-1 > .cell {
    width: 100%;
  }
  .xsmall-up-2 > .cell {
    width: 50%;
  }
  .xsmall-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xsmall-up-4 > .cell {
    width: 25%;
  }
  .xsmall-up-5 > .cell {
    width: 20%;
  }
  .xsmall-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xsmall-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xsmall-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: 56.25em) {
  .xmedium-up-1 > .cell {
    width: 100%;
  }
  .xmedium-up-2 > .cell {
    width: 50%;
  }
  .xmedium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xmedium-up-4 > .cell {
    width: 25%;
  }
  .xmedium-up-5 > .cell {
    width: 20%;
  }
  .xmedium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xmedium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xmedium-up-8 > .cell {
    width: 12.5%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .grid-margin-x.xsmall-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.xsmall-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.xsmall-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: 56.25em) {
  .grid-margin-x.xmedium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xmedium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xmedium-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);
  }
}

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

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-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: 26.25em) {
  .small-margin-collapse > .xsmall-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .small-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .small-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .small-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xsmall-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: 56.25em) {
  .small-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .small-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .small-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .small-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .xsmall-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xsmall-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 > .xsmall-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xsmall-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: 56.25em) {
  .medium-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

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

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

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

@media print, screen and (min-width: 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: 56.25em) {
  .xmedium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xmedium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 56.25em) {
  .xmedium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xmedium-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 > .xsmall-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xsmall-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xsmall-3 {
    width: 25%;
  }
  .large-margin-collapse > .xsmall-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xsmall-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xsmall-6 {
    width: 50%;
  }
  .large-margin-collapse > .xsmall-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xsmall-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xsmall-9 {
    width: 75%;
  }
  .large-margin-collapse > .xsmall-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xsmall-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xsmall-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 > .xmedium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  .large-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  .large-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  .large-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 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: 26.25em) {
  .xsmall-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xsmall-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .xsmall-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .xsmall-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .xsmall-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xsmall-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .xsmall-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .xsmall-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .xsmall-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xsmall-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .xsmall-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .xsmall-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xsmall-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .xsmall-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xsmall-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .xsmall-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xsmall-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .xsmall-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xsmall-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: 56.25em) {
  .xmedium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xmedium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xmedium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xmedium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xmedium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xmedium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xmedium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xmedium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xmedium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xmedium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xmedium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xmedium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xmedium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xmedium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xmedium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xmedium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xmedium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xmedium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xmedium-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);
  }
}

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

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

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 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: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-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 > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-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: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-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);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 26.25em) {
  .cell .grid-y.xsmall-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: 56.25em) {
  .cell .grid-y.xmedium-grid-frame {
    height: 100%;
  }
}

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

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

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

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

@media print, screen and (min-width: 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: 26.25em) {
  .grid-margin-y > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .xsmall-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 > .xsmall-auto {
    height: auto;
  }
  .grid-margin-y > .xsmall-shrink {
    height: auto;
  }
  .grid-margin-y > .xsmall-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xsmall-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xsmall-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xsmall-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xsmall-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xsmall-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: 56.25em) {
  .grid-margin-y > .xmedium-auto {
    height: auto;
  }
  .grid-margin-y > .xmedium-shrink {
    height: auto;
  }
  .grid-margin-y > .xmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xmedium-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);
  }
}

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

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

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

@media print, screen and (min-width: 26.25em) {
  .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: 56.25em) {
  .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 screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

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

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

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

@media print, screen and (min-width: 56.25em) {
  .grid-margin-y.xmedium-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);
  }
}

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

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

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

[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: #1779ba;
  color: #ffffff;
}

.button:hover, .button:focus {
  background-color: #14679e;
  color: #ffffff;
}

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

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

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

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000000;
}

.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: #cc4b37;
  color: #000000;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}

.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 #1779ba;
  color: #1779ba;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.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 #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.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 #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

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

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

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

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

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

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

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

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}

.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}

.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: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}

.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: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

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

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

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000;
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}

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

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #ffffff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #ffffff;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}

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

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 26.25em) {
  .menu.xsmall-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xsmall-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xsmall-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xsmall-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 56.25em) {
  .menu.xmedium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xmedium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xmedium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xmedium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

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

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #ffffff;
}

.menu .active > a {
  background: #1779ba;
  color: #ffffff;
}

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

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

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}

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

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

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

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}

.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: 26.24875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

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

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

.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

@media print, screen and (min-width: 26.25em) and (max-width: 39.99875em) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 26.24875em), screen and (min-width: 40em) {
  .show-for-xsmall-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: 56.24875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 56.24875em), screen and (min-width: 64em) {
  .show-for-xmedium-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;
  }
}

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

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

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

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

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

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

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

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Animate.css
 * https://github.com/animate-css/animate.css
 * https://animate.style
 */
/**
 * Uncomment the ones you want to use. Feel free to change _vars and _base for your project.
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

.animated.repeat-1 {
  -webkit-animation-iteration-count: var(--animate-repeat);
          animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
          animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
          animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-01s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
          animation-delay: calc(var(--animate-delay) * 0.1);
}

.animated.delay-02s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
          animation-delay: calc(var(--animate-delay) * 0.2);
}

.animated.delay-03s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
          animation-delay: calc(var(--animate-delay) * 0.3);
}

.animated.delay-04s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
          animation-delay: calc(var(--animate-delay) * 0.4);
}

.animated.delay-05s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
          animation-delay: calc(var(--animate-delay) * 0.5);
}

.animated.delay-06s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
          animation-delay: calc(var(--animate-delay) * 0.6);
}

.animated.delay-09s {
  -webkit-animation-delay: calc(var(--animate-delay) * 0.9);
          animation-delay: calc(var(--animate-delay) * 0.9);
}

.animated.delay-1s {
  -webkit-animation-delay: var(--animate-delay);
          animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
          animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
          animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
          animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
          animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
          animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
          animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
          animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
          animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
  .animated[class*='Out'] {
    opacity: 0;
  }
}

.animate {
  visibility: hidden;
}

/* Attention seekers  */
/* Back entrances */
/* Back exits */
/* Bouncing entrances  */
/* Bouncing exits  */
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/* Fading exits */
/* Flippers */
/* Lightspeed */
/* Rotating entrances */
/* Rotating exits */
/* Specials */
/* Zooming entrances */
/* Zooming exits */
/* Sliding entrances */
/* Sliding exits */
/**
 * Takeover
 */
.js-no-scroll {
  overflow: hidden !important;
}

.show-takeover .takeover-hide {
  display: none !important;
}

.takeover-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.show-takeover .takeover-show {
  visibility: visible;
  opacity: 1;
}

.takeover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.takeover.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.admin-bar .takeover {
  top: 32px;
}

.show-takeover .takeover {
  pointer-events: auto;
}

.takeover .toggle-takeover {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}

.takeover .takeover-content {
  height: 100%;
}

.takeover.takeover-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
}

.takeover.takeover-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.takeover.takeover-slidedown {
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}

.takeover.takeover-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.takeover.takeover-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.takeover.takeover-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.takeover.takeover-simplegenie {
  visibility: hidden;
  -webkit-transform: translateY(60%) scale(0);
  transform: translateY(60%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s, visibility 0s 0.4s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s;
  transition: opacity 0.5s, transform 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s;
}

.takeover.takeover-simplegenie.open {
  visibility: visible;
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.takeover {
  background-color: rgba(255, 255, 255, 0.8);
}

.takeover .toggle-takeover {
  color: #444;
  padding: 2rem 1rem;
}

.takeover .takeover-content {
  padding: 2rem;
}

.relative {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.no-margin {
  margin: 0;
}

.height100 {
  height: 100%;
}

.height100vh {
  height: 100vh;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.is-serif,
.font-serif {
  font-family: "martel", sans-serif;
}

.is-sans,
.font-sans {
  font-family: "martel sans", sans-serif;
}

.is-caps {
  text-transform: uppercase;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}

.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

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

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 94px;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

body.has-scrolled .site-header {
  height: 80px;
}

@media print, screen and (max-width: 63.99875em) {
  .site-header {
    height: 80px;
  }
}

.site-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.site-header .logo a {
  display: table;
  position: relative;
  z-index: 1;
}

.site-header .logo a svg,
.site-header .logo a img {
  height: 45px;
  display: table;
}

@media print, screen and (max-width: 63.99875em) {
  .site-header .logo a svg,
  .site-header .logo a img {
    height: 30px;
  }
}

.site-header .skip-main {
  left: auto;
  position: absolute;
  top: -60px;
  width: 1px;
  height: 50px;
  overflow: hidden;
  z-index: -999;
  color: #fff;
  background-color: #497F9D;
  font-size: 1.2em;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #ffffff;
  text-align: center;
  width: 30%;
  z-index: 999;
  color: #fff;
  left: auto;
  overflow: auto;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

@media print, screen and (max-width: 63.99875em) {
  .site-header .skip-main {
    margin: 10px 20%;
    width: 60%;
  }
}

.site-header .skip-main:focus, .site-header .skip-main:active {
  top: 0;
}

.site-header .main-nav {
  position: relative;
  z-index: 0;
}

.menu-header,
.menu-header.no-bullet {
  margin-bottom: 0;
  display: table;
  margin: 0 0 0 auto;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.menu-header > li,
.menu-header.no-bullet > li {
  display: inline-block;
}

.menu-header > li.is-dropdown-submenu-parent > a,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a {
  padding: 20px 40px 20px 20px;
}

.menu-header > li.is-dropdown-submenu-parent > a:before, .menu-header > li.is-dropdown-submenu-parent > a:after,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a:before,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a:after {
  content: '';
  width: 7px;
  height: 1px;
  background-color: #497F9D;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  left: auto;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-header > li.is-dropdown-submenu-parent > a:after,
.menu-header.no-bullet > li.is-dropdown-submenu-parent > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}

.menu-header > li.is-active > a,
.menu-header.no-bullet > li.is-active > a {
  color: #ffffff;
}

.menu-header > li.is-active > a:before,
.menu-header.no-bullet > li.is-active > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-header > li.is-active > a:after,
.menu-header.no-bullet > li.is-active > a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-header > li a,
.menu-header.no-bullet > li a {
  font-size: 1rem;
  line-height: 1;
  color: #192C3B;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  padding: 16px 20px;
}

.menu-header > li a .line,
.menu-header.no-bullet > li a .line {
  width: calc(100% - 40px);
  left: 20px;
  position: absolute;
  bottom: 7px;
}

.menu-header > li a .line:after,
.menu-header.no-bullet > li a .line:after {
  background-color: #671523;
  width: 0;
  position: absolute;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@media print, screen and (min-width: 56.25em) {
  .menu-header > li a:hover, .menu-header > li a:focus,
  .menu-header.no-bullet > li a:hover,
  .menu-header.no-bullet > li a:focus {
    color: #192C3B;
  }
  .menu-header > li a:hover .line:after, .menu-header > li a:focus .line:after,
  .menu-header.no-bullet > li a:hover .line:after,
  .menu-header.no-bullet > li a:focus .line:after {
    width: 100%;
  }
}

.menu-header > li.current-menu-item a .line:after,
.menu-header.no-bullet > li.current-menu-item a .line:after {
  width: 100%;
}

.menu-header > li .sub-menu,
.menu-header.no-bullet > li .sub-menu {
  border: none;
  background-color: transparent;
  border-radius: 10px;
  list-style: none;
  display: block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  min-width: 150px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 20px rgba(111, 111, 111, 0.12);
          box-shadow: 0px 6px 20px rgba(111, 111, 111, 0.12);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.menu-header > li .sub-menu.js-dropdown-active,
.menu-header.no-bullet > li .sub-menu.js-dropdown-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
  opacity: 1;
}

.menu-header > li .sub-menu li:last-child a .line,
.menu-header.no-bullet > li .sub-menu li:last-child a .line {
  display: none;
}

.menu-header > li .sub-menu li a,
.menu-header.no-bullet > li .sub-menu li a {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 11px 17px;
  color: #497F9D;
  background-color: #ffffff;
}

.menu-header > li .sub-menu li a:hover, .menu-header > li .sub-menu li a:focus,
.menu-header.no-bullet > li .sub-menu li a:hover,
.menu-header.no-bullet > li .sub-menu li a:focus {
  background-color: #497F9D;
  color: #ffffff;
}

.menu-header > li .sub-menu li a .line,
.menu-header.no-bullet > li .sub-menu li a .line {
  display: none;
}

.menu-header > li .sub-menu li .sub-menu,
.menu-header.no-bullet > li .sub-menu li .sub-menu {
  margin: 0;
  top: 10px;
}

.mobile-menu-icon {
  width: auto;
  height: auto;
  right: 0;
  cursor: pointer;
  display: block;
  pointer-events: initial;
  z-index: 101;
  padding: 18px 46px 18px 20px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #671523;
}

.mobile-menu-icon:hover, .mobile-menu-icon:focus {
  color: #671523;
}

.mobile-menu-icon:hover .burg:after, .mobile-menu-icon:focus .burg:after {
  width: 100%;
}

.mobile-menu-icon .open {
  opacity: 1;
  position: absolute;
  left: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.mobile-menu-icon .close {
  opacity: 0;
  position: relative;
  left: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: table;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.mobile-menu-icon .burg {
  width: 36px;
  height: 8px;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menu-icon .burg:before, .mobile-menu-icon .burg:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  top: calc(50% - 4px);
  position: absolute;
  background-color: #671523;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menu-icon .burg:after {
  top: calc(50% + 4px);
  width: calc(100% - 10px);
}

body.show-takeover .mobile-menu-icon .open {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.show-takeover .mobile-menu-icon .close {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.show-takeover .mobile-menu-icon .burg:before, body.show-takeover .mobile-menu-icon .burg:after {
  top: 50%;
  right: calc(50% - 19px);
  width: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.show-takeover .mobile-menu-icon .burg:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.takeover.nav-takeover {
  z-index: 0;
  background-color: #EFEFEF;
}

.takeover.nav-takeover .takeover-content {
  padding: 0;
}

.takeover.nav-takeover .takeover-content > .grid-container {
  height: 100%;
  padding: 94px 0 0 0;
}

@media print, screen and (max-width: 63.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container {
    padding: 80px 0 0 0;
  }
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin: 0 auto 20px auto;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li {
  display: block;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li:last-child a {
  margin: 0 auto;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li a {
  display: table;
  text-align: center;
  width: auto;
  margin-top: 0;
  padding: 10px 0;
  margin: 0 auto 20px auto;
  font-size: clamp(1.5625rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (max-width: 63.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li a {
    margin: 0 auto 10px auto;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li a {
    margin: 0 auto;
  }
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li a .line {
  width: calc(100% - 0px);
  left: 0px;
  bottom: 5px;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li.is-dropdown-submenu-parent > a {
  margin-top: 0;
  padding: 10px 0;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li.is-dropdown-submenu-parent > a:before, .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header li.is-dropdown-submenu-parent > a:after {
  display: none;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .menu-header .sub-menu {
  display: none;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util:before, .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util:after {
  top: 4px;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .legal {
  color: #192C3B;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
}

@media print, screen and (max-width: 39.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .legal {
    font-size: 0.75rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .legal > .grid-x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .legal i {
  color: #671523;
  font-size: 1.625rem;
  margin-right: 25px;
}

@media print, screen and (max-width: 63.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary {
    display: table;
    text-align: center;
    margin: 0 auto 20px auto;
  }
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a {
  padding: 15px 50px;
  color: #192C3B;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  left: 50px;
}

@media print, screen and (max-width: 74.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a {
    font-size: 1.25rem;
    padding: 15px 30px;
    left: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a {
    left: 0px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a {
    font-size: 1.125rem;
  }
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a .line {
  width: calc(100% - 100px);
  left: 50px;
  position: absolute;
  bottom: 7px;
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a .line:after {
  background-color: #671523;
  width: 0;
  position: absolute;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@media print, screen and (min-width: 56.25em) {
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a:hover, .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a:focus {
    color: #192C3B;
  }
  .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a:hover .line:after, .takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li a:focus .line:after {
    width: 100%;
  }
}

.takeover.nav-takeover .takeover-content > .grid-container > .grid-x .takeover-util .menu-takeover-secondary li.current-menu-item a .line:after {
  width: 100%;
}

.site-footer {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.site-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #07141F;
  content: '';
}

.site-footer .footer-legal {
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.site-footer .footer-legal .legal {
  color: #192C3B;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
}

@media print, screen and (max-width: 39.99875em) {
  .site-footer .footer-legal .legal {
    font-size: 0.75rem;
  }
}

.site-footer .footer-legal .legal i {
  color: #671523;
  font-size: 1.625rem;
  margin-right: 25px;
}

.site-footer .footer-legal .links ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 63.99875em) {
  .site-footer .footer-legal .links ul {
    display: block;
  }
}

.site-footer .footer-legal .links ul li {
  margin-right: 60px;
}

@media print, screen and (max-width: 74.99875em) {
  .site-footer .footer-legal .links ul li {
    margin-right: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .site-footer .footer-legal .links ul li {
    margin-right: 0px;
  }
}

.site-footer .footer-legal .links ul li a {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  display: table;
}

@media print, screen and (max-width: 63.99875em) {
  .site-footer .footer-legal .links ul li a {
    margin-bottom: 30px;
  }
}

.site-footer .footer-legal .links ul li a:hover, .site-footer .footer-legal .links ul li a:focus {
  color: #671523;
}

.site-footer .footer-legal .links ul li a i {
  font-size: 0.8125rem;
  margin-right: 8px;
}

.site-footer .signup-form .gform_confirmation_message {
  font-size: 1.375rem;
  text-align: center;
}

.reveal.investor-login {
  border: none;
  padding: 80px 30px;
  width: 100%;
  max-width: 800px;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal.investor-login {
    top: calc(50% - 150px) !important;
    height: 300px;
  }
}

.reveal.investor-login .investor-login-heading {
  font-family: "martel", sans-serif;
  font-weight: 800;
  font-size: clamp(1.125rem, 2vw, 2.5rem);
  text-align: center;
  line-height: 1;
  color: #192C3B;
  margin-bottom: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .reveal.investor-login .investor-login-heading {
    margin-bottom: 10px;
  }
}

.reveal.investor-login .investor-login-link a {
  font-family: "martel sans", sans-serif;
  display: table;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  color: #192C3B;
  padding: 15px 30px 12px 30px;
  border: 1px solid #192C3B;
  border-radius: 6px;
  margin-top: 30px;
  -webkit-transition: border 0.5s, color 0.5s, background-color 0.5s;
  transition: border 0.5s, color 0.5s, background-color 0.5s;
}

@media print, screen and (min-width: 64em) {
  .reveal.investor-login .investor-login-link a:hover, .reveal.investor-login .investor-login-link a:focus {
    background-color: #671523;
    color: #ffffff;
    border: 1px solid #671523;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .reveal.investor-login .investor-login-link a {
    font-size: 1rem;
    padding: 15px 30px 12px 30px;
    margin-top: 15px;
    padding: 12px 20px 9px 20px;
  }
}

/**
 * GENERAL TAG STYLES
 *
 * Any global style overrides 
 */
.canvas-wrapper {
  position: relative;
  min-height: auto;
}

body,
html {
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

blockquote {
  width: auto;
  padding: 0;
  margin-bottom: 2rem;
}

blockquote p {
  font-family: "martel", sans-serif;
  margin-bottom: 0;
}

blockquote p cite,
blockquote p .cite {
  font-family: "martel sans", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
}

.grid-container {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

p {
  line-height: inherit;
}

p:last-child {
  margin-bottom: 0;
}

sup {
  top: -0.3em;
}

.close-button {
  outline: none;
  font-size: 3.5em;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

@media print, screen and (max-width: 26.24875em) {
  .grid-x > .shrink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/**
 * LAYOUT
 * 
 * General styles for content layout
 */
#content {
  min-height: 800px;
  position: relative;
}

#content main {
  position: relative;
  padding-top: 94px;
}

@media print, screen and (max-width: 63.99875em) {
  #content main {
    padding-top: 80px;
  }
}

/**
 * Lazy Load
 */
.lazy,
.bg-lazy {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lazy.loaded, .lazy.bg-loaded,
.bg-lazy.loaded,
.bg-lazy.bg-loaded {
  opacity: 1;
}

/**
 * Ajax loader
 */
.reveal .ajax-loader {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #497F9D;
}

.takeover {
  background-color: white;
}

.takeover .toggle-takeover {
  color: #999;
  padding: 0;
  position: relative;
  right: 1rem;
  top: 1rem;
}

.takeover .toggle-takeover i {
  font-size: 4rem;
}

.takeover .takeover-content {
  padding: 2rem;
}

.takeover .takeover-content .grid-x {
  position: relative;
}

/**
 * Progress Indicator for Barba
 * Based on Pace but uses greensock
 */
.barba-progress {
  background: #497F9D;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
}

/**
 * BarbaJS Transitions
 */
#barba-wrapper {
  position: relative;
}

.barba-container + .barba-container {
  position: absolute;
  min-height: 100vh;
  top: 0;
  width: 100%;
}

/**
 * Forms
 */
select {
  background-color: #ffffff;
  border: none;
  color: #192C3B;
  border-radius: 0;
  font-weight: 500;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin: 0;
  height: 40px;
  font-size: 0.8125rem !important;
  line-height: 1 !important;
  font-weight: 400;
  font-family: "martel sans", sans-serif;
  padding: 4px 14px !important;
  background-image: url("/wp-content/themes/garnettstation/assets/img/chevron-down.png");
  background-size: auto;
  background-position: right 0rem center;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  background-color: #ffffff;
  border: 0;
  color: #192C3B;
  border-bottom: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

select:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

select option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  color: #192C3B;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  background-color: #ffffff;
  border: 0;
  border-bottom: none;
  color: #192C3B;
  border-radius: 0;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin: 0;
  height: 40px;
  font-size: 0.8125rem !important;
  line-height: 0 !important;
  font-weight: 400;
  font-family: "martel sans", sans-serif;
  padding: 4px 14px !important;
}

input[type="text"].is-invalid-input,
input[type="search"].is-invalid-input,
input[type="email"].is-invalid-input,
input[type="tel"].is-invalid-input,
input[type="password"].is-invalid-input {
  background-color: transparent;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
  background-color: #ffffff;
  border: 0;
  color: #192C3B;
  border-bottom: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

input[type="text"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

input[type="text"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

input[type="text"]:focus-visible,
input[type="search"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

textarea {
  background-color: #ffffff;
  border: 0;
  border-bottom: none;
  color: #192C3B;
  border-radius: 0;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin: 0;
  height: 40px;
  font-size: 0.8125rem !important;
  line-height: 2 !important;
  font-weight: 400;
  font-family: "martel sans", sans-serif;
  padding: 10px 14px !important;
}

textarea.is-invalid-input {
  background-color: transparent;
}

textarea:focus {
  background-color: #ffffff;
  border: 0;
  color: #192C3B;
  border-bottom: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

textarea::-webkit-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

textarea::-moz-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

textarea:-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

textarea::-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

textarea::placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}

textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.gform_wrapper.gravity-theme .gfield {
  position: relative;
}

.gform_wrapper.gravity-theme .gform_heading .gform_title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #EFEFEF;
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  color: #ffffff;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gform_wrapper.gravity-theme .gform-body .gfield_label {
  position: relative;
  color: #192C3B;
  z-index: 3;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.gform_wrapper.gravity-theme .gform-body .gfield_label .gftt-icon {
  line-height: 1;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
  background-color: #671523;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px 30px 11px 30px;
  margin: 0;
}

.gform_wrapper.gravity-theme.signup-form_wrapper .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.gform_wrapper.gravity-theme.signup-form_wrapper .gform-body .gfield_label {
  color: #80909E;
}

.gform_wrapper.gravity-theme.signup-form_wrapper .gform-body .gfield_label .gfield_required {
  color: #ED360C;
}

.gform_wrapper.gravity-theme.signup-form_wrapper .gform_footer .gform_button {
  height: 40px;
  border: none;
  color: #EFEFEF;
}

.gform_wrapper.gravity-theme.contact-form_wrapper .gform_heading .gform_title {
  color: #192C3B;
  margin-bottom: 55px;
}

.gform_wrapper.gravity-theme.contact-form_wrapper .gform_footer .gform_button {
  height: 40px;
  border: none;
  color: #EFEFEF;
  margin: 50px 0 0 auto;
}

@media print, screen and (max-width: 74.99875em) {
  .gform_wrapper.gravity-theme.contact-form_wrapper .gform_footer .gform_button {
    margin: 35px 0 0 auto;
  }
}

.gform_wrapper.gravity-theme.careers-form_wrapper.gform_validation_error .gform-body .gform_fields .gfield {
  margin-bottom: 30px;
}

.gform_wrapper.gravity-theme.careers-form_wrapper .gform_heading .gform_description {
  color: #EFEFEF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.gform_wrapper.gravity-theme.careers-form_wrapper .gform_body .gfield_label {
  color: #EFEFEF;
}

.gform_wrapper.gravity-theme.careers-form_wrapper .gform_body .gform_drop_area {
  border: 1px dashed #EFEFEF;
  padding: 20px;
}

.gform_wrapper.gravity-theme.careers-form_wrapper .gform_body .gform_drop_area .gform_drop_instructions {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.24px;
  color: #EFEFEF;
}

.gform_wrapper.gravity-theme.careers-form_wrapper .gform_body .gform_drop_area .button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.24px;
  color: #EFEFEF;
  text-decoration: underline;
  text-transform: capitalize;
  padding: 0;
  margin-top: 10px;
}

.gform_wrapper.gravity-theme.careers-form_wrapper .gform_body .gform_fileupload_rules {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.24px;
  color: #EFEFEF;
}

.gform_wrapper.gravity-theme.careers-form_wrapper .gform_footer .gform_button {
  height: 40px;
  border: none;
  color: #EFEFEF;
  margin: 35px 0 0 0;
}

.gform_wrapper.gravity-theme.gform_validation_error {
  position: relative;
}

.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 13px 20px 10px 20px;
  position: absolute;
  bottom: 100%;
  background-color: #671523;
  border: none;
  color: #ffffff;
}

.gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors h2 {
  color: #ffffff;
  line-height: 1;
}

.gform_wrapper.gravity-theme.gform_validation_error .gform-body .gform_fields .gfield .validation_message {
  padding: 8px 10px 5px 10px;
  position: absolute;
  background-color: #671523;
  border: none;
  color: #ffffff;
  margin: 0;
  font-size: 0.8125rem;
  display: none;
}

h1, .h1 {
  font-family: "martel", sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 5vw, 4.875rem);
  line-height: 1;
  color: #192C3B;
}

h1.light,
.h1.light {
  color: #EFEFEF;
}

h2, .h2 {
  font-family: "martel sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5625rem, 4vw, 3rem);
  line-height: 1;
  color: #EFEFEF;
}

h3, .h3 {
  font-family: "martel sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #497F9D;
  font-size: clamp(1.125rem, 2vw, 2.5rem);
}

h4, .h4 {
  font-family: "martel sans", sans-serif;
  font-weight: 400;
  line-height: 1.22;
  color: #497F9D;
  font-size: clamp(1rem, 2vw, 2rem);
}

p,
ul {
  font-family: "martel sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.3px;
}

@media print, screen and (max-width: 74.99875em) {
  p,
  ul {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  p,
  ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p a {
  color: #192C3B;
  display: inline-block;
}

p a:hover, p a:focus {
  color: #497F9D;
}

.section-title {
  font-family: "martel sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #192C3B;
  text-transform: uppercase;
}

@media print, screen and (max-width: 74.99875em) {
  .section-title {
    font-size: 1.375rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .section-title {
    font-size: 1.125rem;
  }
}

.section-title.light {
  color: #EFEFEF;
}

button,
.button {
  color: #192C3B;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 75px 5px 0;
  position: relative;
}

button:hover, button:focus,
.button:hover,
.button:focus {
  color: #192C3B;
  background-color: transparent;
}

button:hover i, button:focus i,
.button:hover i,
.button:focus i {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #192C3B;
}

button i,
.button i {
  font-size: 0.875rem;
  color: #671523;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
}

button.light,
.button.light {
  color: #ffffff;
}

button.light:hover i, button.light:focus i,
.button.light:hover i,
.button.light:focus i {
  color: #ffffff;
}

button.launch,
.button.launch {
  padding: 6px 35px 5px 0;
}

button.launch i,
.button.launch i {
  top: calc(50% - 8px);
}

.lines {
  height: 26px;
  width: 120px;
}

.lines span {
  content: '';
  height: 2px;
  width: 0;
  display: table;
  background-color: #671523;
  display: table;
  position: relative;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.56, 1.06, 0.82, 0.99);
          transition-timing-function: cubic-bezier(0.56, 1.06, 0.82, 0.99);
}

.lines span:nth-child(0) {
  top: calc((0 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 0);
          transition-delay: calc(0.05s * 0);
}

.lines span:nth-child(1) {
  top: calc((1 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 1);
          transition-delay: calc(0.05s * 1);
}

.lines span:nth-child(2) {
  top: calc((2 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 2);
          transition-delay: calc(0.05s * 2);
}

.lines span:nth-child(3) {
  top: calc((3 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 3);
          transition-delay: calc(0.05s * 3);
}

.lines span:nth-child(4) {
  top: calc((4 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 4);
          transition-delay: calc(0.05s * 4);
}

.lines span:nth-child(5) {
  top: calc((5 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 5);
          transition-delay: calc(0.05s * 5);
}

.lines span:nth-child(6) {
  top: calc((6 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 6);
          transition-delay: calc(0.05s * 6);
}

.lines span:nth-child(7) {
  top: calc((7 * 2px) - 2px);
  -webkit-transition-delay: calc(0.05s * 7);
          transition-delay: calc(0.05s * 7);
}

.lines.animate.animated span {
  width: 100%;
}

.lines.tall {
  height: 120px;
  width: 26px;
  position: relative;
}

.lines.tall span {
  height: 0;
  width: 2px;
  position: absolute;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.lines.tall span:nth-child(0) {
  top: 0;
  left: calc((0 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 0);
          transition-delay: calc(0.05s * 0);
}

.lines.tall span:nth-child(1) {
  top: 0;
  left: calc((1 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 1);
          transition-delay: calc(0.05s * 1);
}

.lines.tall span:nth-child(2) {
  top: 0;
  left: calc((2 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 2);
          transition-delay: calc(0.05s * 2);
}

.lines.tall span:nth-child(3) {
  top: 0;
  left: calc((3 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 3);
          transition-delay: calc(0.05s * 3);
}

.lines.tall span:nth-child(4) {
  top: 0;
  left: calc((4 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 4);
          transition-delay: calc(0.05s * 4);
}

.lines.tall span:nth-child(5) {
  top: 0;
  left: calc((5 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 5);
          transition-delay: calc(0.05s * 5);
}

.lines.tall span:nth-child(6) {
  top: 0;
  left: calc((6 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 6);
          transition-delay: calc(0.05s * 6);
}

.lines.tall span:nth-child(7) {
  top: 0;
  left: calc((7 * 4px) - 4px);
  -webkit-transition-delay: calc(0.05s * 7);
          transition-delay: calc(0.05s * 7);
}

.lines.tall.animate.animated span {
  width: 2px;
  height: 100%;
}

.home-hero-slider-anim {
  position: relative;
}

.home-hero-slider-anim:before {
  position: absolute;
  left: 0;
  height: 0;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero-slider-anim:before {
    height: calc(100% - 26px);
  }
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.careers-intro {
  background-color: #192C3B;
  padding-top: 150px;
}

@media print, screen and (max-width: 74.99875em) {
  .careers-intro {
    padding-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .careers-intro {
    padding-top: 80px;
  }
}

@media print, screen and (max-width: 26.24875em) {
  .careers-intro {
    padding-top: 60px;
  }
}

.careers-intro .intro-button {
  color: #192C3B;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #EFEFEF;
  display: table;
  padding: 18px 70px 16px 20px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .careers-intro .intro-button {
    margin-bottom: 40px;
    padding: 15px 60px 13px 15px;
  }
}

.careers-intro .intro-button:hover i, .careers-intro .intro-button:focus-within i {
  color: #671523;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.careers-intro .intro-button i {
  color: #5c6f82;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.careers-intro .intro-heading {
  color: #EFEFEF;
}

.careers-intro .intro-content {
  color: #EFEFEF;
  margin-top: 120px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

@media print, screen and (max-width: 74.99875em) {
  .careers-intro .intro-content {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .careers-intro .intro-content {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .careers-intro .intro-content {
    margin-top: 40px;
  }
}

.careers-intro .intro-video {
  margin-top: 90px;
}

@media print, screen and (max-width: 74.99875em) {
  .careers-intro .intro-video {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .careers-intro .intro-video {
    margin-top: 40px;
  }
}

.careers-intro .intro-video .video {
  position: relative;
  padding-top: 51%;
  overflow: hidden;
}

.careers-intro .intro-video .video img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.careers-positions {
  background-color: #EFEFEF;
  padding-top: 95px;
}

@media print, screen and (max-width: 63.99875em) {
  .careers-positions {
    padding-top: 80px;
  }
}

@media print, screen and (max-width: 26.24875em) {
  .careers-positions {
    padding-top: 60px;
  }
}

.careers-positions .positions .positions-heading {
  color: #192C3B;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (max-width: 74.99875em) {
  .careers-positions .positions .positions-heading {
    font-size: 1.875rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .careers-positions .positions .positions-heading {
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .careers-positions .positions .positions-heading {
    font-size: 1.25rem;
  }
}

.careers-positions .positions .positions-grid {
  margin-top: 95px;
  margin-left: -20px;
  margin-right: -20px;
}

@media print, screen and (max-width: 63.99875em) {
  .careers-positions .positions .positions-grid {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 56.24875em) {
  .careers-positions .positions .positions-grid {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .careers-positions .positions .positions-grid {
    margin-top: 40px;
  }
}

.careers-positions .positions .positions-grid .career {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 36px;
}

.careers-positions .positions .positions-grid .career .career-text {
  background-color: #ffffff;
  padding: 20px 25px;
  height: 100%;
  display: table;
  width: 100%;
}

.careers-positions .positions .positions-grid .career .career-text .career-title {
  color: #192C3B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.36px;
  font-family: "martel", sans-serif;
}

.careers-positions .positions .positions-grid .career .career-text .career-meta {
  margin-top: 20px;
}

.careers-positions .positions .positions-grid .career .career-text .career-meta ul {
  list-style: none;
  margin: 0;
}

.careers-positions .positions .positions-grid .career .career-text .career-meta ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  color: #192C3B;
}

.careers-positions .positions .positions-grid .career .career-text .career-excerpt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 160%;
  color: #192C3B;
  margin-top: 20px;
}

.careers-positions .positions .positions-grid .career .career-text .career-view {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.21px;
  color: #671523;
  margin-top: 20px;
}

.careers-perks {
  background-color: #EFEFEF;
  padding-top: 85px;
  padding-bottom: 65px;
}

@media print, screen and (max-width: 39.99875em) {
  .careers-perks {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.careers-perks .perks {
  background-color: #192C3B;
  padding-top: 75px;
  padding-bottom: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .careers-perks .perks {
    padding: 80px 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .careers-perks .perks {
    padding: 60px 20px;
  }
}

.careers-perks .perks .perks-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.36px;
  font-family: "martel", sans-serif;
  color: #EFEFEF;
}

.careers-perks .perks .perks-image {
  margin-bottom: -100%;
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .careers-perks .perks .perks-image {
    display: none;
  }
}

.careers-perks .perks .perks-form {
  padding-right: 60px;
}

.careers-perks .perks-heading {
  margin-top: 80px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .careers-perks .perks-heading {
    margin-top: 60px;
  }
}

.careers-perks .perks-content {
  color: #192C3B;
  margin-top: 80px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

@media print, screen and (max-width: 63.99875em) {
  .careers-perks .perks-content {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .careers-perks .perks-content {
    margin-top: 30px;
  }
}

.careers-benefits {
  padding-top: 55px;
  padding-bottom: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .careers-benefits {
    padding-bottom: 60px;
  }
}

.careers-benefits .benefits-intro .swiper-navigation .swiper-nav-button {
  color: #1D67A7;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  cursor: pointer;
}

.careers-benefits .benefits-intro .swiper-navigation .swiper-nav-button.swiper-next {
  margin-left: 30px;
}

.careers-benefits .benefits-intro .swiper-navigation .swiper-nav-button.swiper-next i {
  margin-left: 10px;
  margin-right: 0;
}

.careers-benefits .benefits-intro .swiper-navigation .swiper-nav-button i {
  font-size: 1.125rem;
  margin-right: 10px;
  color: #192C3B;
  line-height: 1;
  position: relative;
  top: 3px;
}

.careers-benefits .benefits-slider {
  width: 125%;
  margin-top: 60px;
}

@media print, screen and (max-width: 74.99875em) {
  .careers-benefits .benefits-slider {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .careers-benefits .benefits-slider {
    width: 100%;
  }
}

.careers-benefits .benefits-slider .swiper-wrapper .benefit .benefit-card .benefit-card-title {
  color: #5c6f82;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.careers-benefits .benefits-slider .swiper-wrapper .benefit .benefit-card .benefit-card-details {
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-top: 30px;
}

.contact-info {
  margin-bottom: 155px;
}

@media print, screen and (max-width: 74.99875em) {
  .contact-info {
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .contact-info {
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .contact-info {
    margin-bottom: 60px;
  }
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card {
  margin-bottom: 50px;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-title {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-details {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  margin-top: 15px;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-details p {
  font-size: inherit;
  line-height: inherit;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-details a.blue {
  color: #1D67A7;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-details .card-details-share {
  margin: 0;
  list-style: none;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-details .card-details-share li {
  margin-bottom: 10px;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-details .card-details-share li a {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.225px;
  position: relative;
  padding-left: 26px;
  display: table;
  margin-bottom: 10px;
}

.contact-info .info-sidebar .sidebar-info .sidebar-info-card .card-details .card-details-share li a i {
  font-size: 14px;
  width: 19px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

.contact-info .info-form {
  background-color: #EFEFEF;
  padding: 95px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .contact-info .info-form {
    padding: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .contact-info .info-form {
    padding: 40px 30px 30px 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .contact-info .info-form {
    padding: 40px 20px 20px 20px;
  }
}

.contact-info .info-form .lines {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: calc(100% - 60px);
}

@media print, screen and (max-width: 63.99875em) {
  .contact-info .info-form .lines {
    width: 26px;
    top: -50px;
    right: 20px;
    height: 100px;
  }
  .contact-info .info-form .lines span {
    height: 0;
    width: 2px;
    position: absolute;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .contact-info .info-form .lines span:nth-child(0) {
    top: 0;
    left: calc((0 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 0);
            transition-delay: calc(0.05s * 0);
  }
  .contact-info .info-form .lines span:nth-child(1) {
    top: 0;
    left: calc((1 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 1);
            transition-delay: calc(0.05s * 1);
  }
  .contact-info .info-form .lines span:nth-child(2) {
    top: 0;
    left: calc((2 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 2);
            transition-delay: calc(0.05s * 2);
  }
  .contact-info .info-form .lines span:nth-child(3) {
    top: 0;
    left: calc((3 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 3);
            transition-delay: calc(0.05s * 3);
  }
  .contact-info .info-form .lines span:nth-child(4) {
    top: 0;
    left: calc((4 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 4);
            transition-delay: calc(0.05s * 4);
  }
  .contact-info .info-form .lines span:nth-child(5) {
    top: 0;
    left: calc((5 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 5);
            transition-delay: calc(0.05s * 5);
  }
  .contact-info .info-form .lines span:nth-child(6) {
    top: 0;
    left: calc((6 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 6);
            transition-delay: calc(0.05s * 6);
  }
  .contact-info .info-form .lines span:nth-child(7) {
    top: 0;
    left: calc((7 * 4px) - 4px);
    -webkit-transition-delay: calc(0.05s * 7);
            transition-delay: calc(0.05s * 7);
  }
  .contact-info .info-form .lines.animate.animated span {
    width: 2px;
    height: 100%;
  }
}

.contact-info .info-form .contact-form {
  height: 100%;
  width: 100%;
  display: table;
}

.contact-info .info-form .contact-form .gform_confirmation_message {
  text-align: center;
  font-size: 18px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.home-hero {
  padding-top: 75px;
  padding-bottom: 115px;
}

@media print, screen and (max-width: 74.99875em) {
  .home-hero {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .home-hero {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home-hero .home-hero-stop {
  cursor: pointer;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #192C3B;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24px;
  z-index: 1;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 40px;
  text-transform: none;
  opacity: 0;
  -webkit-transition: color 0.5s, background-color 0.5s, opacity 0.5s;
  transition: color 0.5s, background-color 0.5s, opacity 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero .home-hero-stop {
    bottom: 36px;
  }
  .home-hero .home-hero-stop span {
    display: none;
  }
}

@media print, screen and (min-width: 56.25em) {
  .home-hero .home-hero-stop:hover, .home-hero .home-hero-stop:focus-visible {
    color: #ffffff;
    background-color: #192C3B;
  }
  .home-hero .home-hero-stop:hover i, .home-hero .home-hero-stop:focus-visible i {
    color: #ffffff;
  }
}

.home-hero .home-hero-stop i {
  width: 10px;
  margin-right: 7px;
  position: relative;
  top: 1px;
  -webkit-transform: none;
          transform: none;
  color: #192C3B;
  font-size: 0.75rem;
}

.home-hero .home-hero-stop i:hover, .home-hero .home-hero-stop i:focus {
  -webkit-transform: none;
          transform: none;
}

@media print, screen and (max-width: 74.99875em) {
  .home-hero .grid-container > .grid-x {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.home-hero .hero {
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
}

@media print, screen and (max-width: 74.99875em) {
  .home-hero .hero {
    padding: 0 25px 25px 0;
  }
}

.home-hero .hero .hero-subheading {
  font-size: 1.125rem;
  color: #192C3B;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  .home-hero .hero .hero-subheading {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero .hero .hero-subheading {
    font-size: 0.8rem;
  }
}

.home-hero .home-hero-slider-anim {
  background-color: #EFEFEF;
}

@media print, screen and (max-width: 74.99875em) {
  .home-hero .home-hero-slider-anim {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero .home-hero-slider-anim {
    margin-top: 80px;
    background-color: #ffffff;
  }
}

.home-hero .home-hero-slider-anim.is-active .home-hero-slider {
  opacity: 1;
}

.home-hero .home-hero-slider-anim.is-active .autoplay-progress {
  opacity: 1;
}

.home-hero .home-hero-slider-anim.is-active .home-hero-stop {
  opacity: 1;
}

.home-hero .home-hero-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero .home-hero-slider .swiper-wrapper .swiper-slide {
    padding-bottom: 26px;
  }
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image {
  position: relative;
  z-index: 1;
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container {
  position: relative;
  height: auto;
  padding-top: 56.25%;
  overflow: hidden;
  max-width: 100%;
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container iframe,
.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container object,
.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container embed,
.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container iframe::-webkit-media-controls-panel,
.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container object::-webkit-media-controls-panel,
.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container embed::-webkit-media-controls-panel,
.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-image .embed-container video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-text {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 13px 13px 10px 55px;
  z-index: 1;
  width: calc(215px - 68px);
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-text .name {
  color: #192C3B;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-text .name {
    font-size: 0.875rem;
  }
}

.home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-text .invested {
  color: rgba(25, 27, 91, 0.65);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (max-width: 39.99875em) {
  .home-hero .home-hero-slider .swiper-wrapper .swiper-slide .slide-text .invested {
    font-size: 0.8125rem;
  }
}

.home-hero .autoplay-progress {
  z-index: 10;
  width: 35px;
  height: 35px;
  display: table;
  font-weight: bold;
  color: #671523;
  position: absolute;
  right: 170px;
  bottom: 9px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.home-hero .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: #671523;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.home-hero .autoplay-progress svg.cir1 {
  stroke-dashoffset: none;
  stroke-dasharray: none;
  opacity: 0.3;
}

.home-carousel {
  position: relative;
  overflow: hidden;
  background-color: #5c6f82;
}

.home-carousel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: calc(100% - 140px);
  width: 200%;
}

@media screen and (min-width: 100em) {
  .home-carousel .carousel .home-image-slider {
    width: calc(120% + 60px);
  }
}

.home-carousel .carousel .home-image-slider .swiper-wrapper .swiper-slide .image {
  position: relative;
  width: 100%;
  padding-top: 124%;
  overflow: hidden;
  max-height: 450px;
}

.home-carousel .carousel .home-image-slider .swiper-wrapper .swiper-slide .image.has-click {
  cursor: pointer;
}

.home-carousel .carousel .home-image-slider .swiper-wrapper .swiper-slide .image.has-click:hover img, .home-carousel .carousel .home-image-slider .swiper-wrapper .swiper-slide .image.has-click:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home-carousel .carousel .home-image-slider .swiper-wrapper .swiper-slide .image i {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  font-size: 5rem;
}

.home-carousel .carousel .home-image-slider .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.home-carousel .swiper-navigation {
  margin-top: 30px;
}

.home-carousel .swiper-navigation .swiper-nav-button {
  color: #EFEFEF;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  cursor: pointer;
}

.home-carousel .swiper-navigation .swiper-nav-button.swiper-next {
  margin-left: 30px;
}

.home-carousel .swiper-navigation .swiper-nav-button.swiper-next i {
  margin-left: 10px;
  margin-right: 0;
}

.home-carousel .swiper-navigation .swiper-nav-button i {
  font-size: 1.125rem;
  margin-right: 10px;
  color: #EFEFEF;
  line-height: 1;
  position: relative;
  top: 3px;
}

.reveal.image-modal {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  border: none;
}

.reveal.image-modal .image {
  display: table;
  margin: auto;
}

.reveal.image-modal.is-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.reveal.image-modal.is-video .embed-container iframe,
.reveal.image-modal.is-video .embed-container object,
.reveal.image-modal.is-video .embed-container embed,
.reveal.image-modal.is-video .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reveal img {
  width: 100%;
}

.reveal .close-button {
  background-color: #671523;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px 20px 11px 35px;
  margin: 0;
  right: 0;
  top: 0;
}

.reveal .close-button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.reveal .close-button:hover:before, .reveal .close-button:hover:after, .reveal .close-button:focus:before, .reveal .close-button:focus:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.reveal .close-button:before, .reveal .close-button:after {
  content: '';
  position: absolute;
  left: 15px;
  top: calc(50% - 1px);
  height: 1px;
  width: 13px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.reveal .close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.home-focus {
  background-color: #5c6f82;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-focus .focus .focus-heading {
  font-family: "martel", sans-serif;
}

@media print, screen and (max-width: 39.99875em) {
  .home-focus .focus .focus-heading {
    text-align: center;
  }
}

.home-focus .focus .focus-text {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

@media print, screen and (max-width: 74.99875em) {
  .home-focus .focus .focus-text {
    text-align: right;
    margin-bottom: 15px;
    font-size: 1.125rem;
    padding: 0;
  }
  .home-focus .focus .focus-text:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-focus .focus .focus-text {
    text-align: center;
  }
  .home-focus .focus .focus-text:first-child {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-focus .focus .focus-link {
    margin: 40px auto 0 auto;
    display: table;
  }
}

.home-faqs {
  background-color: #192C3B;
  padding-top: 120px;
  margin-bottom: -100px;
}

@media print, screen and (max-width: 74.99875em) {
  .home-faqs {
    padding-top: 100px;
    margin-bottom: -80px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .home-faqs {
    padding-top: 80px;
    margin-bottom: -60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-faqs {
    padding-top: 60px;
    margin-bottom: -40px;
  }
}

.home-faqs .faqs-content {
  color: #EFEFEF;
}

@media print, screen and (max-width: 63.99875em) {
  .home-faqs .faqs-content {
    margin-top: 30px;
  }
}

.home-faqs .faqs-content p {
  color: inherit;
}

.home-faqs .faqs {
  margin-top: 120px;
}

@media print, screen and (max-width: 74.99875em) {
  .home-faqs .faqs {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .home-faqs .faqs {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-faqs .faqs {
    margin-top: 60px;
  }
}

.home-faqs .faqs .faqs-cards {
  padding-bottom: 100px;
}

@media print, screen and (max-width: 74.99875em) {
  .home-faqs .faqs .faqs-cards {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .home-faqs .faqs .faqs-cards {
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-faqs .faqs .faqs-cards {
    padding-bottom: 40px;
  }
}

.home-faqs .faqs .faqs-cards .card {
  margin-bottom: 60px;
}

.home-faqs .faqs .faqs-cards .card:last-child {
  margin-bottom: 0;
}

.home-faqs .faqs .faqs-cards .card .card-heading {
  color: #EFEFEF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "martel", sans-serif;
  margin-bottom: 30px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion {
  background: transparent;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item.is-active .accordion-title .cross span:nth-child(1), .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item.is-active .accordion-title .cross span:nth-child(2) {
  width: 28px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item.is-active .accordion-title .cross span:nth-child(3), .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item.is-active .accordion-title .cross span:nth-child(4) {
  height: 0;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title {
  border: none;
  border-top: 1px solid #5c6f82;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.24px;
  color: #A5B7C4;
  padding: 28px 40px 28px 0;
  position: relative;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title:hover, .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title:focus {
  background: transparent;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title:before {
  display: none;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross {
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span {
  width: 10px;
  height: 2px;
  display: table;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:before, .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:after {
  content: '';
  background-color: #5c6f82;
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: -2px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:after {
  top: 2px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(2) {
  left: auto;
  right: 0;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(3), .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(4) {
  height: 10px;
  width: 2px;
  top: 18px;
  left: calc(50% - 1px);
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(3):before, .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(4):before {
  top: 0;
  left: -2px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(3):after, .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(4):after {
  top: 0;
  left: 2px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-title .cross span:nth-child(4) {
  top: auto;
  bottom: 18px;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content {
  border: none;
  background-color: transparent;
  padding: 0 0 30px 0;
  color: #EFEFEF;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content a {
  color: #A5B7C4;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content a:hover, .home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content a:focus {
  color: #EFEFEF;
  text-decoration: underline;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content .embed-container iframe,
.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content .embed-container object,
.home-faqs .faqs .faqs-cards .card .card-questions .accordion .accordion-item .accordion-content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-faqs .faqs .faqs-images img {
  width: 75%;
  margin-top: -125px;
}

@media print, screen and (max-width: 63.99875em) {
  .home-faqs .faqs .faqs-images img {
    margin-top: -80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .home-faqs .faqs .faqs-images img {
    margin-top: -40px;
  }
}

.home-faqs .faqs .faqs-images img:nth-child(even) {
  margin-left: 25%;
}

.home-faqs .faqs .faqs-images img:first-child {
  margin-top: 0;
}

.insights-featured {
  background-color: #EFEFEF;
  padding-top: 95px;
  padding-bottom: 140px;
}

@media print, screen and (max-width: 74.99875em) {
  .insights-featured {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .insights-featured {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .insights-featured {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.insights-featured .grid-container {
  position: relative;
}

.insights-featured .grid-container:before, .insights-featured .grid-container:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 50px);
  width: 236px;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(#EFEFEF), to(rgba(239, 239, 239, 0)));
  background: linear-gradient(270deg, #EFEFEF 0%, rgba(239, 239, 239, 0) 100%);
  pointer-events: none;
}

@media print, screen and (max-width: 74.99875em) {
  .insights-featured .grid-container:before, .insights-featured .grid-container:after {
    display: none;
  }
}

.insights-featured .grid-container:after {
  background: #EFEFEF;
  width: 100%;
  left: 100%;
  right: auto;
}

.insights-featured .featured-intro {
  position: relative;
  padding-bottom: 20px;
}

.insights-featured .featured-intro:before, .insights-featured .featured-intro:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.insights-featured .featured-intro:after {
  bottom: 4px;
}

@media print, screen and (max-width: 63.99875em) {
  .insights-featured .featured-intro .swiper-navigation {
    margin-top: 30px;
  }
}

.insights-featured .featured-intro .swiper-navigation .swiper-nav-button {
  color: #1D67A7;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  cursor: pointer;
}

.insights-featured .featured-intro .swiper-navigation .swiper-nav-button.swiper-next {
  margin-left: 30px;
}

.insights-featured .featured-intro .swiper-navigation .swiper-nav-button.swiper-next i {
  margin-left: 10px;
  margin-right: 0;
}

.insights-featured .featured-intro .swiper-navigation .swiper-nav-button i {
  font-size: 1.125rem;
  margin-right: 10px;
  color: #192C3B;
  line-height: 1;
  position: relative;
  top: 3px;
}

.insights-featured .insights-featured-slider {
  margin-top: 95px;
  position: relative;
  width: 125%;
}

@media print, screen and (max-width: 74.99875em) {
  .insights-featured .insights-featured-slider {
    width: 100%;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .insights-featured .insights-featured-slider {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .insights-featured .insights-featured-slider {
    margin-top: 60px;
  }
}

.insights-featured .insights-featured-slider .swiper-wrapper .insight .insights-card a .date {
  color: #192C3B;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.insights-featured .insights-featured-slider .swiper-wrapper .insight .insights-card a .h3 {
  color: #192C3B;
  font-family: "martel", sans-serif;
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  line-height: 123.611%;
  font-weight: 300;
  letter-spacing: 0.54px;
  margin: 24px 0 0 0;
}

.insights-featured .insights-featured-slider .swiper-wrapper .insight .insights-card a .button {
  margin-top: 24px;
}

.insights-grid .grid {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .insights-grid .grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .insights-grid .grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .insights-grid .grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .insights-grid .grid .grid-filter {
    margin-bottom: 60px;
  }
}

.insights-grid .grid .grid-filter .grid-filter-label {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #1D67A7;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

@media print, screen and (max-width: 63.99875em) {
  .insights-grid .grid .grid-filter .grid-filter-label {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}

.insights-grid .grid .grid-filter .filter-dropdown {
  position: relative;
  padding-bottom: 4px;
}

.insights-grid .grid .grid-filter .filter-dropdown:before, .insights-grid .grid .grid-filter .filter-dropdown:after {
  content: '';
  background-color: #A5B7C4;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.insights-grid .grid .grid-filter .filter-dropdown:after {
  bottom: 4px;
}

.insights-grid .grid .grid-filter .filter-dropdown select {
  padding: 4px 30px 4px 0 !important;
  color: #192C3B;
  background-color: transparent;
  font-size: 0.9375rem !important;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 150px;
  background-position: calc(100% + 30px) 50%;
}

.insights-grid .grid .grid-label {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #192C3B;
  margin-bottom: 90px;
  text-transform: uppercase;
}

.insights-grid .grid .insights-card {
  margin-bottom: 75px;
}

@media print, screen and (max-width: 63.99875em) {
  .insights-grid .grid .insights-card {
    margin-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .insights-grid .grid .insights-card {
    margin-bottom: 40px;
  }
}

.insights-grid .grid .insights-card a .date {
  color: #192C3B;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.insights-grid .grid .insights-card a .h3 {
  color: #192C3B;
  font-family: "martel", sans-serif;
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  line-height: 123.611%;
  font-weight: 300;
  letter-spacing: 0.54px;
  margin: 24px 0 0 0;
}

.insights-grid .grid .insights-card a .button {
  margin-top: 24px;
}

.insights-grid .alm-btn-wrap {
  margin: 0;
  padding: 0;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn {
  border: none;
  background-color: transparent;
  color: #671523;
  border-radius: initial;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "martel sans", sans-serif;
  outline: none;
  text-align: left;
  display: table;
  margin: auto;
  height: auto;
  width: 124px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
  transition: background-color 0.5s, color 0.5s, border 0.5s;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn:before, .insights-grid .alm-btn-wrap .alm-load-more-btn:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn:after {
  bottom: -6px;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn.loading, .insights-grid .alm-btn-wrap .alm-load-more-btn.done {
  border: none;
  background-color: transparent;
  padding: 10px 24px;
  color: #671523;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn.loading:before, .insights-grid .alm-btn-wrap .alm-load-more-btn.done:before {
  background: #671523;
  height: 2px;
  margin: 0;
  width: 100%;
  top: auto;
  border-radius: initial;
  overflow: unset;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn:hover, .insights-grid .alm-btn-wrap .alm-load-more-btn:focus {
  background-color: transparent;
  border-radius: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #671523;
}

.insights-grid .alm-btn-wrap .alm-load-more-btn:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.partnerships-banner {
  position: relative;
}

.partnerships-banner:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #EFEFEF;
}

.partnerships-banner .banner {
  background-color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #EFEFEF;
  padding: 55px 30px;
  text-align: center;
}

@media print, screen and (max-width: 63.99875em) {
  .partnerships-banner .banner {
    font-size: 1.125rem;
    padding: 40px 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-banner .banner {
    font-size: 1rem;
    padding: 30px 20px;
  }
}

.partnerships-banner .banner .banner-heading {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 700;
  color: #EFEFEF;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "martel", sans-serif;
}

@media print, screen and (max-width: 63.99875em) {
  .partnerships-banner .banner .banner-heading {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-banner .banner .banner-heading {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.partnerships-banner .banner p {
  font-size: inherit;
  line-height: inherit;
}

.partnerships-grid {
  background-color: #EFEFEF;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.partnerships-grid .grid-filter {
  margin-bottom: 90px;
}

@media print, screen and (max-width: 63.99875em) {
  .partnerships-grid .grid-filter {
    margin-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .grid-filter {
    margin-bottom: 40px;
  }
}

.partnerships-grid .grid-filter .grid-filter-label {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #192C3B;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}

@media print, screen and (max-width: 74.99875em) {
  .partnerships-grid .grid-filter .grid-filter-label {
    text-align: center;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .partnerships-grid .grid-filter .grid-filter-label {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}

.partnerships-grid .grid-filter .filter-dropdown {
  position: relative;
  padding-bottom: 4px;
  margin-left: 50px;
}

@media print, screen and (max-width: 74.99875em) {
  .partnerships-grid .grid-filter .filter-dropdown {
    margin-left: 30px;
  }
  .partnerships-grid .grid-filter .filter-dropdown:nth-child(2) {
    margin-left: 0;
  }
}

@media print, screen and (max-width: 56.24875em) {
  .partnerships-grid .grid-filter .filter-dropdown {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .partnerships-grid .grid-filter .filter-dropdown:last-child {
    margin-bottom: 0;
  }
}

.partnerships-grid .grid-filter .filter-dropdown:before, .partnerships-grid .grid-filter .filter-dropdown:after {
  content: '';
  background-color: #A5B7C4;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.partnerships-grid .grid-filter .filter-dropdown:after {
  bottom: 4px;
}

.partnerships-grid .grid-filter .filter-dropdown select {
  padding: 4px 30px 4px 0 !important;
  color: #192C3B;
  background-color: transparent;
  font-size: 0.9375rem !important;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 150px;
  background-position: calc(100% + 30px) 50%;
}

.partnerships-grid .alm-listing {
  padding-left: -10px;
  padding-right: -10px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.partnerships-grid .alm-listing > span {
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing > span {
    font-size: 1.125rem;
  }
}

.partnerships-grid .alm-listing .partner-card-container {
  width: 50%;
}

@media print, screen and (max-width: 63.99875em) {
  .partnerships-grid .alm-listing .partner-card-container {
    width: 100%;
  }
}

.partnerships-grid .alm-listing .partner-card-container .partner-card {
  width: 50%;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing .partner-card-container .partner-card {
    width: 100%;
  }
}

.partnerships-grid .alm-listing .partner-card {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 25%;
}

@media print, screen and (max-width: 63.99875em) {
  .partnerships-grid .alm-listing .partner-card {
    width: 50%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing .partner-card {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.partnerships-grid .alm-listing .partner-card a {
  padding: 20px 25px 10px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: -3px 23px 48px 0px rgba(0, 0, 0, 0);
          box-shadow: -3px 23px 48px 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

@media print, screen and (min-width: 56.25em) {
  .partnerships-grid .alm-listing .partner-card a:hover, .partnerships-grid .alm-listing .partner-card a:focus {
    -webkit-box-shadow: -3px 23px 48px 0px rgba(0, 0, 0, 0.15);
            box-shadow: -3px 23px 48px 0px rgba(0, 0, 0, 0.15);
  }
}

.partnerships-grid .alm-listing .partner-card a .partner-name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.36px;
  font-family: "martel", sans-serif;
  color: #192C3B;
  margin-bottom: 20px;
}

.partnerships-grid .alm-listing .partner-card a .partner-fund {
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.24px;
  color: #5c6f82;
}

.partnerships-grid .alm-listing .partner-card a .partner-date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.24px;
  text-align: right;
  color: #5c6f82;
}

.partnerships-grid .alm-listing .partner-card.casestudy {
  width: 100%;
}

.partnerships-grid .alm-listing .partner-card.casestudy a {
  padding: 0;
  background-color: #192C3B;
}

.partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text {
  padding: 25px 35px;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text {
    padding: 20px 25px;
  }
}

.partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text .casestudy-title {
  color: #EFEFEF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.24px;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text .casestudy-title {
    font-size: 0.9375rem;
  }
}

.partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text .casestudy-name {
  color: #ffffff;
  font-family: "martel", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.36px;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text .casestudy-name {
    font-size: 1.25rem;
  }
}

.partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text .casestudy-link {
  margin-top: 70px;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-text .casestudy-link {
    margin-top: 40px;
  }
}

.partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-image {
  width: 42.342342342%;
  height: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-image {
    width: 25%;
  }
}

.partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-image .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partnerships-grid .alm-listing .partner-card.casestudy a .casestudy-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partnerships-grid .alm-btn-wrap {
  margin: 0;
  padding: 0;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn {
  border: none;
  background-color: transparent;
  color: #671523;
  border-radius: initial;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "martel sans", sans-serif;
  outline: none;
  text-align: left;
  display: table;
  margin: auto;
  height: auto;
  width: 200px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
  transition: background-color 0.5s, color 0.5s, border 0.5s;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn:before, .partnerships-grid .alm-btn-wrap .alm-load-more-btn:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn:after {
  bottom: -6px;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn.loading, .partnerships-grid .alm-btn-wrap .alm-load-more-btn.done {
  border: none;
  background-color: transparent;
  padding: 10px 24px;
  color: #671523;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn.loading:before, .partnerships-grid .alm-btn-wrap .alm-load-more-btn.done:before {
  background: #671523;
  height: 2px;
  margin: 0;
  width: 100%;
  top: auto;
  border-radius: initial;
  overflow: unset;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn:hover, .partnerships-grid .alm-btn-wrap .alm-load-more-btn:focus {
  background-color: transparent;
  border-radius: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #671523;
}

.partnerships-grid .alm-btn-wrap .alm-load-more-btn:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.partnerships-grid .grid-disclaimer {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 225%;
  color: #000000;
  margin-top: 60px;
  text-align: center;
}

.partnerships-grid .grid-disclaimer p {
  line-height: inherit;
  font-size: inherit;
}

.team-grid {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #EFEFEF;
  position: relative;
  overflow: hidden;
}

@media print, screen and (max-width: 63.99875em) {
  .team-grid {
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .team-grid {
    padding-bottom: 30px;
  }
}

.team-grid .grid-filter {
  position: relative;
  padding-bottom: 15px;
}

.team-grid .grid-filter:before, .team-grid .grid-filter:after {
  content: '';
  background-color: #ffffff;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -50vw;
  width: 200vw;
  z-index: 1;
}

.team-grid .grid-filter:after {
  bottom: -4px;
}

.team-grid .grid-filter .label {
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-right: 30px;
}

@media print, screen and (max-width: 56.24875em) {
  .team-grid .grid-filter .label {
    margin-right: 0;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.team-grid .grid-filter .separator {
  width: 2px;
  background-color: #808080;
  content: '';
  display: table;
  height: 50px;
  margin: 0 20px;
}

@media print, screen and (max-width: 74.99875em) {
  .team-grid .grid-filter .separator {
    margin: 10px 0;
    height: 2px;
    width: calc(100% - 30px);
    left: 20px;
    position: relative;
  }
}

.team-grid .grid-filter .button,
.team-grid .grid-filter a {
  color: #192C3B;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  opacity: 0.5;
  padding: 10px 20px;
  display: table;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  z-index: 2;
}

.team-grid .grid-filter .button:before, .team-grid .grid-filter .button:after,
.team-grid .grid-filter a:before,
.team-grid .grid-filter a:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 0;
  z-index: 2;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@media print, screen and (max-width: 74.99875em) {
  .team-grid .grid-filter .button:before, .team-grid .grid-filter .button:after,
  .team-grid .grid-filter a:before,
  .team-grid .grid-filter a:after {
    bottom: 5px;
  }
}

.team-grid .grid-filter .button:after,
.team-grid .grid-filter a:after {
  bottom: -19px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media print, screen and (max-width: 74.99875em) {
  .team-grid .grid-filter .button:after,
  .team-grid .grid-filter a:after {
    bottom: 1px;
  }
}

@media print, screen and (max-width: 56.24875em) {
  .team-grid .grid-filter .button,
  .team-grid .grid-filter a {
    padding: 5px 20px;
  }
}

.team-grid .grid-filter .button.is-active,
.team-grid .grid-filter a.is-active {
  opacity: 1;
}

.team-grid .grid-filter .button.is-active:before, .team-grid .grid-filter .button.is-active:after,
.team-grid .grid-filter a.is-active:before,
.team-grid .grid-filter a.is-active:after {
  width: calc(100% - 40px);
}

.team-grid .grid-filter .button:hover,
.team-grid .grid-filter a:hover {
  opacity: 1;
}

.team-grid .grid-filter .button:hover:before, .team-grid .grid-filter .button:hover:after,
.team-grid .grid-filter a:hover:before,
.team-grid .grid-filter a:hover:after {
  width: calc(100% - 40px);
}

.team-grid .grid-members {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 90px;
}

@media print, screen and (max-width: 74.99875em) {
  .team-grid .grid-members {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .team-grid .grid-members {
    margin-top: 40px;
  }
}

.team-grid .grid-members .member {
  margin-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-grid .grid-members .member:hover .member-image, .team-grid .grid-members .member:focus-visible .member-image {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.team-grid .grid-members .member:hover .member-image:before, .team-grid .grid-members .member:focus-visible .member-image:before {
  -webkit-box-shadow: inset 0 -10px 0 10px #EFEFEF;
          box-shadow: inset 0 -10px 0 10px #EFEFEF;
}

.team-grid .grid-members .member.dual .member-image {
  padding-top: 52.5%;
}

.team-grid .grid-members .member .member-image {
  position: relative;
  overflow: hidden;
  position: relative;
  padding-top: 108%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.team-grid .grid-members .member .member-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0px 0 0px #EFEFEF;
          box-shadow: inset 0 0px 0 0px #EFEFEF;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.team-grid .grid-members .member .member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.team-grid .grid-members .member .member-text {
  padding-top: 16px;
}

.team-grid .grid-members .member .member-text .member-name {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-align: center;
}

.team-grid .grid-members .member .member-text .member-job {
  color: #192C3B;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.225px;
  text-align: center;
}

.team-slider {
  background-color: #DDDDDD;
  padding-top: 115px;
  padding-bottom: 150px;
}

@media print, screen and (max-width: 74.99875em) {
  .team-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .team-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .team-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .team-slider .align-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.team-slider .swiper-navigation .swiper-nav-button {
  color: #1D67A7;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  cursor: pointer;
}

.team-slider .swiper-navigation .swiper-nav-button.swiper-next {
  margin-left: 30px;
}

.team-slider .swiper-navigation .swiper-nav-button.swiper-next i {
  margin-left: 10px;
  margin-right: 0;
}

.team-slider .swiper-navigation .swiper-nav-button i {
  font-size: 1.125rem;
  margin-right: 10px;
  color: #192C3B;
  line-height: 1;
  position: relative;
  top: 3px;
}

.team-slider.blue {
  background-color: #EFEFEF;
}

.team-slider.blue .team-category-slider .member:hover .member-image:before, .team-slider.blue .team-category-slider .member:focus-visible .member-image:before {
  -webkit-box-shadow: inset 0 -10px 0 10px #EFEFEF;
          box-shadow: inset 0 -10px 0 10px #EFEFEF;
}

.team-slider.blue .team-category-slider .member .member-image:before {
  -webkit-box-shadow: inset 0 0px 0 0px #EFEFEF;
          box-shadow: inset 0 0px 0 0px #EFEFEF;
}

.team-slider .slider-heading {
  color: #192C3B;
  margin: 0;
  margin-bottom: 80px;
}

@media print, screen and (max-width: 74.99875em) {
  .team-slider .slider-heading {
    margin-bottom: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .team-slider .slider-heading {
    margin-bottom: 40px;
  }
}

.team-slider .slider-heading span {
  position: relative;
  display: table;
  padding-right: 20px;
}

.team-slider .slider-heading span:before, .team-slider .slider-heading span:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 100%;
  width: 100vw;
  height: 2px;
  background-color: #671523;
  z-index: 1;
}

.team-slider .slider-heading span:after {
  bottom: 14px;
}

@media screen and (min-width: 100em) {
  .team-slider .team-category-slider {
    width: calc(120% + 78px);
  }
}

.team-slider .member {
  margin-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-slider .member:hover .member-image, .team-slider .member:focus-visible .member-image {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.team-slider .member:hover .member-image:before, .team-slider .member:focus-visible .member-image:before {
  -webkit-box-shadow: inset 0 -10px 0 10px #DDDDDD;
          box-shadow: inset 0 -10px 0 10px #DDDDDD;
}

.team-slider .member .member-image {
  position: relative;
  overflow: hidden;
  position: relative;
  padding-top: 108%;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.team-slider .member .member-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0px 0 0px #DDDDDD;
          box-shadow: inset 0 0px 0 0px #DDDDDD;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.team-slider .member .member-image img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 1px;
  left: 1px;
}

.team-slider .member .member-text {
  padding-top: 16px;
}

.team-slider .member .member-text .member-name {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-align: center;
}

.team-slider .member .member-text .member-job {
  color: #192C3B;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.225px;
  text-align: center;
}

.philosophy-imgtext {
  background-color: #5c6f82;
  padding-top: 100px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .philosophy-imgtext {
    padding-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-imgtext {
    padding-top: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .philosophy-imgtext {
    padding-top: 60px;
  }
}

.philosophy-imgtext::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}

.philosophy-imgtext .imgtext .imgtext-content {
  color: #EFEFEF;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-imgtext .imgtext .imgtext-content {
    margin-top: 30px;
  }
}

.philosophy-imgtext .imgtext .imgtext-image {
  margin-top: 80px;
}

@media print, screen and (max-width: 74.99875em) {
  .philosophy-imgtext .imgtext .imgtext-image {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-imgtext .imgtext .imgtext-image {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .philosophy-imgtext .imgtext .imgtext-image {
    margin-top: 30px;
  }
}

.philosophy-imgtext .imgtext .imgtext-image img {
  width: 100%;
}

.philosophy-list {
  position: relative;
}

.philosophy-list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 175px;
  background-color: #EFEFEF;
}

.philosophy-list .list {
  border: 1px solid #A5B7C4;
  background-color: #ffffff;
  padding: 55px 0px;
}

.philosophy-list .list .section-title {
  color: #5c6f82;
  padding-left: 65px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-list .list .section-title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

.philosophy-list .list .list-item {
  margin-bottom: 60px;
  padding-right: 25px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-list .list .list-item {
    margin-bottom: 40px;
  }
}

.philosophy-list .list .list-item:last-child {
  margin-bottom: 0;
}

.philosophy-list .list .list-item .list-item-number {
  color: #192C3B;
  font-family: "martel", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.75px;
  width: 60px;
  margin-right: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-list .list .list-item .list-item-number {
    font-size: 2.5rem;
    margin-right: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .philosophy-list .list .list-item .list-item-number {
    font-size: 1.875rem;
    margin-right: 10px;
  }
}

.philosophy-list .list .list-item .list-item-title {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.philosophy-list .list .list-item .list-item-details {
  color: #5c6f82;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-list .list .list-item .list-item-details {
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .philosophy-list .list .list-item .list-item-details {
    font-size: 1rem;
  }
}

.philosophy-approach {
  background-color: #192C3B;
  padding-top: 100px;
  padding-bottom: 80px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-approach {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .philosophy-approach {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.philosophy-approach .approach .approach-content {
  color: #EFEFEF;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-approach .approach .approach-content {
    margin-top: 30px;
  }
}

.philosophy-approach .approach .approach-heading {
  color: #EFEFEF;
  font-family: "martel", sans-serif;
  margin-top: 80px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-approach .approach .approach-heading {
    margin-top: 60px;
  }
}

.philosophy-approach .approach .approach-cards {
  margin: 20px -20px 0 -20px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-approach .approach .approach-cards {
    margin: 0px -20px 0 -20px;
  }
}

.philosophy-approach .approach .approach-cards .cell {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}

.philosophy-approach .approach .approach-cards .cell .card {
  background-color: #EFEFEF;
  padding: 24px;
  height: 100%;
}

.philosophy-approach .approach .approach-cards .cell .card .card-title {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 122.222%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.philosophy-approach .approach .approach-cards .cell .card .card-details {
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.philosophy-beliefs {
  padding-top: 130px;
  padding-bottom: 70px;
}

@media print, screen and (max-width: 74.99875em) {
  .philosophy-beliefs {
    padding-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-beliefs {
    padding-top: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .philosophy-beliefs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-beliefs .beliefs-heading {
    margin-top: 30px;
  }
}

.philosophy-beliefs .beliefs-list {
  margin-top: 150px;
  margin-left: -10px;
  margin-right: -10px;
}

@media print, screen and (max-width: 74.99875em) {
  .philosophy-beliefs .beliefs-list {
    margin-top: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-beliefs .beliefs-list {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .philosophy-beliefs .beliefs-list {
    margin-top: 60px;
  }
}

.philosophy-beliefs .beliefs-list .list-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-beliefs .beliefs-list .list-item:last-child {
    margin-bottom: 0;
  }
}

.philosophy-beliefs .beliefs-list .list-item .list-item-number {
  color: #192C3B;
  font-family: "martel", sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.75px;
}

@media print, screen and (max-width: 63.99875em) {
  .philosophy-beliefs .beliefs-list .list-item .list-item-number {
    font-size: 2.5rem;
  }
}

.philosophy-beliefs .beliefs-list .list-item .list-item-title {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 20px;
}

.philosophy-beliefs .beliefs-list .list-item .list-item-details {
  color: #5c6f82;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-top: 20px;
}

.story-intro {
  position: relative;
}

.story-intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #EFEFEF;
}

.story-intro .intro .intro-image {
  position: relative;
}

.story-intro .intro .intro-image img {
  width: 100%;
}

.story-intro .intro .intro-image .lines {
  position: absolute;
  bottom: calc(100% - 60px);
  right: 70px;
  z-index: 1;
}

@media print, screen and (max-width: 39.99875em) {
  .story-intro .intro .intro-image .lines {
    height: 60px;
    bottom: calc(100% - 30px);
    right: 30px;
  }
}

.story-intro .intro .intro-text {
  background-color: #192C3B;
  color: #EFEFEF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  padding: 23px 50px;
  text-align: center;
  margin-top: -53px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .story-intro .intro .intro-text {
    font-size: 1rem;
    margin-top: 0;
    padding: 15px 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .story-intro .intro .intro-text {
    padding: 10px 20px;
  }
}

.story-grid {
  padding-top: 75px;
  background-color: #EFEFEF;
}

.story-grid .grid {
  padding-bottom: 160px;
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid {
    padding-bottom: 50px;
  }
}

.story-grid .grid > .cell:nth-child(1) .grid-card {
  -webkit-transform: rotate(-4.16deg);
          transform: rotate(-4.16deg);
}

.story-grid .grid > .cell:nth-child(2) .grid-card {
  margin-top: 300px;
  -webkit-transform: rotate(6.323deg);
          transform: rotate(6.323deg);
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell:nth-child(2) .grid-card {
    margin-top: 50px;
    -webkit-transform: rotate(2.323deg);
            transform: rotate(2.323deg);
  }
}

.story-grid .grid > .cell:nth-child(3) .grid-card {
  margin-top: -30px;
  -webkit-transform: rotate(11.341deg);
          transform: rotate(11.341deg);
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell:nth-child(3) .grid-card {
    margin-top: 20px;
    -webkit-transform: rotate(4.341deg);
            transform: rotate(4.341deg);
  }
}

.story-grid .grid > .cell:nth-child(4) .grid-card {
  margin-top: 400px;
  -webkit-transform: rotate(-4.215deg);
          transform: rotate(-4.215deg);
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell:nth-child(4) .grid-card {
    margin-top: 50px;
  }
}

.story-grid .grid > .cell:nth-child(5) .grid-card {
  margin-top: -180px;
  -webkit-transform: rotate(-4.735deg);
          transform: rotate(-4.735deg);
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell:nth-child(5) .grid-card {
    margin-top: 20px;
  }
}

.story-grid .grid > .cell:nth-child(6) .grid-card {
  margin-top: 260px;
  -webkit-transform: rotate(-11.146deg);
          transform: rotate(-11.146deg);
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell:nth-child(6) .grid-card {
    margin-top: 20px;
    -webkit-transform: rotate(-4.146deg);
            transform: rotate(-4.146deg);
  }
}

.story-grid .grid > .cell:nth-child(7) .grid-card {
  margin-top: -120px;
  -webkit-transform: rotate(6.113deg);
          transform: rotate(6.113deg);
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell:nth-child(7) .grid-card {
    margin-top: 50px;
    -webkit-transform: rotate(2.113deg);
            transform: rotate(2.113deg);
  }
}

.story-grid .grid > .cell .grid-card {
  background-color: #ffffff;
  padding: 25px 35px;
  min-height: 490px;
  -webkit-box-shadow: -3px 23px 48px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -3px 23px 48px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell .grid-card {
    min-height: 0;
    padding: 0;
  }
}

.story-grid .grid > .cell .grid-card .grid-card-image img {
  width: 100%;
}

.story-grid .grid > .cell .grid-card .grid-card-text {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .story-grid .grid > .cell .grid-card .grid-card-text {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .story-grid .grid > .cell .grid-card .grid-card-text {
    padding: 20px 20px;
    margin: 0;
  }
}

.story-grid .grid-disclaimer {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 225%;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.story-grid .grid-disclaimer p {
  line-height: inherit;
  font-size: inherit;
}

.news-grid .grid {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .news-grid .grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .news-grid .grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .news-grid .grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.news-grid .grid:before, .news-grid .grid:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news-grid .grid:after {
  top: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  .news-grid .grid .grid-filter {
    margin-bottom: 60px;
  }
}

.news-grid .grid .grid-filter .grid-filter-label {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #192C3B;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

@media print, screen and (max-width: 63.99875em) {
  .news-grid .grid .grid-filter .grid-filter-label {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}

.news-grid .grid .grid-filter .filter-dropdown {
  position: relative;
  padding-bottom: 4px;
}

.news-grid .grid .grid-filter .filter-dropdown:before, .news-grid .grid .grid-filter .filter-dropdown:after {
  content: '';
  background-color: #A5B7C4;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.news-grid .grid .grid-filter .filter-dropdown:after {
  bottom: 4px;
}

.news-grid .grid .grid-filter .filter-dropdown select {
  padding: 4px 30px 4px 0 !important;
  color: #192C3B;
  background-color: transparent;
  font-size: 0.9375rem !important;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 150px;
  background-position: calc(100% + 30px) 50%;
}

.news-grid .grid .grid-label {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #192C3B;
  margin-bottom: 90px;
  text-transform: uppercase;
}

@media print, screen and (max-width: 63.99875em) {
  .news-grid .grid .grid-label {
    margin-bottom: 60px;
  }
}

.news-grid .grid .news-card {
  margin-bottom: 75px;
}

@media print, screen and (max-width: 63.99875em) {
  .news-grid .grid .news-card {
    margin-bottom: 60px;
  }
}

.news-grid .grid .news-card a .date {
  color: #192C3B;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.news-grid .grid .news-card a .h3 {
  color: #192C3B;
  font-family: "martel", sans-serif;
  line-height: 123.611%;
  font-weight: 300;
  letter-spacing: 0.54px;
  margin: 24px 0 0 0;
  font-size: clamp(1.25rem, 3vw, 2.25rem);
}

.news-grid .grid .news-card a .button {
  margin-top: 24px;
}

.news-grid .alm-btn-wrap {
  margin: 0;
  padding: 0;
}

.news-grid .alm-btn-wrap .alm-load-more-btn {
  border: none;
  background-color: transparent;
  color: #671523;
  border-radius: initial;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "martel sans", sans-serif;
  outline: none;
  text-align: left;
  display: table;
  margin: auto;
  height: auto;
  width: 124px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
  transition: background-color 0.5s, color 0.5s, border 0.5s;
}

.news-grid .alm-btn-wrap .alm-load-more-btn:before, .news-grid .alm-btn-wrap .alm-load-more-btn:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.news-grid .alm-btn-wrap .alm-load-more-btn:after {
  bottom: -6px;
}

.news-grid .alm-btn-wrap .alm-load-more-btn.loading, .news-grid .alm-btn-wrap .alm-load-more-btn.done {
  border: none;
  background-color: transparent;
  padding: 10px 24px;
  color: #671523;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news-grid .alm-btn-wrap .alm-load-more-btn.loading:before, .news-grid .alm-btn-wrap .alm-load-more-btn.done:before {
  background: #671523;
  height: 2px;
  margin: 0;
  width: 100%;
  top: auto;
  border-radius: initial;
  overflow: unset;
}

.news-grid .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

.news-grid .alm-btn-wrap .alm-load-more-btn:hover, .news-grid .alm-btn-wrap .alm-load-more-btn:focus {
  background-color: transparent;
  border-radius: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #671523;
}

.news-grid .alm-btn-wrap .alm-load-more-btn:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.criteria-info {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #EFEFEF;
}

@media print, screen and (max-width: 74.99875em) {
  .criteria-info {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .criteria-info {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .criteria-info {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.criteria-info .info .section-title {
  position: relative;
  padding-bottom: 100px;
  font-family: "martel", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  color: #192C3B;
  letter-spacing: 0.36px;
}

@media print, screen and (max-width: 63.99875em) {
  .criteria-info .info .section-title {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .criteria-info .info .section-title {
    padding-bottom: 30px;
  }
}

.criteria-info .info .section-title:before, .criteria-info .info .section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #671523;
  height: 2px;
  width: 100%;
}

.criteria-info .info .section-title:after {
  bottom: 4px;
}

.criteria-info .info .info-factsheet {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #EFEFEF;
  background-color: #671523;
  padding: 14px 45px 11px 16px;
  display: table;
  position: relative;
  margin-top: 80px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media print, screen and (max-width: 63.99875em) {
  .criteria-info .info .info-factsheet {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .criteria-info .info .info-factsheet {
    margin-top: 30px;
  }
}

.criteria-info .info .info-factsheet:hover, .criteria-info .info .info-factsheet:focus {
  background-color: #1D67A7;
}

.criteria-info .info .info-factsheet i {
  color: #EFEFEF;
  position: absolute;
  right: 14px;
  top: calc(50% - 8px);
  font-size: 0.875rem;
}

.criteria-info .info .info-button {
  margin-top: 40px;
}

.criteria-info .info .info-content {
  max-width: 85.71428571%;
}

@media print, screen and (max-width: 63.99875em) {
  .criteria-info .info .info-content {
    max-width: 100%;
    margin-top: 40px;
  }
}

.criteria-info .info .info-list {
  margin-top: 90px;
}

@media print, screen and (max-width: 63.99875em) {
  .criteria-info .info .info-list {
    margin-top: 60px;
  }
}

.criteria-info .info .info-list .list {
  margin-bottom: 24px;
  min-height: 50px;
}

.criteria-info .info .info-list .list:nth-child(1) .list-number .number-line {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.criteria-info .info .info-list .list:nth-child(2) .list-number .number-line {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.criteria-info .info .info-list .list:nth-child(3) .list-number .number-line {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.criteria-info .info .info-list .list:nth-child(4) .list-number .number-line {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.criteria-info .info .info-list .list:nth-child(5) .list-number .number-line {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.criteria-info .info .info-list .list:nth-child(6) .list-number .number-line {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.criteria-info .info .info-list .list:nth-child(7) .list-number .number-line {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.criteria-info .info .info-list .list:nth-child(8) .list-number .number-line {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.criteria-info .info .info-list .list:nth-child(9) .list-number .number-line {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.criteria-info .info .info-list .list:nth-child(10) .list-number .number-line {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.criteria-info .info .info-list .list:nth-child(11) .list-number .number-line {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.criteria-info .info .info-list .list:nth-child(12) .list-number .number-line {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.criteria-info .info .info-list .list:nth-child(13) .list-number .number-line {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.criteria-info .info .info-list .list:nth-child(14) .list-number .number-line {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.criteria-info .info .info-list .list:nth-child(15) .list-number .number-line {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.criteria-info .info .info-list .list:nth-child(16) .list-number .number-line {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.criteria-info .info .info-list .list:nth-child(17) .list-number .number-line {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.criteria-info .info .info-list .list:nth-child(18) .list-number .number-line {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.criteria-info .info .info-list .list:nth-child(19) .list-number .number-line {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.criteria-info .info .info-list .list:nth-child(20) .list-number .number-line {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.criteria-info .info .info-list .list:nth-child(21) .list-number .number-line {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.criteria-info .info .info-list .list:nth-child(22) .list-number .number-line {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.criteria-info .info .info-list .list:nth-child(23) .list-number .number-line {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.criteria-info .info .info-list .list:nth-child(24) .list-number .number-line {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.criteria-info .info .info-list .list:nth-child(25) .list-number .number-line {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.criteria-info .info .info-list .list:nth-child(26) .list-number .number-line {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.criteria-info .info .info-list .list:nth-child(27) .list-number .number-line {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.criteria-info .info .info-list .list:nth-child(28) .list-number .number-line {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.criteria-info .info .info-list .list:nth-child(29) .list-number .number-line {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.criteria-info .info .info-list .list:nth-child(30) .list-number .number-line {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.criteria-info .info .info-list .list:nth-child(31) .list-number .number-line {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.criteria-info .info .info-list .list:nth-child(32) .list-number .number-line {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.criteria-info .info .info-list .list:nth-child(33) .list-number .number-line {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.criteria-info .info .info-list .list:nth-child(34) .list-number .number-line {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.criteria-info .info .info-list .list:nth-child(35) .list-number .number-line {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.criteria-info .info .info-list .list:nth-child(36) .list-number .number-line {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.criteria-info .info .info-list .list:nth-child(37) .list-number .number-line {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}

.criteria-info .info .info-list .list:nth-child(38) .list-number .number-line {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.criteria-info .info .info-list .list:nth-child(39) .list-number .number-line {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.criteria-info .info .info-list .list:nth-child(40) .list-number .number-line {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.criteria-info .info .info-list .list:nth-child(41) .list-number .number-line {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}

.criteria-info .info .info-list .list:nth-child(42) .list-number .number-line {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.criteria-info .info .info-list .list:nth-child(43) .list-number .number-line {
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}

.criteria-info .info .info-list .list:nth-child(44) .list-number .number-line {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}

.criteria-info .info .info-list .list:nth-child(45) .list-number .number-line {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.criteria-info .info .info-list .list:nth-child(46) .list-number .number-line {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}

.criteria-info .info .info-list .list:nth-child(47) .list-number .number-line {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s;
}

.criteria-info .info .info-list .list:nth-child(48) .list-number .number-line {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

.criteria-info .info .info-list .list:nth-child(49) .list-number .number-line {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}

.criteria-info .info .info-list .list:nth-child(50) .list-number .number-line {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.criteria-info .info .info-list .list .list-number {
  width: 14.285714285%;
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  position: relative;
}

.criteria-info .info .info-list .list .list-number .number-line {
  content: '';
  position: absolute;
  top: -5px;
  right: calc(50% - 13px);
  width: 2px;
  height: 46px;
  background-color: #671523;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.criteria-info .info .info-list .list .list-title {
  width: 28.571428571%;
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.27px;
}

@media print, screen and (max-width: 56.24875em) {
  .criteria-info .info .info-list .list .list-title {
    width: 85.714285715%;
    font-size: 1rem;
  }
}

.criteria-info .info .info-list .list .list-details {
  color: #192C3B;
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.24px;
}

@media print, screen and (max-width: 56.24875em) {
  .criteria-info .info .info-list .list .list-details {
    padding-left: 14.285714285%;
  }
}

.post-content.career .date span {
  margin-right: 30px;
}

.post-content.career .sidebar .sidebar-text {
  background-color: #EFEFEF;
  padding: 35px 30px;
}

.post-content.career .sidebar .sidebar-text .sidebar-text-heading {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.post-content.career .sidebar .sidebar-text .sidebar-text-button {
  color: #EFEFEF;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background-color: #671523;
  width: 100%;
  text-align: center;
  padding: 14px 10px 11px 10px;
  margin-top: 30px;
}

.post-content.career .sidebar .sidebar-text .sidebar-text-content {
  color: #192C3B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  margin-top: 30px;
}

.casestudy-hero {
  margin-top: 40px;
}

.casestudy-hero .hero-logo {
  overflow: hidden;
  position: relative;
  width: 235px;
  height: 235px;
  border: 1px solid #EFEFEF;
  margin-bottom: 50px;
  margin-top: 40px;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-hero .hero-logo {
    margin-top: 0;
  }
}

.casestudy-hero .hero-logo img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.casestudy-hero .hero-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #EFEFEF;
}

.casestudy-hero .hero-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.casestudy-hero .hero {
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-hero .hero {
    margin-top: 40px;
  }
}

.casestudy-hero .hero .hero-sector {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #192C3B;
}

.casestudy-hero .hero .hero-social {
  margin: 12px 0 0 0;
  list-style: none;
}

.casestudy-hero .hero .hero-social li {
  display: inline-block;
}

.casestudy-hero .hero .hero-social li a {
  width: 48px;
  height: 48px;
  background-color: #EFEFEF;
  margin-right: 16px;
  display: table;
  font-size: 1rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.casestudy-hero .hero .hero-social li a i {
  color: #1D67A7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.casestudy-hero .hero .hero-social li a:hover, .casestudy-hero .hero .hero-social li a:focus-visible {
  background-color: #07141F;
}

.casestudy-hero .hero .hero-social li a:hover i, .casestudy-hero .hero .hero-social li a:focus-visible i {
  color: #ffffff;
}

.casestudy-hero .hero .hero-meta .meta-item {
  padding-right: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-hero .hero .hero-meta .meta-item {
    margin-top: 15px;
  }
}

.casestudy-hero .hero .hero-meta .meta-item:last-child {
  margin-right: 0;
}

.casestudy-hero .hero .hero-meta .meta-item .meta-item-label {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.225px;
  color: #192C3B;
}

.casestudy-hero .hero .hero-intro {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #192C3B;
  margin-top: 35px;
}

.casestudy-origin {
  margin-top: 40px;
  position: relative;
}

.casestudy-origin:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #EFEFEF;
  height: calc(100% - 80px);
}

.casestudy-origin .origin {
  background-color: #192C3B;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-origin .origin {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.casestudy-origin .origin .origin-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}

.casestudy-origin .origin .origin-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.casestudy-origin .origin .origin-text {
  padding-top: 80px;
  padding-bottom: 125px;
}

@media print, screen and (max-width: 74.99875em) {
  .casestudy-origin .origin .origin-text {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-origin .origin .origin-text {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-origin .origin .origin-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.casestudy-origin .origin .origin-text .origin-heading {
  color: #EFEFEF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.36px;
  font-family: "martel", sans-serif;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-origin .origin .origin-text .origin-heading {
    font-size: 1.25rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-origin .origin .origin-text .origin-heading {
    font-size: 1.125rem;
  }
}

.casestudy-origin .origin .origin-text .origin-content {
  color: #EFEFEF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  margin-top: 60px;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-origin .origin .origin-text .origin-content {
    font-size: 1.125rem;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-origin .origin .origin-text .origin-content {
    font-size: 1rem;
    margin-top: 30px;
  }
}

.casestudy-journey {
  background-color: #EFEFEF;
}

.casestudy-journey .lines {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 70px;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-journey .lines {
    top: 10px;
    left: -20px;
  }
}

.casestudy-journey .journey {
  background-color: #ffffff;
  padding: 120px 70px 70px 70px;
}

@media print, screen and (max-width: 74.99875em) {
  .casestudy-journey .journey {
    padding: 100px 60px 60px 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-journey .journey {
    padding: 100px 40px 40px 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-journey .journey {
    padding: 80px 30px 30px 30px;
  }
}

.casestudy-journey .journey .journey-image {
  margin-top: 70px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
}

.casestudy-journey .journey .journey-image.has-click {
  cursor: pointer;
}

.casestudy-journey .journey .journey-image.has-click:hover img, .casestudy-journey .journey .journey-image.has-click:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.casestudy-journey .journey .journey-image .image-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #ffffff;
}

.casestudy-journey .journey .journey-image .image-play i {
  color: #ffffff;
  font-size: 3.125rem;
  margin-left: 10px;
}

.casestudy-journey .journey .journey-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.casestudy-journey .journey-cards .card {
  margin-top: 80px;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-journey .journey-cards .card {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-journey .journey-cards .card {
    margin-top: 30px;
  }
}

.casestudy-journey .journey-cards .card .card-title {
  color: #5c6f82;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-journey .journey-cards .card .card-title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-journey .journey-cards .card .card-title {
    font-size: 1.125rem;
  }
}

.casestudy-journey .journey-cards .card .card-details {
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.casestudy-results {
  background-color: #EFEFEF;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media print, screen and (max-width: 74.99875em) {
  .casestudy-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-results {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-results {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.casestudy-results .results {
  margin-top: 90px;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-results .results {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-results .results {
    margin-top: 30px;
  }
}

.casestudy-results .results .results-cards .card-labels {
  border-bottom: 1px solid #A5B7C4;
  padding-bottom: 15px;
}

.casestudy-results .results .results-cards .card-label {
  color: #5c6f82;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-results .results .results-cards .card-label {
    font-size: 1.25rem;
  }
}

@media print, screen and (max-width: 56.24875em) {
  .casestudy-results .results .results-cards .card-label {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-results .results .results-cards .card-label {
    font-size: 1.125rem;
  }
}

.casestudy-results .results .results-cards .card {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #A5B7C4;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-results .results .results-cards .card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-results .results .results-cards .card {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.casestudy-results .results .results-cards .card .card-number {
  color: #671523;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.75px;
  font-family: "martel", sans-serif;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-results .results .results-cards .card .card-number {
    font-size: 2.5rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-results .results .results-cards .card .card-number {
    font-size: 1.875rem;
  }
}

.casestudy-results .results .results-cards .card .card-challenge {
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  padding-right: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .casestudy-results .results .results-cards .card .card-challenge {
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 56.24875em) {
  .casestudy-results .results .results-cards .card .card-challenge {
    padding-right: 0px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .casestudy-results .results .results-cards .card .card-challenge {
    font-size: 1rem;
  }
}

.casestudy-results .results .results-cards .card .card-challenge p {
  font-size: inherit;
  line-height: inherit;
}

.casestudy-results .results .results-cards .card .card-solution {
  color: #192C3B;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
}

.casestudy-results .results .results-cards .card .card-solution p {
  font-size: inherit;
  line-height: inherit;
}

.partner-hero {
  margin-top: 40px;
}

.partner-hero .hero-logo {
  position: relative;
  width: 235px;
  height: 235px;
  border: 1px solid #EFEFEF;
  margin-bottom: 50px;
  margin-top: 40px;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-hero .hero-logo {
    margin-top: 0;
  }
}

.partner-hero .hero-logo img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.partner-hero .hero-logo .lines {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: calc(100% - 20px);
  width: 70px;
}

.partner-hero .hero-arb {
  margin-top: 50px;
}

.partner-hero .hero-arb .arb-heading {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #192C3B;
}

.partner-hero .hero-arb .arb-image {
  position: relative;
}

.partner-hero .hero-arb .arb-image a:hover {
  outline: -webkit-focus-ring-color auto 1px;
}

.partner-hero .hero-arb .arb-image .image {
  margin-right: 25px;
}

.partner-hero .hero-arb .arb-image .image img {
  max-width: 120px;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .partner-hero .hero-arb .arb-image .image img {
    max-width: 100px;
  }
}

.partner-hero .lines {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: calc(100% - 30px);
}

.partner-hero .hero-image {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  width: 100%;
  border: 1px solid #EFEFEF;
}

.partner-hero .hero-image img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.partner-hero .hero {
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-hero .hero {
    margin-top: 40px;
  }
}

.partner-hero .hero .hero-sector {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #192C3B;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-hero .hero .hero-sector {
    margin-bottom: 20px;
  }
}

.partner-hero .hero .hero-social {
  margin: 12px 0 0 0;
  list-style: none;
}

.partner-hero .hero .hero-social li {
  display: inline-block;
}

.partner-hero .hero .hero-social li a {
  width: 48px;
  height: 48px;
  background-color: #EFEFEF;
  margin-right: 16px;
  display: table;
  font-size: 1rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.partner-hero .hero .hero-social li a i {
  color: #192C3B;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  height: 16px;
  width: 16px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.partner-hero .hero .hero-social li a:hover, .partner-hero .hero .hero-social li a:focus-visible {
  background-color: #07141F;
}

.partner-hero .hero .hero-social li a:hover i, .partner-hero .hero .hero-social li a:focus-visible i {
  color: #ffffff;
}

.partner-hero .hero .hero-meta .meta-item {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-right: 60px;
}

@media print, screen and (max-width: 89.99875em) {
  .partner-hero .hero .hero-meta .meta-item {
    margin-right: 50px;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .partner-hero .hero .hero-meta .meta-item {
    margin-right: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .partner-hero .hero .hero-meta .meta-item {
    margin-top: 15px;
    margin-right: 0px;
  }
}

.partner-hero .hero .hero-meta .meta-item:last-child {
  margin-right: 0;
}

.partner-hero .hero .hero-meta .meta-item .meta-item-label {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.225px;
  color: #192C3B;
  margin-bottom: 5px;
}

.partner-hero .hero .hero-intro {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #192C3B;
  margin-top: 35px;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-hero .hero .hero-intro {
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partner-hero .hero .hero-intro {
    font-size: 1rem;
  }
}

.partner-banner {
  margin-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-banner {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partner-banner {
    margin-top: 40px;
  }
}

.partner-banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #EFEFEF;
  z-index: -1;
}

.partner-banner .banner {
  background-color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #EFEFEF;
  padding-top: 80px;
  padding-bottom: 150px;
}

@media print, screen and (max-width: 74.99875em) {
  .partner-banner .banner {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .partner-banner .banner {
    padding-bottom: 80px;
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partner-banner .banner {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1rem;
  }
}

.partner-banner .banner .banner-heading {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 700;
  color: #EFEFEF;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "martel", sans-serif;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-banner .banner .banner-heading {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partner-banner .banner .banner-heading {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.partner-banner .banner p {
  font-size: inherit;
  line-height: inherit;
}

.partner-banner .banner .partner-banner-slider {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-banner .banner .partner-banner-slider {
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partner-banner .banner .partner-banner-slider {
    margin-top: 60px;
  }
}

.partner-banner .banner .partner-banner-slider .swiper-wrapper .swiper-slide .image {
  position: relative;
  width: 100%;
  padding-top: 43%;
  overflow: hidden;
}

.partner-banner .banner .partner-banner-slider .swiper-wrapper .swiper-slide .image.has-click {
  cursor: pointer;
}

.partner-banner .banner .partner-banner-slider .swiper-wrapper .swiper-slide .image.has-click:hover img, .partner-banner .banner .partner-banner-slider .swiper-wrapper .swiper-slide .image.has-click:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.partner-banner .banner .partner-banner-slider .swiper-wrapper .swiper-slide .image .image-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #192C3B;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24px;
  z-index: 1;
  padding: 11px 16px 9px 16px;
  background-color: #ffffff;
  border-radius: 40px;
  text-transform: none;
}

.partner-banner .banner .partner-banner-slider .swiper-wrapper .swiper-slide .image .image-play i {
  width: 10px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  -webkit-transform: none;
          transform: none;
  color: #192C3B;
  font-size: 0.75rem;
}

.partner-banner .banner .partner-banner-slider .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.partner-banner .banner .swiper-navigation {
  margin-top: 30px;
}

.partner-banner .banner .swiper-navigation .swiper-pagination-bullet {
  content: '';
  width: 6px;
  height: 18px;
  background-color: #5c6f82;
  border: 3px solid #5c6f82;
  margin-right: 3px;
  margin-left: 3px;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: width 0.5s, border 0.5s;
  transition: width 0.5s, border 0.5s;
}

.partner-banner .banner .swiper-navigation .swiper-pagination-bullet:hover, .partner-banner .banner .swiper-navigation .swiper-pagination-bullet:focus-visible {
  border: 3px solid #EFEFEF;
}

.partner-banner .banner .swiper-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  border: 3px solid #EFEFEF;
}

.partner-banner .banner .swiper-navigation .swiper-nav-button {
  color: #EFEFEF;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 20px;
}

.partner-banner .banner .swiper-navigation .swiper-nav-button.swiper-next {
  margin-left: 20px;
  margin-right: 0px;
}

.partner-banner .banner .swiper-navigation .swiper-nav-button.swiper-next i {
  margin-left: 10px;
  margin-right: 0;
}

.partner-banner .banner .swiper-navigation .swiper-nav-button i {
  font-size: 1.125rem;
  margin-right: 10px;
  color: #EFEFEF;
  line-height: 1;
  position: relative;
  top: 3px;
}

.partner-why {
  background-color: #EFEFEF;
  padding-top: 150px;
  padding-bottom: 65px;
}

.partner-why .why .section-title {
  color: #5c6f82;
}

.partner-why .why .why-content {
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.partner-team {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-team {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partner-team {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.partner-team .team .section-title {
  color: #5c6f82;
}

.partner-team .team .team-cards {
  margin: 60px -10px 0 -10px;
}

@media print, screen and (max-width: 63.99875em) {
  .partner-team .team .team-cards {
    margin: 40px -10px 0 -10px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .partner-team .team .team-cards {
    margin: 30px -10px 0 -10px;
  }
}

.partner-team .team .team-cards .card {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.partner-team .team .team-cards .card .card-link:hover .card-image, .partner-team .team .team-cards .card .card-link:focus-visible .card-image {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.partner-team .team .team-cards .card .card-link:hover .card-image:before, .partner-team .team .team-cards .card .card-link:focus-visible .card-image:before {
  -webkit-box-shadow: inset 0 -10px 0 10px #ffffff;
          box-shadow: inset 0 -10px 0 10px #ffffff;
}

.partner-team .team .team-cards .card .card-link .card-image {
  overflow: hidden;
  position: relative;
  padding-top: 114%;
  width: 100%;
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.partner-team .team .team-cards .card .card-link .card-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0px 0 0px #ffffff;
          box-shadow: inset 0 0px 0 0px #ffffff;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.partner-team .team .team-cards .card .card-link .card-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partner-team .team .team-cards .card .card-link .card-name {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
}

.partner-team .team .team-cards .card .card-link .card-job {
  color: #192C3B;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.225px;
  text-align: center;
}

.post-content {
  padding-top: 100px;
  padding-bottom: 140px;
}

@media print, screen and (max-width: 74.99875em) {
  .post-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .post-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .post-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.post-content .date {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.post-content h1,
.post-content .h1 {
  font-family: "martel", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5625rem, 4vw, 3.625rem);
  line-height: 120.5%;
  color: #192C3B;
  padding-bottom: 60px;
  margin: 0;
}

.post-content h2,
.post-content .h2 {
  font-weight: 700;
  font-size: clamp(1.5625rem, 4vw, 2.5rem);
  line-height: 1;
  color: #192C3B;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}

.post-content .wp-block-quote {
  font-family: "martel", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5625rem, 4vw, 2.75rem);
  line-height: 131.818%;
  letter-spacing: 0.66px;
  color: #192C3B;
  margin: 80px 0 0 0;
  border: none;
  padding-left: 65px;
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .post-content .wp-block-quote {
    padding-left: 45px;
    margin: 60px 0 0 0;
  }
}

.post-content .wp-block-quote::before {
  font-family: 'theme-icons';
  content: '\e902';
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 2.75rem;
  color: #671523;
}

@media print, screen and (max-width: 39.99875em) {
  .post-content .wp-block-quote::before {
    font-size: 1.875rem;
  }
}

.post-content .wp-block-quote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.post-content .wp-block-image {
  margin-top: 65px;
}

@media print, screen and (max-width: 74.99875em) {
  .post-content .wp-block-image {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .post-content .wp-block-image {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .post-content .wp-block-image {
    margin-top: 0px;
  }
}

.post-content .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -20px;
  margin-left: -20px;
}

@media print, screen and (max-width: 63.99875em) {
  .post-content .wp-block-columns {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .post-content .wp-block-columns {
    margin-right: -5px;
    margin-left: -5px;
  }
}

.post-content .wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-height: 0;
  min-width: 0;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 35px;
}

@media print, screen and (max-width: 63.99875em) {
  .post-content .wp-block-columns .wp-block-column {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .post-content .wp-block-columns .wp-block-column {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .post-content .sidebar {
    margin-top: 30px;
  }
}

.post-content .sidebar-card {
  background-color: #EFEFEF;
  padding: 40px 30px;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  .post-content .sidebar-card {
    padding: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .post-content .sidebar-card {
    padding: 15px;
  }
}

.post-content .sidebar-card .sidebar-card-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  color: #192C3B;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.post-content .sidebar-card #ez-toc-container {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  border-radius: none;
  width: 100%;
}

.post-content .sidebar-card #ez-toc-container .ez-toc-list li a {
  color: #1D67A7;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.225px;
}

.post-content .sidebar-card .sidebar-card-author-image {
  margin-top: 30px;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.post-content .sidebar-card .sidebar-card-author-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.post-content .sidebar-card .sidebar-card-author-name {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 166.667%;
  letter-spacing: 0.9px;
  color: #192C3B;
}

.post-content .sidebar-card .sidebar-card-author-description {
  color: #192C3B;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
  margin-top: 20px;
}

.post-content .sidebar-card .sidebar-card-content {
  margin: 0;
  list-style: none;
}

.post-content .sidebar-card .sidebar-card-content li {
  margin-bottom: 10px;
}

.post-content .sidebar-card .sidebar-card-content li a {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.225px;
  position: relative;
  padding-left: 26px;
  display: table;
  margin-bottom: 10px;
}

.post-content .sidebar-card .sidebar-card-content li a i {
  font-size: 14px;
  width: 19px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}

.latest-featured {
  padding-bottom: 140px;
}

@media print, screen and (max-width: 74.99875em) {
  .latest-featured {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .latest-featured {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .latest-featured {
    padding-bottom: 60px;
  }
}

.latest-featured .featured-intro {
  position: relative;
  padding-top: 45px;
}

.latest-featured .featured-intro:before, .latest-featured .featured-intro:after {
  content: '';
  background-color: #671523;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.latest-featured .featured-intro:after {
  top: 4px;
}

.latest-featured .featured-grid {
  margin-top: 85px;
  position: relative;
  width: 100%;
}

@media print, screen and (max-width: 63.99875em) {
  .latest-featured .featured-grid {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .latest-featured .featured-grid {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .latest-featured .featured-grid .griditem {
    margin-bottom: 40px;
  }
  .latest-featured .featured-grid .griditem:last-child {
    margin-bottom: 0;
  }
}

.latest-featured .featured-grid .griditem .griditem-card a .date {
  color: #192C3B;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.latest-featured .featured-grid .griditem .griditem-card a .h3 {
  color: #192C3B;
  font-family: "martel", sans-serif;
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  line-height: 123.611%;
  font-weight: 300;
  letter-spacing: 0.54px;
  margin: 24px 0 0 0;
}

.latest-featured .featured-grid .griditem .griditem-card a .button {
  margin-top: 24px;
}

body.single-insight .insights-featured {
  background-color: transparent;
  padding-top: 0;
}

body.single-insight .insights-featured .grid-container:before {
  display: none;
}

body.single-insight .insights-featured .featured-intro {
  padding-top: 45px;
  padding-bottom: 0;
}

body.single-insight .insights-featured .featured-intro:before {
  bottom: auto;
  top: 0;
}

body.single-insight .insights-featured .featured-intro:after {
  bottom: auto;
  top: 4px;
}

body.single-insight .insights-featured .insights-featured-slider {
  margin-top: 85px;
  width: 100%;
}

.member-hero {
  margin-top: 40px;
}

.member-hero.no-intro > .grid-container > .grid-x {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media print, screen and (max-width: 63.99875em) {
  .member-hero.no-intro > .grid-container > .grid-x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.member-hero.no-intro .hero-name {
  margin-top: 40px;
}

@media print, screen and (max-width: 63.99875em) {
  .member-hero.no-intro .hero-name {
    margin-top: 0;
  }
}

.member-hero.no-intro .hero-job {
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .member-hero.no-intro .hero-job {
    margin-top: 40px;
  }
}

.member-hero.no-intro .hero-text {
  padding-bottom: 130px;
}

@media print, screen and (max-width: 63.99875em) {
  .member-hero.no-intro .hero-text {
    padding-bottom: 0;
  }
}

.member-hero .hero-image {
  overflow: hidden;
  position: relative;
  padding-top: 114%;
  width: 100%;
  z-index: 1;
}

.member-hero .hero-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.member-hero .lines {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: -60px;
}

@media print, screen and (max-width: 39.99875em) {
  .member-hero .lines {
    top: 5px;
    width: 70px;
  }
}

.member-hero .hero-job {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #192C3B;
}

@media print, screen and (max-width: 39.99875em) {
  .member-hero .hero-job {
    font-size: 1rem;
  }
}

.member-hero .hero-social {
  margin: 12px 0 0 0;
  list-style: none;
}

.member-hero .hero-social li {
  display: inline-block;
}

.member-hero .hero-social li a {
  width: 48px;
  height: 48px;
  background-color: #EFEFEF;
  margin-right: 16px;
  display: table;
  font-size: 1rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.member-hero .hero-social li a i {
  color: #192C3B;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  height: 16px;
  width: 16px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.member-hero .hero-social li a:hover, .member-hero .hero-social li a:focus-visible {
  background-color: #07141F;
}

.member-hero .hero-social li a:hover i, .member-hero .hero-social li a:focus-visible i {
  color: #ffffff;
}

.member-hero .hero {
  margin-top: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .member-hero .hero {
    margin-top: 30px;
  }
}

.member-hero .hero .hero-intro {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #192C3B;
}

@media print, screen and (max-width: 74.99875em) {
  .member-hero .hero .hero-intro {
    margin-top: 20px;
  }
}

.member-bio {
  margin-top: 80px;
  position: relative;
  padding-bottom: 80px;
  z-index: -1;
}

@media print, screen and (max-width: 39.99875em) {
  .member-bio {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.member-bio.no-intro {
  margin-top: -100px;
}

@media print, screen and (max-width: 63.99875em) {
  .member-bio.no-intro {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}

.member-bio:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #EFEFEF;
  z-index: -1;
}

.member-bio .bio {
  background-color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #EFEFEF;
  padding-top: 80px;
  padding-bottom: 150px;
}

@media print, screen and (max-width: 74.99875em) {
  .member-bio .bio {
    padding-bottom: 100px;
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .member-bio .bio {
    padding: 80px 30px;
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .member-bio .bio {
    padding: 40px 20px 30px 20px;
  }
}

.member-bio .bio .bio-heading {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 700;
  color: #EFEFEF;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "martel", sans-serif;
}

@media print, screen and (max-width: 74.99875em) {
  .member-bio .bio .bio-heading {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .member-bio .bio .bio-heading {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

.member-bio .bio p {
  font-size: inherit;
  line-height: inherit;
}

.member-info {
  padding-bottom: 175px;
  background-color: #EFEFEF;
}

@media print, screen and (max-width: 74.99875em) {
  .member-info {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .member-info {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .member-info {
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .member-info .info {
    margin-top: 30px;
  }
  .member-info .info:first-child {
    margin-top: 0;
  }
}

.member-info .info .info-heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.36px;
  color: #192C3B;
  font-family: "martel", sans-serif;
}

@media print, screen and (max-width: 74.99875em) {
  .member-info .info .info-heading {
    font-size: 1.25rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .member-info .info .info-heading {
    font-size: 1.125rem;
  }
}

.member-info .info .info-investments {
  margin-top: 40px;
}

.member-info .info .info-investments .investment {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 20px 26px;
  color: #192C3B;
  display: inline-block;
  border: 2px solid #A5B7C4;
  border-radius: 8px;
  margin-right: 9px;
  margin-bottom: 12px;
  -webkit-transition: color 0.5s, background-color 0.5s, border 0.5s;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
}

.member-info .info .info-investments .investment:hover, .member-info .info .info-investments .investment:focus-visible {
  background-color: #1D67A7;
  color: #EFEFEF;
  border: 2px solid #1D67A7;
}

@media print, screen and (max-width: 74.99875em) {
  .member-info .info .info-investments .investment {
    font-size: 1.125rem;
    padding: 17px 20px 13px 20px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .member-info .info .info-investments .investment {
    font-size: 1rem;
    padding: 12px 15px 8px 15px;
  }
}

.member-info .info .info-tabs {
  border: none;
  background: transparent;
  margin-left: 60px;
}

@media print, screen and (max-width: 63.99875em) {
  .member-info .info .info-tabs {
    margin-left: 40px;
  }
}

.member-info .info .info-tabs .tabs-title:last-child a {
  margin-right: 0;
}

.member-info .info .info-tabs .tabs-title.is-active a:before, .member-info .info .info-tabs .tabs-title.is-active a:after {
  width: 100%;
}

.member-info .info .info-tabs .tabs-title a {
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #192C3B;
  margin-right: 35px;
  background: transparent !important;
  padding-bottom: 20px;
  position: relative;
}

.member-info .info .info-tabs .tabs-title a:before, .member-info .info .info-tabs .tabs-title a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #671523;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.member-info .info .info-tabs .tabs-title a:after {
  bottom: 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.member-info .info .info-tabs .tabs-title a#member-play-label:before, .member-info .info .info-tabs .tabs-title a#member-play-label:after, .member-info .info .info-tabs .tabs-title a#matt-play-label:before, .member-info .info .info-tabs .tabs-title a#matt-play-label:after, .member-info .info .info-tabs .tabs-title a#alex-play-label:before, .member-info .info .info-tabs .tabs-title a#alex-play-label:after {
  right: auto;
  left: 0;
}

.member-info .info .info-tabs-content {
  margin-top: 50px;
  border: none;
  background: transparent;
}

.member-info .info .info-tabs-content .tabs-panel {
  padding: 0;
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.member-info .info .info-tabs-content .tabs-panel.is-active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.member-info .info .info-tabs-content .tabs-panel.is-active .workplay-item .workplay-number .number-line {
  height: 46px;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item {
  margin-bottom: 24px;
  min-height: 50px;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(1) .workplay-number .number-line {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(2) .workplay-number .number-line {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(3) .workplay-number .number-line {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(4) .workplay-number .number-line {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(5) .workplay-number .number-line {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(6) .workplay-number .number-line {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(7) .workplay-number .number-line {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(8) .workplay-number .number-line {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(9) .workplay-number .number-line {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(10) .workplay-number .number-line {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(11) .workplay-number .number-line {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(12) .workplay-number .number-line {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(13) .workplay-number .number-line {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(14) .workplay-number .number-line {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(15) .workplay-number .number-line {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(16) .workplay-number .number-line {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(17) .workplay-number .number-line {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(18) .workplay-number .number-line {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(19) .workplay-number .number-line {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(20) .workplay-number .number-line {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(21) .workplay-number .number-line {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(22) .workplay-number .number-line {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(23) .workplay-number .number-line {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(24) .workplay-number .number-line {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(25) .workplay-number .number-line {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(26) .workplay-number .number-line {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(27) .workplay-number .number-line {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(28) .workplay-number .number-line {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(29) .workplay-number .number-line {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(30) .workplay-number .number-line {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(31) .workplay-number .number-line {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(32) .workplay-number .number-line {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(33) .workplay-number .number-line {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(34) .workplay-number .number-line {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(35) .workplay-number .number-line {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(36) .workplay-number .number-line {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(37) .workplay-number .number-line {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(38) .workplay-number .number-line {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(39) .workplay-number .number-line {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(40) .workplay-number .number-line {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(41) .workplay-number .number-line {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(42) .workplay-number .number-line {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(43) .workplay-number .number-line {
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(44) .workplay-number .number-line {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(45) .workplay-number .number-line {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(46) .workplay-number .number-line {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(47) .workplay-number .number-line {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(48) .workplay-number .number-line {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(49) .workplay-number .number-line {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item:nth-child(50) .workplay-number .number-line {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-number {
  width: 14.285714285%;
  color: #192C3B;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-number {
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-number {
    font-size: 1rem;
  }
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-number .number-line {
  content: '';
  position: absolute;
  top: -5px;
  right: calc(50% - 13px);
  width: 2px;
  height: 0;
  background-color: #671523;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-title {
  width: 28.571428571%;
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.27px;
}

@media print, screen and (max-width: 56.24875em) {
  .member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-title {
    width: 85.714285715%;
    font-size: 1rem;
  }
}

.member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-details {
  color: #192C3B;
  font-size: 1rem;
  font-weight: 400;
  line-height: 187.5%;
  letter-spacing: 0.24px;
}

@media print, screen and (max-width: 56.24875em) {
  .member-info .info .info-tabs-content .tabs-panel .workplay-item .workplay-details {
    padding-left: 14.285714285%;
    font-size: 0.9375rem;
  }
}

.member-footnote {
  padding-bottom: 80px;
  background-color: #EFEFEF;
}

@media print, screen and (max-width: 39.99875em) {
  .member-footnote {
    padding-bottom: 60px;
  }
}

.member-footnote .footnote {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 225%;
  color: #000000;
  text-align: center;
}

@media print, screen and (max-width: 39.99875em) {
  .member-footnote .footnote {
    line-height: 150%;
  }
}

.member-footnote .footnote p {
  line-height: inherit;
  font-size: inherit;
}

.founder-info {
  margin-top: 25px;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .founder-info {
    margin-bottom: 0;
  }
}

.founder-info .info {
  padding: 0 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .founder-info .info {
    display: none;
  }
}

.founder-info .info.alex {
  text-align: right;
}

@media print, screen and (max-width: 39.99875em) {
  .founder-info .info.alex {
    text-align: left;
  }
}

.founder-info .info.alex .founder-button {
  text-align: right;
}

@media print, screen and (max-width: 39.99875em) {
  .founder-info .info.alex .founder-button {
    text-align: left;
  }
}

.founder-info .info.is-loading .founder-button .founder-name {
  color: #192C3B;
}

.founder-info .info.is-loading .founder-button .founder-job {
  color: #192C3B;
}

.founder-info .info.is-loading .founder-social {
  opacity: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .founder-info .info.is-active {
    display: block;
  }
}

.founder-info .info.is-active .founder-button .founder-name {
  color: #192C3B;
}

.founder-info .info.is-active .founder-button .founder-job {
  color: #192C3B;
}

.founder-info .info.is-active .founder-social {
  opacity: 1;
}

.founder-info .info .founder-button {
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
  text-align: initial;
  cursor: pointer;
}

.founder-info .info .founder-button .founder-name {
  color: #727396;
  font-size: clamp(1.75rem, 4vw, 4.0625rem);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.founder-info .info .founder-button .founder-job {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #727396;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media print, screen and (max-width: 39.99875em) {
  .founder-info .info .founder-button .founder-job {
    font-size: 1rem;
  }
}

.founder-info .info .founder-social {
  margin: 12px 0 0 0;
  list-style: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.founder-info .info .founder-social li {
  display: inline-block;
}

.founder-info .info .founder-social li a {
  width: 48px;
  height: 48px;
  background-color: #EFEFEF;
  margin-right: 16px;
  display: table;
  font-size: 1rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.founder-info .info .founder-social li a i {
  color: #192C3B;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  height: 16px;
  width: 16px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.founder-info .info .founder-social li a:hover, .founder-info .info .founder-social li a:focus-visible {
  background-color: #07141F;
}

.founder-info .info .founder-social li a:hover i, .founder-info .info .founder-social li a:focus-visible i {
  color: #ffffff;
}

.founder-tabs {
  border: none;
  background: transparent;
  padding: 0;
}

.founder-tabs .tabs-title {
  width: 20%;
  padding: 0 10px;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.founder-tabs .tabs-title.is-loading {
  width: 50%;
}

.founder-tabs .tabs-title.is-loading a .founder-tabs-image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -o-object-position: 31% 50%;
     object-position: 31% 50%;
}

.founder-tabs .tabs-title.is-active {
  width: 80%;
}

.founder-tabs .tabs-title.is-active a .founder-tabs-image img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -o-object-position: 31% 50%;
     object-position: 31% 50%;
}

.founder-tabs .tabs-title.alex a .founder-tabs-image img {
  -o-object-position: 72% 50%;
     object-position: 72% 50%;
}

.founder-tabs .tabs-title a {
  padding: 0;
  display: table;
  width: 100%;
}

.founder-tabs .tabs-title a .founder-tabs-image {
  position: relative;
  min-height: 525px;
}

@media print, screen and (max-width: 74.99875em) {
  .founder-tabs .tabs-title a .founder-tabs-image {
    min-height: 445px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .founder-tabs .tabs-title a .founder-tabs-image {
    min-height: 345px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .founder-tabs .tabs-title a .founder-tabs-image {
    min-height: 275px;
  }
}

.founder-tabs .tabs-title a .founder-tabs-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -o-object-position: 31% 50%;
     object-position: 31% 50%;
  -webkit-transition: object-position 1s, -webkit-filter 1s;
  transition: object-position 1s, -webkit-filter 1s;
  transition: filter 1s, object-position 1s;
  transition: filter 1s, object-position 1s, -webkit-filter 1s, -o-object-position 1s;
}

.founder-tabs-content {
  border: none;
  background: transparent;
  padding: 0;
}

.founder-tabs-content .tabs-panel {
  padding: 0;
}

.founder-tabs-content .tabs-panel .member-hero {
  margin-top: 0;
}

.founder-tabs-content .tabs-panel .member-hero .hero .hero-intro {
  text-align: center;
}

.m-hero {
  padding-top: 75px;
  padding-bottom: 115px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .m-hero {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-hero {
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.m-hero .criteria-button {
  position: absolute;
  right: 0;
  top: 100px;
  background-color: #671523;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 32px 19px 42px;
  border-radius: 8px 0px 0px 8px;
  color: #ffffff;
}

@media print, screen and (max-width: 56.24875em) {
  .m-hero .criteria-button {
    padding: 15px 20px 10px 35px;
    top: 20px;
    font-size: 0.9375rem;
  }
}

.m-hero .criteria-button i {
  position: absolute;
  left: 30px;
  top: calc(50% - 7px);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media print, screen and (max-width: 56.24875em) {
  .m-hero .criteria-button i {
    left: 25px;
  }
}

.m-hero .criteria-button:hover i, .m-hero .criteria-button:focus i {
  left: 25px;
}

@media print, screen and (max-width: 56.24875em) {
  .m-hero .criteria-button:hover i, .m-hero .criteria-button:focus i {
    left: 20px;
  }
}

.m-hero .hero .hero-subheading {
  font-size: 1.125rem;
  color: #192C3B;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  .m-hero .hero .hero-subheading {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-hero .hero .hero-subheading {
    font-size: 0.8rem;
  }
}

.m-hero .hero .hero-explainer {
  position: relative;
  padding-left: 40px;
}

@media print, screen and (max-width: 63.99875em) {
  .m-hero .hero .hero-explainer {
    margin-top: 40px;
  }
}

.m-hero .hero .hero-explainer .lines {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: calc(100% + 10px);
}

.m-hero .hero .hero-explainer .hero-explainer-heading {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #192C3B;
}

@media print, screen and (max-width: 63.99875em) {
  .m-hero .hero .hero-explainer .hero-explainer-heading {
    font-size: 1.25rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-hero .hero .hero-explainer .hero-explainer-heading {
    font-size: 1.125rem;
  }
}

.m-hero .hero .hero-explainer .hero-explainer-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #192C3B;
}

@media print, screen and (max-width: 63.99875em) {
  .m-hero .hero .hero-explainer .hero-explainer-text {
    font-size: 1.125rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-hero .hero .hero-explainer .hero-explainer-text {
    font-size: 1rem;
  }
}

.m-intro {
  padding-top: 180px;
  padding-bottom: 120px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.m-intro .intro-heading {
  margin-bottom: 120px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-intro .intro-heading {
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-intro .intro-heading {
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-intro .intro-heading {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-intro .section-title {
    margin-bottom: 30px;
  }
}

.m-intro.blue {
  background-color: #5c6f82;
}

.m-intro.blue .intro .intro-heading {
  color: #ffffff;
}

.m-intro.blue .intro .section-title {
  color: #ffffff;
}

.m-intro.blue .intro .intro-content {
  color: #ffffff;
}

.m-intro.blue .intro .intro-link {
  margin-top: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .m-intro.blue .intro .intro-link {
    margin-top: 30px;
  }
}

.m-testimonial {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  overflow: hidden;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-testimonial {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.m-testimonial .testimonial-heading .lines {
  position: absolute;
  z-index: 2;
  top: -20px;
}

.m-testimonial .testimonial-heading .h3 {
  color: #192C3B;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
  left: 50px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial .testimonial-heading .h3 {
    left: 0;
    padding-left: 50px;
  }
}

.m-testimonial .testimonial-slider {
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .m-testimonial .testimonial-slider {
    overflow: initial;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-testimonial .testimonial-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    background-color: #EFEFEF;
    width: 200vw;
    height: 100vh;
  }
}

.m-testimonial .testimonial-slider .swiper-navigation {
  position: absolute;
  right: 55px;
  top: 70px;
  z-index: 1;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial .testimonial-slider .swiper-navigation {
    right: 30px;
    top: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-testimonial .testimonial-slider .swiper-navigation {
    right: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.m-testimonial .testimonial-slider .swiper-navigation .swiper-nav-button {
  color: #192C3B;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  cursor: pointer;
}

.m-testimonial .testimonial-slider .swiper-navigation .swiper-nav-button.swiper-next {
  margin-left: 30px;
}

.m-testimonial .testimonial-slider .swiper-navigation .swiper-nav-button.swiper-next i {
  margin-left: 10px;
  margin-right: 0;
}

.m-testimonial .testimonial-slider .swiper-navigation .swiper-nav-button i {
  font-size: 1.125rem;
  margin-right: 10px;
  color: #192C3B;
  line-height: 1;
  position: relative;
  top: 3px;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-image .image {
  position: relative;
  z-index: 1;
  height: calc(100% - 75px);
  -webkit-box-shadow: 18px 23px 28px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 18px 23px 28px 0px rgba(0, 0, 0, 0.13);
}

.m-testimonial .testimonial-slider .testimonial .testimonial-image .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text {
  background-color: #EFEFEF;
  padding: 165px 55px 75px 70px;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text {
    padding: 75px 30px 30px 30px;
  }
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .testimonial-video {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #192C3B;
  padding: 10px 16px 6px 35px;
  background-color: #ffffff;
  position: relative;
  border-radius: 100px;
  top: -90px;
  cursor: pointer;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text .testimonial-video {
    top: -45px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text .testimonial-video {
    top: 0px;
    margin-bottom: 20px;
  }
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .testimonial-video:hover {
  color: #ffffff;
  background-color: #1D67A7;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .testimonial-video:hover i {
  color: #ffffff;
  -webkit-transform: none;
          transform: none;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .testimonial-video i {
  position: absolute;
  left: 15px;
  top: calc(50% - 7px);
  width: initial;
  display: table;
  color: #192C3B;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .quote {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text .quote {
    font-size: 1.25rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text .quote {
    font-size: 1.125rem;
  }
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .quote p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .author {
  margin-top: 30px;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .author .author-image .image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
}

@media print, screen and (max-width: 63.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text .author .author-image .image {
    height: 40px;
    width: 40px;
  }
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .author .author-image .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text .author .author-name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (max-width: 63.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text .author .author-name {
    font-size: 1rem;
  }
}

.m-testimonial .testimonial-slider .testimonial .testimonial-text:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 95px;
  height: 100%;
  background-color: #EFEFEF;
}

@media print, screen and (max-width: 63.99875em) {
  .m-testimonial .testimonial-slider .testimonial .testimonial-text:before {
    display: none;
  }
}

.m-testimonial .testimonial-footnote .footnote {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  text-align: center;
}

.m-testimonial .testimonial-footnote .footnote p {
  line-height: inherit;
  font-size: inherit;
}

.m-testimonial.blue {
  background-color: #192C3B;
}

.m-testimonial.blue .testimonial-slider:before {
  display: none;
}

.m-testimonial.blue .testimonial-slider .swiper-navigation {
  right: 16.666666667%;
  top: 0;
}

@media print, screen and (max-width: 56.24875em) {
  .m-testimonial.blue .testimonial-slider .swiper-navigation {
    right: 0;
  }
}

.m-testimonial.blue .testimonial-slider .swiper-navigation .swiper-nav-button {
  color: #EFEFEF;
}

.m-testimonial.blue .testimonial-slider .swiper-navigation .swiper-nav-button i {
  color: #EFEFEF;
}

.m-testimonial.blue .testimonial-slider .testimonial .testimonial-text {
  padding: 105px 0px 0px 0px;
  background-color: transparent;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial.blue .testimonial-slider .testimonial .testimonial-text {
    padding: 75px 30px 30px 30px;
  }
}

.m-testimonial.blue .testimonial-slider .testimonial .testimonial-text:before {
  display: none;
}

.m-testimonial.blue .testimonial-slider .testimonial .testimonial-text .quote {
  color: #EFEFEF;
}

.m-testimonial.blue .testimonial-slider .testimonial .testimonial-text .author .author-name {
  color: #EFEFEF;
}

.m-testimonial.casestudy {
  background-color: #EFEFEF;
  padding: 0;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial.casestudy {
    padding-top: 30px;
  }
}

.m-testimonial.casestudy .testimonial-footnote {
  padding-bottom: 80px;
}

@media print, screen and (max-width: 39.99875em) {
  .m-testimonial.casestudy .testimonial-footnote {
    padding-bottom: 60px;
  }
}

.m-testimonial.casestudy .testimonial-slider {
  overflow: hidden;
}

.m-testimonial.casestudy .testimonial-slider .testimonial .testimonial-text {
  padding: 165px 0 110px 0;
  position: relative;
}

@media print, screen and (max-width: 74.99875em) {
  .m-testimonial.casestudy .testimonial-slider .testimonial .testimonial-text {
    padding: 75px 0 75px 0;
  }
}

.m-text {
  background-color: #EFEFEF;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.m-text .text-heading {
  margin-bottom: 70px;
}

@media print, screen and (max-width: 63.99875em) {
  .m-text .text-heading {
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-text .text-heading {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-text .section-title {
    margin-top: 30px;
  }
}

.m-text .text-video {
  padding-left: 60px;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .m-text .text-video {
    margin-top: 30px;
  }
}

.m-text .text-video .video-caption {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 134.3%;
  background-color: #ffffff;
  padding: 35px;
  width: 80%;
  position: absolute;
  top: calc(100% - 30px);
  right: -20%;
}

@media print, screen and (max-width: 63.99875em) {
  .m-text .text-video .video-caption {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -35px;
    padding: 30px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-text .text-video .video-caption {
    right: 60px;
    padding: 20px 25px;
  }
}

.m-text .text-video .video-caption p {
  font-size: inherit;
  line-height: inherit;
}

.m-text .text-video .lines {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: -28px;
}

.m-text .text-video .image {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.m-text .text-video .image:hover img, .m-text .text-video .image:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.m-text .text-video .image i {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  font-size: 5rem;
}

@media print, screen and (max-width: 63.99875em) {
  .m-text .text-video .image i {
    font-size: 3.75rem;
  }
}

.m-text .text-video .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.m-text .text-content {
  margin-top: 70px;
}

@media print, screen and (max-width: 63.99875em) {
  .m-text .text-content {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-text .text-content {
    margin-top: 30px;
  }
}

.m-text.home .text-heading {
  margin-bottom: 70px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-text.home .text-heading {
    margin-bottom: 40px;
  }
}

.m-text.home .text-image {
  padding-right: 60px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-text.home .text-image {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-text.home .text-image {
    padding: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-text.home .lines {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
  }
}

.m-text.home .section-title {
  margin-top: 30px;
  position: relative;
}

.m-text.home .section-title .lines {
  position: absolute;
  z-index: 2;
  top: 0;
  right: calc(100% + 20px);
}

.m-text.home .text-content {
  margin-top: 70px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-text.home .text-content {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-text.home .text-content {
    margin-top: 30px;
  }
}

.m-text.home .text-link {
  margin-top: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .m-text.home .text-link {
    margin-top: 30px;
  }
}

.m-cta {
  background-color: #07141F;
  padding-top: 160px;
  padding-bottom: 160px;
}

@media print, screen and (max-width: 74.99875em) {
  .m-cta {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .m-cta {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .m-cta {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.m-cta .cta {
  display: table;
  z-index: 2;
  position: relative;
}

.m-cta .cta:hover .cta-heading, .m-cta .cta:focus .cta-heading {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.m-cta .cta:hover .cta-subheading, .m-cta .cta:focus .cta-subheading {
  color: #EFEFEF;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.m-cta .cta .cta-subheading {
  font-family: "martel sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #A5B7C4;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 25px;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.m-cta .cta .cta-heading {
  font-family: "martel", sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 7vw, 6.125rem);
  line-height: 1;
  color: #EFEFEF;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.m-cta .menu-footer {
  margin: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .m-cta .menu-footer {
    margin-top: 60px;
  }
}

.m-cta .menu-footer li a {
  color: #EFEFEF;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  display: table;
  position: relative;
  padding: 16px 0;
}

@media print, screen and (max-width: 39.99875em) {
  .m-cta .menu-footer li a {
    font-size: 1rem;
  }
}

.m-cta .menu-footer li a .line {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 7px;
}

.m-cta .menu-footer li a .line:after {
  background-color: #671523;
  width: 0;
  position: absolute;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

@media print, screen and (min-width: 56.25em) {
  .m-cta .menu-footer li a:hover .line:after, .m-cta .menu-footer li a:focus .line:after {
    width: 100%;
  }
}

.m-cta .menu-footer li.current-menu-item a .line:after {
  width: 100%;
}
