@charset "UTF-8";

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

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

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

.foundation-mq {
  font-family: "small=0em&medium=43.75em&large=64em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-container {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

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

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

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

@media screen and (min-width: 75em) {
  .grid-container.fluid {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

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

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

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

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

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

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

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

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

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

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

@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 {
    flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .xxlarge-12,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-shrink {
    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: -2.5rem;
  margin-right: -2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 2rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.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: 43.75em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 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% - 5rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2rem);
  }

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

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

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

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

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

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

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

.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: 43.75em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 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: 43.75em) {
  .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: 43.75em) {
  .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: 43.75em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 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: 43.75em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
    flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .xxlarge-12,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-shrink {
    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: -2.5rem;
  margin-bottom: -2.5rem;
}

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

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

@media screen and (min-width: 75em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

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

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

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

@media screen and (min-width: 75em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

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

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 2rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    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;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 2rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }

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

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

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

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

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

.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 43.74875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 43.75em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 43.75em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 43.74875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 43.74875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@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;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #15182B;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
  outline: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button:focus {
  outline: none;
}

.fixed {
  overflow: hidden;
}

a.disabled {
  pointer-events: none;
}

@media print, screen and (max-width: 43.74875em) {
  main {
    overflow-x: hidden;
  }
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/wp-content/themes/Pantera/assets/fonts/IBMPlexMono-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/wp-content/themes/Pantera/assets/fonts/IBMPlexMono-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeoGramCondensed";
  src: url("/wp-content/themes/Pantera/assets/fonts/NeoGramCondensed-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeoGramCondensed";
  src: url("/wp-content/themes/Pantera/assets/fonts/NeoGramCondensed-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeoGramExtended";
  src: url("/wp-content/themes/Pantera/assets/fonts/NeoGramExtended-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.heading.h1 {
  line-height: 1;
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.27rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .heading.h1 {
    font-size: 7.2rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .heading.h1 {
    font-size: 4rem;
  }
}

.heading.h2 {
  line-height: 1;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: -0.24rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .heading.h2 {
    font-size: 6rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .heading.h2 {
    font-size: 3.5rem;
  }
}

.heading.h3 {
  line-height: 1;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.18rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .heading.h3 {
    font-size: 4.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .heading.h3 {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.heading.h4 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .heading.h4 {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .heading.h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.heading.h5 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .heading.h5 {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .heading.h5 {
    font-size: 1.5rem;
  }
}

.body-big {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
}

@media print, screen and (max-width: 63.99875em) {
  .body-big {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .body-big {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.body-small {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.015rem;
  font-family: "NeoGramCondensed";
}

@media print, screen and (max-width: 43.74875em) {
  .body-small {
    line-height: 1.3;
  }
}

.body-normal {
  line-height: 24px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.cta-link {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

@media print, screen and (max-width: 43.74875em) {
  .cta-link {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.banner-title {
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 43.74875em) {
  .banner-title {
    line-height: 1.25;
    font-size: 1.2rem;
  }
}

.btn {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

@media print, screen and (max-width: 43.74875em) {
  .btn {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.btn.default,
.btn.light,
.btn.subscribe,
.btn.transparent {
  border: 1px solid #15182B;
  transition: background-color 0.3s ease;
}

.btn.default:hover,
.btn.light:hover,
.btn.subscribe:hover,
.btn.transparent:hover {
  background-color: #E9B737;
}

.btn.default {
  background-color: #fff;
}

.btn.light {
  background-color: #EEE;
}

.btn.subscribe {
  background-color: #E9B737;
}

.btn.subscribe:hover {
  background-color: #fff;
}

.btn.dark {
  color: #fff;
  background-color: #15182B;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.btn.dark:hover {
  color: #E9B737;
  border-color: #E9B737;
}

.btn.disabled {
  color: #C4C4C4;
  border: 1px solid #C4C4C4;
}

.btn.transparent {
  background: unset;
}

.cta {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
}

@media print, screen and (max-width: 43.74875em) {
  .cta {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.cta.default:hover {
  color: #E9B737;
}

.cta.active {
  padding-bottom: 5px;
  border-bottom: 1px solid #15182B;
}

.cta.active:hover {
  color: #E9B737;
  border-color: #E9B737;
}

.cta.dropdown:after {
  content: "\2B0E";
  top: 5px;
  right: -15px;
  position: absolute;
}

.cta .link-arrow {
  width: 70px;
  stroke: #15182B;
  overflow: hidden;
  fill: transparent;
  vertical-align: middle;
}

.cta .link-arrow-group {
  transform: translateX(-20px);
  transition: transform 0.2s ease;
}

.cta .link-arrow-group .arrow-point {
  transform: translateX(20px);
}

.cta:hover .link-arrow-group,
.cta.hovered .link-arrow-group {
  transform: translateX(0);
}

.cta:hover .link-arrow-group .arrow-point,
.cta.hovered .link-arrow-group .arrow-point {
  transform: translateX(20px);
}

.menu-item a {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media print, screen and (max-width: 43.74875em) {
  .menu-item a {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.menu-item a:hover {
  color: #E9B737;
}

.menu-item a.current-menu-item,
.menu-item a.active,
.menu-item a:active {
  border-bottom: 1px solid #15182B;
}

.menu-item a.current-menu-item:hover,
.menu-item a.active:hover,
.menu-item a:active:hover {
  color: #E9B737;
  border-color: #E9B737;
}

.bottom-to-top {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1200ms cubic-bezier(0.34, 0.41, 0.03, 1);
}

.bottom-to-top.in-viewport {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 100ms;
}

.delay-2 {
  transition-delay: 200ms;
}

.delay-3 {
  transition-delay: 300ms;
}

.delay-4 {
  transition-delay: 400ms;
}

.delay-5 {
  transition-delay: 500ms;
}

.delay-6 {
  transition-delay: 600ms;
}

.delay-7 {
  transition-delay: 700ms;
}

.delay-8 {
  transition-delay: 800ms;
}

.delay-9 {
  transition-delay: 900ms;
}

.delay-10 {
  transition-delay: 1000ms;
}

.delay-11 {
  transition-delay: 1100ms;
}

.delay-12 {
  transition-delay: 1200ms;
}

.delay-13 {
  transition-delay: 1300ms;
}

.delay-14 {
  transition-delay: 1400ms;
}

.delay-15 {
  transition-delay: 1500ms;
}

.delay-16 {
  transition-delay: 1600ms;
}

.delay-17 {
  transition-delay: 1700ms;
}

.delay-18 {
  transition-delay: 1800ms;
}

.delay-19 {
  transition-delay: 1900ms;
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wysiwyg-content h1 {
  line-height: 1;
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.27rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h1 {
    font-size: 7.2rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h1 {
    font-size: 4rem;
  }
}

.wysiwyg-content h2 {
  line-height: 1;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: -0.24rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h2 {
    font-size: 6rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h2 {
    font-size: 3.5rem;
  }
}

.wysiwyg-content h3 {
  line-height: 1;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.18rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h3 {
    font-size: 4.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h3 {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.wysiwyg-content h4 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h4 {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.wysiwyg-content h5 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h5 {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h5 {
    font-size: 1.5rem;
  }
}

.wysiwyg-content h6 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h6 {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h6 {
    font-size: 1.5rem;
  }
}

.wysiwyg-content p,
.wysiwyg-content li {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content p,
  .wysiwyg-content li {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content p,
  .wysiwyg-content li {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.wysiwyg-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wysiwyg-content ul {
  list-style: none;
}

.wysiwyg-content hr {
  border-top: 1px solid #15182B;
}

.wysiwyg-content ol {
  padding-left: 20px;
}

.wysiwyg-content ol li {
  padding-left: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content ol li {
    padding-left: 50px;
  }
}

.wysiwyg-content ol li::marker {
  font-size: 2rem;
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content ol li::marker {
    font-size: 1.8rem;
  }
}

.wysiwyg-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.wysiwyg-content a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

.wysiwyg-content a.remove-after:after {
  height: 0;
}

.wysiwyg-content table {
  border-collapse: collapse;
}

.wysiwyg-content table tbody tr:first-child {
  border-top: 1px solid #15182B;
}

.wysiwyg-content table tbody tr:first-child td {
  padding: 10px;
}

.wysiwyg-content table tbody tr:first-child td:first-child {
  padding-left: 0;
}

.wysiwyg-content table tbody tr:first-child td:last-child {
  padding-right: 0;
}

.wysiwyg-content table tbody tr {
  border-bottom: 1px solid #15182B;
}

.wysiwyg-content table tbody tr td {
  padding: 20px 10px;
}

.wysiwyg-content table tbody tr td:first-child {
  padding-left: 0;
}

.wysiwyg-content table tbody tr td:last-child {
  padding-right: 0;
}

.wysiwyg-content .cta-link {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content .cta-link {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.hamburger-menu {
  width: 28px;
  cursor: pointer;
  margin-top: 14px;
  position: relative;
}

.hamburger-menu.is-active .hamburger-icon {
  top: 16px;
  background: #fff;
  transform: rotate(45deg) translate(-3px, -3px);
}

.hamburger-menu.is-active .hamburger-icon:before,
.hamburger-menu.is-active .hamburger-icon:after {
  top: 0;
  background: #fff;
}

.hamburger-menu.is-active .hamburger-icon:before {
  transform: rotate(90deg);
}

.hamburger-menu .hamburger-icon {
  top: 7px;
}

.hamburger-menu .hamburger-icon:before {
  top: -7px;
}

.hamburger-menu .hamburger-icon:after {
  top: 7px;
}

.hamburger-menu .hamburger-icon,
.hamburger-menu .hamburger-icon:before,
.hamburger-menu .hamburger-icon:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #15182B;
  transition: 0.3s ease;
}

@-webkit-keyframes growDown {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-20deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@keyframes growDown {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-20deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.desktop-navigation .menu-item:not(:last-child) {
  margin-right: 10px;
}

.desktop-navigation .menu-item:hover .sub-menu {
  display: block;
  pointer-events: unset;
  transform-origin: top center;
  transition: all 250ms linear;
  -webkit-animation: growDown 300ms ease-in-out forwards;
          animation: growDown 300ms ease-in-out forwards;
}

.desktop-navigation .menu-item a:hover {
  border: none;
}

.desktop-navigation .menu-item.menu-item-has-children {
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .desktop-navigation .menu-item.menu-item-has-children:last-child .sub-menu {
    left: unset;
    right: -5px;
  }

  .desktop-navigation .menu-item.menu-item-has-children:last-child .sub-menu .menu-item:first-child:before {
    right: 38px;
    left: unset;
  }
}

.desktop-navigation .menu-item.menu-item-has-children:hover {
  color: #E9B737;
}

.desktop-navigation .menu-item.menu-item-has-children svg {
  display: inline;
}

.desktop-navigation .menu-item.menu-item-has-children .sub-menu .current-menu-item a {
  border-bottom: 1px solid #15182B;
}

.desktop-navigation .menu-item.menu-item-has-children .sub-menu svg {
  display: none;
}

.desktop-navigation .menu-item svg {
  display: none;
  margin-left: 10px;
}

.desktop-navigation .menu-item .sub-menu {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  top: 40px;
  left: -50%;
  padding: 0;
  display: none;
  min-width: 195px;
  margin-left: -25px;
  position: absolute;
  pointer-events: none;
  background-color: #EEE;
  box-shadow: 0 0 10px rgba(21, 24, 43, 0.2);
  transition: all 250ms ease-in-out;
}

@media print, screen and (max-width: 43.74875em) {
  .desktop-navigation .menu-item .sub-menu {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.desktop-navigation .menu-item .sub-menu:before {
  top: -20px;
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
}

.desktop-navigation .menu-item .sub-menu .menu-item {
  left: 0;
  margin-right: 0;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  border: 1px solid #15182B;
  border-bottom: 0;
  transition: 0.3s ease;
}

.desktop-navigation .menu-item .sub-menu .menu-item:first-child:before {
  left: 50%;
  top: -20px;
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #15182B;
}

.desktop-navigation .menu-item .sub-menu .menu-item:last-child {
  border-bottom: 1px solid #15182B;
}

.desktop-navigation .menu-item .sub-menu .menu-item a {
  color: #15182B;
  padding: 5px 0;
  transition: all 250ms linear;
}

.desktop-navigation .menu-item .sub-menu .menu-item:hover {
  color: #15182B;
  background-color: #E9B737;
}

.mobile-menu-content .menu-item:hover {
  color: #E9B737;
}

.mobile-menu-content .menu-item:hover a {
  border: 0;
}

.mobile-menu-content .menu-item svg {
  display: none;
}

.mobile-menu-content .menu-item.current-menu-item .sub-menu {
  pointer-events: unset;
  transition: all 250ms linear;
}

.mobile-menu-content .menu-item.menu-item-has-children.open svg {
  display: none;
}

.mobile-menu-content .menu-item.menu-item-has-children.open svg:first-child {
  display: inline;
}

.mobile-menu-content .menu-item.menu-item-has-children.open .sub-menu svg {
  display: none;
}

.mobile-menu-content .menu-item.menu-item-has-children .sub-menu svg {
  display: none;
}

.mobile-menu-content .menu-item.menu-item-has-children svg {
  display: inline;
}

.mobile-menu-content .menu-item.menu-item-has-children svg:first-child {
  display: none;
  color: #E9B737;
  margin: 0 18px 3px 0;
}

.mobile-menu-content .menu-item a {
  font-size: 2rem;
  line-height: 1.2;
}

.mobile-menu-content .menu-item .sub-menu {
  padding: 0;
  text-align: center;
  transition: all 250ms ease-in-out;
}

.mobile-menu-content .menu-item .sub-menu .menu-item {
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  left: 0;
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #15182B;
  border-bottom: 0;
  text-transform: uppercase;
}

@media print, screen and (max-width: 43.74875em) {
  .mobile-menu-content .menu-item .sub-menu .menu-item {
    line-height: 1.75;
    font-size: 2rem;
    letter-spacing: 1.6px;
  }
}

.mobile-menu-content .menu-item .sub-menu .menu-item.current-menu-item a {
  color: #E9B737;
}

.mobile-menu-content .menu-item .sub-menu .menu-item a {
  color: #636363;
  transition: all 250ms linear;
}

.mobile-menu-content .menu-item .sub-menu .menu-item:hover a {
  color: #E9B737;
}

.text-card {
  height: 100%;
  padding: 25px 0 35px;
  border-top: 1px solid #15182B;
  border-bottom: 1px solid #15182B;
}

.text-card .title h5.heading {
  color: #15182B;
}

.text-card .description {
  margin-top: 30px;
}

.cta-card .cta-link:hover .link-arrow-group {
  transform: translateX(0);
}

.cta-card .cta-card-container {
  height: 200px;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 20px 0;
  border-top: 1px solid #15182B;
  justify-content: space-between;
  border-bottom: 1px solid #15182B;
}

.cta-card .cta-card-container .title h5.heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media print, screen and (max-width: 63.99875em) {
  .cta-card .cta-card-container .title h5.heading {
    -webkit-line-clamp: 3;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .cta-card .cta-card-container .title h5.heading {
    -webkit-line-clamp: 4;
  }
}

.cta-card .cta-card-container .type p.cta-link {
  overflow: hidden;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cta-card .cta-card-container .bottom {
  display: flex;
  justify-content: space-between;
}

.cta-card .cta-card-container .cta-container {
  display: flex;
  align-items: center;
}

.fund:hover .link-arrow-group {
  transform: translateX(0);
}

.fund:last-child .fund-container {
  border-bottom: 1px solid #15182B;
}

.fund .fund-container {
  padding: 45px 0 45px 20px;
  border-top: 1px solid #15182B;
  transition: all 0.3s ease;
}

@media print, screen and (max-width: 43.74875em) {
  .fund .fund-container {
    padding: 30px 10px;
  }
}

.fund .fund-container:hover {
  background: #E9B737;
}

.fund .fund-container .cell:not(:nth-child(2)) {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 43.75em) {
  .fund .fund-container .cell:not(:last-child) {
    padding-right: 20px;
  }
}

.fund .fund-container .cell:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (max-width: 43.74875em) {
  .fund .fund-container .cell:nth-child(3) {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .fund .fund-container .cell:last-child {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
  }
}

.hero-navigation {
  max-width: 200px;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-navigation {
    max-width: unset;
    margin-top: 105px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .hero-navigation {
    margin-top: 35px;
  }
}

.hero-navigation .navigation-section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #15182B;
}

.hero-navigation .navigation-section:last-child {
  border-bottom: 1px solid #15182B;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-navigation .navigation-section {
    text-align: center;
  }

  .hero-navigation .navigation-section:nth-child(n+3) {
    border-bottom: 1px solid #15182B;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .hero-navigation .navigation-section:nth-child(n+3) {
    border-bottom: unset;
  }

  .hero-navigation .navigation-section:last-child {
    border-bottom: 1px solid #15182B;
  }
}

.image-card {
  margin-top: 40px;
  border-bottom: 1px solid #15182B;
}

@media print, screen and (max-width: 43.74875em) {
  .image-card {
    margin-top: 20px;
  }
}

.image-card .image {
  position: relative;
}

.image-card .image:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 55.205811138%;
}

.image-card .image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-card .bottom-section {
  height: 200px;
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  justify-content: space-between;
}

.image-card .bottom-section .title h5.heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.image-card .bottom-section .information-container {
  display: flex;
  justify-content: space-between;
}

.image-card .bottom-section .cta-container {
  margin: auto 0;
}

.contact-social-icons {
  display: flex;
}

@media print, screen and (max-width: 43.74875em) {
  .contact-social-icons {
    margin-top: 20px;
  }
}

.contact-social-icons > div:not(:first-child) {
  margin-left: 40px;
}

@media print, screen and (max-width: 63.99875em) {
  .contact-social-icons > div:not(:first-child) {
    margin-left: 20px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .contact-social-icons > div:not(:first-child) {
    margin-left: 30px;
  }
}

.contact-social-icons a:hover svg path {
  fill: #E9B737;
}

.contact-social-icons a svg {
  height: 30px;
}

.contact-social-icons a svg path {
  transition: fill 0.3s ease;
}

.blockquote {
  display: flex;
  min-height: 500px;
  text-align: center;
  align-items: center;
  background-color: #F5F5F5;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .blockquote .title {
    font-size: 4.8rem;
  }
}

.blockquote .btn,
.blockquote .description {
  margin-top: 60px;
}

.blockquote .btn {
  max-width: 195px;
}

@media print, screen and (max-width: 63.99875em) {
  .blockquote .btn {
    max-width: 215px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .blockquote {
    min-height: 420px;
  }

  .blockquote .btn,
  .blockquote .description {
    margin-top: 60px;
  }
}

.portfolio-category-posts {
  padding-top: 220px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-category-posts {
    padding-top: 110px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-category-posts {
    padding-top: 100px;
  }
}

.portfolio-category-posts:first-child {
  margin-top: 0;
  padding-top: 130px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-category-posts:first-child {
    padding-top: 60px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-category-posts:first-child {
    padding-top: 60px;
  }
}

.portfolio-category-posts:last-child {
  padding-bottom: 115px;
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-category-posts:last-child {
    padding-bottom: 80px;
  }
}

.portfolio-category-posts .cta-link {
  cursor: pointer;
  margin: 60px 22px 0 0;
  transition: color 0.3s ease;
}

.portfolio-category-posts .cta-link:hover {
  color: #E9B737;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-category-posts .cta-link {
    margin: 95px 20px 0 0;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-category-posts .cta-link {
    margin: 50px 20px 0 0;
  }
}

.portfolio-category-posts .cta-link.is-active {
  border-bottom: 1px solid #15182B;
}

.portfolio-category-posts .cta-link.is-active:hover {
  color: #E9B737;
  border-bottom: 1px solid #E9B737;
}

.portfolio-category-posts .category-title {
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-category-posts .category-title .heading {
    font-size: 6rem;
  }
}

.portfolio-category-posts .category-posts {
  margin-top: 30px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-category-posts .category-posts {
    margin-top: 35px;
  }
}

.portfolio-category-posts .category-posts.category-without-filters {
  margin-top: 110px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-category-posts .category-posts.category-without-filters {
    margin-top: 150px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-category-posts .category-posts.category-without-filters {
    margin-top: 90px;
  }
}

.portfolio-category-posts .category-posts .card-post {
  height: 90px;
  cursor: pointer;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #15182B;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.portfolio-category-posts .category-posts .card-post:hover {
  background-color: #E9B737;
}

@media print, screen and (max-width: 63.99875em) {
  .portfolio-category-posts .category-posts .card-post {
    height: 60px;
  }
}

.portfolio-category-posts .category-posts .card-post .heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.portfolio-category-posts .category-posts .category-empty {
  margin-top: 50px;
}

.navigation {
  top: 0;
  width: 100%;
  position: relative;
  height: 88px;
  z-index: 20;
  transition: 0.3s ease;
}

@media print, screen and (max-width: 43.74875em) {
  .navigation {
    height: 40px;
  }
}

.navigation .desktop-navigation .nav-logo {
  width: 88px;
  color: #15182B;
  cursor: pointer;
}

.navigation .desktop-navigation .nav-logo svg path.background {
  fill: #15182B;
  transition: fill 0.3s ease;
}

.navigation .desktop-navigation .nav-logo:active svg path.background,
.navigation .desktop-navigation .nav-logo:hover svg path.background {
  fill: #E9B737;
}

.navigation .desktop-navigation .menu-list-container {
  height: 100%;
  display: flex;
  align-items: center;
}

@media print, screen and (max-width: 74.99875em) {
  .navigation .desktop-navigation .menu-list-container {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .navigation .desktop-navigation .menu-list-container {
    width: 100%;
    height: 100vh;
    display: block;
    background-color: #15182B;
    padding: 0 -35px 0 -35px;
  }
}

.navigation .desktop-navigation .menu-list-container .menu-list {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
}

@media print, screen and (max-width: 43.74875em) {
  .navigation .desktop-navigation .menu-list-container .menu-list {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.navigation .desktop-navigation .menu-list-container .menu-list > .menu-item.current-menu-item {
  padding-bottom: 5px;
  border-bottom: 1px solid #15182B;
}

.navigation .desktop-navigation .menu-list-container .menu-list > .menu-item.current-menu-item:hover {
  border-bottom: 1px solid #E9B737;
}

.navigation .desktop-navigation .menu-list-container .menu-list .current-menu-parent {
  border-bottom: 1px solid #15182B;
}

.navigation .desktop-navigation .menu-list-container .menu-list .current-menu-parent:hover {
  border-bottom: 1px solid #E9B737;
}

.navigation .mobile-navigation {
  color: #15182B;
  position: relative;
  z-index: 15;
  height: 40px;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}

.navigation .mobile-navigation .nav-logo:active,
.navigation .mobile-navigation .nav-logo:hover {
  color: #E9B737;
}

.navigation .mobile-navigation .nav-logo svg {
  width: 40px;
  height: 40px;
  transition: all 0.3s linear;
}

.navigation .mobile-menu-content {
  color: #fff;
  position: relative;
  z-index: 10;
  background-color: #15182B;
  transform: translateY(-200%);
  transition: 0.3s linear;
}

.navigation .mobile-menu-content.summit-banner-exists .menu-list-container .menu-list {
  min-height: calc(100vh - (40px + 45px));
}

.navigation .mobile-menu-content .menu-list-container {
  width: 100%;
}

.navigation .mobile-menu-content .menu-list-container .menu-list {
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 40px);
}

@media print, screen and (max-width: 43.74875em) {
  .navigation .mobile-menu-content .menu-list-container .menu-list {
    line-height: 1.75;
    font-size: 2rem;
    letter-spacing: 1.6px;
  }
}

.navigation .mobile-menu-content .menu-list-container .menu-list .menu-item {
  font-size: 2.4rem;
  text-align: center;
}

.navigation .mobile-menu-content .menu-list-container .menu-list .menu-item:not(:first-child) {
  margin-top: 20px;
}

.navigation .mobile-menu-content .menu-list-container .menu-list .menu-item.menu-item-has-children {
  overflow: hidden;
}

.navigation .mobile-menu-content .menu-list-container .menu-list .menu-item .sub-menu {
  opacity: 0;
  max-height: 0;
  position: relative;
  transition: all 0.3s ease;
}

.navigation .mobile-menu-content .menu-list-container .menu-list .menu-item .sub-menu.open {
  opacity: 1;
  max-height: unset;
}

.navigation .mobile-menu-content .menu-list-container .menu-list .menu-item .sub-menu.open .menu-item {
  margin-top: 20px;
}

.navigation .mobile-menu-content .menu-list-container .menu-list .menu-item .sub-menu .menu-item {
  margin-top: 0;
  transition: all 0.3s ease;
}

.navigation.open .mobile-menu-content {
  overflow-y: auto;
  transform: translateY(0);
  height: calc(100vh - 40px);
}

.navigation.open .mobile-navigation {
  color: #fff;
  transition-delay: 0s;
  background-color: #15182B;
}

.navigation.open .mobile-navigation .nav-logo svg path {
  fill: #15182B;
}

.navigation.open .mobile-navigation .nav-logo svg path.background {
  fill: #fff;
}

.navigation.open .mobile-navigation .nav-logo svg rect {
  fill: #15182B;
}

.navigation.sticky {
  position: fixed;
  z-index: 20;
  background-color: #fff;
  transform: translateY(0);
}

.navigation.sticky-hidden {
  position: fixed;
  transform: translateY(-100%);
}

.navigation.docked {
  position: fixed;
  transform: translateY(0);
}

.navigation.summit-banner-exists {
  top: 40px;
}

@media print, screen and (max-width: 43.74875em) {
  .navigation.summit-banner-exists {
    top: 45px;
  }
}

.navigation.summit-banner-exists.sticky-hidden {
  transform: translateY(calc((40px + 88px) * -1));
}

@media print, screen and (max-width: 43.74875em) {
  .navigation.summit-banner-exists.sticky-hidden {
    transform: translateY(calc((45px + 40px) * -1));
  }
}

.footer {
  background: #15182B;
  padding: 72px 0 95px;
}

@media print, screen and (max-width: 43.74875em) {
  .footer {
    padding: 45px 0 55px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .footer .left-section {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.footer .logo {
  width: 275px;
}

.footer .logo a svg path {
  transition: fill 0.3s ease;
}

.footer .logo a:hover svg path {
  fill: #E9B737;
}

.footer .social-icons {
  margin-top: 30px;
}

@media print, screen and (max-width: 43.74875em) {
  .footer .social-icons {
    margin-top: 34px;
  }
}

.footer .social-icons a:not(:first-child) {
  margin-left: 20px;
}

.footer .social-icons a:hover svg path {
  fill: #E9B737;
}

.footer .social-icons a svg {
  width: 17px;
}

.footer .social-icons a svg path {
  transition: fill 0.3s ease;
}

.footer .copyright {
  color: #fff;
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 500;
  font-family: "NeoGramCondensed";
}

@media print, screen and (max-width: 43.74875em) {
  .footer .copyright {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .footer .legal-menu {
    display: flex;
    justify-content: center;
  }
}

.footer .legal-menu .legal-list {
  margin: 0;
  padding: 0;
  display: flex;
  color: #fff;
  list-style: none;
}

.footer .legal-menu .legal-list li.menu-item:nth-child(even):before {
  content: "|";
  margin: 0 3px;
  font-size: 1.5rem;
}

.footer .legal-menu .legal-list li.menu-item a {
  font-size: 1.5rem;
  padding-bottom: 0;
  position: relative;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
  transition: all 0.3s ease;
}

.footer .legal-menu .legal-list li.menu-item a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
}

.footer .legal-menu .legal-list li.menu-item a:hover:after {
  background: #E9B737;
}

.footer .footer-list {
  margin: 0;
  padding: 0;
  color: #fff;
  display: flex;
  list-style: none;
  font-size: 1.4rem;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  justify-content: space-between;
}

@media print, screen and (max-width: 43.74875em) {
  .footer .footer-list {
    margin-top: 50px;
  }
}

.footer .footer-list li.menu-item a {
  font-weight: 700;
  pointer-events: none;
}

.footer .footer-list li.menu-item a.hover {
  color: #fff;
}

.footer .footer-list li.menu-item ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-list li.menu-item ul.sub-menu li.menu-item {
  margin-top: 5px;
}

@media print, screen and (max-width: 43.74875em) {
  .footer .footer-list li.menu-item ul.sub-menu li.menu-item {
    max-width: 100px;
    margin-top: 15px;
  }
}

.footer .footer-list li.menu-item ul.sub-menu a {
  font-weight: 500;
  pointer-events: unset;
  transition: color 0.3s ease;
}

.footer .footer-list li.menu-item ul.sub-menu a.hover {
  color: #E9B737;
}

.footer .footer-list li.menu-item:last-child a {
  pointer-events: unset;
  transition: color 0.3s ease;
}

.footer .footer-list li.menu-item:last-child a.hover {
  color: #E9B737;
}

.footer .footer-list li.menu-item:last-child ul.sub-menu li.menu-item {
  margin-top: 13px;
}

.footer .footer-list li.menu-item:last-child ul.sub-menu li.menu-item a {
  font-weight: 700;
}

.homepage-hero {
  margin-top: calc(105px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .homepage-hero {
    margin-top: calc(95px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .homepage-hero {
    margin-top: calc(215px + 40px);
  }
}

.homepage-hero p.body-big {
  margin-top: 50px;
}

@media print, screen and (max-width: 43.74875em) {
  .homepage-hero p.body-big {
    margin-top: 30px;
  }
}

.homepage-hero .cta-container {
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .homepage-hero .cta-container {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .homepage-hero .cta-container {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .homepage-hero .cta-container:not(:first-child) {
    margin-top: 20px;
  }
}

.dark-text-blocks {
  margin-top: 80px;
  position: relative;
  z-index: 5;
}

@media print, screen and (max-width: 43.74875em) {
  .dark-text-blocks {
    margin-top: 35px;
  }
}

.dark-text-blocks > .grid-container.full {
  max-width: 1440px;
}

@media print, screen and (max-width: 43.74875em) {
  .dark-text-blocks .text-block-container {
    margin-bottom: 320px;
  }
}

.dark-text-blocks .text-block-container .text-block {
  display: flex;
  min-height: 660px;
  flex-direction: column;
  justify-content: center;
  background-color: #15182B;
}

@media print, screen and (max-width: 63.99875em) {
  .dark-text-blocks .text-block-container .text-block {
    padding: 80px 0 90px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .dark-text-blocks .text-block-container .text-block {
    padding: 50px 0;
    min-height: unset;
  }
}

.dark-text-blocks .text-block-container .text-block .grid-x {
  height: 100%;
  display: flex;
  align-items: center;
}

.dark-text-blocks .text-block-container .text-block.right {
  padding-right: 5.5%;
  padding-left: 7.9%;
}

@media print, screen and (max-width: 43.74875em) {
  .dark-text-blocks .text-block-container .text-block.right {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.dark-text-blocks .text-block-container .text-block.left {
  padding-left: 5.5%;
  padding-right: 7.9%;
}

@media print, screen and (max-width: 43.74875em) {
  .dark-text-blocks .text-block-container .text-block.left {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.dark-text-blocks .title {
  color: #fff;
}

.dark-text-blocks .description {
  color: #fff;
  margin-top: 50px;
}

@media print, screen and (max-width: 43.74875em) {
  .dark-text-blocks .description {
    margin-top: 20px;
  }
}

.our-funds {
  position: relative;
  z-index: 10;
  padding: 95px 0 115px;
  background-color: #fff;
}

@media print, screen and (max-width: 63.99875em) {
  .our-funds {
    padding: 70px 0 90px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .our-funds {
    padding: 50px 0 70px;
  }
}

.our-funds h3.heading {
  text-align: center;
}

.our-funds .cta-container {
  max-width: 195px;
  margin: 35px auto 0;
}

@media print, screen and (max-width: 63.99875em) {
  .our-funds .cta-container {
    margin-top: 35px;
  }
}

.our-funds .cards {
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .our-funds .cards {
    margin-top: 55px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .our-funds .cards {
    margin-top: 50px;
  }
}

.our-funds .cards .card-container {
  height: auto;
}

@media print, screen and (max-width: 43.74875em) {
  .our-funds .cards .card-container:not(:first-child) .text-card {
    border-top: none;
  }
}

.insights {
  overflow-y: hidden;
  position: relative;
  z-index: 10;
  padding: 95px 0 105px;
  background-color: #EEE;
}

@media print, screen and (max-width: 63.99875em) {
  .insights {
    padding: 65px 0 70px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .insights {
    overflow-x: hidden;
    padding: 50px 0 65px;
  }
}

.insights h3.heading {
  text-align: center;
}

.insights .grid-x > .cta-container {
  max-width: 195px;
  margin: 40px auto 0;
}

@media print, screen and (max-width: 63.99875em) {
  .insights .grid-x > .cta-container {
    margin-top: 50px;
  }
}

.insights .cards {
  margin-top: 55px;
}

@media print, screen and (max-width: 63.99875em) {
  .insights .cards {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .insights .cards {
    margin-top: 50px;
  }
}

.insights .cards .card-container {
  height: auto;
}

@media print, screen and (max-width: 43.74875em) {
  .insights .cards .card-container:not(:first-child) .cta-card-container {
    border-top: unset;
  }
}

.subscribe-banner {
  padding: 40px 0;
  background-color: #E9B737;
}

@media print, screen and (max-width: 63.99875em) {
  .subscribe-banner {
    padding: 30px 0;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .subscribe-banner {
    padding: 35px 0;
  }
}

.subscribe-banner .title {
  display: flex;
  font-size: 2rem;
  line-height: 1.5;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 43.74875em) {
  .subscribe-banner .title {
    line-height: 1.3;
    font-size: 1.5rem;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.075rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .subscribe-banner .cta-container {
    max-width: 305px;
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .subscribe-banner .cta-container {
    margin: auto;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .subscribe-banner .cta-container {
    margin-top: 25px;
    max-width: unset;
  }
}

.funds-hero {
  padding-top: calc(156px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .funds-hero {
    padding-top: calc(190px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .funds-hero {
    padding-bottom: 170px;
    padding-top: calc(165px + 40px);
  }
}

.funds-hero .title-container,
.funds-hero .subtitle-container {
  margin: 0 auto;
  text-align: center;
}

.funds-hero .title-container {
  max-width: 760px;
}

@media print, screen and (max-width: 63.99875em) {
  .funds-hero .title-container {
    max-width: 630px;
  }
}

.funds-hero .subtitle-container {
  max-width: unset;
  margin-top: 50px;
}

@media print, screen and (max-width: 63.99875em) {
  .funds-hero .subtitle-container {
    margin-top: 70px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .funds-hero .subtitle-container {
    margin-top: 45px;
  }
}

.our-funds-table {
  padding: 140px 0 100px;
  background-color: #fff;
}

@media print, screen and (max-width: 43.74875em) {
  .our-funds-table {
    padding: 55px 0 40px;
  }
}

.our-funds-table .tag-container h5.heading {
  color: #E9B737;
}

.our-funds-table .title-container {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 45px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .our-funds-table .title-container h3.heading {
    margin: 0 auto;
    max-width: 800px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .our-funds-table .title-container {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.fund-details {
  padding-bottom: 60px;
  padding-top: calc(85px + 88px);
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details {
    padding-bottom: 60px;
    padding-top: calc(230px + 40px);
  }
}

.fund-details.venture-fund {
  padding-top: calc(290px + 88px);
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details.venture-fund {
    padding-top: calc(150px + 40px);
  }

  .fund-details.venture-fund .navigation-container {
    order: 2;
  }

  .fund-details.venture-fund .hero-container {
    order: 1;
  }
}

.fund-details-hero {
  height: 100%;
  display: flex;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 500;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "NeoGramCondensed";
}

.fund-details-hero .information strong {
  font-weight: 800;
}

.fund-details-hero .title {
  margin-top: 40px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-hero .title {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .fund-details-hero .title h1.heading {
    word-break: break-word;
  }
}

.fund-details-hero .description {
  margin-top: 50px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-hero .description {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-summary {
    margin-top: 65px;
  }
}

.fund-details-summary .title {
  padding: 14px 0;
  border-top: 1px solid #15182B;
  border-bottom: 1px solid #15182B;
}

.fund-details-summary .table {
  margin-top: 10px;
}

.fund-details-summary .table .table-row {
  display: flex;
  justify-content: space-between;
}

.fund-details-summary .table .table-row .table-description {
  min-width: 40%;
  padding-right: 5px;
}

@media print, screen and (max-width: 63.99875em) {
  .fund-details-summary .table .table-row .table-description {
    min-width: 50%;
  }
}

.fund-details-summary .table .table-row .table-value {
  text-align: right;
}

.fund-details-summary .ctas {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-summary .ctas {
    margin-top: 0;
  }
}

.fund-details-summary .ctas .cta-container {
  width: 100%;
  margin-top: 20px;
}

@media print, screen and (min-width: 64em) {
  .fund-details-summary .ctas .cta-container {
    width: 50%;
  }

  .fund-details-summary .ctas .cta-container:nth-child(odd) {
    padding-right: 10px;
  }

  .fund-details-summary .ctas .cta-container:nth-child(even) {
    padding-left: 10px;
  }
}

.fund-details-join {
  margin-top: 35px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-join {
    margin-top: 65px;
  }
}

.fund-details-join .title {
  padding: 14px 0;
  border-top: 1px solid #15182B;
  border-bottom: 1px solid #15182B;
}

.fund-details-join .description {
  margin-top: 10px;
}

.fund-details-join .ctas {
  margin-top: 15px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-join .ctas {
    margin-top: 5px;
  }
}

.fund-details-join .ctas .cta-container {
  width: 100%;
  margin-top: 20px;
}

.fund-venture-details-hero .description {
  margin-top: 55px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details-hero .description {
    margin-top: 35px;
  }
}

.fund-venture-details-hero .description a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.fund-venture-details-hero .description a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

.fund-venture-details {
  padding: 55px 0;
  border-top: 1px solid #15182B;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details {
    padding: 30px 0 45px;
  }
}

.fund-venture-details:first-child {
  margin-top: 130px;
}

@media print, screen and (max-width: 63.99875em) {
  .fund-venture-details:first-child {
    margin-top: 115px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details:first-child {
    border-top: none;
    margin-top: 20px;
  }
}

.fund-venture-details:last-child {
  border-bottom: 1px solid #15182B;
}

.fund-venture-details .left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fund-venture-details .left-section .title {
  margin-top: 25px;
}

.fund-venture-details .left-section .description {
  margin-top: 45px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details .left-section .description {
    margin-top: 20px;
  }
}

.fund-venture-details .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details .right-section .fund-details-summary {
    margin-top: 30px;
  }
}

.fund-venture-details .right-section .fund-details-join {
  margin-top: 40px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details .right-section .fund-details-join {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-highlights {
    margin-top: 30px;
  }
}

.fund-details-highlights .title {
  padding: 14px 0;
  border-top: 1px solid #15182B;
  border-bottom: 1px solid #15182B;
}

.fund-details-highlights .table {
  margin-top: 10px;
}

.fund-details-highlights .table .table-row {
  display: flex;
  justify-content: space-between;
}

.fund-details-highlights .footnote {
  padding-top: 25px;
}

.fund-details-highlights .ctas {
  margin-top: 30px;
}

@media print, screen and (max-width: 43.74875em) {
  .fund-details-highlights .ctas {
    margin-top: 35px;
  }
}

.fund-details-highlights .ctas .cta-container {
  width: 100%;
}

@media print, screen and (min-width: 43.75em) {
  .fund-venture-details-navigation {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details-navigation {
    margin-top: 55px;
  }
}

.fund-venture-details-navigation .fund-navigation-section {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #15182B;
}

@media print, screen and (max-width: 63.99875em) {
  .fund-venture-details-navigation .fund-navigation-section {
    padding: 10px 0;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .fund-venture-details-navigation .fund-navigation-section {
    padding: 15px 0;
  }
}

.fund-venture-details-navigation .fund-navigation-section:last-child {
  border-bottom: 1px solid #15182B;
}

@-webkit-keyframes sharpen {
  from {
    filter: blur(8px);
  }

  to {
    filter: blur(0px);
  }
}

@keyframes sharpen {
  from {
    filter: blur(8px);
  }

  to {
    filter: blur(0px);
  }
}

.background-video {
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-color: rgba(238, 238, 238, 0.3);
  background-image: url("/wp-content/themes/Pantera/assets/images//background-preview.png");
}

.background-video.transition-blur {
  transform: translateZ(0);
  -webkit-animation: sharpen 0.5s both;
          animation: sharpen 0.5s both;
}

.insights-hero {
  margin-bottom: 75px;
  margin-top: calc(80px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .insights-hero {
    margin-bottom: 110px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .insights-hero {
    margin-bottom: 45px;
    margin-top: calc(80px + 40px);
  }
}

.insights-hero .hero-content {
  min-height: 640px;
}

@media print, screen and (max-width: 63.99875em) {
  .insights-hero .hero-content {
    min-height: 600px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .insights-hero .hero-content {
    min-height: unset;
  }
}

.insights-hero .hero-content .left-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media print, screen and (max-width: 43.74875em) {
  .insights-hero .hero-navigation {
    margin-top: 55px;
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .insights-hero .title-container .heading {
    line-height: 1;
    font-size: 4.8rem;
    text-align: center;
    word-break: break-word;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .insights-hero .title-container .heading {
    text-align: center;
  }
}

.featured-post {
  height: 100%;
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #15182B;
}

@media print, screen and (max-width: 63.99875em) {
  .featured-post {
    height: unset;
    margin-top: 80px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .featured-post {
    height: unset;
    margin-top: 45px;
  }
}

.featured-post .featured-post-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-post .upper-section .image img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  max-height: 350px;
}

@media print, screen and (max-width: 63.99875em) {
  .featured-post .upper-section .image img {
    max-height: 380px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .featured-post .upper-section .image img {
    max-height: 200px;
  }
}

.featured-post .bottom-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media print, screen and (max-width: 63.99875em) {
  .featured-post .bottom-section {
    height: 165px;
  }
}

.featured-post .bottom-section .title {
  margin-top: 15px;
}

.featured-post .bottom-section .cta {
  margin: auto 0;
}

.insights-content-block {
  background-color: #fff;
}

.insights-content-block > .grid-container.full {
  max-width: 1440px;
}

.insights-content-block .title-section,
.insights-content-block .quote-section {
  min-height: 660px;
  display: flex;
  flex-direction: column;
}

@media print, screen and (max-width: 43.74875em) {
  .insights-content-block .title-section,
  .insights-content-block .quote-section {
    min-height: 330px;
  }
}

.insights-content-block .title-section {
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #15182B;
  padding: 100px 8.5% 85px 6.5%;
}

@media print, screen and (max-width: 43.74875em) {
  .insights-content-block .title-section {
    min-height: 376px;
    padding: 15px 78px;
  }
}

.insights-content-block .title-section .cta-container {
  width: 100%;
  max-width: 195px;
  margin-top: 45px;
}

@media print, screen and (max-width: 43.74875em) {
  .insights-content-block .title-section .cta-container {
    margin-top: 30px;
    max-width: 145px;
  }
}

.insights-content-block .quote-section {
  background-color: #EEE;
  padding: 100px 6% 85px 7.8%;
  justify-content: space-between;
}

@media print, screen and (max-width: 43.74875em) {
  .insights-content-block .quote-section {
    padding: 15px 20px 20px;
  }
}

.insights-content-block .quote-section .details-container a {
  transition: all 0.3s ease;
}

.insights-content-block .quote-section .details-container a:hover {
  text-decoration: underline;
}

.insights-content-block .image-cards-container {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media print, screen and (max-width: 43.74875em) {
  .insights-content-block .image-cards-container {
    padding-top: 10px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .insights-content-block .image-cards-container {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.page-404 {
  margin-bottom: 320px;
  margin-top: calc(320px + 88px);
}

@media print, screen and (max-width: 43.74875em) {
  .page-404 {
    margin-bottom: 245px;
    margin-top: calc(215px + 40px);
  }
}

.page-404 .title {
  text-align: center;
}

.page-404 .cta-container {
  margin-top: 30px;
}

@media print, screen and (max-width: 43.74875em) {
  .page-404 .cta-container {
    margin-top: 35px;
  }
}

.contact-us {
  margin-bottom: 105px;
  margin-top: calc(95px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .contact-us {
    margin-top: calc(110px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .contact-us {
    margin-bottom: 80px;
    margin-top: calc(60px + 40px);
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .contact-us h4.heading.h4 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.contact-us .section-title {
  text-align: center;
}

.contact-us .information-container {
  margin-top: 130px;
}

@media print, screen and (max-width: 63.99875em) {
  .contact-us .information-container {
    margin-top: 95px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .contact-us .information-container {
    margin-top: 50px;
  }
}

.contact-us .title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #15182B;
}

.contact-us .phone-number {
  max-width: 200px;
}

@media print, screen and (max-width: 43.74875em) {
  .contact-us .phone-number {
    max-width: unset;
  }
}

.contact-us .social-links {
  margin-top: 85px;
}

@media print, screen and (max-width: 63.99875em) {
  .contact-us .social-links {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .contact-us .social-links {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .contact-us .email .title,
  .contact-us .mail .title {
    margin-bottom: 40px;
  }
}

.contact-us .email a,
.contact-us .mail a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.contact-us .email a:hover,
.contact-us .mail a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

@media print, screen and (max-width: 63.99875em) {
  .contact-us .email-container {
    margin-top: 55px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .contact-us .email-container {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .contact-us .mail-container {
    margin-top: 70px;
  }
}

.timeline-hero {
  margin-bottom: 160px;
  margin-top: calc(195px + 88px);
}

@media print, screen and (max-width: 43.74875em) {
  .timeline-hero {
    margin-bottom: 195px;
    margin-top: calc(190px + 40px);
  }
}

.timeline-hero .title-container .heading {
  text-align: center;
}

.timeline-hero .description-container {
  max-width: 886px;
  text-align: center;
  margin: 45px auto 0;
}

@media print, screen and (max-width: 43.74875em) {
  .timeline-hero .description-container {
    margin-top: 30px;
  }
}

.statistics {
  min-height: 260px;
}

@media print, screen and (max-width: 43.74875em) {
  .statistics {
    min-height: 250px;
    background-color: #15182B;
  }
}

.statistics .statistic-container {
  color: #fff;
  padding: 70px 40px;
  z-index: 5;
  background-color: #15182B;
}

@media print, screen and (max-width: 43.74875em) {
  .statistics .statistic-container {
    padding: 55px 30px 65px;
  }
}

.statistics .number h4.heading,
.statistics .description p.body-big {
  text-align: center;
}

@media print, screen and (max-width: 63.99875em) {
  .statistics .number h4.heading {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .statistics .number h4.heading {
    line-height: 1;
    font-size: 4rem;
  }
}

.statistics .description {
  margin-top: 15px;
}

.timeline {
  padding-top: 75px;
  margin-top: -150px;
  position: relative;
  overflow-y: hidden;
  z-index: 5;
}

@media print, screen and (max-width: 43.74875em) {
  .timeline {
    margin-top: 0;
    padding-top: 25px;
  }
}

.timeline .line {
  top: 75px;
  left: 50%;
  position: absolute;
}

@media print, screen and (max-width: 43.74875em) {
  .timeline .line {
    top: 25px;
  }
}

.timeline .line svg {
  height: 100%;
  width: 1px;
}

.timeline .title-container {
  min-height: 300px;
  border-top: 1px solid #15182B;
}

.timeline .title-container > div.cell:last-child {
  text-align: right;
}

@media print, screen and (max-width: 63.99875em) {
  .timeline .title-container > div.cell:last-child .heading {
    margin-left: auto;
  }
}

.timeline .title-container .heading {
  margin-top: 10px;
  padding-bottom: 170px;
}

@media print, screen and (max-width: 63.99875em) {
  .timeline .title-container .heading {
    max-width: 170px;
  }
}

.timeline .year-container {
  min-height: 200px;
  position: relative;
}

.timeline .year-container:last-child {
  min-height: 390px;
}

@media print, screen and (max-width: 43.74875em) {
  .timeline .year-container:last-child {
    min-height: 350px;
  }
}

.timeline .year-container > div.cell:first-child .separator::after {
  content: "";
  width: 20px;
  height: 20px;
  bottom: -6px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  background-color: #15182B;
  right: -11px;
}

.timeline .year-container > div.cell:first-child .description {
  padding-bottom: 50px;
}

@media print, screen and (max-width: 43.74875em) {
  .timeline .year-container > div.cell:first-child .description {
    padding-right: 10px;
  }
}

.timeline .year-container > div.cell:last-child {
  text-align: right;
}

.timeline .year-container > div.cell:last-child .separator::before {
  content: "";
  width: 20px;
  height: 20px;
  bottom: -6px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  background-color: #15182B;
  left: -10px;
}

.timeline .year-container > div.cell:last-child .description {
  padding-bottom: 50px;
  text-align: right;
  margin-left: auto;
}

@media print, screen and (max-width: 43.74875em) {
  .timeline .year-container > div.cell:last-child .description {
    padding-left: 10px;
  }
}

.timeline .year-container .separator {
  width: 100%;
  position: relative;
}

.timeline .year-container .description {
  margin-top: 10px;
  max-width: 415px;
}

.timeline .year-container .description a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.timeline .year-container .description a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

.block-cta {
  height: 400px;
  display: flex;
  position: relative;
  z-index: 15;
  align-items: center;
  justify-content: center;
}

@media print, screen and (max-width: 63.99875em) {
  .block-cta {
    height: 350px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .block-cta {
    height: 400px;
  }
}

.block-cta.default {
  background: #EEE;
}

.block-cta.light {
  background: #FAFAFA;
}

.block-cta .title-container .heading {
  text-align: center;
}

.block-cta .subtitle-container {
  margin-top: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .block-cta .subtitle-container {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .block-cta .subtitle-container {
    margin-top: 30px;
  }
}

.block-cta .subtitle-container p {
  margin: 0 auto;
  max-width: 630px;
  text-align: center;
}

@media print, screen and (max-width: 63.99875em) {
  .block-cta .subtitle-container p {
    max-width: 508px;
  }
}

.block-cta .cta-container {
  display: flex;
  max-width: 235px;
  margin-top: 40px;
  justify-content: center;
}

@media print, screen and (max-width: 63.99875em) {
  .block-cta .cta-container {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .block-cta .cta-container {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .block-cta .cta-container {
    max-width: unset;
  }
}

#cookie-law-info-bar {
  height: 50px;
  padding: 0 !important;
  color: #fff !important;
  background-color: #15182B !important;
}

@media print, screen and (max-width: 63.99875em) {
  #cookie-law-info-bar {
    height: unset;
    padding: 15px 15px !important;
  }
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.015rem;
  font-family: "NeoGramCondensed";
  justify-content: center;
}

@media print, screen and (max-width: 43.74875em) {
  #cookie-law-info-bar .cli-bar-container.cli-style-v2 {
    line-height: 1.3;
  }
}

@media print, screen and (max-width: 43.74875em) {
  #cookie-law-info-bar .cli-bar-container.cli-style-v2 {
    padding-left: 0;
    padding-right: 0;
  }
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-message {
  width: unset;
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-message a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-message a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

@media print, screen and (max-width: 63.99875em) {
  #cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-message {
    text-align: center;
  }
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-btn_container {
  margin-left: 15px;
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin: 0;
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  padding: 2px 20px;
  text-transform: uppercase;
  background: #15182B !important;
  transition: all 0.3s ease;
  border: 1px solid #fff !important;
}

@media print, screen and (max-width: 43.74875em) {
  #cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover {
  color: #15182B !important;
  background: #fff !important;
}

.modal {
  top: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  position: fixed;
  overflow-y: auto;
  z-index: 20;
  background-color: #15182B;
  transform: translateY(-200%);
  transition: 0.3s linear;
}

.modal.is-active {
  transform: translateY(0);
}

.modal .modal-header {
  position: relative;
}

.modal .modal-header .logo {
  top: 0;
  width: 88px;
  cursor: pointer;
  position: relative;
}

@media print, screen and (max-width: 43.74875em) {
  .modal .modal-header .logo {
    width: 40px;
  }
}

.modal .modal-header .logo svg path {
  fill: transparent;
  transition: fill 0.3s ease;
}

.modal .modal-header .logo svg path.background {
  fill: #fff;
}

.modal .modal-header .logo svg rect {
  fill: #15182B;
}

.modal .modal-header .logo:active svg path.background,
.modal .modal-header .logo:hover svg path.background {
  fill: #E9B737;
}

.modal .modal-header .modal-close {
  margin-top: 20px;
}

.modal .modal-header .modal-close svg {
  cursor: pointer;
}

.modal .modal-header .modal-close svg path {
  transition: fill 0.3s ease;
}

.modal .modal-header .modal-close svg:hover path {
  fill: #E9B737;
}

.modal .modal-body {
  margin-top: 130px;
}

.modal .modal-body.tablet {
  margin-top: 70px;
}

.modal .modal-body.tablet .status {
  margin-top: 70px;
}

.modal .modal-body.tablet .btn {
  margin-top: 85px;
}

.modal .modal-body.tablet .body-big {
  margin: 10px 0 50px;
}

.modal .modal-body.tablet .stage {
  margin-top: 0;
}

@media print, screen and (max-width: 43.74875em) {
  .modal .modal-body {
    margin-top: 25px;
  }
}

.modal .modal-body .acquired-by {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .modal .modal-body .acquired-by {
    margin-bottom: 10px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .modal .modal-body .acquired-by {
    margin-bottom: 0;
  }
}

.modal .modal-body .h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.modal .modal-body .body-big {
  margin: 10px 0 35px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .modal .modal-body .body-big {
    margin: 10px 0 40px;
  }
}

.modal .modal-body .btn {
  margin: 35px 0;
  max-width: 200px;
}

@media print, screen and (max-width: 63.99875em) {
  .modal .modal-body .btn {
    margin-top: 0;
    max-width: unset;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .modal .modal-body .status,
  .modal .modal-body .stage {
    margin-top: 40px;
    padding-left: 10px;
  }
}

.modal .modal-body .status p {
  text-transform: capitalize;
}

.summit-banner {
  top: 0;
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 25;
  background: #E9B737;
}

@media print, screen and (max-width: 43.74875em) {
  .summit-banner {
    height: 45px;
  }
}

.summit-banner .banner-link {
  width: 100%;
}

.summit-banner .description-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: wrap;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}

.summit-banner .description-container a {
  text-decoration: underline;
  transition: color 0.3s ease;
}

.summit-banner .description-container a:hover {
  color: #fff;
}

.summit-banner .description-container .close-banner {
  top: 0;
  right: 15px;
  z-index: 99;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: absolute;
  align-items: center;
}

.portfolio .container-posts {
  margin-bottom: 77px;
  background-color: #fff;
}

.portfolio .filter-container {
  position: relative;
}

.portfolio .filter-container .filter {
  color: #15182B;
  background-color: #EEE;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.portfolio .filter-container .filter-categories {
  padding: 0;
  list-style: none;
}

.portfolio .filter-container .filter-link-category,
.portfolio .filter-container .filter-link-option,
.portfolio .filter-container .filter-menu .filter-link-option {
  cursor: pointer;
  margin-left: 20px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.portfolio .filter-container .filter-link-category:hover {
  color: #E9B737;
}

.portfolio .filter-container .filter-link-category.active {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #15182B;
          text-decoration-color: #15182B;
}

.portfolio .filter-container .filter-menu {
  justify-content: flex-end;
}

.portfolio .filter-container .filter-menu .filter-link-option {
  margin-left: 0;
  margin-right: 13px;
}

.portfolio .filter-container .filter-menu .filter-link-option:hover {
  color: #E9B737;
}

.portfolio .filter-container .filter-menu svg {
  margin-right: 15px;
}

.portfolio .filter-container .filter-menu-options {
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #15182B;
}

.portfolio .filter-container .filter-menu-options .open-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio .filter-container .filter-menu-options .open-header .filter-link-option {
  margin-right: 0;
  margin-left: 15px;
}

.portfolio .filter-container .filter-menu-options .open-header svg {
  float: right;
  margin-right: 15px;
}

.portfolio .filter-container .filter-menu-options .filter-items {
  margin: 0;
  padding: 0;
  width: 300px;
  display: flex;
  list-style: none;
  flex-direction: column;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item {
  display: flex;
  padding-top: 10px;
  padding-left: 27px;
  align-items: center;
  padding-bottom: 10px;
  transition: all 0.3s linear;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item .checkbox-button {
  width: 100%;
  cursor: pointer;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item .checkbox-button:hover {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item .checkbox-input {
  padding: 0;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item .checkbox-control {
  width: 20px;
  height: 20px;
  color: #15182B;
  margin-right: 22px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #15182B;
  background-color: inherit;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item .checkbox-input:checked + .checkbox-control:after {
  content: "";
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  background-color: #15182B;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item .checkbox-input:checked + .checkbox-control {
  border-color: #15182B;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item:hover,
.portfolio .filter-container .filter-menu-options .filter-items .checkbox-button:hover {
  color: #fff;
  background-color: #15182B;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item:hover .checkbox-control,
.portfolio .filter-container .filter-menu-options .filter-items .checkbox-button:hover .checkbox-control {
  color: #fff;
  border: 1px solid #fff;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item:hover .checkbox-input:checked + .checkbox-control:after,
.portfolio .filter-container .filter-menu-options .filter-items .checkbox-button:hover .checkbox-input:checked + .checkbox-control:after {
  background-color: #fff;
}

.portfolio .filter-container .filter-menu-options .filter-items .filter-item:hover .checkbox-input:checked + .checkbox-control,
.portfolio .filter-container .filter-menu-options .filter-items .checkbox-button:hover .checkbox-input:checked + .checkbox-control {
  border-color: #fff;
}

.portfolio .filter-container .filter-menu-options .filter-apply {
  width: 100%;
  height: 70px;
  color: #fff;
  cursor: pointer;
  background-color: #15182B;
}

.portfolio .filter-container .filter-menu-options .filter-apply .filter-apply-link {
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.portfolio .filter-container .filter-menu-options.open {
  display: flex;
  flex-direction: column;
}

.portfolio .filter-container #show-all-category-results:hover,
.portfolio .filter-container #clear-filter-selection:hover {
  color: #E9B737;
}

.portfolio .sorting {
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: solid 1px #15182B;
}

.portfolio .sorting .sorting-option {
  cursor: pointer;
  padding: 25px 0;
  text-transform: uppercase;
  font-family: "NeoGramCondensed";
}

.portfolio .sorting .sorting-option svg {
  margin-right: 10px;
}

.portfolio .sorting-option::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease;
  content: url("/wp-content/themes/Pantera/assets/images//up-down.svg");
}

.portfolio .sorting-title::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease;
  content: url("/wp-content/themes/Pantera/assets/images//down-up.svg");
}

.portfolio .sorting-title.active.up-down::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease;
  content: url("/wp-content/themes/Pantera/assets/images//down-up.svg");
}

.portfolio .sorting-title.active.down-up::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease;
  content: url("/wp-content/themes/Pantera/assets/images//up-down.svg");
}

.portfolio .sorting-option.active.up-down::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease;
  content: url("/wp-content/themes/Pantera/assets/images//up-down.svg");
}

.portfolio .sorting-option.active.down-up::before {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease;
  content: url("/wp-content/themes/Pantera/assets/images//down-up.svg");
}

.portfolio .cards {
  perspective: 600px;
  border-bottom: solid 1px #15182B;
}

.portfolio .cards .card {
  width: 100%;
  height: 70px;
  cursor: pointer;
  line-height: 21px;
  font-size: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
  font-family: "NeoGramCondensed";
}

.portfolio .cards .card:hover {
  color: #15182B;
  background-color: #E9B737;
}

.portfolio .cards .card.is-flipped {
  transform: rotateX(180deg);
  background-color: transparent;
  transition: all 0.3s ease;
}

.portfolio .cards .card-face {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-left: 21px;
  padding-right: 21px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.portfolio .cards .logo {
  height: 30px;
}

.portfolio .cards .card-back {
  color: #fff;
  background-color: #15182B;
  transform: rotateX(180deg);
}

.portfolio .cards .card-back .logo {
  filter: grayscale(1) invert(1);
}

.portfolio .cards .category-short-name {
  text-transform: capitalize;
}

.portfolio .cards .url-website {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio .cards .url-website {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.portfolio .cards .url-website:hover {
  color: #E9B737;
}

.portfolio .cards .about {
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.portfolio-hero {
  text-align: center;
  padding-bottom: 96px;
  padding-top: calc(101px + 88px);
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-hero {
    padding-top: calc(80px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-hero {
    text-align: left;
    padding-bottom: 30px;
    padding-top: calc(69px + 40px);
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-hero .categories {
    order: 1;
    flex-wrap: wrap;
    margin-top: 60px;
    flex-direction: row;
    justify-content: center;
  }

  .portfolio-hero .categories .cta {
    width: calc((100% - 20px) / 2);
  }

  .portfolio-hero .categories .cta:nth-child(odd) {
    margin-right: 20px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-hero .categories {
    order: 1;
    margin-top: 30px;
    text-align: center;
  }
}

.portfolio-hero .categories .category {
  padding: 15px 0;
  text-transform: uppercase;
  border-top: 1px solid #15182B;
}

.portfolio-hero .categories .category:last-child {
  border-bottom: 1px solid #15182B;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-hero .categories .category:nth-last-child(2) {
    border-bottom: 1px solid #15182B;
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-hero .heading {
    font-size: 4.8rem;
    text-align: center;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-hero .heading {
    line-height: 1;
    font-size: 4rem;
  }
}

.portfolio-hero .description {
  margin-top: 24px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .portfolio-hero .description {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .portfolio-hero .description {
    margin-top: 43px;
  }
}

.accordion {
  width: 100%;
  color: #15182B;
  overflow: hidden;
  border-bottom: solid 1px #15182B;
}

.accordion .toggle-accordion {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.accordion .accordion-label {
  padding: 1em;
  display: flex;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
  justify-content: space-between;
  -webkit-tap-highlight-color: transparent;
  transition: all 1s;
  transition-delay: 1s;
}

.accordion .accordion-label:hover {
  background: #fff;
  transition: all 1s;
  transition-delay: 1s;
}

.accordion .accordion-label::after {
  width: 1em;
  height: 1em;
  margin-right: 9px;
  text-align: center;
  transition: all 0.35s;
  content: url("/wp-content/themes/Pantera/assets/images//accordion-arrow-down.svg");
}

.accordion .logo {
  height: 30px;
  filter: none;
  transition: all 0.1s;
  transition-delay: 1s;
}

.accordion .accordion-content {
  color: #fff;
  max-height: 0;
  padding: 0 1em;
  background: #15182B;
  transition: all 1s;
}

.accordion .accordion-section {
  padding: 24px 0;
}

.accordion .accordion-section-1 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 21px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.accordion .toggle-accordion:checked + .accordion-label {
  background: #15182B;
  transition: all 0.35s;
}

.accordion .toggle-accordion:checked + .accordion-label .logo {
  transition-delay: 0s;
  filter: grayscale(1) invert(1);
}

.accordion .toggle-accordion:checked + .accordion-label::after {
  margin-right: 9px;
  transition: all 0.35s;
  content: url("/wp-content/themes/Pantera/assets/images//accordion-arrow-up.svg");
}

.accordion .toggle-accordion:checked ~ .accordion-content {
  padding: 0 1em;
  max-height: 100vh;
  transition: all 3s;
}

.accordion-header {
  padding-bottom: 16px;
  border-bottom: solid 1px #15182B;
}

.accordion-header span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 24px;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.accordion-header #clear-accordion-results {
  float: right;
}

.accordion-light .accordion-label {
  font-weight: 500;
  line-height: 21px;
  font-size: 1.2rem;
  background: #EEE;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.accordion-light .accordion-label:hover {
  background: #EEE;
}

.accordion-light .accordion-content {
  padding: 0;
  color: #15182B;
  background: #fff;
}

.accordion-light .toggle-accordion:checked + .accordion-label {
  background: #fff;
  border-left: 1px solid #15182B;
  border-right: 1px solid #15182B;
}

.accordion-light .toggle-accordion:checked + .accordion-label::after {
  margin-right: 9px;
  content: url("/wp-content/themes/Pantera/assets/images//accordion-arrow-up-dark.svg");
}

.accordion-light .toggle-accordion:checked ~ .accordion-content {
  padding: 0;
  max-height: 100vh;
}

.accordion-light .filter-items {
  margin: 0;
  width: 100% !important;
}

.accordion-light .filter-menu-options {
  border-top: none;
  display: block !important;
  position: relative !important;
  border-left: 1px solid #15182B;
  border-right: 1px solid #15182B;
  border-bottom: 1px solid #15182B;
}

.team .hero {
  text-align: center;
  padding-top: calc(88px + 160px);
}

@media print, screen and (max-width: 63.99875em) {
  .team .hero {
    padding-top: calc(88px + 100px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .team .hero {
    padding-top: calc(40px + 90px);
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .team .hero .title {
    font-size: 6rem;
  }
}

.team .hero .description {
  max-width: 670px;
  margin: 35px auto 0;
}

@media print, screen and (max-width: 43.74875em) {
  .team .hero .description {
    margin-top: 50px;
  }
}

.team .team-members {
  margin: 65px 0 100px 0;
}

@media print, screen and (max-width: 43.74875em) {
  .team .team-members {
    margin: 20px 0 90px 0;
  }
}

.team .team-members .member {
  cursor: pointer;
  margin-top: 35px;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.team .team-members .member:hover .background-blend {
  background: transparent;
}

.team .team-members .member:hover .member-description {
  background-color: #E9B737;
}

@media print, screen and (max-width: 43.74875em) {
  .team .team-members .member {
    width: 100%;
    margin-top: 30px;
  }
}

.team .team-members .member .background-blend {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #15182B;
  mix-blend-mode: color;
  transition: background 0.3s ease;
}

.team .team-members .member figure {
  margin: 0;
}

.team .team-members .member figure img {
  max-height: 413px;
}

.team .team-members .member .member-description {
  width: 100%;
  cursor: pointer;
  padding: 15px 0;
  max-width: 305px;
  position: relative;
  margin: -50px auto 0;
  background-color: #fff;
  border: 1px solid #15182B;
  transition: background-color 0.3s ease;
}

@media print, screen and (max-width: 63.99875em) {
  .team .team-members .member .member-description {
    max-width: unset;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .team .modal .modal-body {
    margin-top: 75px;
  }

  .team .modal .modal-body .role {
    margin-top: 70px;
  }

  .team .modal .modal-body .bio-description {
    margin-top: 60px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .team .modal .modal-body {
    margin-top: 25px;
  }

  .team .modal .modal-body .role {
    margin-top: 25px;
  }

  .team .modal .modal-body .bio-description {
    margin-top: 30px;
  }
}

.team .modal .social-links {
  margin-top: 35px;
}

@media print, screen and (max-width: 43.74875em) {
  .team .modal .social-links {
    margin-top: 20px;
  }
}

.team .modal .social-links .link:not(:last-child) {
  margin-right: 30px;
}

.posts-archive {
  margin-top: calc(130px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .posts-archive {
    margin-top: calc(75px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .posts-archive {
    margin-top: calc(70px + 40px);
  }
}

.posts-archive .title-container {
  display: flex;
  justify-content: center;
}

.posts-archive .title-container .heading {
  text-align: center;
}

.posts-archive .description {
  margin-top: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .posts-archive .description {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .posts-archive .description {
    margin-top: 20px;
  }
}

.posts-archive .posts {
  margin-top: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .posts-archive .posts {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .posts-archive .posts {
    margin-top: 30px;
  }
}

.posts-archive .load-more {
  display: flex;
  margin: 105px 0 85px;
  justify-content: center;
}

@media print, screen and (max-width: 63.99875em) {
  .posts-archive .load-more {
    margin: 45px 0 50px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .posts-archive .load-more {
    margin: 50px 0;
  }
}

.posts-archive .load-more .btn {
  max-width: 195px;
}

.single-post-hero {
  margin-top: calc(115px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .single-post-hero {
    margin-top: calc(50px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .single-post-hero {
    margin-top: calc(50px + 40px);
  }
}

@media print, screen and (max-width: 63.99875em) {
  .single-post-hero .post-information {
    order: 2;
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .single-post-hero .post-information {
    margin-top: 30px;
  }
}

.single-post-hero .post-information .cta-link {
  cursor: text;
}

@media print, screen and (max-width: 63.99875em) {
  .single-post-hero .post-title {
    order: 1;
  }
}

.single-post-content {
  margin-top: 450px;
  background-color: #fff;
}

@media print, screen and (max-width: 63.99875em) {
  .single-post-content {
    margin-top: 85px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .single-post-content {
    margin-top: 40px;
  }
}

.single-post-content .post-content {
  margin-top: -370px;
  background-color: #fff;
  padding: 85px 8.333% 160px;
}

@media print, screen and (max-width: 63.99875em) {
  .single-post-content .post-content {
    margin-top: -45px;
    padding: 50px 8.333% 70px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .single-post-content .post-content {
    margin-top: unset;
    padding: 30px 0 50px;
  }
}

.single-post-content .post-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.single-post-content .post-content a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

.single-post-content .post-content ul {
  list-style: none;
}

.single-post-content .post-content hr {
  border-top: 1px solid #15182B;
}

.single-post-content .post-content ol {
  padding-left: 20px;
}

.single-post-content .post-content ol li {
  padding-left: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .single-post-content .post-content ol li {
    padding-left: 50px;
  }
}

.single-post-content .post-content ol li::marker {
  font-size: 2rem;
}

@media print, screen and (max-width: 43.74875em) {
  .single-post-content .post-content ol li::marker {
    font-size: 1.8rem;
  }
}

.privacy-policy-hero {
  margin-top: calc(110px + 88px);
}

@media print, screen and (max-width: 43.74875em) {
  .privacy-policy-hero {
    margin-top: calc(50px + 40px);
  }
}

.privacy-policy-hero .updated {
  margin-top: 20px;
}

@media print, screen and (max-width: 43.74875em) {
  .privacy-policy-hero .updated {
    margin-top: 30px;
  }
}

.privacy-policy-content {
  margin-top: 60px;
  margin-bottom: 180px;
}

@media print, screen and (max-width: 43.74875em) {
  .privacy-policy-content {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.forms {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 85px;
  padding-top: calc(105px + 88px);
  min-height: calc(100vh - 88px - 330px);
}

@media print, screen and (max-width: 63.99875em) {
  .forms {
    padding-bottom: 60px;
    padding-top: calc(80px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .forms {
    min-height: unset;
    padding-top: calc(60px + 40px);
  }
}

.forms > .grid-x {
  width: 100%;
}

.forms .form-video {
  height: 370px;
  margin: 0 auto;
}

@media print, screen and (max-width: 63.99875em) {
  .forms .form-video {
    height: 332px;
    max-width: 568px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .forms .form-video {
    height: 200px;
    max-width: 334px;
  }
}

.forms .form-video iframe {
  width: 100%;
  height: 100%;
}

.forms .form-video p {
  width: 100%;
}

.hero-left .description {
  margin-top: 30px;
}

.hero-left .description a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.hero-left .description a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

.hero-left .description p:not(:first-child) {
  margin-top: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-left .description {
    margin-top: 20px;
  }
}

.hero-left .recorded {
  margin-top: 20px;
}

.form-content .form-video {
  width: 100%;
}

.form-content .form-video .video,
.form-content .form-video .video-iframe {
  width: 100%;
  height: 340px;
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  .form-content .form-video .video,
  .form-content .form-video .video-iframe {
    height: 333px;
    max-width: 568px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .form-video .video,
  .form-content .form-video .video-iframe {
    height: 195px;
    max-width: 335px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .form-content {
    margin-top: 75px;
  }

  .form-content .subtitle {
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content {
    margin-top: 60px;
  }
}

.form-content .hs-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.form-content .hs-form label {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .hs-form label {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form label {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.form-content .hs-form label .hs-form-required {
  color: red;
}

.form-content .hs-form .hs-richtext h5 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .hs-form .hs-richtext h5 {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .hs-richtext h5 {
    font-size: 1.5rem;
  }
}

.form-content .hs-form .hs-richtext h4 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  font-family: "NeoGramExtended";
  margin-top: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .hs-form .hs-richtext h4 {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .hs-richtext h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.form-content .hs-form .hs-richtext p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
  margin-top: 20px;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .hs-form .hs-richtext p {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .hs-richtext p {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.form-content .hs-form .field {
  margin-top: 20px;
  width: calc((100% - 20px) / 2);
}

.form-content .hs-form .field:nth-child(odd) {
  margin-right: 20px;
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .field {
    width: 100%;
    margin-right: 0;
  }

  .form-content .hs-form .field:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
}

.form-content .hs-form .field.hs-what_is_your_fund_name_ {
  width: 100%;
}

.form-content .hs-form .field.hs-what_is_your_fund_name_ input {
  margin-top: 0;
}

.form-content .hs-form .field .input {
  margin-right: 0;
}

.form-content .hs-form .field .hs-input {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #15182B;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .hs-form .field .hs-input {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .field .hs-input {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.form-content .hs-form .field .hs-input:active,
.form-content .hs-form .field .hs-input:focus {
  border: 2px solid #15182B;
}

.form-content .hs-form .field .hs-input.error {
  border: 1px solid #FF0000;
}

.form-content .hs-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  color: #FF0000;
  list-style: none;
}

.form-content .hs-form .hs-error-msgs label {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.015rem;
  font-family: "NeoGramCondensed";
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .hs-error-msgs label {
    line-height: 1.3;
  }
}

.form-content .hs-form .hs_submit {
  width: 100%;
  margin-top: 40px;
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .hs_submit {
    margin-top: 45px;
  }
}

.form-content .hs-form .hs_submit input {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border: 1px solid #15182B;
  color: #fff;
  background-color: #15182B;
  transition: all 0.3s ease;
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .hs_submit input {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.form-content .hs-form .hs_submit input:hover {
  color: #E9B737;
  border-color: #E9B737;
}

.form-content .hs-form .hs-fieldtype-checkbox {
  margin-top: 20px;
}

.form-content .hs-form .hs-fieldtype-checkbox .inputs-list {
  padding: 0;
}

.form-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox {
  list-style: none;
}

.form-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display input {
  display: none;
}

.form-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display input:checked + span:before {
  background-color: #15182B;
  background-image: url("/wp-content/themes/Pantera/assets/images//icons/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.form-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display span {
  display: flex;
  margin-top: 10px;
  position: relative;
  align-items: flex-start;
}

.form-content .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display span:before {
  top: 5px;
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #15182B;
  background-color: #fff;
}

.form-content .hs-form .hs-fieldtype-select {
  margin-top: 20px;
}

.form-content .hs-form .hs-fieldtype-select .input.custom-select-open:after {
  transform: rotate(0);
}

.form-content .hs-form .hs-fieldtype-select .input:after {
  top: 30px;
  content: "";
  right: 20px;
  width: 20px;
  height: 10px;
  position: absolute;
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  background-image: url("/wp-content/themes/Pantera/assets/images/icons/select-arrow.svg");
  background-repeat: no-repeat;
}

.form-content .hs-form .hs-dependent-field,
.form-content .hs-form .hs-fieldtype-select {
  width: 100%;
}

.form-content .hs-form .hs-dependent-field .input,
.form-content .hs-form .hs-fieldtype-select .input {
  margin: 0;
  margin-top: 10px;
  position: relative;
}

.form-content .hs-form .hs-dependent-field .hs-input,
.form-content .hs-form .hs-fieldtype-select .hs-input {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
  width: 100%;
  height: 50px;
  outline: none;
  padding: 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .hs-form .hs-dependent-field .hs-input,
  .form-content .hs-form .hs-fieldtype-select .hs-input {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .hs-dependent-field .hs-input,
  .form-content .hs-form .hs-fieldtype-select .hs-input {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.form-content .hs-form .hs-dependent-field .hs-input.custom-select-open,
.form-content .hs-form .hs-fieldtype-select .hs-input.custom-select-open {
  color: #C4C4C4;
  border-bottom: 1px solid transparent;
}

.form-content .hs-form .form-columns-1,
.form-content .hs-form .form-columns-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: unset;
}

.form-content .hs-form .form-columns-1 .field,
.form-content .hs-form .form-columns-2 .field {
  margin-top: 20px;
  width: calc((100% - 20px) / 2);
}

.form-content .hs-form .form-columns-1 .field:nth-child(odd),
.form-content .hs-form .form-columns-2 .field:nth-child(odd) {
  margin-right: 20px;
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .form-columns-1 .field,
  .form-content .hs-form .form-columns-2 .field {
    width: 100%;
    margin-right: 0;
  }

  .form-content .hs-form .form-columns-1 .field:nth-child(odd),
  .form-content .hs-form .form-columns-2 .field:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
}

.form-content .hs-form .form-columns-1 .field.hs-what_is_your_fund_name_,
.form-content .hs-form .form-columns-2 .field.hs-what_is_your_fund_name_ {
  width: 100%;
}

.form-content .hs-form .form-columns-1 .field.hs-what_is_your_fund_name_ input,
.form-content .hs-form .form-columns-2 .field.hs-what_is_your_fund_name_ input {
  margin-top: 0;
}

.form-content .hs-form .form-columns-1 .field .input,
.form-content .hs-form .form-columns-2 .field .input {
  margin-right: 0;
}

.form-content .hs-form .form-columns-1 .field .hs-input,
.form-content .hs-form .form-columns-2 .field .hs-input {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
  width: 100%;
  height: 50px;
  outline: none;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #15182B;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .hs-form .form-columns-1 .field .hs-input,
  .form-content .hs-form .form-columns-2 .field .hs-input {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .hs-form .form-columns-1 .field .hs-input,
  .form-content .hs-form .form-columns-2 .field .hs-input {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.form-content .hs-form .form-columns-1 .field .hs-input:active,
.form-content .hs-form .form-columns-1 .field .hs-input:focus,
.form-content .hs-form .form-columns-2 .field .hs-input:active,
.form-content .hs-form .form-columns-2 .field .hs-input:focus {
  border: 2px solid #15182B;
}

.form-content .hs-form .form-columns-1 .field .hs-input.error,
.form-content .hs-form .form-columns-2 .field .hs-input.error {
  border: 1px solid #FF0000;
}

.form-content .hs-form .form-columns-1 .field {
  width: 100%;
  margin-right: 0;
}

.form-content .hs-form .form-columns-1 .field:nth-child(odd) {
  margin-right: 0;
}

.form-content .hs-form .form-columns-1 .hs-fieldtype-select {
  width: 100% !important;
}

.form-content .submitted-message p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
  margin-top: 10px;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .submitted-message p {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .submitted-message p {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.form-content .submitted-message p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.form-content .submitted-message p a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

.form-content .submitted-message p:nth-child(1) {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
  margin-top: 0;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .submitted-message p:nth-child(1) {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .submitted-message p:nth-child(1) {
    font-size: 1.5rem;
  }
}

.form-content .submitted-message p:nth-child(2) {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  font-family: "NeoGramExtended";
  margin-top: 30px;
}

@media print, screen and (max-width: 63.99875em) {
  .form-content .submitted-message p:nth-child(2) {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .form-content .submitted-message p:nth-child(2) {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.summit-hero {
  margin-top: calc(110px + 88px);
}

@media print, screen and (max-width: 43.74875em) {
  .summit-hero {
    margin-top: calc(50px + 40px);
  }
}

.summit-hero .subtitle {
  margin-top: 20px;
}

.summit-page {
  margin-bottom: 150px;
}

@media print, screen and (max-width: 43.74875em) {
  .summit-page {
    margin-bottom: 100px;
  }
}

.summit-text-block {
  margin-top: 60px;
}

.private-conference-call {
  margin-bottom: 200px;
  margin-top: calc(130px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .private-conference-call {
    margin-bottom: 100px;
    margin-top: calc(75px + 88px);
  }
}

@media print, screen and (max-width: 43.74875em) {
  .private-conference-call {
    margin-top: calc(70px + 40px);
  }
}

.private-conference-call .title-container {
  display: flex;
  justify-content: center;
}

.private-conference-call .title-container .heading {
  text-align: center;
}

.private-conference-call .subtitle {
  margin-top: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .private-conference-call .subtitle {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .private-conference-call .subtitle {
    margin-top: 20px;
  }
}

.private-conference-call .posts {
  margin-top: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .private-conference-call .posts {
    margin-top: 35px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .private-conference-call .posts {
    margin-top: 30px;
  }
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wysiwyg-content h1 {
  line-height: 1;
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.27rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h1 {
    font-size: 7.2rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h1 {
    font-size: 4rem;
  }
}

.wysiwyg-content h2 {
  line-height: 1;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: -0.24rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h2 {
    font-size: 6rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h2 {
    font-size: 3.5rem;
  }
}

.wysiwyg-content h3 {
  line-height: 1;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.18rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h3 {
    font-size: 4.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h3 {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.wysiwyg-content h4 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h4 {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.wysiwyg-content h5 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h5 {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h5 {
    font-size: 1.5rem;
  }
}

.wysiwyg-content h6 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content h6 {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content h6 {
    font-size: 1.5rem;
  }
}

.wysiwyg-content p,
.wysiwyg-content li {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02rem;
  font-family: "NeoGramCondensed";
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content p,
  .wysiwyg-content li {
    font-size: 1.9rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content p,
  .wysiwyg-content li {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.wysiwyg-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wysiwyg-content ul {
  list-style: none;
}

.wysiwyg-content hr {
  border-top: 1px solid #15182B;
}

.wysiwyg-content ol {
  padding-left: 20px;
}

.wysiwyg-content ol li {
  padding-left: 100px;
}

@media print, screen and (max-width: 63.99875em) {
  .wysiwyg-content ol li {
    padding-left: 50px;
  }
}

.wysiwyg-content ol li::marker {
  font-size: 2rem;
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content ol li::marker {
    font-size: 1.8rem;
  }
}

.wysiwyg-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

.wysiwyg-content a:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

.wysiwyg-content a.remove-after:after {
  height: 0;
}

.wysiwyg-content table {
  border-collapse: collapse;
}

.wysiwyg-content table tbody tr:first-child {
  border-top: 1px solid #15182B;
}

.wysiwyg-content table tbody tr:first-child td {
  padding: 10px;
}

.wysiwyg-content table tbody tr:first-child td:first-child {
  padding-left: 0;
}

.wysiwyg-content table tbody tr:first-child td:last-child {
  padding-right: 0;
}

.wysiwyg-content table tbody tr {
  border-bottom: 1px solid #15182B;
}

.wysiwyg-content table tbody tr td {
  padding: 20px 10px;
}

.wysiwyg-content table tbody tr td:first-child {
  padding-left: 0;
}

.wysiwyg-content table tbody tr td:last-child {
  padding-right: 0;
}

.wysiwyg-content .cta-link {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

@media print, screen and (max-width: 43.74875em) {
  .wysiwyg-content .cta-link {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

.merch-store {
  background-color: #fff;
}

@media print, screen and (min-width: 64em) {
  .merch-store .merch-store-grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.merch-store .product-info-container {
  display: flex;
  position: relative;
  justify-content: center;
}

.merch-store .product-info-title,
.merch-store .product-info-price {
  display: inline;
}

.merch-store .merch-store-products {
  text-align: center;
  padding-bottom: 96px;
  padding-top: calc(101px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  .merch-store .merch-store-products {
    padding-bottom: 0;
  }
}

.merch-store .merch-store-products .grid-container {
  padding-left: 4rem;
  padding-right: 4rem;
}

.merch-store .glide__arrow {
  top: 50% !important;
}

.merch-store .title-price-separator {
  margin: 0 25px;
}

.merch-store .title-price-separator:before {
  content: "";
  top: 50%;
  width: 2px;
  height: 55px;
  position: absolute;
  background: #15182B;
  transform: translateY(-50%);
}

.merch-store .title-price-container .big-item-title {
  padding: 0;
}

.merch-store .image-product {
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 63.99875em) {
  .merch-store .image-product {
    width: 100%;
    max-width: unset;
    max-height: unset;
    margin-bottom: 25px;
  }
}

.merch-store .big-item-title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
  padding-top: 15px;
  margin-bottom: 32px;
}

@media print, screen and (max-width: 63.99875em) {
  .merch-store .big-item-title {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .merch-store .big-item-title {
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .merch-store .big-item-title {
    margin-bottom: 25px;
  }
}

.merch-store .wpshopify-loading-placeholder {
  display: none;
}

.merch-store .wps-component-products-pricing {
  align-items: center !important;
}

.merch-store .wps-component-products-pricing .wps-product-individual-price {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  .merch-store .wps-component-products-pricing .wps-product-individual-price {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  .merch-store .wps-component-products-pricing .wps-product-individual-price {
    font-size: 1.5rem;
  }
}

.merch-store .btn-view-product {
  width: 196px;
  margin: 0 auto;
}

@media print, screen and (max-width: 63.99875em) {
  .merch-store .btn-view-product {
    margin-bottom: 95px;
  }
}

.merch-store .css-fh4ew7-PaginationItemsContainerCSS {
  padding: 0;
}

body.pantera .merch-store-mobile .product-title {
  text-align: left;
}

body.pantera .merch-store-mobile .wps-component-products-pricing {
  align-items: flex-end !important;
}

body.pantera .merch-store-mobile .wps-component-products-pricing .wps-products-price {
  margin-right: 0;
}

#glide__merch-store .glide.glide--carousel .glide__slide--active .big-item-title {
  visibility: visible;
}

#glide__merch-store .glide.glide--carousel .glide__slide--active .btn-view-product {
  display: block;
}

#glide__merch-store .glide.glide--carousel .btn-view-product {
  display: none;
}

#glide__merch-store .glide.glide--carousel .big-item-title {
  visibility: hidden;
}

#glide__merch-store .glide.glide--carousel .glide__arrow-products {
  bottom: 0;
  border: none;
  top: inherit;
  box-shadow: none;
}

#glide__merch-store .glide.glide--carousel .glide__arrow-products--left {
  left: 0 !important;
}

#glide__merch-store .glide.glide--carousel .glide__arrow-products--right {
  right: 0 !important;
}

#glide__merch-store .glide.glide--carousel + .counting-products {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  margin-top: 32px;
  text-align: right;
}

.glide__merch-store.glide--slider + .counting-products,
.glide__merch-store.glide--slider .glide__arrow-products {
  display: none !important;
}

body.pantera .wps-btn-cart {
  top: 88px;
  border-radius: 0;
  position: absolute;
  border: solid 1px #15182B;
  background-color: white;
}

body.pantera .wps-btn-cart .cart-icon {
  width: 30px;
}

body.pantera .wps-cart-counter {
  top: 5px;
  right: 8px;
  width: 18px;
  height: 18px;
  left: inherit;
  color: #15182B;
  font-size: 1rem;
  position: absolute;
  padding: 12px 0 8px;
  font-family: "IBM Plex Mono", monospace;
  background-color: #E9B737;
}

body.pantera .wps-cart-counter + svg.wps-icon-cart {
  display: none;
}

body.pantera .wps-cart {
  width: 50vw;
  border: solid 1px #15182B;
  top: 88px;
  box-shadow: none;
  height: calc(100% - 88px);
}

@media screen and (min-width: 90em) {
  body.pantera .wps-cart {
    width: 45vw;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  body.pantera .wps-cart {
    width: 60vw;
  }
}

@media print, screen and (min-width: 43.75em) and (max-width: 63.99875em) {
  body.pantera .wps-cart {
    width: 80vw;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart {
    top: 0;
    width: 100%;
    height: 100%;
  }
}

body.pantera .wps-cart .wps-cart-title {
  display: none;
}

body.pantera .wps-cart .wps-btn-close {
  left: 0;
  margin: 0;
  font-size: 0;
  padding: 20px;
  right: inherit;
  position: relative;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-btn-close {
    padding: 0 20px 60px;
  }
}

body.pantera .wps-cart .wps-btn-close .close-icon {
  width: 10px;
}

body.pantera .wps-cart .wps-btn-close span.wps-modal-close-trigger {
  width: 10px;
  height: 10px;
  font-size: 23px;
  font-weight: 300;
}

body.pantera .wps-cart .wps-cart-contents {
  flex: 2 1 0%;
  margin-left: 44px;
  padding-top: 55px;
  overflow: hidden auto;
}

body.pantera .wps-cart .wps-cart-contents h2 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera .wps-cart .wps-cart-contents h2 {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents h2 {
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents {
    margin-left: 0;
    padding-top: 60px;
  }
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-img {
  width: 180px;
  height: 180px;
  margin-right: 30px;
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content {
  padding-left: 0;
  margin-right: 44px;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-title-wrapper > div {
    flex-direction: column-reverse;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-title-content,
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-remove {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-title-content {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-title-content {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-title-content {
    font-size: 1.5rem;
  }
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-remove {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: all 0.3s ease;
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-remove:hover {
  color: #E9B737;
  -webkit-text-decoration-color: #E9B737;
          text-decoration-color: #E9B737;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-remove {
    font-size: 1.2rem;
    padding: 0 0 20px;
  }
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-variant-title,
body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-price {
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "NeoGramCondensed";
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-variant-title {
  padding: 30px 0;
  box-shadow: none;
  background-color: white;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-variant-title {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-price-total-wrapper {
  margin-top: 15px;
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container button.wps-quantity-decrement,
body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container button.wps-quantity-increment {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: solid 1px #15182B;
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container button.wps-quantity-decrement:hover,
body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container button.wps-quantity-increment:hover {
  transition: all 0.3s ease;
  background-color: #E9B737;
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container button.wps-quantity-decrement .wps-quantity-icon,
body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container button.wps-quantity-increment .wps-quantity-icon {
  width: 8px;
  height: 1.5px;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container button.wps-quantity-increment .wps-quantity-icon::after {
  width: 8px;
  height: 2px;
  left: calc(50% - 4px);
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-quantity-container input.wps-cart-lineitem-quantity {
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "NeoGramCondensed";
  border: none;
  max-height: 20px;
}

body.pantera .wps-cart .wps-cart-contents .wps-cart-lineitem-content .wps-cart-lineitem-left-in-stock {
  display: none;
}

body.pantera .wps-cart-footer {
  border-top: 0;
}

@media screen and (min-width: 90em) {
  body.pantera .wps-cart-footer {
    margin-left: 44px;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart-footer div[class*=footerStyle] {
    justify-content: space-evenly;
  }
}

body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-prefix,
body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-amount {
  flex-grow: 2;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-prefix,
  body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-amount {
    flex-grow: 0;
  }
}

body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-prefix {
  text-align: right;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-prefix {
    text-align: center;
  }
}

body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-amount {
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "NeoGramCondensed";
  font-weight: 500;
  margin-right: 44px;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart-footer div[class*=footerStyle] .wps-total-amount {
    margin-right: 0;
  }
}

body.pantera .wps-cart-footer button.wps-btn-checkout {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  width: 196px !important;
  color: #15182B !important;
  padding: 10px !important;
  cursor: pointer !important;
  background: unset !important;
  text-align: center !important;
  display: inline-block !important;
  border: 1px solid #15182B !important;
  transition: background-color 0.3s ease !important;
  border-radius: 0;
  margin: 30px auto;
  justify-content: center;
  display: flex !important;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .wps-cart-footer button.wps-btn-checkout {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

body.pantera .wps-cart-footer button.wps-btn-checkout:hover {
  background-color: #E9B737 !important;
}

body.pantera .merch-store-product-detail {
  background-color: #fff;
}

@media print, screen and (min-width: 64em) {
  body.pantera .merch-store-product-detail .product-detail-grid-container {
    padding-left: 0;
  }
}

body.pantera .merch-store-product-detail .merch-store-product {
  text-align: center;
  padding-bottom: 96px;
  padding-top: calc(101px + 88px);
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera .merch-store-product-detail .merch-store-product {
    padding-bottom: 0;
  }
}

body.pantera .merch-store-product-detail #product_gallery .wps-product-image-on-sale-label {
  display: none !important;
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera .merch-store-product-detail #product_gallery .wps-product-image {
    margin: 30px auto 0;
  }
}

body.pantera .merch-store-product-detail .product-single-content .wps-component-products-title {
  margin-bottom: 0;
}

body.pantera .merch-store-product-detail .product-single-content .product_pricing_mobile .wps-items-wrapper {
  padding: 0;
}

body.pantera .merch-store-product-detail .product-single-content .wps-products-title,
body.pantera .merch-store-product-detail .product-single-content .wps-product-individual-price,
body.pantera .merch-store-product-detail .product-single-content .product_title_mobile,
body.pantera .merch-store-product-detail .product-single-content .product_pricing_mobile {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
  text-align: left;
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera .merch-store-product-detail .product-single-content .wps-products-title,
  body.pantera .merch-store-product-detail .product-single-content .wps-product-individual-price,
  body.pantera .merch-store-product-detail .product-single-content .product_title_mobile,
  body.pantera .merch-store-product-detail .product-single-content .product_pricing_mobile {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .merch-store-product-detail .product-single-content .wps-products-title,
  body.pantera .merch-store-product-detail .product-single-content .wps-product-individual-price,
  body.pantera .merch-store-product-detail .product-single-content .product_title_mobile,
  body.pantera .merch-store-product-detail .product-single-content .product_pricing_mobile {
    font-size: 1.5rem;
  }
}

body.pantera .merch-store-product-detail .product-type {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  padding: 29px 0;
  font-weight: 500;
  text-align: left;
  border-bottom: solid 1px #15182B;
}

body.pantera .merch-store-product-detail .accordion-items .accordion-item {
  border: none !important;
}

body.pantera .merch-store-product-detail .accordion-items .accordion-item .accordion-title {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  padding: 29px 0;
  font-weight: 500;
}

body.pantera .merch-store-product-detail .accordion-items .accordion-item .accordion-title:hover,
body.pantera .merch-store-product-detail .accordion-items .accordion-item .accordion-title:focus-within {
  color: #E9B737;
}

body.pantera .merch-store-product-detail .accordion-items .accordion-item .accordion-title::after {
  content: "";
}

body.pantera .merch-store-product-detail .accordion-items .accordion-item #product_description {
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "NeoGramCondensed";
  margin-top: 20px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: solid 1px black;
}

body.pantera #product_buy_button .wps-component-products-quantity {
  padding: 29px 0;
  border-top: none;
}

body.pantera #product_buy_button .wps-component-products-quantity .wps-product-quantity-wrapper {
  float: left;
}

body.pantera #product_buy_button .wps-component-products-quantity .wps-product-quantity-wrapper .wps-quantity-label-wrapper label {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

body.pantera #product_buy_button .wps-component-products-quantity .wps-product-quantity-wrapper input.wps-product-quantity {
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "NeoGramCondensed";
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
}

body.pantera #product_buy_button .wps-product-options p[class*=ClearSelectionsCSS-slideInFromTop-ClearSelections] {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  padding: 0;
  top: inherit;
  bottom: -80px;
}

body.pantera #product_buy_button .wps-product-options p[class*=ClearSelectionsCSS-slideInFromTop-ClearSelections]:hover {
  color: #E9B737;
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera #product_buy_button .wps-product-options p[class*=ClearSelectionsCSS-slideInFromTop-ClearSelections] {
    left: 0;
    text-align: left;
  }
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-icon-dropdown {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  color: #15182B;
  padding: 29px 0;
  border-radius: 0;
  text-align: left;
  background: #fff;
  border-bottom: solid 1px #15182B;
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-icon-dropdown::after {
  float: right;
  color: rgba(21, 24, 43, 0.5);
  margin-right: 14px;
  content: "CHOOSE AN OPTION";
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-icon-dropdown::before {
  content: "";
  float: right;
  margin-top: 9px;
  color: rgba(21, 24, 43, 0.5);
  margin-right: 20px;
  background: url("/wp-content/themes/Pantera/assets/images//arrow-down-variant.svg") no-repeat;
  background-size: 11px 5px;
  height: 5px;
  width: 11px;
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-icon-dropdown:hover {
  color: #E9B737;
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-btn-dropdown {
  margin: 0;
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-btn-dropdown .tippy-box {
  border-radius: 0;
  border-bottom: none;
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-btn-dropdown .tippy-box ul.wps-variants {
  overflow: hidden;
  border-radius: 0;
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-btn-dropdown .tippy-box ul.wps-variants li.wps-product-variant {
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "NeoGramCondensed";
  border-bottom: solid 1px #15182B;
}

body.pantera #product_buy_button .wps-product-options .wps-component-products-options .wps-btn-dropdown .tippy-box ul.wps-variants li.wps-product-variant:hover {
  background-color: #E9B737;
}

body.pantera #product_buy_button .wps-component-products-add-button {
  display: flex;
  flex-direction: column-reverse;
}

body.pantera #product_buy_button .wps-component-products-add-button button.wps-add-to-cart {
  cursor: pointer;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  width: 196px !important;
  color: #15182B !important;
  padding: 10px !important;
  cursor: pointer !important;
  background: unset !important;
  text-align: center !important;
  display: inline-block !important;
  border: 1px solid #15182B !important;
  transition: background-color 0.3s ease !important;
  align-self: flex-start;
  border-radius: 0;
  margin: 45px 0;
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera #product_buy_button .wps-component-products-add-button button.wps-add-to-cart {
    line-height: 1.75;
    font-size: 1.2rem;
  }
}

body.pantera #product_buy_button .wps-component-products-add-button button.wps-add-to-cart:hover {
  background-color: #E9B737 !important;
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera #product_buy_button .wps-component-products-add-button button.wps-add-to-cart {
    align-self: flex-end;
  }
}

body.pantera #product_buy_button .wps-component-products-add-button .wps-notice-text {
  display: none;
}

body.pantera .custom-container {
  padding: 0;
}

body.pantera .title-keep-discovery-products {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "NeoGramExtended";
  display: block;
  text-align: center;
  margin: 100px 0 45px;
}

@media print, screen and (max-width: 63.99875em) {
  body.pantera .title-keep-discovery-products {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 43.74875em) {
  body.pantera .title-keep-discovery-products {
    font-size: 1.5rem;
  }
}

body.pantera .glide__slide-discover-products {
  margin-bottom: 100px;
  border: solid 1px #15182B;
}

body.pantera .glide__slide-discover-products img {
  width: 400;
  display: block;
  margin: 0 auto;
  padding: 25px 0;
}

