@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -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=48em&large=64em&xlarge=81.25em&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: 1rem;
  padding-left: 1rem;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.grid-container.fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.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: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-x .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .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: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.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);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 3rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 3rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 3rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3rem);
  }
}
@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);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 3rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 3rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 3rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 3rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 3rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 3rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 3rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 3rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 3rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 3rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 3rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 3rem / 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);
  }
}
.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: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem);
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 144rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 144rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 144rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 144rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.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: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.hide-for-small-up {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.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;
  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;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-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;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/**
 * Grids
 *
 * Group: Mixins
 */
/* Grid Mixin */
/**
 * Typography
 *
 * Group: Tools
 */
/* Paths */
:root {
  --color-blue-90: #060630;
  --color-blue-80: #0D0D5F;
  --color-blue-70: #13138F;
  --color-blue-60: #1A1ABE;
  --color-blue-50: #2020EE;
  --color-blue-40: #4D4DF1;
  --color-blue-30: #7979F5;
  --color-blue-20: #A6A6F8;
  --color-blue-10: #D2D2FC;
  --color-midnight-90: #000610;
  --color-midnight-80: #000D20;
  --color-midnight-70: #001330;
  --color-midnight-60: #001A40;
  --color-midnight-50: #002050;
  --color-midnight-40: #334D73;
  --color-midnight-30: #667996;
  --color-midnight-20: #99A6B9;
  --color-midnight-10: #CCD2DC;
  --color-ghost-90: #303133;
  --color-ghost-80: #606266;
  --color-ghost-70: #909299;
  --color-ghost-60: #C0C3CC;
  --color-ghost-50: #F0F4FF;
  --color-ghost-40: #F3F6FF;
  --color-ghost-30: #F6F8FF;
  --color-ghost-20: #F9FBFF;
  --color-ghost-10: #FCFDFF;
  --color-yellow-90: #332F06;
  --color-yellow-80: #665F0C;
  --color-yellow-70: #998E12;
  --color-yellow-60: #CCBE18;
  --color-yellow-50: #FFED1E;
  --color-yellow-40: #FFF14B;
  --color-yellow-30: #FFF478;
  --color-yellow-20: #FFF8A5;
  --color-yellow-10: #FFFBD2;
  --color-black: hsla(0, 0%, 0%, 1);
  --color-white: hsla(0, 0%, 100%, 1);
  --color-cloudy: hsla(30, 10%, 65%, 1);
  --color-anakiwa: hsla(215, 100%, 80%, 1);
  --color-chicago: hsla(30, 3%, 33%, 1);
  --color-cararra: hsla(40, 11%, 90%, 1);
  --color-alabaster: hsla(0, 0%, 97%, 1);
  --color-friar-gray: hsla(30, 3%, 49%, 1);
  --color-timberwolf: hsla(36, 11%, 80%, 1);
  --color-dodger-blue: hsla(220, 100%, 56%, 1);
  --color-silver-rust: hsla(38, 10%, 71%, 1);
  --color-spring-wood: hsla(36, 20%, 97%, 1);
  --color-french-pass: hsla(185, 100%, 80%, 1);
  --color-persian-blue: hsla(225, 87%, 29%, 1);
  --color-sunset-orange: hsla(359, 99%, 59%, 1);
  --color-baby-blue: hsla(184, 100%, 97%, 1);
  --color-baby-cyan: hsla(181, 73%, 96%, 1);
  --color-baby-gray: hsla(0, 0%, 80%, 1);
  --color-dark-gray: hsla(0, 0%, 0%, 1);
  --black--faded-40: hsla(0, 0%, 0%, 0.4);
  --black--faded-60: hsla(0, 0%, 0%, 0.6);
  --color-primary: var(--color-blue-50);
  --color-primary-dark: var(--color-midnight-50);
  --color-accent: var(--color-yellow-50);
  --color-ghost: var(--color-ghost-50);
  --color-border: var(--color-midnight-10);
}

/* Colors */
/* Font Weights */
/* Fonts */
/* Nav */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

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

body {
  width: 100%;
  color: #000000;
  background: var(--color-white);
  font-family: GT-America, sans-serif;
}
@media print, screen and (max-width: 47.99875em) {
  body.fixed {
    overflow: hidden;
  }
}

main {
  overflow: hidden;
  margin-top: 109px;
  min-height: calc(100vh - 109px);
}
@media print, screen and (max-width: 63.99875em) {
  main {
    margin-top: 56px;
    min-height: calc(100vh - 56px);
  }
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  /* Font */
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
}
a.nav-link {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
a.legal {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
}
a.listing {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 400;
}
a:hover, a:active, a:focus {
  color: inherit;
}

.link,
a.link {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 500;
}
.link:hover,
a.link:hover {
  color: var(--color-dodger-blue);
  text-decoration: underline;
}
.link:hover,
a.link:hover {
  color: var(--color-dodger-blue);
}
.link:disabled,
.link .disabled,
a.link:disabled,
a.link .disabled {
  color: #000000;
}

a.read-more,
div.read-more {
  color: var(--color-primary);
  display: inline-flex;
  gap: var(--spacing-xs);
}
a.read-more.light,
div.read-more.light {
  color: var(--color-accent);
}

p.quote {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
}

button {
  cursor: pointer;
}

.inline-list {
  list-style: none;
  display: inline-block;
}
.inline-list li {
  display: inline-block;
}

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  text-align: center;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.grid-container {
  padding-left: 8em;
  padding-right: 8em;
}
@media print, screen and (max-width: 47.99875em) {
  .grid-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.grid-container.full {
  width: 100%;
}

.lottie-player {
  width: 100%;
  height: 100%;
}
.lottie-player svg:not(:first-of-type) {
  display: none;
}

/* GT America */
@font-face {
  font-family: "GT-America";
  src: url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Thin.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Thin.ttf") format("truetype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Thin.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT-America";
  src: url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Regular.ttf") format("truetype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT-America";
  src: url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Medium.ttf") format("truetype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT-America";
  src: url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Bold.ttf") format("truetype"), url("/wp-content/themes/At-Bay/assets/fonts/GT-America/GT-America-Standard-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.margin-top--auto {
  margin-top: auto !important;
}

.margin-top--0 {
  margin-top: 0px !important;
}

.padding-top--0 {
  padding-top: 0px !important;
}

.margin-top--5 {
  margin-top: 5px !important;
}

.padding-top--5 {
  padding-top: 5px !important;
}

.margin-top--10 {
  margin-top: 10px !important;
}

.padding-top--10 {
  padding-top: 10px !important;
}

.margin-top--15 {
  margin-top: 15px !important;
}

.padding-top--15 {
  padding-top: 15px !important;
}

.margin-top--20 {
  margin-top: 20px !important;
}

.padding-top--20 {
  padding-top: 20px !important;
}

.margin-top--25 {
  margin-top: 25px !important;
}

.padding-top--25 {
  padding-top: 25px !important;
}

.margin-top--30 {
  margin-top: 30px !important;
}

.padding-top--30 {
  padding-top: 30px !important;
}

.margin-top--35 {
  margin-top: 35px !important;
}

.padding-top--35 {
  padding-top: 35px !important;
}

.margin-top--40 {
  margin-top: 40px !important;
}

.padding-top--40 {
  padding-top: 40px !important;
}

.margin-top--45 {
  margin-top: 45px !important;
}

.padding-top--45 {
  padding-top: 45px !important;
}

.margin-top--50 {
  margin-top: 50px !important;
}

.padding-top--50 {
  padding-top: 50px !important;
}

.margin-top--55 {
  margin-top: 55px !important;
}

.padding-top--55 {
  padding-top: 55px !important;
}

.margin-top--60 {
  margin-top: 60px !important;
}

.padding-top--60 {
  padding-top: 60px !important;
}

.margin-top--65 {
  margin-top: 65px !important;
}

.padding-top--65 {
  padding-top: 65px !important;
}

.margin-top--70 {
  margin-top: 70px !important;
}

.padding-top--70 {
  padding-top: 70px !important;
}

.margin-top--75 {
  margin-top: 75px !important;
}

.padding-top--75 {
  padding-top: 75px !important;
}

.margin-top--80 {
  margin-top: 80px !important;
}

.padding-top--80 {
  padding-top: 80px !important;
}

.margin-top--85 {
  margin-top: 85px !important;
}

.padding-top--85 {
  padding-top: 85px !important;
}

.margin-top--90 {
  margin-top: 90px !important;
}

.padding-top--90 {
  padding-top: 90px !important;
}

.margin-top--95 {
  margin-top: 95px !important;
}

.padding-top--95 {
  padding-top: 95px !important;
}

.margin-top--100 {
  margin-top: 100px !important;
}

.padding-top--100 {
  padding-top: 100px !important;
}

.margin-top--105 {
  margin-top: 105px !important;
}

.padding-top--105 {
  padding-top: 105px !important;
}

.margin-top--110 {
  margin-top: 110px !important;
}

.padding-top--110 {
  padding-top: 110px !important;
}

.margin-top--115 {
  margin-top: 115px !important;
}

.padding-top--115 {
  padding-top: 115px !important;
}

.margin-top--120 {
  margin-top: 120px !important;
}

.padding-top--120 {
  padding-top: 120px !important;
}

.margin-top--125 {
  margin-top: 125px !important;
}

.padding-top--125 {
  padding-top: 125px !important;
}

.margin-top--130 {
  margin-top: 130px !important;
}

.padding-top--130 {
  padding-top: 130px !important;
}

.margin-top--135 {
  margin-top: 135px !important;
}

.padding-top--135 {
  padding-top: 135px !important;
}

.margin-top--140 {
  margin-top: 140px !important;
}

.padding-top--140 {
  padding-top: 140px !important;
}

.margin-top--145 {
  margin-top: 145px !important;
}

.padding-top--145 {
  padding-top: 145px !important;
}

.margin-bottom--auto {
  margin-bottom: auto !important;
}

.margin-bottom--0 {
  margin-bottom: 0px !important;
}

.padding-bottom--0 {
  padding-bottom: 0px !important;
}

.margin-bottom--5 {
  margin-bottom: 5px !important;
}

.padding-bottom--5 {
  padding-bottom: 5px !important;
}

.margin-bottom--10 {
  margin-bottom: 10px !important;
}

.padding-bottom--10 {
  padding-bottom: 10px !important;
}

.margin-bottom--15 {
  margin-bottom: 15px !important;
}

.padding-bottom--15 {
  padding-bottom: 15px !important;
}

.margin-bottom--20 {
  margin-bottom: 20px !important;
}

.padding-bottom--20 {
  padding-bottom: 20px !important;
}

.margin-bottom--25 {
  margin-bottom: 25px !important;
}

.padding-bottom--25 {
  padding-bottom: 25px !important;
}

.margin-bottom--30 {
  margin-bottom: 30px !important;
}

.padding-bottom--30 {
  padding-bottom: 30px !important;
}

.margin-bottom--35 {
  margin-bottom: 35px !important;
}

.padding-bottom--35 {
  padding-bottom: 35px !important;
}

.margin-bottom--40 {
  margin-bottom: 40px !important;
}

.padding-bottom--40 {
  padding-bottom: 40px !important;
}

.margin-bottom--45 {
  margin-bottom: 45px !important;
}

.padding-bottom--45 {
  padding-bottom: 45px !important;
}

.margin-bottom--50 {
  margin-bottom: 50px !important;
}

.padding-bottom--50 {
  padding-bottom: 50px !important;
}

.margin-bottom--55 {
  margin-bottom: 55px !important;
}

.padding-bottom--55 {
  padding-bottom: 55px !important;
}

.margin-bottom--60 {
  margin-bottom: 60px !important;
}

.padding-bottom--60 {
  padding-bottom: 60px !important;
}

.margin-bottom--65 {
  margin-bottom: 65px !important;
}

.padding-bottom--65 {
  padding-bottom: 65px !important;
}

.margin-bottom--70 {
  margin-bottom: 70px !important;
}

.padding-bottom--70 {
  padding-bottom: 70px !important;
}

.margin-bottom--75 {
  margin-bottom: 75px !important;
}

.padding-bottom--75 {
  padding-bottom: 75px !important;
}

.margin-bottom--80 {
  margin-bottom: 80px !important;
}

.padding-bottom--80 {
  padding-bottom: 80px !important;
}

.margin-bottom--85 {
  margin-bottom: 85px !important;
}

.padding-bottom--85 {
  padding-bottom: 85px !important;
}

.margin-bottom--90 {
  margin-bottom: 90px !important;
}

.padding-bottom--90 {
  padding-bottom: 90px !important;
}

.margin-bottom--95 {
  margin-bottom: 95px !important;
}

.padding-bottom--95 {
  padding-bottom: 95px !important;
}

.margin-bottom--100 {
  margin-bottom: 100px !important;
}

.padding-bottom--100 {
  padding-bottom: 100px !important;
}

.margin-bottom--105 {
  margin-bottom: 105px !important;
}

.padding-bottom--105 {
  padding-bottom: 105px !important;
}

.margin-bottom--110 {
  margin-bottom: 110px !important;
}

.padding-bottom--110 {
  padding-bottom: 110px !important;
}

.margin-bottom--115 {
  margin-bottom: 115px !important;
}

.padding-bottom--115 {
  padding-bottom: 115px !important;
}

.margin-bottom--120 {
  margin-bottom: 120px !important;
}

.padding-bottom--120 {
  padding-bottom: 120px !important;
}

.margin-bottom--125 {
  margin-bottom: 125px !important;
}

.padding-bottom--125 {
  padding-bottom: 125px !important;
}

.margin-bottom--130 {
  margin-bottom: 130px !important;
}

.padding-bottom--130 {
  padding-bottom: 130px !important;
}

.margin-bottom--135 {
  margin-bottom: 135px !important;
}

.padding-bottom--135 {
  padding-bottom: 135px !important;
}

.margin-bottom--140 {
  margin-bottom: 140px !important;
}

.padding-bottom--140 {
  padding-bottom: 140px !important;
}

.margin-bottom--145 {
  margin-bottom: 145px !important;
}

.padding-bottom--145 {
  padding-bottom: 145px !important;
}

.margin-left--auto {
  margin-left: auto !important;
}

.margin-left--0 {
  margin-left: 0px !important;
}

.padding-left--0 {
  padding-left: 0px !important;
}

.margin-left--5 {
  margin-left: 5px !important;
}

.padding-left--5 {
  padding-left: 5px !important;
}

.margin-left--10 {
  margin-left: 10px !important;
}

.padding-left--10 {
  padding-left: 10px !important;
}

.margin-left--15 {
  margin-left: 15px !important;
}

.padding-left--15 {
  padding-left: 15px !important;
}

.margin-left--20 {
  margin-left: 20px !important;
}

.padding-left--20 {
  padding-left: 20px !important;
}

.margin-left--25 {
  margin-left: 25px !important;
}

.padding-left--25 {
  padding-left: 25px !important;
}

.margin-left--30 {
  margin-left: 30px !important;
}

.padding-left--30 {
  padding-left: 30px !important;
}

.margin-left--35 {
  margin-left: 35px !important;
}

.padding-left--35 {
  padding-left: 35px !important;
}

.margin-left--40 {
  margin-left: 40px !important;
}

.padding-left--40 {
  padding-left: 40px !important;
}

.margin-left--45 {
  margin-left: 45px !important;
}

.padding-left--45 {
  padding-left: 45px !important;
}

.margin-left--50 {
  margin-left: 50px !important;
}

.padding-left--50 {
  padding-left: 50px !important;
}

.margin-left--55 {
  margin-left: 55px !important;
}

.padding-left--55 {
  padding-left: 55px !important;
}

.margin-left--60 {
  margin-left: 60px !important;
}

.padding-left--60 {
  padding-left: 60px !important;
}

.margin-left--65 {
  margin-left: 65px !important;
}

.padding-left--65 {
  padding-left: 65px !important;
}

.margin-left--70 {
  margin-left: 70px !important;
}

.padding-left--70 {
  padding-left: 70px !important;
}

.margin-left--75 {
  margin-left: 75px !important;
}

.padding-left--75 {
  padding-left: 75px !important;
}

.margin-left--80 {
  margin-left: 80px !important;
}

.padding-left--80 {
  padding-left: 80px !important;
}

.margin-left--85 {
  margin-left: 85px !important;
}

.padding-left--85 {
  padding-left: 85px !important;
}

.margin-left--90 {
  margin-left: 90px !important;
}

.padding-left--90 {
  padding-left: 90px !important;
}

.margin-left--95 {
  margin-left: 95px !important;
}

.padding-left--95 {
  padding-left: 95px !important;
}

.margin-left--100 {
  margin-left: 100px !important;
}

.padding-left--100 {
  padding-left: 100px !important;
}

.margin-left--105 {
  margin-left: 105px !important;
}

.padding-left--105 {
  padding-left: 105px !important;
}

.margin-left--110 {
  margin-left: 110px !important;
}

.padding-left--110 {
  padding-left: 110px !important;
}

.margin-left--115 {
  margin-left: 115px !important;
}

.padding-left--115 {
  padding-left: 115px !important;
}

.margin-left--120 {
  margin-left: 120px !important;
}

.padding-left--120 {
  padding-left: 120px !important;
}

.margin-left--125 {
  margin-left: 125px !important;
}

.padding-left--125 {
  padding-left: 125px !important;
}

.margin-left--130 {
  margin-left: 130px !important;
}

.padding-left--130 {
  padding-left: 130px !important;
}

.margin-left--135 {
  margin-left: 135px !important;
}

.padding-left--135 {
  padding-left: 135px !important;
}

.margin-left--140 {
  margin-left: 140px !important;
}

.padding-left--140 {
  padding-left: 140px !important;
}

.margin-left--145 {
  margin-left: 145px !important;
}

.padding-left--145 {
  padding-left: 145px !important;
}

.margin-right--auto {
  margin-right: auto !important;
}

.margin-right--0 {
  margin-right: 0px !important;
}

.padding-right--0 {
  padding-right: 0px !important;
}

.margin-right--5 {
  margin-right: 5px !important;
}

.padding-right--5 {
  padding-right: 5px !important;
}

.margin-right--10 {
  margin-right: 10px !important;
}

.padding-right--10 {
  padding-right: 10px !important;
}

.margin-right--15 {
  margin-right: 15px !important;
}

.padding-right--15 {
  padding-right: 15px !important;
}

.margin-right--20 {
  margin-right: 20px !important;
}

.padding-right--20 {
  padding-right: 20px !important;
}

.margin-right--25 {
  margin-right: 25px !important;
}

.padding-right--25 {
  padding-right: 25px !important;
}

.margin-right--30 {
  margin-right: 30px !important;
}

.padding-right--30 {
  padding-right: 30px !important;
}

.margin-right--35 {
  margin-right: 35px !important;
}

.padding-right--35 {
  padding-right: 35px !important;
}

.margin-right--40 {
  margin-right: 40px !important;
}

.padding-right--40 {
  padding-right: 40px !important;
}

.margin-right--45 {
  margin-right: 45px !important;
}

.padding-right--45 {
  padding-right: 45px !important;
}

.margin-right--50 {
  margin-right: 50px !important;
}

.padding-right--50 {
  padding-right: 50px !important;
}

.margin-right--55 {
  margin-right: 55px !important;
}

.padding-right--55 {
  padding-right: 55px !important;
}

.margin-right--60 {
  margin-right: 60px !important;
}

.padding-right--60 {
  padding-right: 60px !important;
}

.margin-right--65 {
  margin-right: 65px !important;
}

.padding-right--65 {
  padding-right: 65px !important;
}

.margin-right--70 {
  margin-right: 70px !important;
}

.padding-right--70 {
  padding-right: 70px !important;
}

.margin-right--75 {
  margin-right: 75px !important;
}

.padding-right--75 {
  padding-right: 75px !important;
}

.margin-right--80 {
  margin-right: 80px !important;
}

.padding-right--80 {
  padding-right: 80px !important;
}

.margin-right--85 {
  margin-right: 85px !important;
}

.padding-right--85 {
  padding-right: 85px !important;
}

.margin-right--90 {
  margin-right: 90px !important;
}

.padding-right--90 {
  padding-right: 90px !important;
}

.margin-right--95 {
  margin-right: 95px !important;
}

.padding-right--95 {
  padding-right: 95px !important;
}

.margin-right--100 {
  margin-right: 100px !important;
}

.padding-right--100 {
  padding-right: 100px !important;
}

.margin-right--105 {
  margin-right: 105px !important;
}

.padding-right--105 {
  padding-right: 105px !important;
}

.margin-right--110 {
  margin-right: 110px !important;
}

.padding-right--110 {
  padding-right: 110px !important;
}

.margin-right--115 {
  margin-right: 115px !important;
}

.padding-right--115 {
  padding-right: 115px !important;
}

.margin-right--120 {
  margin-right: 120px !important;
}

.padding-right--120 {
  padding-right: 120px !important;
}

.margin-right--125 {
  margin-right: 125px !important;
}

.padding-right--125 {
  padding-right: 125px !important;
}

.margin-right--130 {
  margin-right: 130px !important;
}

.padding-right--130 {
  padding-right: 130px !important;
}

.margin-right--135 {
  margin-right: 135px !important;
}

.padding-right--135 {
  padding-right: 135px !important;
}

.margin-right--140 {
  margin-right: 140px !important;
}

.padding-right--140 {
  padding-right: 140px !important;
}

.margin-right--145 {
  margin-right: 145px !important;
}

.padding-right--145 {
  padding-right: 145px !important;
}

.flex-center {
  display: flex;
  align-items: center;
}

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

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

.flex {
  display: flex;
}

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

.justify-unset {
  justify-content: unset;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.relative-content {
  position: relative;
}

.absolute-content {
  position: absolute;
}

.section-background-spring-wood {
  background: var(--color-spring-wood);
}

.section-background-no-color {
  background: var(--color-white);
}

.section-background-blue, .multiple-cards-hero .secondary-content .secondary-card.blue, .editorial-multiple-articles .middle-content .blue {
  color: var(--color-white);
  background: var(--color-primary);
}

.section-background-baby-blue {
  background: var(--color-baby-blue);
}

.slider-arrows-blue-color button {
  background-color: var(--color-white) !important;
}
.slider-arrows-blue-color button > svg > path {
  stroke: var(--color-primary);
}

.color-white {
  color: var(--color-white);
}

.color-blue {
  color: var(--color-primary);
}

#gated-content-modal .mb-20.hs-input::-moz-placeholder {
  margin-bottom: 20px;
}

.mb-20,
.heading.mb-20,
.sidenav-content .general-content h1.mb-20,
#cookie-notice .mb-20#cn-notice-text,
#tinymce h6.mb-20,
.wysiwyg-content h6.mb-20,
#tinymce h5.mb-20,
.wysiwyg-content h5.mb-20,
#tinymce h4.mb-20,
.wysiwyg-content h4.mb-20,
#tinymce h3.mb-20,
.wysiwyg-content h3.mb-20,
#tinymce h2.mb-20,
.wysiwyg-content h2.mb-20,
#tinymce h1.mb-20,
.wysiwyg-content h1.mb-20,
.wysiwyg-content blockquote p.mb-20,
.body-copy.mb-20,
.sidenav-content .general-content p.mb-20,
#tinymce p.mb-20,
.wysiwyg-content p.mb-20,
#tinymce a.mb-20:not(.btn),
.wysiwyg-content a.mb-20:not(.btn),
#gated-content-modal .mb-20.hs-input::placeholder,
#gated-content-modal .mb-20.hs-error-msgs,
#gated-content-modal fieldset .hs-form-field > label.mb-20,
input.mb-20.input,
.hbspt-form input.mb-20.hs-input,
select.mb-20.input,
.hbspt-form select.mb-20.hs-input,
.mb-20.select2.select2-container.select2-container--default,
.select2-container.select2-container--default.select2-container--open .mb-20.select2-dropdown {
  margin-bottom: 20px;
}

#gated-content-modal .mb-30.hs-input::-moz-placeholder {
  margin-bottom: 30px;
}

.mb-30,
.heading.mb-30,
.sidenav-content .general-content h1.mb-30,
#cookie-notice .mb-30#cn-notice-text,
#tinymce h6.mb-30,
.wysiwyg-content h6.mb-30,
#tinymce h5.mb-30,
.wysiwyg-content h5.mb-30,
#tinymce h4.mb-30,
.wysiwyg-content h4.mb-30,
#tinymce h3.mb-30,
.wysiwyg-content h3.mb-30,
#tinymce h2.mb-30,
.wysiwyg-content h2.mb-30,
#tinymce h1.mb-30,
.wysiwyg-content h1.mb-30,
.wysiwyg-content blockquote p.mb-30,
.body-copy.mb-30,
.sidenav-content .general-content p.mb-30,
#tinymce p.mb-30,
.wysiwyg-content p.mb-30,
#tinymce a.mb-30:not(.btn),
.wysiwyg-content a.mb-30:not(.btn),
#gated-content-modal .mb-30.hs-input::placeholder,
#gated-content-modal .mb-30.hs-error-msgs,
#gated-content-modal fieldset .hs-form-field > label.mb-30,
input.mb-30.input,
.hbspt-form input.mb-30.hs-input,
select.mb-30.input,
.hbspt-form select.mb-30.hs-input,
.mb-30.select2.select2-container.select2-container--default,
.select2-container.select2-container--default.select2-container--open .mb-30.select2-dropdown {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-70 {
  margin-top: 70px;
}

@media screen and (min-width: 1024px) {
  .lg-mt-70 {
    margin-top: 70px;
  }
}
.w-full {
  width: 100%;
}

blockquote,
dl,
dt,
dd,
figure {
  margin-block-end: unset;
  margin-inline-end: unset;
  margin-block-start: unset;
  margin-inline-start: unset;
}

.border-solid-thin, .editorial-multiple-articles .middle-content .white, .editorial-multiple-articles .featured-image .main-title-container {
  border: var(--color-cararra) 1px solid;
}

:root {
  --gap-20: 20px;
}

.limit-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.limit-text.lines--1 {
  -webkit-line-clamp: 1;
}
.limit-text.lines--2 {
  -webkit-line-clamp: 2;
}
.limit-text.lines--3 {
  -webkit-line-clamp: 3;
}
.limit-text.lines--4 {
  -webkit-line-clamp: 4;
}
.limit-text.lines--5 {
  -webkit-line-clamp: 5;
}
.limit-text.lines--6 {
  -webkit-line-clamp: 6;
}
.limit-text.lines--7 {
  -webkit-line-clamp: 7;
}
.limit-text.lines--8 {
  -webkit-line-clamp: 8;
}

.gap-xs {
  gap: var(--spacing-xs);
}

.gap-sm {
  gap: var(--spacing-sm);
}

.gap-md {
  gap: var(--spacing-md);
}

.gap-lg {
  gap: var(--spacing-lg);
}

.gap-xl {
  gap: var(--spacing-xl);
}

:root {
  --grid-columns: 12;
  --grid-gap: 1rem;
  --gap-vertical: var(--grid-gap);
  --gap-horizontal: var(--grid-gap);
  --grid-template-columns: repeat(12, 1fr);
  --grid-template-columns-5: repeat(5, 1fr);
}

/**
 * Typography
 *
 * Group: Settings
 */
:root {
  /* Font Faces */
  --font-primary: "GT-America", sans-serif;
  --font-awesome: "FontAwesome";
  --font-material: "Material Icons";
  /* Type base */
  --text-base-size: 1em;
  /* Font Weights */
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  /* Letter Spacings */
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.075em;
  /* Line heights */
  --leading-none: 1;
  --leading-tightest: 1.09;
  --leading-tighter: 1.15;
  --leading-tight: 1.275;
  --leading-snug: 1.425;
  --leading-normal: 1.500;
  --leading-relaxed: 1.625;
  --leading-loose: 1.750;
  --leading-extra-loose: 2.250;
  /* Body variables */
  --body-font-weight: var(--font-weight-light);
  --body-xsmall-font-weight: var(--font-weight-medium);
  --button-font-weight: var(--font-weight-medium);
  --body-xsmall-font-size: 10px;
  --body-xsmall-letter-spacing: var(--tracking-normal);
  --body-xsmall-line-height: var(--leading-normal);
  --body-small-font-size: 14px;
  --body-small-letter-spacing: var(--tracking-normal);
  --body-small-line-height: var(--leading-normal);
  --body-font-size: 16px;
  --body-letter-spacing: var(--tracking-normal);
  --body-line-height: var(--leading-snug);
  --body-large-font-size: 20px;
  --body-large-letter-spacing: var(--tracking-normal);
  --body-large-line-height: var(--leading-normal);
  --button-font-size: 16px;
  --button-letter-spacing: var(--tracking-normal);
  --button-line-height: var(--leading-snug);
  --h1-font-size: 50px;
  --h1-font-weight: var(--font-weight-light);
  --h1-letter-spacing: var(--tracking-normal);
  --h1-line-height: var(--leading-tighter);
  --h2-font-size: 40px;
  --h2-font-weight: var(--font-weight-light);
  --h2-letter-spacing: var(--tracking-normal);
  --h2-line-height: var(--leading-tight);
  --h3-font-size: 32px;
  --h3-font-weight: var(--font-weight-light);
  --h3-letter-spacing: var(--tracking-normal);
  --h3-line-height: var(--leading-tight);
  --h4-font-size: 24px;
  --h4-font-weight: var(--font-weight-light);
  --h4-letter-spacing: var(--tracking-normal);
  --h4-line-height: var(--leading-tight);
  --h5-font-size: 20px;
  --h5-font-weight: var(--font-weight-light);
  --h5-letter-spacing: var(--tracking-normal);
  --h5-line-height: var(--leading-tight);
  --h6-font-size: 16px;
  --h6-font-weight: var(--font-weight-medium);
  --h6-letter-spacing: var(--tracking-normal);
  --h6-line-height: var(--leading-snug);
}
@media print, screen and (min-width: 64em) {
  :root {
    --h1-font-size: 60px;
    --h2-font-size: 48px;
    --h3-font-size: 40px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 20px;
  }
}

.heading, .sidenav-content .general-content h1, #cookie-notice #cn-notice-text, #tinymce h6,
.wysiwyg-content h6, #tinymce h5,
.wysiwyg-content h5, #tinymce h4,
.wysiwyg-content h4, #tinymce h3,
.wysiwyg-content h3, #tinymce h2,
.wysiwyg-content h2, #tinymce h1,
.wysiwyg-content h1, #tinymce blockquote p,
.wysiwyg-content blockquote p {
  margin: 0;
  font-size: 6.2rem;
  line-height: 7.4rem;
  font-weight: var(--font-weight-light);
}
@media print, screen and (max-width: 47.99875em) {
  .heading, .sidenav-content .general-content h1, #cookie-notice #cn-notice-text, #tinymce h6,
  .wysiwyg-content h6, #tinymce h5,
  .wysiwyg-content h5, #tinymce h4,
  .wysiwyg-content h4, #tinymce h3,
  .wysiwyg-content h3, #tinymce h2,
  .wysiwyg-content h2, #tinymce h1,
  .wysiwyg-content h1, #tinymce blockquote p,
  .wysiwyg-content blockquote p {
    font-size: 4em;
    line-height: 4.8rem;
  }
}
.heading--light {
  color: var(--color-white);
}
.heading--light::before {
  background-color: var(--color-accent) !important;
}
.heading--short {
  max-width: 10em;
}
.heading--medium {
  max-width: 14em;
}
.heading.h1, .sidenav-content .general-content h1.h1, #cookie-notice .h1#cn-notice-text, #tinymce h6.h1,
.wysiwyg-content h6.h1, #tinymce h5.h1,
.wysiwyg-content h5.h1, #tinymce h4.h1,
.wysiwyg-content h4.h1, #tinymce h3.h1,
.wysiwyg-content h3.h1, #tinymce h2.h1,
.wysiwyg-content h2.h1, #tinymce h1.h1,
.wysiwyg-content h1.h1, #tinymce blockquote p.h1,
.wysiwyg-content blockquote p.h1 {
  font-size: var(--h1-font-size);
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  font-weight: var(--h1-font-weight);
}
.heading.h2, .sidenav-content .general-content h1.h2, #cookie-notice .h2#cn-notice-text, #tinymce h6.h2,
.wysiwyg-content h6.h2, #tinymce h5.h2,
.wysiwyg-content h5.h2, #tinymce h4.h2,
.wysiwyg-content h4.h2, #tinymce h3.h2,
.wysiwyg-content h3.h2, #tinymce h2.h2,
.wysiwyg-content h2.h2, #tinymce h1.h2,
.wysiwyg-content h1.h2, #tinymce blockquote p.h2,
.wysiwyg-content blockquote p.h2 {
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-weight: var(--h2-font-weight);
}
.heading.h3, .sidenav-content .general-content h1.h3, #cookie-notice .h3#cn-notice-text, #tinymce h6.h3,
.wysiwyg-content h6.h3, #tinymce h5.h3,
.wysiwyg-content h5.h3, #tinymce h4.h3,
.wysiwyg-content h4.h3, #tinymce h3.h3,
.wysiwyg-content h3.h3, #tinymce h2.heading, #tinymce #cookie-notice h2#cn-notice-text, #cookie-notice #tinymce h2#cn-notice-text,
.wysiwyg-content h2.heading,
.wysiwyg-content #cookie-notice h2#cn-notice-text,
#cookie-notice .wysiwyg-content h2#cn-notice-text, #tinymce h2.h3, #tinymce h2,
#tinymce .wysiwyg-content h2,
.wysiwyg-content #tinymce h2,
.wysiwyg-content h2.h3,
.wysiwyg-content h2, #tinymce h1.h3,
.wysiwyg-content h1.h3, #tinymce blockquote p.heading, #tinymce blockquote #cookie-notice p#cn-notice-text, #cookie-notice #tinymce blockquote p#cn-notice-text,
.wysiwyg-content blockquote p.heading,
.wysiwyg-content blockquote #cookie-notice p#cn-notice-text,
#cookie-notice .wysiwyg-content blockquote p#cn-notice-text, #tinymce blockquote p.h3, #tinymce blockquote p,
#tinymce .wysiwyg-content blockquote p,
.wysiwyg-content #tinymce blockquote p,
.wysiwyg-content blockquote p.h3,
.wysiwyg-content blockquote p {
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  font-weight: var(--h3-font-weight);
}
.heading.h4, .sidenav-content .general-content h1.h4, #cookie-notice .h4#cn-notice-text, #tinymce h6.h4,
.wysiwyg-content h6.h4, #tinymce h5.h4,
.wysiwyg-content h5.h4, #tinymce h4.heading, #tinymce #cookie-notice h4#cn-notice-text, #cookie-notice #tinymce h4#cn-notice-text,
.wysiwyg-content h4.heading,
.wysiwyg-content #cookie-notice h4#cn-notice-text,
#cookie-notice .wysiwyg-content h4#cn-notice-text, #tinymce h4.h4, #tinymce h4,
#tinymce .wysiwyg-content h4,
.wysiwyg-content #tinymce h4,
.wysiwyg-content h4.h4,
.wysiwyg-content h4, #tinymce h3.heading, #tinymce #cookie-notice h3#cn-notice-text, #cookie-notice #tinymce h3#cn-notice-text,
.wysiwyg-content h3.heading,
.wysiwyg-content #cookie-notice h3#cn-notice-text,
#cookie-notice .wysiwyg-content h3#cn-notice-text, #tinymce h3.h4, #tinymce h3,
#tinymce .wysiwyg-content h3,
.wysiwyg-content #tinymce h3,
.wysiwyg-content h3.h4,
.wysiwyg-content h3, #tinymce h2.h4,
.wysiwyg-content h2.h4, #tinymce h1.h4,
.wysiwyg-content h1.h4, #tinymce blockquote p.h4,
.wysiwyg-content blockquote p.h4 {
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  font-weight: var(--h4-font-weight);
}
.heading.h5, .sidenav-content .general-content h1.h5, #cookie-notice .h5#cn-notice-text, #tinymce h6.h5,
.wysiwyg-content h6.h5, #tinymce h5.heading, #tinymce #cookie-notice h5#cn-notice-text, #cookie-notice #tinymce h5#cn-notice-text,
.wysiwyg-content h5.heading,
.wysiwyg-content #cookie-notice h5#cn-notice-text,
#cookie-notice .wysiwyg-content h5#cn-notice-text, #tinymce h5.h5, #tinymce h5,
#tinymce .wysiwyg-content h5,
.wysiwyg-content #tinymce h5,
.wysiwyg-content h5.h5,
.wysiwyg-content h5, #tinymce h4.h5,
.wysiwyg-content h4.h5, #tinymce h3.h5,
.wysiwyg-content h3.h5, #tinymce h2.h5,
.wysiwyg-content h2.h5, #tinymce h1.h5,
.wysiwyg-content h1.h5, #tinymce blockquote p.h5,
.wysiwyg-content blockquote p.h5 {
  font-size: var(--h5-font-size);
  letter-spacing: var(--h5-letter-spacing);
  line-height: var(--h5-line-height);
  font-weight: var(--h5-font-weight);
}
.heading.h6, .sidenav-content .general-content h1.h6, #cookie-notice #cn-notice-text, #tinymce h6.heading,
.wysiwyg-content h6.heading, #tinymce h6.h6, #tinymce h6,
#tinymce .wysiwyg-content h6,
.wysiwyg-content #tinymce h6,
.wysiwyg-content h6.h6,
.wysiwyg-content h6, #tinymce h5.h6,
.wysiwyg-content h5.h6, #tinymce h4.h6,
.wysiwyg-content h4.h6, #tinymce h3.h6,
.wysiwyg-content h3.h6, #tinymce h2.h6,
.wysiwyg-content h2.h6, #tinymce h1.h6,
.wysiwyg-content h1.h6, #tinymce blockquote p.h6,
.wysiwyg-content blockquote p.h6 {
  font-size: var(--h6-font-size);
  letter-spacing: var(--h6-letter-spacing);
  line-height: var(--h6-line-height);
  font-weight: var(--h6-font-weight);
}
.heading.md, .sidenav-content .general-content h1.md, #cookie-notice .md#cn-notice-text, #tinymce h6.md,
.wysiwyg-content h6.md, #tinymce h5.md,
.wysiwyg-content h5.md, #tinymce h4.md,
.wysiwyg-content h4.md, #tinymce h3.md,
.wysiwyg-content h3.md, #tinymce h2.md,
.wysiwyg-content h2.md, #tinymce h1.md,
.wysiwyg-content h1.md, #tinymce blockquote p.md,
.wysiwyg-content blockquote p.md {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
.heading.lg, .sidenav-content .general-content h1.lg, #cookie-notice .lg#cn-notice-text, #tinymce h6.lg,
.wysiwyg-content h6.lg, #tinymce h5.lg,
.wysiwyg-content h5.lg, #tinymce h4.lg,
.wysiwyg-content h4.lg, #tinymce h3.lg,
.wysiwyg-content h3.lg, #tinymce h2.lg,
.wysiwyg-content h2.lg, #tinymce h1.lg,
.wysiwyg-content h1.lg, #tinymce blockquote p.lg,
.wysiwyg-content blockquote p.lg {
  font-size: var(--body-large-font-size);
  line-height: var(--body-large-line-height);
  font-weight: var(--body-font-weight);
}

#gated-content-modal .hs-input::-moz-placeholder {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  margin: 0;
}

.body-copy, .sidenav-content .general-content p, #tinymce p,
.wysiwyg-content p, #tinymce a:not(.btn),
.wysiwyg-content a:not(.btn), #gated-content-modal .hs-input::placeholder, #gated-content-modal .hs-error-msgs, #gated-content-modal fieldset .hs-form-field > label, input.input, .hbspt-form input.hs-input,
select.input,
.hbspt-form select.hs-input,
.select2.select2-container.select2-container--default,
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  margin: 0;
}
.body-copy--light {
  color: var(--color-white);
}
.body-copy--short {
  max-width: 20em;
}
.body-copy--medium {
  max-width: 30em;
}

.font-weight--regular {
  font-weight: var(--font-weight-regular) !important;
}

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

#gated-content-modal .hs-input::-moz-placeholder {
  font-weight: var(--font-weight-light) !important;
}

.font-weight--thin, #gated-content-modal .hs-input::placeholder, #gated-content-modal .hs-error-msgs, #gated-content-modal fieldset .hs-form-field > label {
  font-weight: var(--font-weight-light) !important;
}

.font-weight--medium {
  font-weight: var(--font-weight-medium) !important;
}

.font-weight--bold {
  font-weight: var(--font-weight-bold) !important;
}

[class*=font-weight--] a {
  font-weight: inherit;
}

#gated-content-modal .hs-input::-moz-placeholder {
  font-size: 2rem;
  line-height: 2.8rem;
}

.font-size--large, #gated-content-modal .hs-input::placeholder, input.input, .hbspt-form input.hs-input,
select.input,
.hbspt-form select.hs-input,
.select2.select2-container.select2-container--default,
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  font-size: 2rem;
  line-height: 2.8rem;
}

.font-size--small {
  font-size: 0.4rem;
}

.font-size--medium {
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.font-size--medium-small {
  font-size: 1.2rem;
  line-height: 1.446rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie-body-copy {
    margin: 20px 0 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
  .ie-font-weight--bold {
    font-weight: 700;
  }
  .ie-font-weight--thin {
    font-weight: 300;
  }
  .ie-font-size--large {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .ie-font-size--small {
    font-size: 0.4rem;
  }
  .ie-font-size--medium {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  .ie-font-size--medium-small {
    font-size: 1.2rem;
    line-height: 1.446rem;
  }
}
.eyebrow-line {
  position: relative;
  padding-top: var(--spacing-md);
}
.eyebrow-line::before {
  content: "";
  background-color: var(--color-primary);
  width: 44px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

p {
  font-family: var(--font-primary) !important;
}
p span {
  font-family: inherit !important;
}

.btn, .hbspt-form .hs-button, .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .menu .menu-item.login-button > .nav-link, .footer .newsletter .actions input.hs-button[type=submit] {
  color: var(--color-white);
  outline: none;
  cursor: pointer;
  min-height: 42px;
  background: var(--color-primary);
  padding: 16px 32px;
  text-align: center;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-font-weight);
}
.btn:hover, .hbspt-form .hs-button:hover, .navigation .mobile-menu .menu-item.login-button .nav-link:hover, .navigation .menu .menu-item.login-button > .nav-link:hover, .footer .newsletter .actions input.hs-button[type=submit]:hover {
  color: var(--color-white);
  background: var(--color-primary-dark);
}
.btn:active, .hbspt-form .hs-button:active, .navigation .mobile-menu .menu-item.login-button .nav-link:active, .navigation .menu .menu-item.login-button > .nav-link:active, .footer .newsletter .actions input.hs-button[type=submit]:active, .btn.active, .hbspt-form .active.hs-button, .navigation .mobile-menu .menu-item.login-button .active.nav-link, .navigation .menu .menu-item.login-button > .active.nav-link, .footer .newsletter .actions input.active.hs-button[type=submit] {
  color: var(--color-white);
  background: var(--color-primary-dark);
}
.btn:disabled, .hbspt-form .hs-button:disabled, .navigation .mobile-menu .menu-item.login-button .nav-link:disabled, .navigation .menu .menu-item.login-button > .nav-link:disabled, .footer .newsletter .actions input.hs-button[type=submit]:disabled, .btn.disabled, .hbspt-form .disabled.hs-button, .navigation .mobile-menu .menu-item.login-button .disabled.nav-link, .navigation .menu .menu-item.login-button > .disabled.nav-link, .footer .newsletter .actions input.disabled.hs-button[type=submit] {
  opacity: 0.6;
  background: var(--color-boulder);
  pointer-events: none;
}
.btn:focus, .hbspt-form .hs-button:focus, .navigation .mobile-menu .menu-item.login-button .nav-link:focus, .navigation .menu .menu-item.login-button > .nav-link:focus, .footer .newsletter .actions input.hs-button[type=submit]:focus {
  color: var(--color-white);
}
.btn.btn--light, .hbspt-form .btn--light.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--light.nav-link, .navigation .menu .menu-item.login-button > .btn--light.nav-link, .footer .newsletter .actions input.btn--light.hs-button[type=submit] {
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 3px solid var(--color-white);
}
.btn.btn--light:hover, .hbspt-form .btn--light.hs-button:hover, .navigation .mobile-menu .menu-item.login-button .btn--light.nav-link:hover, .navigation .menu .menu-item.login-button > .btn--light.nav-link:hover, .footer .newsletter .actions input.btn--light.hs-button[type=submit]:hover {
  background: transparent;
  color: var(--color-white);
}
.btn.btn--light:active, .hbspt-form .btn--light.hs-button:active, .navigation .mobile-menu .menu-item.login-button .btn--light.nav-link:active, .navigation .menu .menu-item.login-button > .btn--light.nav-link:active, .footer .newsletter .actions input.btn--light.hs-button[type=submit]:active, .btn.btn--light.active, .hbspt-form .btn--light.active.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--light.active.nav-link, .navigation .menu .menu-item.login-button > .btn--light.active.nav-link, .footer .newsletter .actions input.btn--light.active.hs-button[type=submit] {
  background: var(--color-persian-blue);
}
.btn.btn--alt, .hbspt-form .btn--alt.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--alt.nav-link, .navigation .menu .menu-item.login-button > .btn--alt.nav-link, .footer .newsletter .actions input.hs-button[type=submit] {
  color: var(--color-white);
  background: transparent;
  border: 3px solid var(--color-white);
}
.btn.btn--alt:hover, .hbspt-form .btn--alt.hs-button:hover, .navigation .mobile-menu .menu-item.login-button .btn--alt.nav-link:hover, .navigation .menu .menu-item.login-button > .btn--alt.nav-link:hover, .footer .newsletter .actions input.hs-button[type=submit]:hover {
  border-color: var(--color-persian-blue);
}
.btn.btn--alt:active, .hbspt-form .btn--alt.hs-button:active, .navigation .mobile-menu .menu-item.login-button .btn--alt.nav-link:active, .navigation .menu .menu-item.login-button > .btn--alt.nav-link:active, .footer .newsletter .actions input.hs-button[type=submit]:active, .btn.btn--alt.active, .hbspt-form .btn--alt.active.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--alt.active.nav-link, .navigation .menu .menu-item.login-button > .btn--alt.active.nav-link, .footer .newsletter .actions input.active.hs-button[type=submit] {
  background: var(--color-persian-blue);
}
.btn.btn--alt--inverted, .hbspt-form .btn--alt--inverted.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--alt--inverted.nav-link, .navigation .menu .menu-item.login-button > .btn--alt--inverted.nav-link, .footer .newsletter .actions input.btn--alt--inverted.hs-button[type=submit] {
  color: var(--color-persian-blue);
  background: transparent;
  border: 3px solid var(--color-persian-blue);
}
.btn.btn--alt--inverted:hover, .hbspt-form .btn--alt--inverted.hs-button:hover, .navigation .mobile-menu .menu-item.login-button .btn--alt--inverted.nav-link:hover, .navigation .menu .menu-item.login-button > .btn--alt--inverted.nav-link:hover, .footer .newsletter .actions input.btn--alt--inverted.hs-button[type=submit]:hover {
  border-color: var(--color-dodger-blue);
  color: var(--color-dodger-blue);
}
.btn.btn--alt--inverted:active, .hbspt-form .btn--alt--inverted.hs-button:active, .navigation .mobile-menu .menu-item.login-button .btn--alt--inverted.nav-link:active, .navigation .menu .menu-item.login-button > .btn--alt--inverted.nav-link:active, .footer .newsletter .actions input.btn--alt--inverted.hs-button[type=submit]:active, .btn.btn--alt--inverted.active, .hbspt-form .btn--alt--inverted.active.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--alt--inverted.active.nav-link, .navigation .menu .menu-item.login-button > .btn--alt--inverted.active.nav-link, .footer .newsletter .actions input.btn--alt--inverted.active.hs-button[type=submit] {
  background: var(--color-dodger-blue);
}
.btn.btn--small, .hbspt-form .btn--small.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--small.nav-link, .navigation .menu .menu-item.login-button > .btn--small.nav-link, .footer .newsletter .actions input.btn--small.hs-button[type=submit] {
  font-size: 14px;
  height: 44px;
}
.btn.btn--transparent, .hbspt-form .btn--transparent.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--transparent.nav-link, .navigation .menu .menu-item.login-button > .btn--transparent.nav-link, .footer .newsletter .actions input.btn--transparent.hs-button[type=submit] {
  color: var(--color-white);
  background: transparent;
  border: 3px solid var(--color-white);
}
.btn.btn--transparent:hover, .hbspt-form .btn--transparent.hs-button:hover, .navigation .mobile-menu .menu-item.login-button .btn--transparent.nav-link:hover, .navigation .menu .menu-item.login-button > .btn--transparent.nav-link:hover, .footer .newsletter .actions input.btn--transparent.hs-button[type=submit]:hover {
  border-color: var(--color-anakiwa);
}
.btn.btn--transparent:active, .hbspt-form .btn--transparent.hs-button:active, .navigation .mobile-menu .menu-item.login-button .btn--transparent.nav-link:active, .navigation .menu .menu-item.login-button > .btn--transparent.nav-link:active, .footer .newsletter .actions input.btn--transparent.hs-button[type=submit]:active, .btn.btn--transparent.active, .hbspt-form .btn--transparent.active.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--transparent.active.nav-link, .navigation .menu .menu-item.login-button > .btn--transparent.active.nav-link, .footer .newsletter .actions input.btn--transparent.active.hs-button[type=submit] {
  color: var(--color-primary);
  background: var(--color-alabaster);
  border-color: var(--color-alabaster);
}
.btn.btn--inverted, .hbspt-form .btn--inverted.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--inverted.nav-link, .navigation .menu .menu-item.login-button > .btn--inverted.nav-link, .footer .newsletter .actions input.btn--inverted.hs-button[type=submit] {
  color: var(--color-primary);
  background: var(--color-white);
}
.btn.btn--inverted:hover, .hbspt-form .btn--inverted.hs-button:hover, .navigation .mobile-menu .menu-item.login-button .btn--inverted.nav-link:hover, .navigation .menu .menu-item.login-button > .btn--inverted.nav-link:hover, .footer .newsletter .actions input.btn--inverted.hs-button[type=submit]:hover {
  background: var(--color-cararra);
}
.btn.btn--inverted:active, .hbspt-form .btn--inverted.hs-button:active, .navigation .mobile-menu .menu-item.login-button .btn--inverted.nav-link:active, .navigation .menu .menu-item.login-button > .btn--inverted.nav-link:active, .footer .newsletter .actions input.btn--inverted.hs-button[type=submit]:active, .btn.btn--inverted.active, .hbspt-form .btn--inverted.active.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--inverted.active.nav-link, .navigation .menu .menu-item.login-button > .btn--inverted.active.nav-link, .footer .newsletter .actions input.btn--inverted.active.hs-button[type=submit] {
  background: var(--color-alabaster);
}
.btn.btn--secondary, .hbspt-form .btn--secondary.hs-button, .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .menu .menu-item.login-button > .nav-link, .footer .newsletter .actions input.btn--secondary.hs-button[type=submit], .footer .newsletter .actions .navigation .mobile-menu .menu-item.login-button input.hs-button[type=submit].nav-link, .navigation .mobile-menu .menu-item.login-button .footer .newsletter .actions input.hs-button[type=submit].nav-link, .footer .newsletter .actions .navigation .menu .menu-item.login-button > input.hs-button[type=submit].nav-link, .navigation .menu .footer .newsletter .actions .menu-item.login-button > input.hs-button[type=submit].nav-link {
  color: var(--color-black);
  background: var(--color-white);
  border: 3px solid var(--color-primary);
}
.btn.btn--secondary:hover, .hbspt-form .btn--secondary.hs-button:hover, .navigation .mobile-menu .menu-item.login-button .nav-link:hover, .navigation .menu .menu-item.login-button > .nav-link:hover, .footer .newsletter .actions input.btn--secondary.hs-button[type=submit]:hover {
  border-color: var(--color-dodger-blue);
}
.btn.btn--secondary:active, .hbspt-form .btn--secondary.hs-button:active, .navigation .mobile-menu .menu-item.login-button .nav-link:active, .navigation .menu .menu-item.login-button > .nav-link:active, .footer .newsletter .actions input.btn--secondary.hs-button[type=submit]:active, .btn.btn--secondary.active, .hbspt-form .btn--secondary.active.hs-button, .navigation .mobile-menu .menu-item.login-button .active.nav-link, .navigation .menu .menu-item.login-button > .active.nav-link, .footer .newsletter .actions input.btn--secondary.active.hs-button[type=submit] {
  color: var(--color-white);
  background: var(--color-persian-blue);
  border-color: var(--color-persian-blue);
}
.btn--primary-dark {
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 3px solid var(--color-white);
}
.btn--primary-dark:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.btn--primary-dark:active, .btn--primary-dark.active {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.btn--primary {
  color: var(--color-primary);
  background-color: var(--color-white);
  border: 3px solid var(--color-white);
}
.btn--primary:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-white);
}
.btn--primary:active, .btn--primary.active {
  border-color: var(--color-primary-dark);
  background: var(--color-primary-dark);
}
.btn.btn--block, .hbspt-form .btn--block.hs-button, .navigation .mobile-menu .menu-item.login-button .btn--block.nav-link, .navigation .menu .menu-item.login-button > .btn--block.nav-link, .footer .newsletter .actions input.btn--block.hs-button[type=submit] {
  width: 100%;
  text-align: center;
  display: inline-grid;
}

input.input, .hbspt-form input.hs-input,
select.input,
.hbspt-form select.hs-input,
.select2.select2-container.select2-container--default,
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  outline: none;
  color: var(--color-cloudy);
  padding: 13px 18px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid var(--color-black);
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input.input::-moz-placeholder, .hbspt-form input.hs-input::-moz-placeholder, select.input::-moz-placeholder, .hbspt-form select.hs-input::-moz-placeholder, .select2.select2-container.select2-container--default::-moz-placeholder, .select2-container.select2-container--default.select2-container--open .select2-dropdown::-moz-placeholder {
  color: inherit;
}
input.input::placeholder, .hbspt-form input.hs-input::placeholder,
select.input::placeholder,
.hbspt-form select.hs-input::placeholder,
.select2.select2-container.select2-container--default::placeholder,
.select2-container.select2-container--default.select2-container--open .select2-dropdown::placeholder {
  color: inherit;
}
input.input.error, .hbspt-form input.error.hs-input,
select.input.error,
.hbspt-form select.error.hs-input,
.select2.select2-container.select2-container--default.error,
.select2-container.select2-container--default.select2-container--open .select2-dropdown.error {
  padding-right: 40px;
  background-repeat: no-repeat;
  outline: 3px solid var(--color-sunset-orange);
  background-position: calc(100% - 19px) center;
  background-image: url("/wp-content/themes/At-Bay/assets/images/input-warning.svg");
}
input.input.input--full, .hbspt-form input.hs-input,
select.input.input--full,
.hbspt-form select.hs-input,
.select2.select2-container.select2-container--default.input--full,
.hbspt-form .select2.select2-container.select2-container--default.hs-input,
.select2-container.select2-container--default.select2-container--open .select2-dropdown.input--full,
.select2-container.select2-container--default.select2-container--open .hbspt-form .select2-dropdown.hs-input,
.hbspt-form .select2-container.select2-container--default.select2-container--open .select2-dropdown.hs-input {
  width: 100% !important;
}
input.input.input--search, .hbspt-form input.input--search.hs-input,
select.input.input--search,
.hbspt-form select.input--search.hs-input,
.select2.select2-container.select2-container--default.input--search,
.select2-container.select2-container--default.select2-container--open .select2-dropdown.input--search {
  color: var(--color-chicago);
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 18px center;
  background-image: url("/wp-content/themes/At-Bay/assets/images/magnifying-glass.svg");
}
input.input.input--search::-moz-placeholder, .hbspt-form input.input--search.hs-input::-moz-placeholder, select.input.input--search::-moz-placeholder, .hbspt-form select.input--search.hs-input::-moz-placeholder, .select2.select2-container.select2-container--default.input--search::-moz-placeholder, .select2-container.select2-container--default.select2-container--open .select2-dropdown.input--search::-moz-placeholder {
  color: var(--color-cloudy);
}
input.input.input--search::placeholder, .hbspt-form input.input--search.hs-input::placeholder,
select.input.input--search::placeholder,
.hbspt-form select.input--search.hs-input::placeholder,
.select2.select2-container.select2-container--default.input--search::placeholder,
.select2-container.select2-container--default.select2-container--open .select2-dropdown.input--search::placeholder {
  color: var(--color-cloudy);
}

[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 16px 16px;
}

.loader--spinner,
.loader--spinner:after {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.loader--spinner {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 10px solid rgba(var(--color-primary), 0.2);
  border-right: 10px solid rgba(var(--color-primary), 0.2);
  border-bottom: 10px solid rgba(var(--color-primary), 0.2);
  border-left: 10px solid var(--color-primary);
  transform: translateZ(0);
  animation: spin 1.1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --spacing-unit: 16px;
  --spacing-4xs: calc(0.125 * var(--spacing-unit));
  --spacing-3xs: calc(0.25 * var(--spacing-unit));
  --spacing-2xs: calc(0.375 * var(--spacing-unit));
  --spacing-xs: calc(0.5 * var(--spacing-unit));
  --spacing-sm: calc(0.75 * var(--spacing-unit));
  --spacing-md: calc(1.5 * var(--spacing-unit));
  --spacing-default: var(--spacing-unit);
  --spacing-lg: calc(2 * var(--spacing-unit));
  --spacing-xl: calc(3 * var(--spacing-unit));
  --spacing-2xl: calc(4 * var(--spacing-unit));
  --spacing-3xl: calc(6 * var(--spacing-unit));
  --spacing-4xl: calc(8 * var(--spacing-unit));
  --spacing-5xl: calc(10 * var(--spacing-unit));
  --spacing-6xl: calc(12 * var(--spacing-unit));
  --spacing-7xl: calc(14 * var(--spacing-unit));
  --spacing-8xl: calc(16 * var(--spacing-unit));
  --spacing-9xl: calc(18 * var(--spacing-unit));
}

:root {
  --swiper-pagination-color: var(--color-primary);
  --swiper-navigation-color: var(--color-light);
}

.glide .glide__arrows {
  height: 60px;
  width: 112px;
  display: flex;
  background: var(--color-primary);
  position: relative;
}
.glide .glide__arrows .glide__arrow {
  width: 50%;
  outline: none;
}
.glide .glide__arrows .glide__arrow:first-of-type:after {
  content: "";
  left: 50%;
  width: 1px;
  height: 39px;
  position: absolute;
  background: var(--color-dodger-blue);
}

.facetwp-facet .select2-container {
  display: none;
}
.facetwp-facet .fs-label-wrap {
  border-color: var(--black--faded-40);
}
.facetwp-facet .fs-label-wrap .fs-label {
  padding: var(--spacing-sm);
}
.facetwp-facet .fs-dropdown {
  border-color: var(--black--faded-40);
}
.facetwp-facet .fs-dropdown .fs-search {
  display: none;
}
.facetwp-facet .fs-dropdown .fs-option {
  padding: var(--spacing-sm);
}
.facetwp-facet .fs-dropdown .fs-option:hover {
  background-color: var(--color-ghost-50);
}
.facetwp-facet .fs-label,
.facetwp-facet .fs-option {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
.facetwp-facet .facetwp-search {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  padding: var(--spacing-sm);
  border: 1px solid var(--black--faded-40);
}
.facetwp-facet.facetwp-type-pager {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
.facetwp-facet .facetwp-pager a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.facetwp-facet .facetwp-pager a:hover {
  color: var(--color-primary);
}

.filters-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: var(--spacing-lg);
}
@media print, screen and (min-width: 48em) {
  .filters-wrapper {
    align-items: center;
    flex-direction: row;
  }
}

.filters-footer {
  display: flex;
  justify-content: center;
  margin-top: var(--spacing-lg);
}

.footer {
  width: 100%;
  color: #ffffff;
  background: var(--color-primary-dark);
  padding: 45px 0 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .footer {
    padding: 25px 0 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .footer .newsletter-heading {
    margin-bottom: 22px;
  }
}
.footer .newsletter-heading .h3, .footer .newsletter-heading #tinymce h2, #tinymce .footer .newsletter-heading h2,
.footer .newsletter-heading .wysiwyg-content h2,
.wysiwyg-content .footer .newsletter-heading h2, .footer .newsletter-heading #tinymce blockquote p, #tinymce blockquote .footer .newsletter-heading p,
.footer .newsletter-heading .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .footer .newsletter-heading p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: none;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .newsletter {
    margin-top: 24px;
  }
}
.footer .newsletter form {
  display: flex;
}
.footer .newsletter input {
  height: 52px;
  color: #ffffff;
  outline: none;
}
.footer .newsletter .actions input.hs-button[type=submit] {
  padding: 0 32px;
  line-height: 3.2rem;
  background: transparent !important;
}
.footer .newsletter .hbspt-form, .footer .newsletter .hs_email {
  width: 100%;
}
.footer .newsletter .hbspt-form > label, .footer .newsletter .hs_email > label {
  display: none;
}
.footer .newsletter .input input[name=email], .footer .newsletter .hbspt-form .hs-input input[name=email], .hbspt-form .footer .newsletter .hs-input input[name=email] {
  border: none;
  padding: 0 18px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background: var(--color-midnight-40);
  font-weight: 300;
}
.footer .disclaimer {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .disclaimer {
    margin-top: 60px;
  }
}
.footer .partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  .footer .partners {
    padding: 0 8px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer .partners {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
.footer .partners .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .footer .partners .logo-container {
    width: 100%;
    flex: 1 1 auto;
    padding: 0 8px;
  }
  .footer .partners .logo-container:last-of-type {
    padding-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer .partners .logo-container {
    margin-top: 24px;
  }
  .footer .partners .logo-container:not(:last-of-type) {
    padding-right: 30px;
  }
}
.footer .partners img {
  max-height: 70px;
  max-width: 160px;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 64em) {
  .footer .partners img {
    padding: 0 8px;
  }
  .footer .partners img:last-of-type {
    margin-right: -8px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer .partners img {
    min-width: 100px;
    margin-top: 24px;
    padding-right: 20px;
  }
  .footer .partners img:last-of-type {
    margin-right: -20px;
  }
}
.footer .menu,
.footer .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .menu {
    margin-top: 0;
    flex-direction: column;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer .menu .menu-item {
    margin-top: 40px;
  }
}
.footer .menu .menu-item > .nav-link {
  font-weight: var(--font-weight-medium);
}
.footer .menu .sub-menu {
  margin-top: 16px;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .menu .sub-menu .menu-item {
    margin-top: 0;
  }
}
.footer .menu .sub-menu .nav-link {
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-transform: none;
  font-weight: 300;
}
.footer .legal, .footer .social-media {
  margin-top: 100px;
}
.footer .legal ul, .footer .legal ul#menu-footer-legal, .footer .social-media ul, .footer .social-media ul#menu-footer-legal {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.footer .legal ul li,
.footer .legal ul li a.nav-link, .footer .legal ul#menu-footer-legal li,
.footer .legal ul#menu-footer-legal li a.nav-link, .footer .social-media ul li,
.footer .social-media ul li a.nav-link, .footer .social-media ul#menu-footer-legal li,
.footer .social-media ul#menu-footer-legal li a.nav-link {
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-transform: none;
  font-weight: 500;
}
.footer .legal ul li.copyright, .footer .legal ul#menu-footer-legal li.copyright, .footer .social-media ul li.copyright, .footer .social-media ul#menu-footer-legal li.copyright {
  font-weight: 300;
}
.footer .legal {
  white-space: nowrap;
}
.footer .legal .menu-footer-legal-container {
  align-items: center;
  display: inline-flex;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .legal {
    margin-top: 60px;
    white-space: unset;
  }
}
.footer .legal li:not(:first-of-type) {
  margin-left: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .social-media {
    margin: 32px 0 24px;
  }
}
.footer .social-media ul {
  justify-content: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .social-media ul {
    justify-content: flex-start;
  }
}
.footer .social-media ul li {
  display: flex;
}
.footer .social-media ul li:not(:first-of-type) {
  margin-left: 18px;
}
.footer a:hover {
  color: var(--color-accent);
}

.navigation {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  position: fixed;
  background: #ffffff;
  height: 109px;
  padding: 0 40px;
  justify-content: space-between;
  transition: all 350ms cubic-bezier(0.12, 1, 0.78, 0.97);
}
@media print, screen and (max-width: 63.99875em) {
  .navigation {
    padding-right: 27px;
    height: 56px;
  }
}
.navigation.sticky {
  z-index: 10;
  position: fixed;
  transform: translateY(0);
}
.navigation.sticky-hidden {
  position: fixed;
}
@media print, screen and (min-width: 64em) {
  .navigation.sticky-hidden {
    transform: translateY(-100%);
  }
}
.navigation.docked {
  position: fixed;
  transform: translateY(0);
}
body.admin-bar .navigation {
  top: 32px;
}
.navigation .logo {
  width: 109px;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
}
@media print, screen and (max-width: 63.99875em) {
  .navigation .logo {
    width: 56px;
  }
}
.navigation .logo img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 63.99875em) {
  .navigation .logo img {
    height: 23px;
  }
}
.navigation .menu {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  list-style-type: none;
}
.navigation .menu .menu-item {
  display: flex;
}
.navigation .menu .menu-item:not(:last-of-type) a {
  padding-right: 27px;
}
.navigation .menu .menu-item:hover > .nav-link, .navigation .menu .menu-item.current-menu-item > .nav-link {
  color: var(--color-dodger-blue);
}
.navigation .menu .menu-item.login-button > .nav-link {
  height: 42px;
  margin: auto;
}
.navigation .menu .menu-item.login-button > .nav-link::after {
  content: "\f078";
  font-family: var(--font-awesome);
  margin-left: var(--spacing-xs);
}
.navigation .menu .menu-item.login-button > .nav-link:hover, .navigation .menu .menu-item.login-button > .nav-link:active {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.navigation .menu .menu-item.login-button > .nav-link:hover::after, .navigation .menu .menu-item.login-button > .nav-link:active::after {
  transform: rotate(-180deg);
}
.navigation .menu .menu-item.login-button:hover > .nav-link::after, .navigation .menu .menu-item.login-button:active > .nav-link::after {
  transform: rotate(-180deg);
}
.navigation .menu .menu-item.login-button .sub-menu {
  left: auto;
  right: 0;
}
.navigation .menu .menu-item .nav-link {
  height: 100%;
  display: flex;
  padding-left: 27px;
  align-items: center;
  white-space: nowrap;
}
.navigation .menu .menu-item-has-children {
  position: relative;
}
.navigation .menu .menu-item-has-children.open .sub-menu, .navigation .menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navigation .menu .menu-item-has-children > .nav-link::after {
  content: "\f078";
  font-family: var(--font-awesome);
  margin-left: var(--spacing-xs);
}
.navigation .menu .menu-item-has-children:hover > .nav-link::after, .navigation .menu .menu-item-has-children:active > .nav-link::after {
  transform: rotate(-180deg);
}
.navigation .menu .sub-menu {
  left: 0;
  opacity: 0;
  top: 109px;
  background: #ffffff;
  padding: 21.5px 27px;
  position: absolute;
  visibility: hidden;
  list-style-type: none;
  transition: all 200ms ease-in-out;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
.navigation .menu .sub-menu .menu-item .nav-link {
  padding: 13.5px 0;
}
.navigation .mobile-menu {
  left: 0;
  margin: 0;
  width: 100vw;
  position: fixed;
  background: #ffffff;
  padding: 30px 20px;
  list-style-type: none;
  top: 56px;
  transform: translateX(-110%);
  height: calc(100vh - 56px);
  transition: all 500ms cubic-bezier(0.12, 1, 0.78, 0.97);
}
.navigation .mobile-menu .menu-item {
  position: relative;
  border-bottom: 1px solid var(--color-cararra);
}
.navigation .mobile-menu .menu-item:not(:last-of-type) {
  padding-bottom: 20px;
}
.navigation .mobile-menu .menu-item:not(:first-of-type) {
  padding-top: 20px;
}
.navigation .mobile-menu .menu-item:not(:first-of-type) .angle-down {
  top: 22px;
}
.navigation .mobile-menu .menu-item:last-of-type, .navigation .mobile-menu .menu-item:nth-last-child(2) {
  border: none;
}
.navigation .mobile-menu .menu-item.login-button .nav-link {
  margin: auto;
}
.navigation .mobile-menu .menu-item .angle-down {
  top: 5px;
  right: 0;
  display: none;
  position: absolute;
  transition: all 250ms ease-in-out 0s;
}
.navigation .mobile-menu .menu-item.open .sub-menu {
  max-height: 500px;
}
.navigation .mobile-menu .menu-item.open .angle-down {
  transform: rotate(180deg);
}
.navigation .mobile-menu .menu-item.open .angle-down svg path {
  stroke: var(--color-primary);
}
.navigation .mobile-menu .menu-item.menu-item-has-children > .angle-down {
  display: flex;
}
.navigation .mobile-menu .sub-menu {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.3rem;
  list-style-type: none;
  transition: max-height 500ms ease-in-out;
}
.navigation .mobile-menu .sub-menu .menu-item {
  border: none;
  padding: 25px 30px 0;
}
.navigation.open .mobile-menu {
  transform: translateX(0);
}

.hamburger {
  height: 20px;
}
.hamburger .menu {
  width: 26px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  transition: all 0.5s;
}
.hamburger .menu_part {
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  top: calc(50% - 2px);
  transition: all 0.33s cubic-bezier(0.5, 0, 0.4, 1.8);
}
.hamburger .menu_part:nth-of-type(1) {
  top: 0;
  width: 25px;
}
.hamburger .menu_part:nth-of-type(2) {
  top: 8px;
  width: 25px;
}
.hamburger .menu_part:nth-of-type(3) {
  top: 16px;
  width: 25px;
}
.hamburger.active .menu {
  transform: rotate(180deg);
}
.hamburger.active .menu .menu_part:nth-of-type(1) {
  top: 10px;
  width: 26px;
  transform: rotate(45deg);
}
.hamburger.active .menu .menu_part:nth-of-type(2) {
  top: 10px;
  width: 26px;
  transform: rotate(-45deg);
}
.hamburger.active .menu .menu_part:nth-of-type(3) {
  opacity: 0;
}

@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_bullets {
    background: #ffffff;
  }
}
section.two-column-content.text_with_bullets .left {
  width: 60%;
  position: relative;
  padding-right: 5%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_bullets .left {
    width: 100%;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  section.two-column-content.text_with_bullets .left:after {
    content: "";
    top: 15%;
    right: 0;
    width: 1px;
    height: 80%;
    position: absolute;
    background: var(--color-timberwolf);
  }
}
section.two-column-content.text_with_bullets .left #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.two-column-content.text_with_bullets .left .hs-input::-moz-placeholder {
  margin-top: 40px;
}
section.two-column-content.text_with_bullets .left .body-copy, section.two-column-content.text_with_bullets .left .sidenav-content .general-content p, .sidenav-content .general-content section.two-column-content.text_with_bullets .left p, section.two-column-content.text_with_bullets .left #tinymce p, #tinymce section.two-column-content.text_with_bullets .left p,
section.two-column-content.text_with_bullets .left .wysiwyg-content p,
.wysiwyg-content section.two-column-content.text_with_bullets .left p, section.two-column-content.text_with_bullets .left #tinymce a:not(.btn), #tinymce section.two-column-content.text_with_bullets .left a:not(.btn),
section.two-column-content.text_with_bullets .left .wysiwyg-content a:not(.btn),
.wysiwyg-content section.two-column-content.text_with_bullets .left a:not(.btn), section.two-column-content.text_with_bullets .left #gated-content-modal .hs-input::placeholder, #gated-content-modal section.two-column-content.text_with_bullets .left .hs-input::placeholder, section.two-column-content.text_with_bullets .left #gated-content-modal .hs-error-msgs, #gated-content-modal section.two-column-content.text_with_bullets .left .hs-error-msgs, section.two-column-content.text_with_bullets .left #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.two-column-content.text_with_bullets .left .hs-form-field > label, section.two-column-content.text_with_bullets .left input.input, section.two-column-content.text_with_bullets .left .hbspt-form input.hs-input, .hbspt-form section.two-column-content.text_with_bullets .left input.hs-input,
section.two-column-content.text_with_bullets .left select.input,
section.two-column-content.text_with_bullets .left .hbspt-form select.hs-input,
.hbspt-form section.two-column-content.text_with_bullets .left select.hs-input,
section.two-column-content.text_with_bullets .left .select2.select2-container.select2-container--default,
section.two-column-content.text_with_bullets .left .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.two-column-content.text_with_bullets .left .select2-dropdown {
  margin-top: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_bullets .left #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.two-column-content.text_with_bullets .left .hs-input::-moz-placeholder {
    margin-top: 30px;
  }
  section.two-column-content.text_with_bullets .left .body-copy, section.two-column-content.text_with_bullets .left .sidenav-content .general-content p, .sidenav-content .general-content section.two-column-content.text_with_bullets .left p, section.two-column-content.text_with_bullets .left #tinymce p, #tinymce section.two-column-content.text_with_bullets .left p,
  section.two-column-content.text_with_bullets .left .wysiwyg-content p,
  .wysiwyg-content section.two-column-content.text_with_bullets .left p, section.two-column-content.text_with_bullets .left #tinymce a:not(.btn), #tinymce section.two-column-content.text_with_bullets .left a:not(.btn),
  section.two-column-content.text_with_bullets .left .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.two-column-content.text_with_bullets .left a:not(.btn), section.two-column-content.text_with_bullets .left #gated-content-modal .hs-input::placeholder, #gated-content-modal section.two-column-content.text_with_bullets .left .hs-input::placeholder, section.two-column-content.text_with_bullets .left #gated-content-modal .hs-error-msgs, #gated-content-modal section.two-column-content.text_with_bullets .left .hs-error-msgs, section.two-column-content.text_with_bullets .left #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.two-column-content.text_with_bullets .left .hs-form-field > label, section.two-column-content.text_with_bullets .left input.input, section.two-column-content.text_with_bullets .left .hbspt-form input.hs-input, .hbspt-form section.two-column-content.text_with_bullets .left input.hs-input,
  section.two-column-content.text_with_bullets .left select.input,
  section.two-column-content.text_with_bullets .left .hbspt-form select.hs-input,
  .hbspt-form section.two-column-content.text_with_bullets .left select.hs-input,
  section.two-column-content.text_with_bullets .left .select2.select2-container.select2-container--default,
  section.two-column-content.text_with_bullets .left .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.two-column-content.text_with_bullets .left .select2-dropdown {
    margin-top: 30px;
  }
}
section.two-column-content.text_with_bullets .right {
  width: 40%;
  display: flex;
  padding-left: 5%;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_bullets .right {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-top: 30px;
  }
}
section.two-column-content.text_with_bullets .right .h3, section.two-column-content.text_with_bullets .right #tinymce h2, #tinymce section.two-column-content.text_with_bullets .right h2,
section.two-column-content.text_with_bullets .right .wysiwyg-content h2,
.wysiwyg-content section.two-column-content.text_with_bullets .right h2, section.two-column-content.text_with_bullets .right #tinymce blockquote p, #tinymce blockquote section.two-column-content.text_with_bullets .right p,
section.two-column-content.text_with_bullets .right .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.two-column-content.text_with_bullets .right p {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
section.two-column-content.text_with_bullets .right .bullet-list {
  padding: 0;
  list-style-type: none;
}
section.two-column-content.text_with_bullets .right .bullet-list li {
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-md);
}
section.two-column-content.text_with_bullets .right .bullet-list li:not(:first-of-type) {
  margin-top: 14px;
}
section.two-column-content.text_with_bullets .right .bullet-list svg {
  color: var(--color-primary);
  min-width: 36px;
}

section.two-column-content.text_with_thumbnails .left {
  width: 50%;
  display: flex;
  padding-right: 10%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_thumbnails .left {
    width: 100%;
    padding-right: 0;
  }
}
section.two-column-content.text_with_thumbnails .left .thumbnail {
  width: 50%;
  max-width: 197px;
  max-height: 173px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_thumbnails .left .thumbnail {
    width: 126px;
    height: 110px;
  }
}
section.two-column-content.text_with_thumbnails .left .thumbnail:last-of-type {
  margin-left: 26px;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_thumbnails .left .thumbnail:last-of-type {
    margin-top: 0;
    margin-left: 12px;
  }
}
section.two-column-content.text_with_thumbnails .right {
  width: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_thumbnails .right {
    width: 100%;
    margin-top: 25px;
  }
}
section.two-column-content.text_with_thumbnails .right #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.two-column-content.text_with_thumbnails .right .hs-input::-moz-placeholder {
  width: 90%;
  margin-top: 80px;
}
section.two-column-content.text_with_thumbnails .right .body-copy, section.two-column-content.text_with_thumbnails .right .sidenav-content .general-content p, .sidenav-content .general-content section.two-column-content.text_with_thumbnails .right p, section.two-column-content.text_with_thumbnails .right #tinymce p, #tinymce section.two-column-content.text_with_thumbnails .right p,
section.two-column-content.text_with_thumbnails .right .wysiwyg-content p,
.wysiwyg-content section.two-column-content.text_with_thumbnails .right p, section.two-column-content.text_with_thumbnails .right #tinymce a:not(.btn), #tinymce section.two-column-content.text_with_thumbnails .right a:not(.btn),
section.two-column-content.text_with_thumbnails .right .wysiwyg-content a:not(.btn),
.wysiwyg-content section.two-column-content.text_with_thumbnails .right a:not(.btn), section.two-column-content.text_with_thumbnails .right #gated-content-modal .hs-input::placeholder, #gated-content-modal section.two-column-content.text_with_thumbnails .right .hs-input::placeholder, section.two-column-content.text_with_thumbnails .right #gated-content-modal .hs-error-msgs, #gated-content-modal section.two-column-content.text_with_thumbnails .right .hs-error-msgs, section.two-column-content.text_with_thumbnails .right #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.two-column-content.text_with_thumbnails .right .hs-form-field > label, section.two-column-content.text_with_thumbnails .right input.input, section.two-column-content.text_with_thumbnails .right .hbspt-form input.hs-input, .hbspt-form section.two-column-content.text_with_thumbnails .right input.hs-input,
section.two-column-content.text_with_thumbnails .right select.input,
section.two-column-content.text_with_thumbnails .right .hbspt-form select.hs-input,
.hbspt-form section.two-column-content.text_with_thumbnails .right select.hs-input,
section.two-column-content.text_with_thumbnails .right .select2.select2-container.select2-container--default,
section.two-column-content.text_with_thumbnails .right .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.two-column-content.text_with_thumbnails .right .select2-dropdown {
  width: 90%;
  margin-top: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_thumbnails .right #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.two-column-content.text_with_thumbnails .right .hs-input::-moz-placeholder {
    width: 100%;
    margin-top: 30px;
  }
  section.two-column-content.text_with_thumbnails .right .body-copy, section.two-column-content.text_with_thumbnails .right .sidenav-content .general-content p, .sidenav-content .general-content section.two-column-content.text_with_thumbnails .right p, section.two-column-content.text_with_thumbnails .right #tinymce p, #tinymce section.two-column-content.text_with_thumbnails .right p,
  section.two-column-content.text_with_thumbnails .right .wysiwyg-content p,
  .wysiwyg-content section.two-column-content.text_with_thumbnails .right p, section.two-column-content.text_with_thumbnails .right #tinymce a:not(.btn), #tinymce section.two-column-content.text_with_thumbnails .right a:not(.btn),
  section.two-column-content.text_with_thumbnails .right .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.two-column-content.text_with_thumbnails .right a:not(.btn), section.two-column-content.text_with_thumbnails .right #gated-content-modal .hs-input::placeholder, #gated-content-modal section.two-column-content.text_with_thumbnails .right .hs-input::placeholder, section.two-column-content.text_with_thumbnails .right #gated-content-modal .hs-error-msgs, #gated-content-modal section.two-column-content.text_with_thumbnails .right .hs-error-msgs, section.two-column-content.text_with_thumbnails .right #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.two-column-content.text_with_thumbnails .right .hs-form-field > label, section.two-column-content.text_with_thumbnails .right input.input, section.two-column-content.text_with_thumbnails .right .hbspt-form input.hs-input, .hbspt-form section.two-column-content.text_with_thumbnails .right input.hs-input,
  section.two-column-content.text_with_thumbnails .right select.input,
  section.two-column-content.text_with_thumbnails .right .hbspt-form select.hs-input,
  .hbspt-form section.two-column-content.text_with_thumbnails .right select.hs-input,
  section.two-column-content.text_with_thumbnails .right .select2.select2-container.select2-container--default,
  section.two-column-content.text_with_thumbnails .right .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.two-column-content.text_with_thumbnails .right .select2-dropdown {
    width: 100%;
    margin-top: 30px;
  }
}

section.two-column-content.text_with_two_titles .left {
  width: 40%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_two_titles .left {
    width: 100%;
  }
}
section.two-column-content.text_with_two_titles .left .heading:nth-child(2), section.two-column-content.text_with_two_titles .left .sidenav-content .general-content h1:nth-child(2), .sidenav-content .general-content section.two-column-content.text_with_two_titles .left h1:nth-child(2), section.two-column-content.text_with_two_titles .left #cookie-notice #cn-notice-text:nth-child(2), #cookie-notice section.two-column-content.text_with_two_titles .left #cn-notice-text:nth-child(2), section.two-column-content.text_with_two_titles .left #tinymce h6:nth-child(2), #tinymce section.two-column-content.text_with_two_titles .left h6:nth-child(2),
section.two-column-content.text_with_two_titles .left .wysiwyg-content h6:nth-child(2),
.wysiwyg-content section.two-column-content.text_with_two_titles .left h6:nth-child(2), section.two-column-content.text_with_two_titles .left #tinymce h5:nth-child(2), #tinymce section.two-column-content.text_with_two_titles .left h5:nth-child(2),
section.two-column-content.text_with_two_titles .left .wysiwyg-content h5:nth-child(2),
.wysiwyg-content section.two-column-content.text_with_two_titles .left h5:nth-child(2), section.two-column-content.text_with_two_titles .left #tinymce h4:nth-child(2), #tinymce section.two-column-content.text_with_two_titles .left h4:nth-child(2),
section.two-column-content.text_with_two_titles .left .wysiwyg-content h4:nth-child(2),
.wysiwyg-content section.two-column-content.text_with_two_titles .left h4:nth-child(2), section.two-column-content.text_with_two_titles .left #tinymce h3:nth-child(2), #tinymce section.two-column-content.text_with_two_titles .left h3:nth-child(2),
section.two-column-content.text_with_two_titles .left .wysiwyg-content h3:nth-child(2),
.wysiwyg-content section.two-column-content.text_with_two_titles .left h3:nth-child(2), section.two-column-content.text_with_two_titles .left #tinymce h2:nth-child(2), #tinymce section.two-column-content.text_with_two_titles .left h2:nth-child(2),
section.two-column-content.text_with_two_titles .left .wysiwyg-content h2:nth-child(2),
.wysiwyg-content section.two-column-content.text_with_two_titles .left h2:nth-child(2), section.two-column-content.text_with_two_titles .left #tinymce h1:nth-child(2), #tinymce section.two-column-content.text_with_two_titles .left h1:nth-child(2),
section.two-column-content.text_with_two_titles .left .wysiwyg-content h1:nth-child(2),
.wysiwyg-content section.two-column-content.text_with_two_titles .left h1:nth-child(2), section.two-column-content.text_with_two_titles .left #tinymce blockquote p:nth-child(2), #tinymce blockquote section.two-column-content.text_with_two_titles .left p:nth-child(2),
section.two-column-content.text_with_two_titles .left .wysiwyg-content blockquote p:nth-child(2),
.wysiwyg-content blockquote section.two-column-content.text_with_two_titles .left p:nth-child(2) {
  margin-top: 30px;
}
section.two-column-content.text_with_two_titles .right {
  width: 40%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_two_titles .right {
    width: 100%;
  }
}
section.two-column-content.text_with_two_titles .right .btn, section.two-column-content.text_with_two_titles .right .hbspt-form .hs-button, .hbspt-form section.two-column-content.text_with_two_titles .right .hs-button, section.two-column-content.text_with_two_titles .right .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.two-column-content.text_with_two_titles .right input.hs-button[type=submit], section.two-column-content.text_with_two_titles .right .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.two-column-content.text_with_two_titles .right .menu-item.login-button > .nav-link, section.two-column-content.text_with_two_titles .right .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.two-column-content.text_with_two_titles .right .nav-link {
  margin-top: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_two_titles .right .btn, section.two-column-content.text_with_two_titles .right .hbspt-form .hs-button, .hbspt-form section.two-column-content.text_with_two_titles .right .hs-button, section.two-column-content.text_with_two_titles .right .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.two-column-content.text_with_two_titles .right input.hs-button[type=submit], section.two-column-content.text_with_two_titles .right .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.two-column-content.text_with_two_titles .right .menu-item.login-button > .nav-link, section.two-column-content.text_with_two_titles .right .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.two-column-content.text_with_two_titles .right .nav-link {
    width: 60px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.text_with_two_titles #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.two-column-content.text_with_two_titles .hs-input::-moz-placeholder {
    margin-top: 80px;
  }
  section.two-column-content.text_with_two_titles .body-copy, section.two-column-content.text_with_two_titles .sidenav-content .general-content p, .sidenav-content .general-content section.two-column-content.text_with_two_titles p, section.two-column-content.text_with_two_titles #tinymce p, #tinymce section.two-column-content.text_with_two_titles p,
  section.two-column-content.text_with_two_titles .wysiwyg-content p,
  .wysiwyg-content section.two-column-content.text_with_two_titles p, section.two-column-content.text_with_two_titles #tinymce a:not(.btn), #tinymce section.two-column-content.text_with_two_titles a:not(.btn),
  section.two-column-content.text_with_two_titles .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.two-column-content.text_with_two_titles a:not(.btn), section.two-column-content.text_with_two_titles #gated-content-modal .hs-input::placeholder, #gated-content-modal section.two-column-content.text_with_two_titles .hs-input::placeholder, section.two-column-content.text_with_two_titles #gated-content-modal .hs-error-msgs, #gated-content-modal section.two-column-content.text_with_two_titles .hs-error-msgs, section.two-column-content.text_with_two_titles #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.two-column-content.text_with_two_titles .hs-form-field > label, section.two-column-content.text_with_two_titles input.input, section.two-column-content.text_with_two_titles .hbspt-form input.hs-input, .hbspt-form section.two-column-content.text_with_two_titles input.hs-input,
  section.two-column-content.text_with_two_titles select.input,
  section.two-column-content.text_with_two_titles .hbspt-form select.hs-input,
  .hbspt-form section.two-column-content.text_with_two_titles select.hs-input,
  section.two-column-content.text_with_two_titles .select2.select2-container.select2-container--default,
  section.two-column-content.text_with_two_titles .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.two-column-content.text_with_two_titles .select2-dropdown {
    margin-top: 80px;
  }
}

section.two-column-content.split_content_text .left {
  width: 40%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.split_content_text .left {
    width: 100%;
  }
}
section.two-column-content.split_content_text .right {
  width: 55%;
  padding-right: 10%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.split_content_text .right {
    width: 100%;
    padding-right: 0;
  }
}
section.two-column-content.split_content_text .right .btn, section.two-column-content.split_content_text .right .hbspt-form .hs-button, .hbspt-form section.two-column-content.split_content_text .right .hs-button, section.two-column-content.split_content_text .right .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.two-column-content.split_content_text .right input.hs-button[type=submit], section.two-column-content.split_content_text .right .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.two-column-content.split_content_text .right .menu-item.login-button > .nav-link, section.two-column-content.split_content_text .right .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.two-column-content.split_content_text .right .nav-link {
  margin-top: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.split_content_text .right .btn, section.two-column-content.split_content_text .right .hbspt-form .hs-button, .hbspt-form section.two-column-content.split_content_text .right .hs-button, section.two-column-content.split_content_text .right .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.two-column-content.split_content_text .right input.hs-button[type=submit], section.two-column-content.split_content_text .right .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.two-column-content.split_content_text .right .menu-item.login-button > .nav-link, section.two-column-content.split_content_text .right .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.two-column-content.split_content_text .right .nav-link {
    width: 48px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content.split_content_text #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.two-column-content.split_content_text .hs-input::-moz-placeholder {
    margin-top: 40px;
  }
  section.two-column-content.split_content_text .body-copy, section.two-column-content.split_content_text .sidenav-content .general-content p, .sidenav-content .general-content section.two-column-content.split_content_text p, section.two-column-content.split_content_text #tinymce p, #tinymce section.two-column-content.split_content_text p,
  section.two-column-content.split_content_text .wysiwyg-content p,
  .wysiwyg-content section.two-column-content.split_content_text p, section.two-column-content.split_content_text #tinymce a:not(.btn), #tinymce section.two-column-content.split_content_text a:not(.btn),
  section.two-column-content.split_content_text .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.two-column-content.split_content_text a:not(.btn), section.two-column-content.split_content_text #gated-content-modal .hs-input::placeholder, #gated-content-modal section.two-column-content.split_content_text .hs-input::placeholder, section.two-column-content.split_content_text #gated-content-modal .hs-error-msgs, #gated-content-modal section.two-column-content.split_content_text .hs-error-msgs, section.two-column-content.split_content_text #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.two-column-content.split_content_text .hs-form-field > label, section.two-column-content.split_content_text input.input, section.two-column-content.split_content_text .hbspt-form input.hs-input, .hbspt-form section.two-column-content.split_content_text input.hs-input,
  section.two-column-content.split_content_text select.input,
  section.two-column-content.split_content_text .hbspt-form select.hs-input,
  .hbspt-form section.two-column-content.split_content_text select.hs-input,
  section.two-column-content.split_content_text .select2.select2-container.select2-container--default,
  section.two-column-content.split_content_text .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.two-column-content.split_content_text .select2-dropdown {
    margin-top: 40px;
  }
}

.search-results .card {
  height: 365px;
  display: flex;
  margin-top: 32px;
  background: #ffffff;
  flex-direction: column;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 47.99875em) {
  .search-results .card:not(:first-of-type) {
    margin-top: 25px;
  }
}
.search-results .card:hover {
  cursor: pointer;
}
.search-results .card:hover .link {
  color: var(--color-primary);
}
.search-results .card img {
  width: 100%;
  height: 187px;
  min-height: 187px;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-results .card .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 32px 18px;
}
.search-results .card .post-type {
  padding: 0;
  color: var(--color-primary);
}
.search-results .card .post-title {
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  text-transform: none;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.search-results .card .link {
  margin-top: auto;
  text-decoration: underline;
}

ul.pagination {
  padding: 0;
  display: flex;
  margin-top: 102px;
  list-style-type: none;
}
@media print, screen and (max-width: 63.99875em) {
  ul.pagination {
    margin-top: 89px;
  }
}
ul.pagination .ais-Pagination-item--disabled {
  opacity: 0.6;
  pointer-events: none;
}
ul.pagination li {
  width: 40px;
  height: 40px;
  margin: 0 2px;
  line-height: 40px;
  text-align: center;
  background: var(--color-spring-wood);
  transition: all 200ms ease-in-out;
}
@media print, screen and (max-width: 63.99875em) {
  ul.pagination li {
    width: 30px;
    background: #ffffff;
  }
}
ul.pagination li.active, ul.pagination li:hover {
  color: #ffffff;
  background-color: var(--color-primary);
}
ul.pagination li.active a,
ul.pagination li.active span, ul.pagination li:hover a,
ul.pagination li:hover span {
  color: var(--color-spring-wood);
}
ul.pagination li.active svg path, ul.pagination li:hover svg path {
  fill: var(--color-spring-wood);
}
ul.pagination li.next, ul.pagination li.prev {
  width: auto;
}
ul.pagination li.next a,
ul.pagination li.next .ais-Pagination-link, ul.pagination li.prev a,
ul.pagination li.prev .ais-Pagination-link {
  display: flex;
  align-items: center;
  padding: 0 16px 0 12px;
}
ul.pagination li.next.ais-Pagination-item--disabled, ul.pagination li.prev.ais-Pagination-item--disabled {
  display: none;
}
ul.pagination li .left-arrow {
  margin-right: 7px;
}
ul.pagination li .right-arrow {
  margin-left: 7px;
}
ul.pagination li.active + li.next {
  display: none;
}
ul.pagination a,
ul.pagination span {
  width: 100%;
  height: 100%;
  color: var(--color-chicago);
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: 400;
}

.ais-Pagination--noRefinement {
  display: none;
}

.reveal-overlay {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(var(--color-cloudy), 0.3);
}

.reveal {
  outline: none;
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
}
.reveal .close-button {
  top: 27px;
  right: 33px;
  width: 21px;
  height: 21px;
  outline: none;
  position: absolute;
}
.reveal .close-button svg {
  max-width: 100%;
  max-height: 100%;
}

.arrow-down, .arrow-up {
  cursor: pointer;
  color: var(--color-primary);
}
.arrow-down:hover, .arrow-up:hover {
  color: var(--color-primary-dark);
}

.hbspt-form .hs-button {
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 1.4rem;
  position: relative;
  font-weight: 700;
}
.hbspt-form .hs-error-msgs {
  display: flex !important;
  padding-left: 0;
  position: absolute;
  color: var(--color-sunset-orange);
  list-style-type: none;
}
.hbspt-form .hs-error-msgs li:not(:first-of-type) {
  display: none;
}
.hbspt-form .hs_error_rollup {
  display: none;
}

#gated-content-modal {
  width: 100%;
  max-height: 90vh;
  max-width: 630px;
  padding: 60px 48px;
}
@media print, screen and (max-width: 47.99875em) {
  #gated-content-modal {
    height: auto;
    margin: auto;
    max-width: 335px;
    min-height: auto;
    max-height: 100vh;
    overflow-y: scroll;
    padding: 69px 29px 41px;
  }
}
@media print, screen and (min-width: 64em) {
  #gated-content-modal .h2 {
    max-width: 75%;
  }
}
#gated-content-modal fieldset {
  max-width: none;
}
#gated-content-modal fieldset:not(first-of-type) {
  margin-top: 24px;
}
@media print, screen and (max-width: 47.99875em) {
  #gated-content-modal fieldset:not(first-of-type) {
    margin-top: 11px;
  }
}
#gated-content-modal fieldset.form-columns-1 .input, #gated-content-modal fieldset.form-columns-1 .hbspt-form .hs-input, .hbspt-form #gated-content-modal fieldset.form-columns-1 .hs-input {
  margin-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  #gated-content-modal fieldset.form-columns-2 .hs-form-field {
    float: none;
    width: 100%;
  }
  #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    margin-top: 24px;
  }
}
#gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(1) .input, #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(1) .hbspt-form .hs-input, .hbspt-form #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(1) .hs-input {
  margin-right: 8px;
}
@media print, screen and (max-width: 47.99875em) {
  #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(1) .input, #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(1) .hbspt-form .hs-input, .hbspt-form #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(1) .hs-input {
    margin-right: 0;
  }
}
#gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .input, #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .hbspt-form .hs-input, .hbspt-form #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .hs-input {
  margin-right: 0;
  margin-left: 8px;
}
@media print, screen and (max-width: 47.99875em) {
  #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .input, #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .hbspt-form .hs-input, .hbspt-form #gated-content-modal fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .hs-input {
    margin-left: 0;
  }
}
#gated-content-modal .hs-button {
  margin-top: 40px;
}
@media print, screen and (max-width: 47.99875em) {
  #gated-content-modal .hs-button {
    margin-top: 30px;
  }
}
#gated-content-modal .hs-error-msgs {
  margin: 0;
  color: var(--color-sunset-orange);
}
#gated-content-modal .hbspt-form {
  margin-top: 60px;
}
@media print, screen and (max-width: 47.99875em) {
  #gated-content-modal .hbspt-form {
    margin-top: 24px;
  }
}
#gated-content-modal .hs-input {
  margin-top: 8px;
}
#gated-content-modal .thank-you-msg {
  flex-direction: column;
}
#gated-content-modal .thank-you-msg img {
  max-width: 278px;
}
#gated-content-modal .thank-you-msg .hs-input::-moz-placeholder {
  margin-top: 40px;
}
#gated-content-modal .thank-you-msg .body-copy, #gated-content-modal .thank-you-msg .sidenav-content .general-content p, .sidenav-content .general-content #gated-content-modal .thank-you-msg p, #gated-content-modal .thank-you-msg #tinymce p, #tinymce #gated-content-modal .thank-you-msg p,
#gated-content-modal .thank-you-msg .wysiwyg-content p,
.wysiwyg-content #gated-content-modal .thank-you-msg p, #gated-content-modal .thank-you-msg #tinymce a:not(.btn), #tinymce #gated-content-modal .thank-you-msg a:not(.btn),
#gated-content-modal .thank-you-msg .wysiwyg-content a:not(.btn),
.wysiwyg-content #gated-content-modal .thank-you-msg a:not(.btn), #gated-content-modal .thank-you-msg input.input,
#gated-content-modal .thank-you-msg select.input,
#gated-content-modal .thank-you-msg .select2.select2-container.select2-container--default,
#gated-content-modal .thank-you-msg .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open #gated-content-modal .thank-you-msg .select2-dropdown, #gated-content-modal .thank-you-msg .hbspt-form input.hs-input, .hbspt-form #gated-content-modal .thank-you-msg input.hs-input,
#gated-content-modal .thank-you-msg .hbspt-form select.hs-input,
.hbspt-form #gated-content-modal .thank-you-msg select.hs-input, #gated-content-modal .thank-you-msg fieldset .hs-form-field > label, #gated-content-modal fieldset .thank-you-msg .hs-form-field > label, #gated-content-modal .thank-you-msg .hs-error-msgs, #gated-content-modal .thank-you-msg .hs-input::placeholder {
  margin-top: 40px;
}
#gated-content-modal .thank-you-msg .heading, #gated-content-modal .thank-you-msg .sidenav-content .general-content h1, .sidenav-content .general-content #gated-content-modal .thank-you-msg h1, #gated-content-modal .thank-you-msg #cookie-notice #cn-notice-text, #cookie-notice #gated-content-modal .thank-you-msg #cn-notice-text, #gated-content-modal .thank-you-msg #tinymce h6, #tinymce #gated-content-modal .thank-you-msg h6,
#gated-content-modal .thank-you-msg .wysiwyg-content h6,
.wysiwyg-content #gated-content-modal .thank-you-msg h6, #gated-content-modal .thank-you-msg #tinymce h5, #tinymce #gated-content-modal .thank-you-msg h5,
#gated-content-modal .thank-you-msg .wysiwyg-content h5,
.wysiwyg-content #gated-content-modal .thank-you-msg h5, #gated-content-modal .thank-you-msg #tinymce h4, #tinymce #gated-content-modal .thank-you-msg h4,
#gated-content-modal .thank-you-msg .wysiwyg-content h4,
.wysiwyg-content #gated-content-modal .thank-you-msg h4, #gated-content-modal .thank-you-msg #tinymce h3, #tinymce #gated-content-modal .thank-you-msg h3,
#gated-content-modal .thank-you-msg .wysiwyg-content h3,
.wysiwyg-content #gated-content-modal .thank-you-msg h3, #gated-content-modal .thank-you-msg #tinymce h2, #tinymce #gated-content-modal .thank-you-msg h2,
#gated-content-modal .thank-you-msg .wysiwyg-content h2,
.wysiwyg-content #gated-content-modal .thank-you-msg h2, #gated-content-modal .thank-you-msg #tinymce h1, #tinymce #gated-content-modal .thank-you-msg h1,
#gated-content-modal .thank-you-msg .wysiwyg-content h1,
.wysiwyg-content #gated-content-modal .thank-you-msg h1, #gated-content-modal .thank-you-msg #tinymce blockquote p, #tinymce blockquote #gated-content-modal .thank-you-msg p,
#gated-content-modal .thank-you-msg .wysiwyg-content blockquote p,
.wysiwyg-content blockquote #gated-content-modal .thank-you-msg p {
  margin-top: 7px;
}

.select2.select2-container.select2-container--default {
  padding: 0;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
  border: none;
  outline: none;
  padding: 13px 18px;
  height: 54px;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
  right: 20px;
  width: 10px;
  height: 100%;
}
.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
  color: var(--color-chicago);
  padding-left: 0;
  font-weight: 300;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  padding: 0;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-search {
  display: none;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option {
  color: var(--color-black);
  background: #ffffff;
  padding: 13px 18px;
  font-weight: 300;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected] {
  color: var(--color-black);
  background: var(--color-spring-wood);
  font-weight: 300;
}

#tinymce,
.wysiwyg-content {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
#tinymce .heading, #tinymce .sidenav-content .general-content h1, .sidenav-content .general-content #tinymce h1, #tinymce #cookie-notice #cn-notice-text, #cookie-notice #tinymce #cn-notice-text, #tinymce h6,
#tinymce .wysiwyg-content h6,
.wysiwyg-content #tinymce h6, #tinymce h5,
#tinymce .wysiwyg-content h5,
.wysiwyg-content #tinymce h5, #tinymce h4,
#tinymce .wysiwyg-content h4,
.wysiwyg-content #tinymce h4, #tinymce h3,
#tinymce .wysiwyg-content h3,
.wysiwyg-content #tinymce h3, #tinymce h2,
#tinymce .wysiwyg-content h2,
.wysiwyg-content #tinymce h2, #tinymce h1,
#tinymce .wysiwyg-content h1,
.wysiwyg-content #tinymce h1, #tinymce blockquote p,
#tinymce .wysiwyg-content blockquote p,
.wysiwyg-content blockquote #tinymce p,
.wysiwyg-content .heading,
.wysiwyg-content .sidenav-content .general-content h1,
.sidenav-content .general-content .wysiwyg-content h1,
.wysiwyg-content #cookie-notice #cn-notice-text,
#cookie-notice .wysiwyg-content #cn-notice-text,
.wysiwyg-content h6,
.wysiwyg-content h5,
.wysiwyg-content h4,
.wysiwyg-content h3,
.wysiwyg-content h2,
.wysiwyg-content h1,
.wysiwyg-content #tinymce blockquote p,
#tinymce blockquote .wysiwyg-content p,
.wysiwyg-content blockquote p {
  margin: 35px 0;
}
#tinymce .heading-margin--small, #tinymce h6,
#tinymce .wysiwyg-content h6,
.wysiwyg-content #tinymce h6, #tinymce h5,
#tinymce .wysiwyg-content h5,
.wysiwyg-content #tinymce h5,
.wysiwyg-content .heading-margin--small,
.wysiwyg-content h6,
.wysiwyg-content h5 {
  margin: 25px 0;
}
#tinymce a:not(.btn),
.wysiwyg-content a:not(.btn) {
  color: var(--color-primary);
  display: inline;
  text-decoration: underline;
  font-weight: 700;
}
#tinymce blockquote,
.wysiwyg-content blockquote {
  background-color: var(--color-primary);
  color: var(--color-white);
  margin: 0;
  padding: var(--spacing-lg);
}
@media print, screen and (min-width: 64em) {
  #tinymce blockquote,
  .wysiwyg-content blockquote {
    padding: var(--spacing-xl);
  }
}
#tinymce blockquote p,
.wysiwyg-content blockquote p {
  margin: 0;
  padding: 0;
}
#tinymce blockquote cite,
.wysiwyg-content blockquote cite {
  display: inline-block;
  margin-top: var(--spacing-lg);
}
#tinymce h1 *, #tinymce h2 *, #tinymce h3 *, #tinymce h4 *, #tinymce h5 *, #tinymce h6 *, #tinymce li *, #tinymce p *,
.wysiwyg-content h1 *,
.wysiwyg-content h2 *,
.wysiwyg-content h3 *,
.wysiwyg-content h4 *,
.wysiwyg-content h5 *,
.wysiwyg-content h6 *,
.wysiwyg-content li *,
.wysiwyg-content p * {
  font-weight: inherit !important;
}
#tinymce h1 strong, #tinymce h1 b, #tinymce h1 em, #tinymce h2 strong, #tinymce h2 b, #tinymce h2 em, #tinymce h3 strong, #tinymce h3 b, #tinymce h3 em, #tinymce h4 strong, #tinymce h4 b, #tinymce h4 em, #tinymce h5 strong, #tinymce h5 b, #tinymce h5 em, #tinymce h6 strong, #tinymce h6 b, #tinymce h6 em, #tinymce li strong, #tinymce li b, #tinymce li em, #tinymce p strong, #tinymce p b, #tinymce p em,
.wysiwyg-content h1 strong,
.wysiwyg-content h1 b,
.wysiwyg-content h1 em,
.wysiwyg-content h2 strong,
.wysiwyg-content h2 b,
.wysiwyg-content h2 em,
.wysiwyg-content h3 strong,
.wysiwyg-content h3 b,
.wysiwyg-content h3 em,
.wysiwyg-content h4 strong,
.wysiwyg-content h4 b,
.wysiwyg-content h4 em,
.wysiwyg-content h5 strong,
.wysiwyg-content h5 b,
.wysiwyg-content h5 em,
.wysiwyg-content h6 strong,
.wysiwyg-content h6 b,
.wysiwyg-content h6 em,
.wysiwyg-content li strong,
.wysiwyg-content li b,
.wysiwyg-content li em,
.wysiwyg-content p strong,
.wysiwyg-content p b,
.wysiwyg-content p em {
  font-weight: var(--font-weight-medium);
}
#tinymce h1 .font-weight--medium, #tinymce h2 .font-weight--medium, #tinymce h3 .font-weight--medium, #tinymce h4 .font-weight--medium, #tinymce h5 .font-weight--medium, #tinymce h6 .font-weight--medium, #tinymce li .font-weight--medium, #tinymce p .font-weight--medium,
.wysiwyg-content h1 .font-weight--medium,
.wysiwyg-content h2 .font-weight--medium,
.wysiwyg-content h3 .font-weight--medium,
.wysiwyg-content h4 .font-weight--medium,
.wysiwyg-content h5 .font-weight--medium,
.wysiwyg-content h6 .font-weight--medium,
.wysiwyg-content li .font-weight--medium,
.wysiwyg-content p .font-weight--medium {
  font-weight: var(--font-weight-medium) !important;
}
#tinymce h1 .font-weight--bold, #tinymce h2 .font-weight--bold, #tinymce h3 .font-weight--bold, #tinymce h4 .font-weight--bold, #tinymce h5 .font-weight--bold, #tinymce h6 .font-weight--bold, #tinymce li .font-weight--bold, #tinymce p .font-weight--bold,
.wysiwyg-content h1 .font-weight--bold,
.wysiwyg-content h2 .font-weight--bold,
.wysiwyg-content h3 .font-weight--bold,
.wysiwyg-content h4 .font-weight--bold,
.wysiwyg-content h5 .font-weight--bold,
.wysiwyg-content h6 .font-weight--bold,
.wysiwyg-content li .font-weight--bold,
.wysiwyg-content p .font-weight--bold {
  font-weight: var(--font-weight-bold) !important;
}
#tinymce iframe,
.wysiwyg-content iframe {
  max-width: 100%;
}
#tinymce p .size-medium,
.wysiwyg-content p .size-medium {
  width: 47%;
}
@media print, screen and (max-width: 63.99875em) {
  #tinymce p .size-medium,
  .wysiwyg-content p .size-medium {
    width: 100%;
  }
}
#tinymce ul,
.wysiwyg-content ul {
  list-style-type: square;
}
#tinymce li,
.wysiwyg-content li {
  font-weight: inherit !important;
}
#tinymce ol li,
#tinymce ul li,
.wysiwyg-content ol li,
.wysiwyg-content ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#tinymce center,
.wysiwyg-content center {
  margin: auto;
}

#tinymce {
  background: #ffffff;
}

.single-card {
  width: 100%;
  background: #ffffff;
  transition: 310ms ease-in-out;
}
.single-card:hover {
  box-shadow: rgba(92, 89, 85, 0.09) 0 10px 50px;
}
.single-card:hover .card-image img {
  scale: 1.1;
}
.single-card .card-image {
  height: 152px;
  overflow: hidden;
}
.single-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 310ms ease-in-out;
}
.single-card .card-info {
  padding: 16px;
  height: 148px;
  border: 1px solid var(--color-cararra);
}
.single-card .card-info .card-title,
.single-card .card-info .card-copy {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.single-card .card-info .card-title {
  margin-top: 16px;
}
.single-card .card-info .card-copy {
  margin-top: 8px;
}
.single-card .card-info .link-item {
  text-decoration: underline;
}
.single-card .without-image {
  width: 100%;
  height: 300px;
  border: 1px solid var(--color-cararra);
}
.single-card .without-image:hover .card-info {
  transform: translateY(-8px);
}
.single-card .without-image:hover .card-info .link-item {
  color: var(--color-dodger-blue);
}
.single-card .without-image .card-header .card-title {
  margin-top: 0;
}
.single-card .without-image .card-image {
  height: 0;
}
.single-card .without-image .card-info {
  border: none;
  display: flex;
  padding: 32px;
  min-height: 300px;
  flex-direction: column;
  transition: 310ms ease-in-out;
  justify-content: space-between;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .single-card .without-image .card-info {
    padding: 24px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .single-card .without-image .card-info {
    padding: 16px;
  }
}
.single-card .section-background-blue .card-info, .single-card .multiple-cards-hero .secondary-content .secondary-card.blue .card-info, .multiple-cards-hero .secondary-content .single-card .secondary-card.blue .card-info, .single-card .editorial-multiple-articles .middle-content .blue .card-info, .editorial-multiple-articles .middle-content .single-card .blue .card-info {
  border: none;
}
.single-card .section-background-blue:hover .card-info, .single-card .multiple-cards-hero .secondary-content .secondary-card.blue:hover .card-info, .multiple-cards-hero .secondary-content .single-card .secondary-card.blue:hover .card-info, .single-card .editorial-multiple-articles .middle-content .blue:hover .card-info, .editorial-multiple-articles .middle-content .single-card .blue:hover .card-info {
  color: #ffffff;
}
.single-card .section-background-blue:hover .card-info .link-item, .single-card .multiple-cards-hero .secondary-content .secondary-card.blue:hover .card-info .link-item, .multiple-cards-hero .secondary-content .single-card .secondary-card.blue:hover .card-info .link-item, .single-card .editorial-multiple-articles .middle-content .blue:hover .card-info .link-item, .editorial-multiple-articles .middle-content .single-card .blue:hover .card-info .link-item {
  color: #ffffff;
}
.single-card .podcast .card-image {
  position: relative;
}
.single-card .podcast .card-image:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 24px);
  background: rgba(255, 255, 255, 0.6);
}
.single-card .podcast .card-image:after {
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 19px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #000000;
}

.card-tag {
  color: var(--color-primary);
  font-size: 1.2rem !important;
  line-height: 1.2rem !important;
}

.section-background-blue .card-tag, .multiple-cards-hero .secondary-content .secondary-card.blue .card-tag, .editorial-multiple-articles .middle-content .blue .card-tag {
  color: inherit;
}

.featured-post {
  height: 100%;
}
.featured-post.featured-image {
  width: 100%;
}
.featured-post.featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 598px;
}
@media print, screen and (min-width: 48em) {
  .featured-post.featured-image img {
    max-height: 620px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .featured-post.featured-image img {
    max-height: 281px;
  }
}
.featured-post.featured-image .tag-container {
  color: var(--color-primary);
}
.featured-post.no-image {
  padding: 40px;
  color: #ffffff;
  display: flex;
  background: var(--color-primary);
  flex-direction: column;
  justify-content: flex-end;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .featured-post.no-image {
    height: 598px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .featured-post.no-image {
    height: 398px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .featured-post.no-image {
    padding: 16px;
  }
}
.featured-post.no-image .tag-container {
  color: #ffffff;
}
.featured-post .tag-container {
  text-transform: capitalize;
}
.featured-post .content.fixed-content {
  bottom: 0;
  max-width: 522px;
  position: absolute;
  background: #ffffff;
  padding: 24px 24px 56px;
  border: 1px solid var(--color-cararra);
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .featured-post .content.fixed-content {
    max-width: 503px;
    padding: 24px 24px 32px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .featured-post .content.fixed-content {
    padding: 24px;
    max-width: unset;
    position: relative;
  }
}

.full-grid-card .heading-cell {
  margin-bottom: 40px;
}
.full-grid-card .image-cell img {
  width: 100%;
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .full-grid-card .image-cell img {
    height: 322px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .full-grid-card .image-cell img {
    height: 181px;
  }
}
.full-grid-card .image-cell.play-button {
  position: relative;
}
.full-grid-card .image-cell.play-button:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 24px);
  background: rgba(255, 255, 255, 0.6);
}
.full-grid-card .image-cell.play-button:after {
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 19px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #000000;
}
.full-grid-card .content-cell {
  display: flex;
  flex-direction: column;
  padding: 48px 80px 32px;
  justify-content: space-between;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .full-grid-card .content-cell {
    padding: 32px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .full-grid-card .content-cell {
    padding: 16px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .full-grid-card .content-cell .post-content {
    margin-bottom: 56px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .full-grid-card .content-cell .post-content {
    margin-bottom: 40px;
  }
}
.full-grid-card .content-cell .post-content .tag {
  color: var(--color-primary);
  margin-bottom: 16px;
  text-transform: capitalize;
}
.full-grid-card .content-cell .post-content .title {
  margin-bottom: 16px;
}
.full-grid-card .content-cell .post-content .excerpt {
  color: var(--color-chicago);
}

@media print, screen and (max-width: 63.99875em) {
  .page-about section.learn-more {
    padding-top: 0;
    background: #ffffff;
  }
}

.about-summary {
  z-index: 1;
  padding: 190px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .about-summary {
    padding: 30px 0;
  }
}
.about-summary .about-summary-content {
  padding-left: 188px;
}
@media print, screen and (max-width: 63.99875em) {
  .about-summary .about-summary-content {
    padding-left: 20px;
  }
}
.about-summary .image-column {
  display: flex;
  position: relative;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .about-summary .image-column {
    order: 1;
  }
}
.about-summary .image-column .light-blue-squares-container {
  z-index: 0;
  right: -80px;
  position: absolute;
}
@media print, screen and (max-width: 47.99875em) {
  .about-summary .image-column .light-blue-squares-container {
    right: -20px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .about-summary .image-column .light-blue-squares-container svg {
    width: 250px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .about-summary .text-column {
    order: 2;
    padding-top: 40px;
  }
}
.about-summary .image-content {
  z-index: 1;
  position: relative;
  padding-left: 60px;
}

.actionable-insights {
  padding-top: 100px;
  padding-bottom: 127px;
}
@media print, screen and (max-width: 63.99875em) {
  .actionable-insights {
    padding-top: 80px;
  }
}
.actionable-insights .actionable-insights-heading {
  padding-bottom: 55px;
  margin-bottom: 49px;
}
@media print, screen and (max-width: 63.99875em) {
  .actionable-insights .actionable-insights-heading {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}
.actionable-insights .actionable-insights-body-content p {
  margin-bottom: 19px;
  padding-right: 80px;
  padding-bottom: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .actionable-insights .actionable-insights-body-content p {
    padding: 0;
    margin-bottom: 32px;
  }
}
.actionable-insights .actionable-insights-image-title {
  text-align: right;
  padding-right: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .actionable-insights .actionable-insights-image-title {
    text-align: left;
    padding-left: 5px;
    padding-bottom: 25px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .actionable-insights .actionable-insights-image-title {
    width: 50%;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .actionable-insights .actionable-images-container {
    height: 73rem;
  }
}
.actionable-insights .actionable-insights-image-container {
  left: 0;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .actionable-insights .actionable-insights-image-container {
    position: relative;
    margin-bottom: 34px;
  }
}
.actionable-insights .actionable-insights-image-container .actionable-image {
  width: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  .actionable-insights .actionable-insights-image-container .actionable-image {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .actionable-insights .actionable-insights-image-container:nth-child(1) .actionable-image {
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .actionable-insights .actionable-insights-image-container:nth-child(2) .actionable-image {
    margin: 14% auto 0;
  }
}
@media print, screen and (min-width: 64em) {
  .actionable-insights .actionable-insights-image-container:nth-child(3) .actionable-image {
    margin: 26% 0 0 53%;
  }
}
.actionable-insights .actionable-insights-ctas > a:not(:last-child) {
  margin-right: 16px;
}

.announcements-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.announcements-section .background-container {
  height: 100%;
  top: 0 !important;
}
.announcements-section .announcements {
  margin-top: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .announcements-section .announcements {
    margin-top: 0;
  }
}
.announcements-section .announcement-heading {
  margin-bottom: 20px;
}
.announcements-section .card {
  display: flex;
  margin-top: 32px;
  background: #ffffff;
  flex-direction: column;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 47.99875em) {
  .announcements-section .card:not(:first-of-type) {
    margin-top: 25px;
  }
}
.announcements-section .card:hover {
  cursor: pointer;
}
.announcements-section .card .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 32px 18px;
}
.announcements-section .card .post-type {
  color: var(--color-primary);
}
.announcements-section .card .post-title {
  margin-top: 6px;
  margin-bottom: 5px;
  text-transform: none;
}
.announcements-section .card .post-excerpt {
  margin-bottom: 5px;
}
.announcements-section .card .post-excerpt a {
  font-weight: 400;
}
.announcements-section .card .link {
  margin-top: auto;
  text-decoration: underline;
}

.awards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-xl);
}

.award {
  max-width: 260px;
  max-height: 140px;
}

.benefits {
  padding-top: 143px;
}
@media print, screen and (max-width: 63.99875em) {
  .benefits {
    padding-top: 65px;
  }
}
.benefits .background-container {
  top: 0;
  left: 0;
  height: 85%;
  width: 100%;
  z-index: -1;
  background: #ffffff;
  position: absolute;
}
.benefits .benefits-heading {
  padding: 0 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .benefits .benefits-heading {
    padding: 0;
  }
}
.benefits .benefits-row {
  margin-top: 32px;
  margin-bottom: 83px;
  justify-content: space-around;
}
@media print, screen and (max-width: 63.99875em) {
  .benefits .benefits-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.benefits .benefits-row div:first-child {
  transform: translateX(46.66px);
}
@media print, screen and (max-width: 63.99875em) {
  .benefits .benefits-row div:first-child {
    transform: translateX(0);
  }
}
.benefits .benefits-row .benefit {
  padding-left: 30px;
  position: relative;
  margin-bottom: 42px;
}
@media print, screen and (max-width: 63.99875em) {
  .benefits .benefits-row .benefit {
    margin-bottom: 24px;
  }
}
.benefits .benefits-row .benefit:before {
  content: "▪";
  left: 0;
  color: var(--color-primary);
  position: absolute;
}
.benefits .benefits-slider .benefits-slider-controls {
  bottom: 0;
  left: -28px;
  position: absolute;
}
.benefits .benefit-thumbnail {
  height: 220px;
}
.benefits .benefit-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 64em) {
  .callout-with-bg-image.boxed {
    margin-top: 6rem;
    max-width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.callout-with-bg-image-container {
  position: relative;
  align-items: center;
}
@media print, screen and (max-width: 47.99875em) {
  .callout-with-bg-image-container {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-with-bg-image .image-container {
    justify-content: space-between;
  }
}
.callout-with-bg-image .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.callout-with-bg-image .info-container {
  max-width: 88em;
  padding: 60px;
}
@media print, screen and (min-width: 48em) {
  .callout-with-bg-image .info-container {
    padding: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .callout-with-bg-image .info-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    max-width: 72em;
  }
}
.callout-with-bg-image .info-container .subtitle {
  margin-top: 8px;
}
.callout-with-bg-image .custom-link {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-lg);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
.callout-with-bg-image .custom-link svg {
  max-width: 33px;
}

section.cards-layout {
  padding-top: 105px;
  z-index: 1;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout {
    padding-top: 80px;
  }
}
section.cards-layout .background-container {
  top: 0;
  left: 0;
  height: 75%;
  z-index: -1;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .background-container {
    height: 100%;
  }
}
section.cards-layout .content-box {
  max-width: 70%;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .content-box {
    max-width: unset;
  }
}
section.cards-layout .content-box #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.cards-layout .content-box .hs-input::-moz-placeholder {
  margin-top: 40px;
}
section.cards-layout .content-box .body-copy, section.cards-layout .content-box .sidenav-content .general-content p, .sidenav-content .general-content section.cards-layout .content-box p, section.cards-layout .content-box input.input,
section.cards-layout .content-box select.input,
section.cards-layout .content-box .select2.select2-container.select2-container--default,
section.cards-layout .content-box .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.cards-layout .content-box .select2-dropdown, section.cards-layout .content-box .hbspt-form input.hs-input, .hbspt-form section.cards-layout .content-box input.hs-input,
section.cards-layout .content-box .hbspt-form select.hs-input,
.hbspt-form section.cards-layout .content-box select.hs-input, section.cards-layout .content-box #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.cards-layout .content-box .hs-form-field > label, section.cards-layout .content-box #gated-content-modal .hs-error-msgs, #gated-content-modal section.cards-layout .content-box .hs-error-msgs, section.cards-layout .content-box #gated-content-modal .hs-input::placeholder, #gated-content-modal section.cards-layout .content-box .hs-input::placeholder, section.cards-layout .content-box #tinymce a:not(.btn), #tinymce section.cards-layout .content-box a:not(.btn),
section.cards-layout .content-box .wysiwyg-content a:not(.btn),
.wysiwyg-content section.cards-layout .content-box a:not(.btn), section.cards-layout .content-box #tinymce p, #tinymce section.cards-layout .content-box p,
section.cards-layout .content-box .wysiwyg-content p,
.wysiwyg-content section.cards-layout .content-box p {
  margin-top: 40px;
}
section.cards-layout .card-image {
  background: var(--color-ghost);
  display: flex;
  justify-content: center;
  margin-bottom: calc(var(--spacing-xl) * -1);
  padding: var(--spacing-md);
  transform: translate(calc(var(--spacing-md) * -1), calc(var(--spacing-md) * -1));
  width: calc(100% + var(--spacing-xl));
}
section.cards-layout .cards-container {
  margin: 90px -4px 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .cards-container {
    margin: 40px 0 0;
    text-align: center;
    padding-bottom: 80px;
  }
}
section.cards-layout .cards-container .card {
  width: 100%;
  display: flex;
  margin: 0 12px;
  color: var(--color-black);
  background: var(--color-white);
  position: relative;
  flex-direction: column;
  padding: var(--spacing-md);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .cards-container .card {
    margin: 0;
  }
}
section.cards-layout .cards-container .card:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 178px;
  position: absolute;
  background: rgba(var(--color-french-pass), 0.3);
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .cards-container .card:before {
    height: 156px;
  }
}
section.cards-layout .cards-container .heading, section.cards-layout .cards-container .sidenav-content .general-content h1, .sidenav-content .general-content section.cards-layout .cards-container h1, section.cards-layout .cards-container #cookie-notice #cn-notice-text, #cookie-notice section.cards-layout .cards-container #cn-notice-text, section.cards-layout .cards-container #tinymce blockquote p, #tinymce blockquote section.cards-layout .cards-container p,
section.cards-layout .cards-container .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.cards-layout .cards-container p, section.cards-layout .cards-container #tinymce h1, #tinymce section.cards-layout .cards-container h1,
section.cards-layout .cards-container .wysiwyg-content h1,
.wysiwyg-content section.cards-layout .cards-container h1, section.cards-layout .cards-container #tinymce h2, #tinymce section.cards-layout .cards-container h2,
section.cards-layout .cards-container .wysiwyg-content h2,
.wysiwyg-content section.cards-layout .cards-container h2, section.cards-layout .cards-container #tinymce h3, #tinymce section.cards-layout .cards-container h3,
section.cards-layout .cards-container .wysiwyg-content h3,
.wysiwyg-content section.cards-layout .cards-container h3, section.cards-layout .cards-container #tinymce h4, #tinymce section.cards-layout .cards-container h4,
section.cards-layout .cards-container .wysiwyg-content h4,
.wysiwyg-content section.cards-layout .cards-container h4, section.cards-layout .cards-container #tinymce h5, #tinymce section.cards-layout .cards-container h5,
section.cards-layout .cards-container .wysiwyg-content h5,
.wysiwyg-content section.cards-layout .cards-container h5, section.cards-layout .cards-container #tinymce h6, #tinymce section.cards-layout .cards-container h6,
section.cards-layout .cards-container .wysiwyg-content h6,
.wysiwyg-content section.cards-layout .cards-container h6 {
  margin-top: 40px;
  text-transform: none;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .cards-container .heading, section.cards-layout .cards-container .sidenav-content .general-content h1, .sidenav-content .general-content section.cards-layout .cards-container h1, section.cards-layout .cards-container #cookie-notice #cn-notice-text, #cookie-notice section.cards-layout .cards-container #cn-notice-text, section.cards-layout .cards-container #tinymce blockquote p, #tinymce blockquote section.cards-layout .cards-container p,
  section.cards-layout .cards-container .wysiwyg-content blockquote p,
  .wysiwyg-content blockquote section.cards-layout .cards-container p, section.cards-layout .cards-container #tinymce h1, #tinymce section.cards-layout .cards-container h1,
  section.cards-layout .cards-container .wysiwyg-content h1,
  .wysiwyg-content section.cards-layout .cards-container h1, section.cards-layout .cards-container #tinymce h2, #tinymce section.cards-layout .cards-container h2,
  section.cards-layout .cards-container .wysiwyg-content h2,
  .wysiwyg-content section.cards-layout .cards-container h2, section.cards-layout .cards-container #tinymce h3, #tinymce section.cards-layout .cards-container h3,
  section.cards-layout .cards-container .wysiwyg-content h3,
  .wysiwyg-content section.cards-layout .cards-container h3, section.cards-layout .cards-container #tinymce h4, #tinymce section.cards-layout .cards-container h4,
  section.cards-layout .cards-container .wysiwyg-content h4,
  .wysiwyg-content section.cards-layout .cards-container h4, section.cards-layout .cards-container #tinymce h5, #tinymce section.cards-layout .cards-container h5,
  section.cards-layout .cards-container .wysiwyg-content h5,
  .wysiwyg-content section.cards-layout .cards-container h5, section.cards-layout .cards-container #tinymce h6, #tinymce section.cards-layout .cards-container h6,
  section.cards-layout .cards-container .wysiwyg-content h6,
  .wysiwyg-content section.cards-layout .cards-container h6 {
    margin-top: 20px;
  }
}
section.cards-layout .cards-container p.card-body {
  margin-top: 13px;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .cards-container p.card-body {
    margin-top: 5px;
    padding-bottom: 0;
  }
}
section.cards-layout .cards-container .btn, section.cards-layout .cards-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.cards-layout .cards-container input.hs-button[type=submit], section.cards-layout .cards-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.cards-layout .cards-container .menu-item.login-button > .nav-link, section.cards-layout .cards-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.cards-layout .cards-container .nav-link, section.cards-layout .cards-container .hbspt-form .hs-button, .hbspt-form section.cards-layout .cards-container .hs-button {
  height: auto;
  min-height: 52px;
  margin: auto auto 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .cards-container .btn, section.cards-layout .cards-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.cards-layout .cards-container input.hs-button[type=submit], section.cards-layout .cards-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.cards-layout .cards-container .menu-item.login-button > .nav-link, section.cards-layout .cards-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.cards-layout .cards-container .nav-link, section.cards-layout .cards-container .hbspt-form .hs-button, .hbspt-form section.cards-layout .cards-container .hs-button {
    margin: 18px auto 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .cards-container .flex {
    margin-top: 25px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.cards-layout .cards-container .flex {
    margin-left: auto;
    margin-right: auto;
  }
}
section.cards-layout .lottie-animation {
  width: 100%;
  height: 220px;
  max-height: 220px;
}
@media print, screen and (max-width: 63.99875em) {
  section.cards-layout .lottie-animation {
    height: 160px;
    max-height: 160px;
  }
}
section.cards-layout + .video-module {
  margin-top: var(--spacing-2xl);
}

.collage-content {
  padding: 150px 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  .collage-content {
    padding: 80px 0 16px;
  }
}
.collage-content .background-container {
  top: 0;
  left: 0;
  height: 83%;
  width: 100%;
  z-index: -1;
  background: #FFFFFF;
  position: absolute;
}
.collage-content .collage-header {
  margin-bottom: 116px;
}
@media print, screen and (max-width: 63.99875em) {
  .collage-content .collage-header {
    margin-bottom: 60px;
  }
}
.collage-content .collage-header .collage-title {
  text-align: right;
}
@media print, screen and (max-width: 63.99875em) {
  .collage-content .collage-header .collage-title {
    text-align: left;
    margin-bottom: 60px;
  }
}
.collage-content .collage-header .collage-body {
  margin-left: 120px;
}
@media print, screen and (max-width: 63.99875em) {
  .collage-content .collage-header .collage-body {
    margin-left: 0;
  }
}
.collage-content .collage-container .quote-text-container {
  z-index: 1;
  position: relative;
}
.collage-content .collage-container .quote-pattern-container {
  z-index: 0;
  position: absolute;
}
.collage-content .collage-container .quote-pattern-container svg {
  width: 100%;
}
.collage-content .collage-container .collage-column {
  max-height: 731px;
}
.collage-content .collage-container .quote-container {
  height: 358px;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (max-width: 63.99875em) {
  .collage-content .collage-container .quote-container {
    height: 416px;
  }
}
.collage-content .collage-container .quote-container .right-author-container {
  padding-bottom: 25px;
}
.collage-content .collage-container .quote-container .left-author-container {
  padding-bottom: 44px;
}
.collage-content .collage-container .thumbnail {
  height: 358px;
}
@media print, screen and (max-width: 63.99875em) {
  .collage-content .collage-container .thumbnail {
    height: 293px;
  }
}
.collage-content .collage-container .thumbnail.right-thumbnail {
  margin-top: 0;
  margin-bottom: 16px;
}
.collage-content .collage-container .thumbnail.left-thumbnail {
  margin-top: 18px;
}
.collage-content .collage-container .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collage-content .collage-container .left-quote-separator {
  width: 34px;
  margin: 15px auto;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 81.25em) {
  .collage-content .collage-container .left-quote-separator {
    margin: 30px auto;
  }
}
.collage-content .collage-container .right-quote-separator {
  width: 34px;
  margin: 15px auto;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 81.25em) {
  .collage-content .collage-container .right-quote-separator {
    margin: 30px auto;
  }
}
.collage-content .collage-container .left-quote-container {
  padding: 68px 28px 0;
}
@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .collage-content .collage-container .left-quote-container {
    padding-top: 42px;
  }
}
.collage-content .collage-container .featured-image-container {
  margin: 0 20px 0;
}
.collage-content .collage-container .right-quote-container {
  padding: 35px 24px 0;
}
@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .collage-content .collage-container .right-quote-container {
    padding-top: 20px;
  }
}
.collage-content .collage-container .featured-image-container {
  height: 731px;
}
@media print, screen and (max-width: 63.99875em) {
  .collage-content .collage-container .featured-image-container {
    height: 293px;
  }
}
.collage-content .collage-container .featured-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.collage-container-slider {
  z-index: 1;
  margin: 16px 0;
  position: relative;
}
.collage-container-slider .featured-image-container {
  height: 290px;
}
.collage-container-slider .featured-image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collage-container-slider .collage-slider-controls {
  margin-top: -60px;
  margin-left: -37px;
}
.collage-container-slider .glide__slides {
  margin: 0 -26px;
}

.content-split-scroll {
  display: flex;
  /* small screen / mobile layout */
  /* defines styles for screens up to 599px wide */
}
.content-split-scroll__wrapper {
  display: flex;
  gap: var(--spacing-lg);
}
.content-split-scroll .right {
  width: 50%;
}
.content-split-scroll .left {
  height: 100vh;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-split-scroll .content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .content-split-scroll .content-wrapper {
    align-items: flex-end;
  }
}
.content-split-scroll .content-inner {
  max-width: 44em;
}
.content-split-scroll .desktop-photos {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.content-split-scroll .desktop-photo {
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-split-scroll .mobile-content {
  display: none;
}
.content-split-scroll .mobile-content-item {
  position: relative;
}
.content-split-scroll .mobile-photo {
  margin-top: 5em;
}
@media print, screen and (max-width: 63.99875em) {
  .content-split-scroll .right {
    display: none;
  }
  .content-split-scroll .left {
    height: auto;
    width: 100%;
    align-items: center;
  }
  .content-split-scroll .desktop-photos {
    display: none;
  }
  .content-split-scroll .mobile-content {
    display: block;
    margin-top: var(--spacing-xl);
  }
}
.content-split-scroll .pattern {
  position: absolute;
  right: 0;
  transform: translateX(var(--spacing-4xl));
  width: calc(100% + var(--spacing-8xl));
  z-index: -1;
}
.content-split-scroll .pattern svg {
  height: auto;
  width: 100%;
}
.content-split-scroll .pattern.desktop {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .content-split-scroll .pattern.desktop {
    display: block;
  }
}
.content-split-scroll .pattern.mobile {
  display: block;
  transform: translate(var(--spacing-xl), -15%);
  width: calc(100% + var(--spacing-3xl));
  top: 0;
}
@media print, screen and (min-width: 48em) {
  .content-split-scroll .pattern.mobile {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .content-split-scroll.invert .content-split-scroll__wrapper {
    flex-direction: row-reverse;
  }
}
.content-split-scroll.invert .content-inner {
  margin-right: auto;
}

#cookie-notice .cookie-notice-container {
  display: flex;
  margin: 0 auto;
  max-width: 144rem;
  align-items: center;
  justify-content: space-around;
}
@media print, screen and (max-width: 47.99875em) {
  #cookie-notice .cookie-notice-container {
    padding-bottom: 20px;
    flex-direction: column;
  }
  #cookie-notice .cookie-notice-container .btn, #cookie-notice .cookie-notice-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions #cookie-notice .cookie-notice-container input.hs-button[type=submit], #cookie-notice .cookie-notice-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu #cookie-notice .cookie-notice-container .menu-item.login-button > .nav-link, #cookie-notice .cookie-notice-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button #cookie-notice .cookie-notice-container .nav-link, #cookie-notice .cookie-notice-container .hbspt-form .hs-button, .hbspt-form #cookie-notice .cookie-notice-container .hs-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 48em) {
  #cookie-notice .cookie-notice-container {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1500px) {
  #cookie-notice .cookie-notice-container {
    padding-right: 0;
  }
}
#cookie-notice #cn-more-info {
  margin: 0;
}
@media screen and (max-width: 510px) {
  #cookie-notice #cn-more-info {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 47.99875em) {
  #cookie-notice #cn-more-info {
    margin-top: 18px;
    margin-left: 18px;
    margin-right: 18px;
  }
}
#cookie-notice #cn-refuse-cookie {
  margin: 0 12px 0 0;
}
@media print, screen and (max-width: 47.99875em) {
  #cookie-notice #cn-refuse-cookie {
    margin: 0;
  }
}
#cookie-notice #cn-accept-cookie {
  margin: 0 12px 0 0;
}
@media print, screen and (max-width: 47.99875em) {
  #cookie-notice #cn-accept-cookie {
    margin: 0 18px 0 0;
  }
}
@media print, screen and (min-width: 48em) {
  #cookie-notice #cn-notice-text {
    text-align: left;
  }
}
#cookie-notice #cn-notice-buttons {
  flex: none;
}
@media print, screen and (max-width: 47.99875em) {
  #cookie-notice #cn-notice-buttons {
    margin-top: 18px;
  }
}
#cookie-notice #cn-close-notice {
  display: none;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-refuse-cookie {
  border-radius: 0;
  justify-content: center;
  border: 3px solid #ffffff;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-refuse-cookie:hover {
  border-color: var(--color-persian-blue);
}
#cookie-notice #cn-more-info,
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-refuse-cookie {
  font-weight: 700;
}

section.coverage-highlights {
  z-index: 1;
  overflow: hidden;
}
section.coverage-highlights .background-left,
section.coverage-highlights .background-right {
  top: 0;
  left: 0;
  width: 200%;
  z-index: -1;
  height: 100%;
  position: absolute;
}
section.coverage-highlights .background-left {
  background: var(--color-primary);
  transform: translateX(-50%);
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .background-left {
    transform: translateX(-20%);
  }
}
section.coverage-highlights .background-right {
  background: #ffffff;
}
section.coverage-highlights .highlights {
  padding: 102px 155px 96px 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .highlights {
    padding: 80px 0;
  }
}
section.coverage-highlights .highlights .highlights-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 60px;
  margin-left: -15px;
  list-style-type: square;
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .highlights .highlights-list {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.coverage-highlights .highlights .highlights-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
section.coverage-highlights .highlights .highlights-list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
section.coverage-highlights .highlights .highlights-list li:not(:first-of-type) {
  margin-top: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .highlights .highlights-list li:not(:first-of-type) {
    margin-top: 30px;
  }
}
section.coverage-highlights .highlights .bg-blue {
  height: 100%;
}
section.coverage-highlights .details {
  z-index: 0;
  display: flex;
  padding: 129px 0 95px 124px;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .details {
    margin-top: 40px;
    padding: 49px 0 56px 25px;
  }
  section.coverage-highlights .details.hide-for-large {
    padding: 0;
    margin-top: 57px;
  }
}
section.coverage-highlights .details .limits-and-revenue {
  width: 40%;
  max-width: 283px;
  margin-right: auto;
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .details .limits-and-revenue {
    width: 95%;
    max-width: none;
  }
}
section.coverage-highlights .details .limits-and-revenue .limits,
section.coverage-highlights .details .limits-and-revenue .revenue {
  display: flex;
  padding: 50px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .details .limits-and-revenue .limits,
  section.coverage-highlights .details .limits-and-revenue .revenue {
    padding: 15px 0;
  }
}
section.coverage-highlights .details .limits-and-revenue .limits .heading, section.coverage-highlights .details .limits-and-revenue .limits .sidenav-content .general-content h1, .sidenav-content .general-content section.coverage-highlights .details .limits-and-revenue .limits h1, section.coverage-highlights .details .limits-and-revenue .limits #tinymce blockquote p, #tinymce blockquote section.coverage-highlights .details .limits-and-revenue .limits p,
section.coverage-highlights .details .limits-and-revenue .limits .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.coverage-highlights .details .limits-and-revenue .limits p, section.coverage-highlights .details .limits-and-revenue .limits #tinymce h1, #tinymce section.coverage-highlights .details .limits-and-revenue .limits h1,
section.coverage-highlights .details .limits-and-revenue .limits .wysiwyg-content h1,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .limits h1, section.coverage-highlights .details .limits-and-revenue .limits #tinymce h2, #tinymce section.coverage-highlights .details .limits-and-revenue .limits h2,
section.coverage-highlights .details .limits-and-revenue .limits .wysiwyg-content h2,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .limits h2, section.coverage-highlights .details .limits-and-revenue .limits #tinymce h3, #tinymce section.coverage-highlights .details .limits-and-revenue .limits h3,
section.coverage-highlights .details .limits-and-revenue .limits .wysiwyg-content h3,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .limits h3, section.coverage-highlights .details .limits-and-revenue .limits #tinymce h4, #tinymce section.coverage-highlights .details .limits-and-revenue .limits h4,
section.coverage-highlights .details .limits-and-revenue .limits .wysiwyg-content h4,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .limits h4, section.coverage-highlights .details .limits-and-revenue .limits #tinymce h5, #tinymce section.coverage-highlights .details .limits-and-revenue .limits h5,
section.coverage-highlights .details .limits-and-revenue .limits .wysiwyg-content h5,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .limits h5, section.coverage-highlights .details .limits-and-revenue .limits #tinymce h6, #tinymce section.coverage-highlights .details .limits-and-revenue .limits h6,
section.coverage-highlights .details .limits-and-revenue .limits .wysiwyg-content h6,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .limits h6, section.coverage-highlights .details .limits-and-revenue .limits #cookie-notice #cn-notice-text, #cookie-notice section.coverage-highlights .details .limits-and-revenue .limits #cn-notice-text,
section.coverage-highlights .details .limits-and-revenue .revenue .heading,
section.coverage-highlights .details .limits-and-revenue .revenue .sidenav-content .general-content h1,
.sidenav-content .general-content section.coverage-highlights .details .limits-and-revenue .revenue h1,
section.coverage-highlights .details .limits-and-revenue .revenue #tinymce blockquote p,
#tinymce blockquote section.coverage-highlights .details .limits-and-revenue .revenue p,
section.coverage-highlights .details .limits-and-revenue .revenue .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.coverage-highlights .details .limits-and-revenue .revenue p,
section.coverage-highlights .details .limits-and-revenue .revenue #tinymce h1,
#tinymce section.coverage-highlights .details .limits-and-revenue .revenue h1,
section.coverage-highlights .details .limits-and-revenue .revenue .wysiwyg-content h1,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .revenue h1,
section.coverage-highlights .details .limits-and-revenue .revenue #tinymce h2,
#tinymce section.coverage-highlights .details .limits-and-revenue .revenue h2,
section.coverage-highlights .details .limits-and-revenue .revenue .wysiwyg-content h2,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .revenue h2,
section.coverage-highlights .details .limits-and-revenue .revenue #tinymce h3,
#tinymce section.coverage-highlights .details .limits-and-revenue .revenue h3,
section.coverage-highlights .details .limits-and-revenue .revenue .wysiwyg-content h3,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .revenue h3,
section.coverage-highlights .details .limits-and-revenue .revenue #tinymce h4,
#tinymce section.coverage-highlights .details .limits-and-revenue .revenue h4,
section.coverage-highlights .details .limits-and-revenue .revenue .wysiwyg-content h4,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .revenue h4,
section.coverage-highlights .details .limits-and-revenue .revenue #tinymce h5,
#tinymce section.coverage-highlights .details .limits-and-revenue .revenue h5,
section.coverage-highlights .details .limits-and-revenue .revenue .wysiwyg-content h5,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .revenue h5,
section.coverage-highlights .details .limits-and-revenue .revenue #tinymce h6,
#tinymce section.coverage-highlights .details .limits-and-revenue .revenue h6,
section.coverage-highlights .details .limits-and-revenue .revenue .wysiwyg-content h6,
.wysiwyg-content section.coverage-highlights .details .limits-and-revenue .revenue h6,
section.coverage-highlights .details .limits-and-revenue .revenue #cookie-notice #cn-notice-text,
#cookie-notice section.coverage-highlights .details .limits-and-revenue .revenue #cn-notice-text {
  color: var(--color-primary);
}
section.coverage-highlights .details .limits-and-revenue .limits {
  border-bottom: 1px solid var(--color-silver-rust);
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .font-weight--thin.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .font-weight--thin.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal fieldset .hs-form-field > label.hs-input::-moz-placeholder, #gated-content-modal fieldset section.coverage-highlights .details .limits-and-revenue .hs-form-field > label.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hs-input.hs-error-msgs::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .hs-input.hs-error-msgs::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .body-copy.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .sidenav-content .general-content p.hs-input::-moz-placeholder, .sidenav-content .general-content section.coverage-highlights .details .limits-and-revenue #gated-content-modal p.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .body-copy.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .sidenav-content .general-content p.hs-input::-moz-placeholder, .sidenav-content .general-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal input.input.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue input.input.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal select.input.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue select.input.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .select2.select2-container.select2-container--default.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .select2.select2-container.select2-container--default.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue .select2-container.select2-container--default.select2-container--open #gated-content-modal .select2-dropdown.hs-input::-moz-placeholder, .select2-container.select2-container--default.select2-container--open #gated-content-modal section.coverage-highlights .details .limits-and-revenue .select2-dropdown.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .select2-container.select2-container--default.select2-container--open .select2-dropdown.hs-input::-moz-placeholder, #gated-content-modal .select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .limits-and-revenue .select2-dropdown.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue .hbspt-form #gated-content-modal input.hs-input::-moz-placeholder, .hbspt-form #gated-content-modal section.coverage-highlights .details .limits-and-revenue input.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hbspt-form input.hs-input::-moz-placeholder, #gated-content-modal .hbspt-form section.coverage-highlights .details .limits-and-revenue input.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue .hbspt-form #gated-content-modal select.hs-input::-moz-placeholder, .hbspt-form #gated-content-modal section.coverage-highlights .details .limits-and-revenue select.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hbspt-form select.hs-input::-moz-placeholder, #gated-content-modal .hbspt-form section.coverage-highlights .details .limits-and-revenue select.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #tinymce #gated-content-modal a.hs-input:not(.btn)::-moz-placeholder, #tinymce #gated-content-modal section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal #tinymce a.hs-input:not(.btn)::-moz-placeholder, #gated-content-modal #tinymce section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue .wysiwyg-content #gated-content-modal a.hs-input:not(.btn)::-moz-placeholder, .wysiwyg-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .wysiwyg-content a.hs-input:not(.btn)::-moz-placeholder, #gated-content-modal .wysiwyg-content section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #tinymce #gated-content-modal p.hs-input::-moz-placeholder, #tinymce #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal #tinymce p.hs-input::-moz-placeholder, #gated-content-modal #tinymce section.coverage-highlights .details .limits-and-revenue p.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue .wysiwyg-content #gated-content-modal p.hs-input::-moz-placeholder, .wysiwyg-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-input::-moz-placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .wysiwyg-content p.hs-input::-moz-placeholder, #gated-content-modal .wysiwyg-content section.coverage-highlights .details .limits-and-revenue p.hs-input::-moz-placeholder {
    margin: 0 auto 0 21px;
  }
  section.coverage-highlights .details .limits-and-revenue .body-copy.font-weight--thin, section.coverage-highlights .details .limits-and-revenue .sidenav-content .general-content p.font-weight--thin, .sidenav-content .general-content section.coverage-highlights .details .limits-and-revenue p.font-weight--thin, section.coverage-highlights .details .limits-and-revenue input.font-weight--thin.input,
  section.coverage-highlights .details .limits-and-revenue select.font-weight--thin.input,
  section.coverage-highlights .details .limits-and-revenue .font-weight--thin.select2.select2-container.select2-container--default,
  section.coverage-highlights .details .limits-and-revenue .select2-container.select2-container--default.select2-container--open .font-weight--thin.select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .limits-and-revenue .font-weight--thin.select2-dropdown, section.coverage-highlights .details .limits-and-revenue .hbspt-form input.font-weight--thin.hs-input, .hbspt-form section.coverage-highlights .details .limits-and-revenue input.font-weight--thin.hs-input,
  section.coverage-highlights .details .limits-and-revenue .hbspt-form select.font-weight--thin.hs-input,
  .hbspt-form section.coverage-highlights .details .limits-and-revenue select.font-weight--thin.hs-input, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .font-weight--thin.hs-error-msgs, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .font-weight--thin.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .font-weight--thin.hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .font-weight--thin.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #tinymce a.font-weight--thin:not(.btn), #tinymce section.coverage-highlights .details .limits-and-revenue a.font-weight--thin:not(.btn),
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content a.font-weight--thin:not(.btn),
  .wysiwyg-content section.coverage-highlights .details .limits-and-revenue a.font-weight--thin:not(.btn), section.coverage-highlights .details .limits-and-revenue #tinymce p.font-weight--thin, #tinymce section.coverage-highlights .details .limits-and-revenue p.font-weight--thin,
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content p.font-weight--thin,
  .wysiwyg-content section.coverage-highlights .details .limits-and-revenue p.font-weight--thin, section.coverage-highlights .details .limits-and-revenue #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.coverage-highlights .details .limits-and-revenue .hs-form-field > label, section.coverage-highlights .details .limits-and-revenue #gated-content-modal fieldset .hs-form-field > label.hs-input::placeholder, #gated-content-modal fieldset section.coverage-highlights .details .limits-and-revenue .hs-form-field > label.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .body-copy.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .sidenav-content .general-content p.hs-error-msgs, .sidenav-content .general-content section.coverage-highlights .details .limits-and-revenue #gated-content-modal p.hs-error-msgs, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .body-copy.hs-error-msgs, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .sidenav-content .general-content p.hs-error-msgs, .sidenav-content .general-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal input.input.hs-error-msgs, #gated-content-modal section.coverage-highlights .details .limits-and-revenue input.input.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal select.input.hs-error-msgs,
  #gated-content-modal section.coverage-highlights .details .limits-and-revenue select.input.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .select2.select2-container.select2-container--default.hs-error-msgs,
  #gated-content-modal section.coverage-highlights .details .limits-and-revenue .select2.select2-container.select2-container--default.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue .select2-container.select2-container--default.select2-container--open #gated-content-modal .select2-dropdown.hs-error-msgs,
  .select2-container.select2-container--default.select2-container--open #gated-content-modal section.coverage-highlights .details .limits-and-revenue .select2-dropdown.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .select2-container.select2-container--default.select2-container--open .select2-dropdown.hs-error-msgs,
  #gated-content-modal .select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .limits-and-revenue .select2-dropdown.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue .hbspt-form #gated-content-modal input.hs-input.hs-error-msgs, .hbspt-form #gated-content-modal section.coverage-highlights .details .limits-and-revenue input.hs-input.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hbspt-form input.hs-input.hs-error-msgs, #gated-content-modal .hbspt-form section.coverage-highlights .details .limits-and-revenue input.hs-input.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue .hbspt-form #gated-content-modal select.hs-input.hs-error-msgs,
  .hbspt-form #gated-content-modal section.coverage-highlights .details .limits-and-revenue select.hs-input.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hbspt-form select.hs-input.hs-error-msgs,
  #gated-content-modal .hbspt-form section.coverage-highlights .details .limits-and-revenue select.hs-input.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hs-error-msgs, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hs-input.hs-error-msgs::placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .hs-input.hs-error-msgs::placeholder, section.coverage-highlights .details .limits-and-revenue #tinymce #gated-content-modal a.hs-error-msgs:not(.btn), #tinymce #gated-content-modal section.coverage-highlights .details .limits-and-revenue a.hs-error-msgs:not(.btn), section.coverage-highlights .details .limits-and-revenue #gated-content-modal #tinymce a.hs-error-msgs:not(.btn), #gated-content-modal #tinymce section.coverage-highlights .details .limits-and-revenue a.hs-error-msgs:not(.btn),
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content #gated-content-modal a.hs-error-msgs:not(.btn),
  .wysiwyg-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue a.hs-error-msgs:not(.btn),
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .wysiwyg-content a.hs-error-msgs:not(.btn),
  #gated-content-modal .wysiwyg-content section.coverage-highlights .details .limits-and-revenue a.hs-error-msgs:not(.btn), section.coverage-highlights .details .limits-and-revenue #tinymce #gated-content-modal p.hs-error-msgs, #tinymce #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal #tinymce p.hs-error-msgs, #gated-content-modal #tinymce section.coverage-highlights .details .limits-and-revenue p.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content #gated-content-modal p.hs-error-msgs,
  .wysiwyg-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-error-msgs,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .wysiwyg-content p.hs-error-msgs,
  #gated-content-modal .wysiwyg-content section.coverage-highlights .details .limits-and-revenue p.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .body-copy.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .sidenav-content .general-content p.hs-input::placeholder, .sidenav-content .general-content section.coverage-highlights .details .limits-and-revenue #gated-content-modal p.hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .body-copy.hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .sidenav-content .general-content p.hs-input::placeholder, .sidenav-content .general-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal input.input.hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue input.input.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal select.input.hs-input::placeholder,
  #gated-content-modal section.coverage-highlights .details .limits-and-revenue select.input.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .select2.select2-container.select2-container--default.hs-input::placeholder,
  #gated-content-modal section.coverage-highlights .details .limits-and-revenue .select2.select2-container.select2-container--default.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue .select2-container.select2-container--default.select2-container--open #gated-content-modal .select2-dropdown.hs-input::placeholder,
  .select2-container.select2-container--default.select2-container--open #gated-content-modal section.coverage-highlights .details .limits-and-revenue .select2-dropdown.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .select2-container.select2-container--default.select2-container--open .select2-dropdown.hs-input::placeholder,
  #gated-content-modal .select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .limits-and-revenue .select2-dropdown.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue .hbspt-form #gated-content-modal input.hs-input::placeholder, .hbspt-form #gated-content-modal section.coverage-highlights .details .limits-and-revenue input.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hbspt-form input.hs-input::placeholder, #gated-content-modal .hbspt-form section.coverage-highlights .details .limits-and-revenue input.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue .hbspt-form #gated-content-modal select.hs-input::placeholder,
  .hbspt-form #gated-content-modal section.coverage-highlights .details .limits-and-revenue select.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hbspt-form select.hs-input::placeholder,
  #gated-content-modal .hbspt-form section.coverage-highlights .details .limits-and-revenue select.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #tinymce #gated-content-modal a.hs-input:not(.btn)::placeholder, #tinymce #gated-content-modal section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal #tinymce a.hs-input:not(.btn)::placeholder, #gated-content-modal #tinymce section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::placeholder,
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content #gated-content-modal a.hs-input:not(.btn)::placeholder,
  .wysiwyg-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::placeholder,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .wysiwyg-content a.hs-input:not(.btn)::placeholder,
  #gated-content-modal .wysiwyg-content section.coverage-highlights .details .limits-and-revenue a.hs-input:not(.btn)::placeholder, section.coverage-highlights .details .limits-and-revenue #tinymce #gated-content-modal p.hs-input::placeholder, #tinymce #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #gated-content-modal #tinymce p.hs-input::placeholder, #gated-content-modal #tinymce section.coverage-highlights .details .limits-and-revenue p.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content #gated-content-modal p.hs-input::placeholder,
  .wysiwyg-content #gated-content-modal section.coverage-highlights .details .limits-and-revenue p.hs-input::placeholder,
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .wysiwyg-content p.hs-input::placeholder,
  #gated-content-modal .wysiwyg-content section.coverage-highlights .details .limits-and-revenue p.hs-input::placeholder {
    margin: 0 auto 0 21px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .details .limits-and-revenue #gated-content-modal .font-weight--bold.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .font-weight--bold.hs-input::-moz-placeholder {
    width: 100%;
  }
  section.coverage-highlights .details .limits-and-revenue .body-copy.font-weight--bold, section.coverage-highlights .details .limits-and-revenue .sidenav-content .general-content p.font-weight--bold, .sidenav-content .general-content section.coverage-highlights .details .limits-and-revenue p.font-weight--bold, section.coverage-highlights .details .limits-and-revenue input.font-weight--bold.input,
  section.coverage-highlights .details .limits-and-revenue select.font-weight--bold.input,
  section.coverage-highlights .details .limits-and-revenue .font-weight--bold.select2.select2-container.select2-container--default,
  section.coverage-highlights .details .limits-and-revenue .select2-container.select2-container--default.select2-container--open .font-weight--bold.select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .limits-and-revenue .font-weight--bold.select2-dropdown, section.coverage-highlights .details .limits-and-revenue .hbspt-form input.font-weight--bold.hs-input, .hbspt-form section.coverage-highlights .details .limits-and-revenue input.font-weight--bold.hs-input,
  section.coverage-highlights .details .limits-and-revenue .hbspt-form select.font-weight--bold.hs-input,
  .hbspt-form section.coverage-highlights .details .limits-and-revenue select.font-weight--bold.hs-input, section.coverage-highlights .details .limits-and-revenue #gated-content-modal fieldset .hs-form-field > label.font-weight--bold, #gated-content-modal fieldset section.coverage-highlights .details .limits-and-revenue .hs-form-field > label.font-weight--bold, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .font-weight--bold.hs-error-msgs, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .font-weight--bold.hs-error-msgs, section.coverage-highlights .details .limits-and-revenue #gated-content-modal .font-weight--bold.hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .limits-and-revenue .font-weight--bold.hs-input::placeholder, section.coverage-highlights .details .limits-and-revenue #tinymce a.font-weight--bold:not(.btn), #tinymce section.coverage-highlights .details .limits-and-revenue a.font-weight--bold:not(.btn),
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content a.font-weight--bold:not(.btn),
  .wysiwyg-content section.coverage-highlights .details .limits-and-revenue a.font-weight--bold:not(.btn), section.coverage-highlights .details .limits-and-revenue #tinymce p.font-weight--bold, #tinymce section.coverage-highlights .details .limits-and-revenue p.font-weight--bold,
  section.coverage-highlights .details .limits-and-revenue .wysiwyg-content p.font-weight--bold,
  .wysiwyg-content section.coverage-highlights .details .limits-and-revenue p.font-weight--bold {
    width: 100%;
  }
}
section.coverage-highlights .details .content {
  width: 100%;
  margin-left: auto;
}
section.coverage-highlights .details .content.show-for-large {
  width: 50%;
  max-width: 415px;
}
section.coverage-highlights .details .content #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .content .hs-input::-moz-placeholder {
  margin-top: 70px;
}
section.coverage-highlights .details .content .body-copy, section.coverage-highlights .details .content .sidenav-content .general-content p, .sidenav-content .general-content section.coverage-highlights .details .content p, section.coverage-highlights .details .content input.input,
section.coverage-highlights .details .content select.input,
section.coverage-highlights .details .content .select2.select2-container.select2-container--default,
section.coverage-highlights .details .content .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .content .select2-dropdown, section.coverage-highlights .details .content .hbspt-form input.hs-input, .hbspt-form section.coverage-highlights .details .content input.hs-input,
section.coverage-highlights .details .content .hbspt-form select.hs-input,
.hbspt-form section.coverage-highlights .details .content select.hs-input, section.coverage-highlights .details .content #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.coverage-highlights .details .content .hs-form-field > label, section.coverage-highlights .details .content #gated-content-modal .hs-error-msgs, #gated-content-modal section.coverage-highlights .details .content .hs-error-msgs, section.coverage-highlights .details .content #gated-content-modal .hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .content .hs-input::placeholder, section.coverage-highlights .details .content #tinymce a:not(.btn), #tinymce section.coverage-highlights .details .content a:not(.btn),
section.coverage-highlights .details .content .wysiwyg-content a:not(.btn),
.wysiwyg-content section.coverage-highlights .details .content a:not(.btn), section.coverage-highlights .details .content #tinymce p, #tinymce section.coverage-highlights .details .content p,
section.coverage-highlights .details .content .wysiwyg-content p,
.wysiwyg-content section.coverage-highlights .details .content p {
  margin-top: 70px;
}
@media print, screen and (max-width: 63.99875em) {
  section.coverage-highlights .details .content #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .content .hs-input::-moz-placeholder {
    margin-top: 30px;
  }
  section.coverage-highlights .details .content .body-copy, section.coverage-highlights .details .content .sidenav-content .general-content p, .sidenav-content .general-content section.coverage-highlights .details .content p, section.coverage-highlights .details .content input.input,
  section.coverage-highlights .details .content select.input,
  section.coverage-highlights .details .content .select2.select2-container.select2-container--default,
  section.coverage-highlights .details .content .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .content .select2-dropdown, section.coverage-highlights .details .content .hbspt-form input.hs-input, .hbspt-form section.coverage-highlights .details .content input.hs-input,
  section.coverage-highlights .details .content .hbspt-form select.hs-input,
  .hbspt-form section.coverage-highlights .details .content select.hs-input, section.coverage-highlights .details .content #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.coverage-highlights .details .content .hs-form-field > label, section.coverage-highlights .details .content #gated-content-modal .hs-error-msgs, #gated-content-modal section.coverage-highlights .details .content .hs-error-msgs, section.coverage-highlights .details .content #gated-content-modal .hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .content .hs-input::placeholder, section.coverage-highlights .details .content #tinymce a:not(.btn), #tinymce section.coverage-highlights .details .content a:not(.btn),
  section.coverage-highlights .details .content .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.coverage-highlights .details .content a:not(.btn), section.coverage-highlights .details .content #tinymce p, #tinymce section.coverage-highlights .details .content p,
  section.coverage-highlights .details .content .wysiwyg-content p,
  .wysiwyg-content section.coverage-highlights .details .content p {
    margin-top: 30px;
  }
}
section.coverage-highlights .details .content #gated-content-modal .bold.hs-input::-moz-placeholder, #gated-content-modal section.coverage-highlights .details .content .bold.hs-input::-moz-placeholder {
  margin-top: 30px;
}
section.coverage-highlights .details .content .body-copy.bold, section.coverage-highlights .details .content .sidenav-content .general-content p.bold, .sidenav-content .general-content section.coverage-highlights .details .content p.bold, section.coverage-highlights .details .content input.bold.input,
section.coverage-highlights .details .content select.bold.input,
section.coverage-highlights .details .content .bold.select2.select2-container.select2-container--default,
section.coverage-highlights .details .content .select2-container.select2-container--default.select2-container--open .bold.select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.coverage-highlights .details .content .bold.select2-dropdown, section.coverage-highlights .details .content .hbspt-form input.bold.hs-input, .hbspt-form section.coverage-highlights .details .content input.bold.hs-input,
section.coverage-highlights .details .content .hbspt-form select.bold.hs-input,
.hbspt-form section.coverage-highlights .details .content select.bold.hs-input, section.coverage-highlights .details .content #gated-content-modal fieldset .hs-form-field > label.bold, #gated-content-modal fieldset section.coverage-highlights .details .content .hs-form-field > label.bold, section.coverage-highlights .details .content #gated-content-modal .bold.hs-error-msgs, #gated-content-modal section.coverage-highlights .details .content .bold.hs-error-msgs, section.coverage-highlights .details .content #gated-content-modal .bold.hs-input::placeholder, #gated-content-modal section.coverage-highlights .details .content .bold.hs-input::placeholder, section.coverage-highlights .details .content #tinymce a.bold:not(.btn), #tinymce section.coverage-highlights .details .content a.bold:not(.btn),
section.coverage-highlights .details .content .wysiwyg-content a.bold:not(.btn),
.wysiwyg-content section.coverage-highlights .details .content a.bold:not(.btn), section.coverage-highlights .details .content #tinymce p.bold, #tinymce section.coverage-highlights .details .content p.bold,
section.coverage-highlights .details .content .wysiwyg-content p.bold,
.wysiwyg-content section.coverage-highlights .details .content p.bold {
  margin-top: 30px;
}

section.cpt-cards-layout {
  z-index: 1;
  padding-bottom: 180px;
}
@media print, screen and (min-width: 64em) {
  section.cpt-cards-layout {
    padding-bottom: 260px;
  }
}
@media print, screen and (min-width: 48em) {
  section.cpt-cards-layout > .grid-container {
    padding-left: 13em;
  }
}
section.cpt-cards-layout .box-background {
  height: 100%;
  width: 88%;
  top: 0;
  left: 0;
  position: absolute;
}
section.cpt-cards-layout .box-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-90%);
}
section.cpt-cards-layout .content-box {
  padding: 100px 0 80px;
  width: 88%;
}
@media print, screen and (min-width: 48em) {
  section.cpt-cards-layout .content-box {
    width: 100%;
    padding: 160px 0 314px;
  }
}
section.cpt-cards-layout .content-box.bullet_list {
  margin-top: 25px;
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .content-box.bullet_list {
    margin-top: 0;
    padding-top: 80px;
  }
}
section.cpt-cards-layout .content-box #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.cpt-cards-layout .content-box .hs-input::-moz-placeholder {
  margin-top: 40px;
}
section.cpt-cards-layout .content-box .body-copy, section.cpt-cards-layout .content-box .sidenav-content .general-content p, .sidenav-content .general-content section.cpt-cards-layout .content-box p, section.cpt-cards-layout .content-box input.input,
section.cpt-cards-layout .content-box select.input,
section.cpt-cards-layout .content-box .select2.select2-container.select2-container--default,
section.cpt-cards-layout .content-box .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.cpt-cards-layout .content-box .select2-dropdown, section.cpt-cards-layout .content-box .hbspt-form input.hs-input, .hbspt-form section.cpt-cards-layout .content-box input.hs-input,
section.cpt-cards-layout .content-box .hbspt-form select.hs-input,
.hbspt-form section.cpt-cards-layout .content-box select.hs-input, section.cpt-cards-layout .content-box #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.cpt-cards-layout .content-box .hs-form-field > label, section.cpt-cards-layout .content-box #gated-content-modal .hs-error-msgs, #gated-content-modal section.cpt-cards-layout .content-box .hs-error-msgs, section.cpt-cards-layout .content-box #gated-content-modal .hs-input::placeholder, #gated-content-modal section.cpt-cards-layout .content-box .hs-input::placeholder, section.cpt-cards-layout .content-box #tinymce a:not(.btn), #tinymce section.cpt-cards-layout .content-box a:not(.btn),
section.cpt-cards-layout .content-box .wysiwyg-content a:not(.btn),
.wysiwyg-content section.cpt-cards-layout .content-box a:not(.btn), section.cpt-cards-layout .content-box #tinymce p, #tinymce section.cpt-cards-layout .content-box p,
section.cpt-cards-layout .content-box .wysiwyg-content p,
.wysiwyg-content section.cpt-cards-layout .content-box p {
  margin-top: 40px;
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .content-box #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.cpt-cards-layout .content-box .hs-input::-moz-placeholder {
    margin-top: 30px;
  }
  section.cpt-cards-layout .content-box .body-copy, section.cpt-cards-layout .content-box .sidenav-content .general-content p, .sidenav-content .general-content section.cpt-cards-layout .content-box p, section.cpt-cards-layout .content-box input.input,
  section.cpt-cards-layout .content-box select.input,
  section.cpt-cards-layout .content-box .select2.select2-container.select2-container--default,
  section.cpt-cards-layout .content-box .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.cpt-cards-layout .content-box .select2-dropdown, section.cpt-cards-layout .content-box .hbspt-form input.hs-input, .hbspt-form section.cpt-cards-layout .content-box input.hs-input,
  section.cpt-cards-layout .content-box .hbspt-form select.hs-input,
  .hbspt-form section.cpt-cards-layout .content-box select.hs-input, section.cpt-cards-layout .content-box #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.cpt-cards-layout .content-box .hs-form-field > label, section.cpt-cards-layout .content-box #gated-content-modal .hs-error-msgs, #gated-content-modal section.cpt-cards-layout .content-box .hs-error-msgs, section.cpt-cards-layout .content-box #gated-content-modal .hs-input::placeholder, #gated-content-modal section.cpt-cards-layout .content-box .hs-input::placeholder, section.cpt-cards-layout .content-box #tinymce a:not(.btn), #tinymce section.cpt-cards-layout .content-box a:not(.btn),
  section.cpt-cards-layout .content-box .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.cpt-cards-layout .content-box a:not(.btn), section.cpt-cards-layout .content-box #tinymce p, #tinymce section.cpt-cards-layout .content-box p,
  section.cpt-cards-layout .content-box .wysiwyg-content p,
  .wysiwyg-content section.cpt-cards-layout .content-box p {
    margin-top: 30px;
  }
}
section.cpt-cards-layout .content-box .btn, section.cpt-cards-layout .content-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.cpt-cards-layout .content-box input.hs-button[type=submit], section.cpt-cards-layout .content-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.cpt-cards-layout .content-box .menu-item.login-button > .nav-link, section.cpt-cards-layout .content-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.cpt-cards-layout .content-box .nav-link, section.cpt-cards-layout .content-box .hbspt-form .hs-button, .hbspt-form section.cpt-cards-layout .content-box .hs-button {
  margin-top: 55px;
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .content-box .btn, section.cpt-cards-layout .content-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.cpt-cards-layout .content-box input.hs-button[type=submit], section.cpt-cards-layout .content-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.cpt-cards-layout .content-box .menu-item.login-button > .nav-link, section.cpt-cards-layout .content-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.cpt-cards-layout .content-box .nav-link, section.cpt-cards-layout .content-box .hbspt-form .hs-button, .hbspt-form section.cpt-cards-layout .content-box .hs-button {
    margin-top: 30px;
  }
}
section.cpt-cards-layout .content-box .bullet-list-btn a {
  margin-top: 70px;
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .content-box .btn, section.cpt-cards-layout .content-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.cpt-cards-layout .content-box input.hs-button[type=submit], section.cpt-cards-layout .content-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.cpt-cards-layout .content-box .menu-item.login-button > .nav-link, section.cpt-cards-layout .content-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.cpt-cards-layout .content-box .nav-link, section.cpt-cards-layout .content-box .hbspt-form .hs-button, .hbspt-form section.cpt-cards-layout .content-box .hs-button {
    width: 180px;
    display: block;
  }
}
section.cpt-cards-layout .cards-container {
  left: 0;
  bottom: var(--spacing-lg);
  width: 100%;
  position: absolute;
  transform: translateY(40%);
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .cards-container {
    position: relative;
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 48em) {
  section.cpt-cards-layout .cards-container {
    bottom: 0;
  }
}
section.cpt-cards-layout .cards-container .inner-grid {
  margin: 0 -7px;
}
section.cpt-cards-layout .cards-container .card {
  width: 100%;
  display: flex;
  margin: 0 12px;
  color: #000000;
  background: #ffffff;
  flex-direction: column;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .cards-container .card {
    margin: 0;
  }
}
section.cpt-cards-layout .cards-container .card:hover {
  cursor: pointer;
}
section.cpt-cards-layout .cards-container .card:hover .link {
  color: var(--color-primary);
  text-decoration: underline;
}
section.cpt-cards-layout .cards-container .card img.featured-img {
  width: 100%;
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.cpt-cards-layout .cards-container .card .post-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-md);
}
section.cpt-cards-layout .cards-container .card .post-type {
  font-size: var(--body-xsmall-font-size);
  line-height: var(--body-xsmall-line-height);
  font-weight: var(--body-xsmall-font-weight);
  margin-top: 0;
  text-transform: uppercase;
}
section.cpt-cards-layout .cards-container .card .heading, section.cpt-cards-layout .cards-container .card .sidenav-content .general-content h1, .sidenav-content .general-content section.cpt-cards-layout .cards-container .card h1, section.cpt-cards-layout .cards-container .card #tinymce blockquote p, #tinymce blockquote section.cpt-cards-layout .cards-container .card p,
section.cpt-cards-layout .cards-container .card .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.cpt-cards-layout .cards-container .card p, section.cpt-cards-layout .cards-container .card #tinymce h1, #tinymce section.cpt-cards-layout .cards-container .card h1,
section.cpt-cards-layout .cards-container .card .wysiwyg-content h1,
.wysiwyg-content section.cpt-cards-layout .cards-container .card h1, section.cpt-cards-layout .cards-container .card #tinymce h2, #tinymce section.cpt-cards-layout .cards-container .card h2,
section.cpt-cards-layout .cards-container .card .wysiwyg-content h2,
.wysiwyg-content section.cpt-cards-layout .cards-container .card h2, section.cpt-cards-layout .cards-container .card #tinymce h3, #tinymce section.cpt-cards-layout .cards-container .card h3,
section.cpt-cards-layout .cards-container .card .wysiwyg-content h3,
.wysiwyg-content section.cpt-cards-layout .cards-container .card h3, section.cpt-cards-layout .cards-container .card #tinymce h4, #tinymce section.cpt-cards-layout .cards-container .card h4,
section.cpt-cards-layout .cards-container .card .wysiwyg-content h4,
.wysiwyg-content section.cpt-cards-layout .cards-container .card h4, section.cpt-cards-layout .cards-container .card #tinymce h5, #tinymce section.cpt-cards-layout .cards-container .card h5,
section.cpt-cards-layout .cards-container .card .wysiwyg-content h5,
.wysiwyg-content section.cpt-cards-layout .cards-container .card h5, section.cpt-cards-layout .cards-container .card #tinymce h6, #tinymce section.cpt-cards-layout .cards-container .card h6,
section.cpt-cards-layout .cards-container .card .wysiwyg-content h6,
.wysiwyg-content section.cpt-cards-layout .cards-container .card h6, section.cpt-cards-layout .cards-container .card #cookie-notice #cn-notice-text, #cookie-notice section.cpt-cards-layout .cards-container .card #cn-notice-text {
  margin-top: 6px;
  overflow: hidden;
  text-transform: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
section.cpt-cards-layout .cards-container .card .link {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-top: auto;
  padding-top: var(--spacing-xl);
}
section.cpt-cards-layout .cards-container .card .link svg {
  max-width: 33px;
}
section.cpt-cards-layout .content-box img,
section.cpt-cards-layout .lottie-animation {
  right: 0;
  top: 161px;
  width: 50%;
  z-index: 1;
  max-width: 400px;
  max-height: 311px;
  position: absolute;
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .content-box img,
  section.cpt-cards-layout .lottie-animation {
    top: 80px;
    max-width: 156px;
    max-height: 115px;
  }
}
section.cpt-cards-layout .glide .glide__arrows {
  margin-top: 31px;
}
section.cpt-cards-layout .glide .glide__slides {
  overflow: visible;
}
section.cpt-cards-layout .glide .glide__slides .glide__slide {
  height: auto;
}
section.cpt-cards-layout .bullet-list {
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 20px;
  list-style-type: none;
}
@media print, screen and (max-width: 63.99875em) {
  section.cpt-cards-layout .bullet-list {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.cpt-cards-layout .bullet-list {
    -moz-column-count: 1;
         column-count: 1;
    padding-bottom: 30px;
  }
}
section.cpt-cards-layout .bullet-list li {
  display: flex;
  padding-left: 20px;
  align-items: center;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media print, screen and (min-width: 64em) {
  section.cpt-cards-layout .bullet-list li {
    height: 64px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.cpt-cards-layout .bullet-list li:not(:first-of-type) {
    margin-top: 23px;
  }
}
section.cpt-cards-layout .bullet-list li:before {
  content: "▪";
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
  margin-left: -20px;
  padding-right: 20px;
}
section.cpt-cards-layout .background-pattern {
  right: 0;
  z-index: 0;
  bottom: -10px;
  height: 474px;
  position: absolute;
}
section.cpt-cards-layout .background-pattern svg {
  height: 100%;
  width: 336px;
}
section.cpt-cards-layout .cards-alignment--left {
  margin-left: 0;
  margin-right: auto;
}
section.cpt-cards-layout .cards-alignment--right {
  margin-right: 0;
  margin-left: auto;
}
section.cpt-cards-layout .cards-alignment--center {
  margin: 0 auto;
}
section.cpt-cards-layout.dark .content .heading, section.cpt-cards-layout.dark .content .sidenav-content .general-content h1, .sidenav-content .general-content section.cpt-cards-layout.dark .content h1, section.cpt-cards-layout.dark .content #tinymce blockquote p, #tinymce blockquote section.cpt-cards-layout.dark .content p,
section.cpt-cards-layout.dark .content .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.cpt-cards-layout.dark .content p, section.cpt-cards-layout.dark .content #tinymce h1, #tinymce section.cpt-cards-layout.dark .content h1,
section.cpt-cards-layout.dark .content .wysiwyg-content h1,
.wysiwyg-content section.cpt-cards-layout.dark .content h1, section.cpt-cards-layout.dark .content #tinymce h2, #tinymce section.cpt-cards-layout.dark .content h2,
section.cpt-cards-layout.dark .content .wysiwyg-content h2,
.wysiwyg-content section.cpt-cards-layout.dark .content h2, section.cpt-cards-layout.dark .content #tinymce h3, #tinymce section.cpt-cards-layout.dark .content h3,
section.cpt-cards-layout.dark .content .wysiwyg-content h3,
.wysiwyg-content section.cpt-cards-layout.dark .content h3, section.cpt-cards-layout.dark .content #tinymce h4, #tinymce section.cpt-cards-layout.dark .content h4,
section.cpt-cards-layout.dark .content .wysiwyg-content h4,
.wysiwyg-content section.cpt-cards-layout.dark .content h4, section.cpt-cards-layout.dark .content #tinymce h5, #tinymce section.cpt-cards-layout.dark .content h5,
section.cpt-cards-layout.dark .content .wysiwyg-content h5,
.wysiwyg-content section.cpt-cards-layout.dark .content h5, section.cpt-cards-layout.dark .content #tinymce h6, #tinymce section.cpt-cards-layout.dark .content h6,
section.cpt-cards-layout.dark .content .wysiwyg-content h6,
.wysiwyg-content section.cpt-cards-layout.dark .content h6, section.cpt-cards-layout.dark .content #cookie-notice #cn-notice-text, #cookie-notice section.cpt-cards-layout.dark .content #cn-notice-text,
section.cpt-cards-layout.dark .content p {
  color: var(--color-white);
}
section.cpt-cards-layout.dark .bullet-list li:before {
  color: var(--color-white);
}

.dual-image-hero {
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .dual-image-hero {
    max-height: 560px;
  }
}
@media screen and (min-width: 81.25em) {
  .dual-image-hero {
    max-height: 740px;
  }
}
@media print, screen and (min-width: 64em) {
  .dual-image-hero .hero-arrow-wrapper {
    align-items: center;
    min-height: 360px;
  }
}
@media print, screen and (min-width: 64em) {
  .dual-image-hero .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .dual-image-hero .content-inner {
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 81.25em) {
  .dual-image-hero .content-inner {
    transform: translateY(-100px);
  }
}
@media print, screen and (min-width: 48em) {
  .dual-image-hero > .grid-container {
    padding-left: 13em;
    padding-right: 8em;
  }
}
@media screen and (min-width: 81.25em) {
  .dual-image-hero > .grid-container {
    padding-right: 6em;
  }
}
@media screen and (min-width: 90em) {
  .dual-image-hero > .grid-container {
    padding-right: 2em;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .dual-image-hero .featured-image {
    margin: 0 -20px 0 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .dual-image-hero .featured-image {
    margin: -20px 0 -30px auto;
  }
}
@media screen and (min-width: 81.25em) {
  .dual-image-hero .featured-image {
    margin: -20px 0 0 auto;
  }
}
.dual-image-hero .lottie-animation {
  width: 40%;
  z-index: 1;
  max-width: 250px;
  max-height: 226px;
  margin-top: -90px;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .dual-image-hero .lottie-animation {
    margin-left: -10px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .dual-image-hero .lottie-animation {
    width: 30%;
    margin-top: -15%;
  }
}
.dual-image-hero .scroll-container {
  padding: var(--spacing-xl) 0 var(--spacing-4xl) 14em;
}
.dual-image-hero .left-container {
  position: relative;
}
.dual-image-hero .left-container .subtitle {
  margin-top: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .dual-image-hero .left-container .subtitle {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .dual-image-hero .left-container {
    order: 2;
    margin-top: 40px;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .dual-image-hero .right-container {
    order: 1;
    overflow: hidden;
  }
}
.dual-image-hero .relative-content {
  z-index: 1;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .dual-image-hero .actions {
    position: relative;
  }
}
.dual-image-hero .actions .ctas {
  margin-top: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .dual-image-hero .actions .ctas {
    margin-top: 40px;
    display: inline-flex;
    flex-direction: column;
  }
  .dual-image-hero .actions .ctas .btn, .dual-image-hero .footer .newsletter .actions .ctas input.hs-button[type=submit], .footer .newsletter .dual-image-hero .actions .ctas input.hs-button[type=submit], .dual-image-hero .actions .ctas .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .dual-image-hero .actions .ctas .menu-item.login-button > .nav-link, .dual-image-hero .actions .ctas .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .dual-image-hero .actions .ctas .nav-link, .dual-image-hero .actions .ctas .hbspt-form .hs-button, .hbspt-form .dual-image-hero .actions .ctas .hs-button {
    justify-content: center;
  }
}
.dual-image-hero .actions .ctas .btn:not(:first-of-type), .dual-image-hero .footer .newsletter .actions .ctas input.hs-button[type=submit]:not(:first-of-type), .footer .newsletter .dual-image-hero .actions .ctas input.hs-button[type=submit]:not(:first-of-type), .dual-image-hero .actions .ctas .navigation .menu .menu-item.login-button > .nav-link:not(:first-of-type), .navigation .menu .dual-image-hero .actions .ctas .menu-item.login-button > .nav-link:not(:first-of-type), .dual-image-hero .actions .ctas .navigation .mobile-menu .menu-item.login-button .nav-link:not(:first-of-type), .navigation .mobile-menu .menu-item.login-button .dual-image-hero .actions .ctas .nav-link:not(:first-of-type), .dual-image-hero .actions .ctas .hbspt-form .hs-button:not(:first-of-type), .hbspt-form .dual-image-hero .actions .ctas .hs-button:not(:first-of-type) {
  margin-left: 14px;
}
@media print, screen and (max-width: 63.99875em) {
  .dual-image-hero .actions .ctas .btn:not(:first-of-type), .dual-image-hero .footer .newsletter .actions .ctas input.hs-button[type=submit]:not(:first-of-type), .footer .newsletter .dual-image-hero .actions .ctas input.hs-button[type=submit]:not(:first-of-type), .dual-image-hero .actions .ctas .navigation .menu .menu-item.login-button > .nav-link:not(:first-of-type), .navigation .menu .dual-image-hero .actions .ctas .menu-item.login-button > .nav-link:not(:first-of-type), .dual-image-hero .actions .ctas .navigation .mobile-menu .menu-item.login-button .nav-link:not(:first-of-type), .navigation .mobile-menu .menu-item.login-button .dual-image-hero .actions .ctas .nav-link:not(:first-of-type), .dual-image-hero .actions .ctas .hbspt-form .hs-button:not(:first-of-type), .hbspt-form .dual-image-hero .actions .ctas .hs-button:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.dual-image-hero .actions .arrow-down {
  bottom: 0;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .dual-image-hero .actions .arrow-down {
    top: 50%;
    right: 0;
  }
}
.dual-image-hero .heading em, .dual-image-hero .sidenav-content .general-content h1 em, .sidenav-content .general-content .dual-image-hero h1 em, .dual-image-hero #tinymce blockquote p em, #tinymce blockquote .dual-image-hero p em,
.dual-image-hero .wysiwyg-content blockquote p em,
.wysiwyg-content blockquote .dual-image-hero p em, .dual-image-hero #tinymce h1 em, #tinymce .dual-image-hero h1 em,
.dual-image-hero .wysiwyg-content h1 em,
.wysiwyg-content .dual-image-hero h1 em, .dual-image-hero #tinymce h2 em, #tinymce .dual-image-hero h2 em,
.dual-image-hero .wysiwyg-content h2 em,
.wysiwyg-content .dual-image-hero h2 em, .dual-image-hero #tinymce h3 em, #tinymce .dual-image-hero h3 em,
.dual-image-hero .wysiwyg-content h3 em,
.wysiwyg-content .dual-image-hero h3 em, .dual-image-hero #tinymce h4 em, #tinymce .dual-image-hero h4 em,
.dual-image-hero .wysiwyg-content h4 em,
.wysiwyg-content .dual-image-hero h4 em, .dual-image-hero #tinymce h5 em, #tinymce .dual-image-hero h5 em,
.dual-image-hero .wysiwyg-content h5 em,
.wysiwyg-content .dual-image-hero h5 em, .dual-image-hero #tinymce h6 em, #tinymce .dual-image-hero h6 em,
.dual-image-hero .wysiwyg-content h6 em,
.wysiwyg-content .dual-image-hero h6 em, .dual-image-hero #cookie-notice #cn-notice-text em, #cookie-notice .dual-image-hero #cn-notice-text em {
  font-style: normal;
  color: var(--color-primary);
}

.editorial-multiple-articles {
  padding: 80px 0;
}
.editorial-multiple-articles .section-title,
.editorial-multiple-articles .heading-section {
  margin-bottom: 40px;
}
.editorial-multiple-articles .heading-section {
  justify-content: space-between;
}
.editorial-multiple-articles .custom-url {
  align-self: end;
  text-align: right;
}
.editorial-multiple-articles .featured-image {
  position: relative;
  padding-right: 16px;
}
@media print, screen and (max-width: 63.99875em) {
  .editorial-multiple-articles .featured-image {
    padding: 0;
  }
}
.editorial-multiple-articles .featured-image .image-container {
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .featured-image .image-container {
    height: auto;
  }
}
.editorial-multiple-articles .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: ease-in-out 310ms;
}
@media print, screen and (min-width: 48em) {
  .editorial-multiple-articles .featured-image img {
    max-height: 425px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .editorial-multiple-articles .featured-image img {
    max-height: 496px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .featured-image img {
    max-height: 281px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .editorial-multiple-articles .featured-image img {
    max-width: 100%;
  }
}
.editorial-multiple-articles .featured-image:hover img {
  transform: scale(1.1);
  transition: ease-in-out 310ms;
}
.editorial-multiple-articles .featured-image:hover .secondary {
  transform: translateY(-8px);
  transition: ease-in-out 310ms;
}
.editorial-multiple-articles .featured-image .blue-card {
  width: 100%;
  height: 100%;
  background: var(--color-primary);
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .editorial-multiple-articles .featured-image .blue-card {
    height: 496px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .featured-image .blue-card {
    height: 300px;
  }
}
.editorial-multiple-articles .featured-image .main-title-container {
  left: 0;
  bottom: 0;
  right: 16px;
  padding: 24px;
  max-width: 413px;
  position: absolute;
}
.editorial-multiple-articles .featured-image .main-title-container.section-background-transparent {
  height: 100%;
  border: none;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .featured-image .main-title-container {
    max-width: 100%;
    position: relative;
  }
}
.editorial-multiple-articles .featured-image .main-post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  transform: translateY(0);
  -webkit-box-orient: vertical;
  transition: ease-in-out 310ms;
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .featured-image .main-post-title {
    padding: 16px;
    max-width: unset;
    position: relative;
  }
}
.editorial-multiple-articles .featured-image .secondary {
  border: none;
  color: #ffffff;
  max-width: unset;
  position: absolute;
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .featured-image .secondary {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}
.editorial-multiple-articles .middle-content {
  display: flex;
  flex-wrap: wrap;
  padding-right: 16px;
}
@media print, screen and (max-width: 63.99875em) {
  .editorial-multiple-articles .middle-content {
    padding: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .editorial-multiple-articles .middle-content {
    margin: 16px 0;
  }
}
.editorial-multiple-articles .middle-content .secondary-post {
  width: 100%;
  display: flex;
  padding: 24px;
  align-items: end;
}
.editorial-multiple-articles .middle-content .secondary-post .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  transform: translateY(0);
  -webkit-box-orient: vertical;
  transition: ease-in-out 310ms;
}
.editorial-multiple-articles .middle-content .secondary-post:hover .title {
  transform: translateY(-8px);
  transition: ease-in-out 310ms;
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .middle-content .secondary-post {
    padding: 16px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .editorial-multiple-articles .middle-content .secondary-post:first-of-type {
    height: 188px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .middle-content .secondary-post:first-of-type {
    height: 198px;
  }
}
.editorial-multiple-articles .middle-content .secondary-post:last-of-type {
  width: 100%;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .editorial-multiple-articles .middle-content .secondary-post:last-of-type {
    height: 113px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-multiple-articles .middle-content .secondary-post:last-of-type {
    height: 121px;
  }
}
.editorial-multiple-articles .middle-content .secondary-post:not(:first-of-type) {
  margin-top: 16px;
}
.editorial-multiple-articles .middle-content .light-blue {
  background: var(--color-french-pass) --faded-40;
}
.editorial-multiple-articles .custom-links .custom-link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 24px 24px 0;
  justify-content: space-between;
  border-bottom: var(--color-cararra) 1px solid;
}
.editorial-multiple-articles .custom-links .custom-link .title {
  width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editorial-multiple-articles .custom-links .custom-link svg {
  transform: translateX(0);
  transition: ease-in-out 310ms;
}
.editorial-multiple-articles .custom-links .custom-link:hover, .editorial-multiple-articles .custom-links .custom-link:focus-visible {
  text-decoration: underline;
}
.editorial-multiple-articles .custom-links .custom-link:hover svg, .editorial-multiple-articles .custom-links .custom-link:focus-visible svg {
  transform: translateX(8px);
  transition: ease-in-out 310ms;
}
.editorial-multiple-articles .custom-links .custom-link:active {
  text-decoration: underline;
}

.editorial-single-article {
  padding: 80px 0;
}
.editorial-single-article .featured-image {
  max-width: 608px;
  max-height: 510px;
}
@media print, screen and (min-width: 48em) {
  .editorial-single-article .featured-image {
    max-width: 710px;
    max-height: 597px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-single-article .featured-image {
    height: 315px;
    max-width: unset;
    margin-left: -20px;
  }
}
.editorial-single-article .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-single-article .featured-image img {
    height: unset;
    position: absolute;
  }
}
.editorial-single-article .content-cell {
  padding: 47px 32px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .editorial-single-article .content-cell {
    top: -157px;
    padding: 32px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-single-article .content-cell {
    top: -100px;
    padding: 16px;
  }
}
.editorial-single-article .content-cell .excerpt {
  margin-top: 8px;
}
.editorial-single-article .content-cell .testimonial-text,
.editorial-single-article .content-cell .stats,
.editorial-single-article .content-cell .article-cta {
  margin-top: 32px;
}
.editorial-single-article .content-cell .title,
.editorial-single-article .content-cell .excerpt,
.editorial-single-article .content-cell .testimonial-text > blockquote {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.editorial-single-article .content-cell .title {
  -webkit-line-clamp: 3;
}
.editorial-single-article .content-cell .excerpt {
  -webkit-line-clamp: 2;
}
.editorial-single-article .content-cell .testimonial-text {
  left: -205px;
  width: 706px;
  color: #ffffff;
  padding: 32px;
  background: var(--color-primary);
  position: relative;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .editorial-single-article .content-cell .testimonial-text {
    left: -64px;
    width: 504px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-single-article .content-cell .testimonial-text {
    left: -36px;
    width: 339px;
    padding: 16px;
  }
}
.editorial-single-article .content-cell .testimonial-text blockquote {
  padding-left: 32px;
  -webkit-line-clamp: 4;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
}
@media print, screen and (max-width: 63.99875em) {
  .editorial-single-article .content-cell .testimonial-text blockquote {
    -webkit-line-clamp: 5;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .editorial-single-article .content-cell .testimonial-text blockquote {
    padding-left: 24px;
  }
}
.editorial-single-article .content-cell .stats {
  color: var(--color-primary);
  justify-content: space-around;
}
.editorial-single-article .content-cell .excerpt,
.editorial-single-article .content-cell .stat-label {
  color: var(--color-chicago);
}
.editorial-single-article .content-cell .article-cta {
  padding-left: 16px;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .editorial-single-article .content-cell .article-cta {
    padding-left: 20px;
  }
}

section.faqs {
  padding-top: 104px;
  padding-bottom: 96px;
}
section.faqs .h2 {
  width: 56%;
}
@media print, screen and (max-width: 63.99875em) {
  section.faqs .h2 {
    width: 100%;
  }
}
section.faqs .questions {
  padding: 0;
  margin-top: 54px;
  list-style-type: none;
}
section.faqs .questions .heading, section.faqs .questions .sidenav-content .general-content h1, .sidenav-content .general-content section.faqs .questions h1, section.faqs .questions #tinymce blockquote p, #tinymce blockquote section.faqs .questions p,
section.faqs .questions .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.faqs .questions p, section.faqs .questions #tinymce h1, #tinymce section.faqs .questions h1,
section.faqs .questions .wysiwyg-content h1,
.wysiwyg-content section.faqs .questions h1, section.faqs .questions #tinymce h2, #tinymce section.faqs .questions h2,
section.faqs .questions .wysiwyg-content h2,
.wysiwyg-content section.faqs .questions h2, section.faqs .questions #tinymce h3, #tinymce section.faqs .questions h3,
section.faqs .questions .wysiwyg-content h3,
.wysiwyg-content section.faqs .questions h3, section.faqs .questions #tinymce h4, #tinymce section.faqs .questions h4,
section.faqs .questions .wysiwyg-content h4,
.wysiwyg-content section.faqs .questions h4, section.faqs .questions #tinymce h5, #tinymce section.faqs .questions h5,
section.faqs .questions .wysiwyg-content h5,
.wysiwyg-content section.faqs .questions h5, section.faqs .questions #tinymce h6, #tinymce section.faqs .questions h6,
section.faqs .questions .wysiwyg-content h6,
.wysiwyg-content section.faqs .questions h6, section.faqs .questions #cookie-notice #cn-notice-text, #cookie-notice section.faqs .questions #cn-notice-text {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-md) 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.faqs .questions .heading, section.faqs .questions .sidenav-content .general-content h1, .sidenav-content .general-content section.faqs .questions h1, section.faqs .questions #tinymce blockquote p, #tinymce blockquote section.faqs .questions p,
  section.faqs .questions .wysiwyg-content blockquote p,
  .wysiwyg-content blockquote section.faqs .questions p, section.faqs .questions #tinymce h1, #tinymce section.faqs .questions h1,
  section.faqs .questions .wysiwyg-content h1,
  .wysiwyg-content section.faqs .questions h1, section.faqs .questions #tinymce h2, #tinymce section.faqs .questions h2,
  section.faqs .questions .wysiwyg-content h2,
  .wysiwyg-content section.faqs .questions h2, section.faqs .questions #tinymce h3, #tinymce section.faqs .questions h3,
  section.faqs .questions .wysiwyg-content h3,
  .wysiwyg-content section.faqs .questions h3, section.faqs .questions #tinymce h4, #tinymce section.faqs .questions h4,
  section.faqs .questions .wysiwyg-content h4,
  .wysiwyg-content section.faqs .questions h4, section.faqs .questions #tinymce h5, #tinymce section.faqs .questions h5,
  section.faqs .questions .wysiwyg-content h5,
  .wysiwyg-content section.faqs .questions h5, section.faqs .questions #tinymce h6, #tinymce section.faqs .questions h6,
  section.faqs .questions .wysiwyg-content h6,
  .wysiwyg-content section.faqs .questions h6, section.faqs .questions #cookie-notice #cn-notice-text, #cookie-notice section.faqs .questions #cn-notice-text {
    padding: 15px 0;
  }
}
section.faqs .questions .heading:hover, section.faqs .questions .sidenav-content .general-content h1:hover, .sidenav-content .general-content section.faqs .questions h1:hover, section.faqs .questions #tinymce blockquote p:hover, #tinymce blockquote section.faqs .questions p:hover,
section.faqs .questions .wysiwyg-content blockquote p:hover,
.wysiwyg-content blockquote section.faqs .questions p:hover, section.faqs .questions #tinymce h1:hover, #tinymce section.faqs .questions h1:hover,
section.faqs .questions .wysiwyg-content h1:hover,
.wysiwyg-content section.faqs .questions h1:hover, section.faqs .questions #tinymce h2:hover, #tinymce section.faqs .questions h2:hover,
section.faqs .questions .wysiwyg-content h2:hover,
.wysiwyg-content section.faqs .questions h2:hover, section.faqs .questions #tinymce h3:hover, #tinymce section.faqs .questions h3:hover,
section.faqs .questions .wysiwyg-content h3:hover,
.wysiwyg-content section.faqs .questions h3:hover, section.faqs .questions #tinymce h4:hover, #tinymce section.faqs .questions h4:hover,
section.faqs .questions .wysiwyg-content h4:hover,
.wysiwyg-content section.faqs .questions h4:hover, section.faqs .questions #tinymce h5:hover, #tinymce section.faqs .questions h5:hover,
section.faqs .questions .wysiwyg-content h5:hover,
.wysiwyg-content section.faqs .questions h5:hover, section.faqs .questions #tinymce h6:hover, #tinymce section.faqs .questions h6:hover,
section.faqs .questions .wysiwyg-content h6:hover,
.wysiwyg-content section.faqs .questions h6:hover, section.faqs .questions #cookie-notice #cn-notice-text:hover, #cookie-notice section.faqs .questions #cn-notice-text:hover {
  color: var(--color-primary);
}
section.faqs .questions .question {
  border-bottom: 1px solid var(--color-timberwolf);
}
section.faqs .questions .question .arrow-down {
  display: flex;
  margin-left: 16px;
  transition: transform 250ms ease-in-out;
}
section.faqs .questions .question .arrow-down svg {
  height: 41px;
}
@media print, screen and (max-width: 63.99875em) {
  section.faqs .questions .question .arrow-down svg {
    height: 20px;
  }
}
section.faqs .answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0 40px 0 44px;
  transition: max-height 250ms ease-in-out, padding 250ms ease-in-out;
}
@media print, screen and (max-width: 63.99875em) {
  section.faqs .answer {
    padding: 0 30px 0 30px;
  }
}
section.faqs .answer .read-more {
  margin-top: 30px;
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  section.faqs .answer .read-more {
    margin-top: 15px;
  }
}
section.faqs .question.expanded .answer {
  max-height: 1024px;
  padding: 41px 40px 23px 44px;
}
@media print, screen and (max-width: 63.99875em) {
  section.faqs .question.expanded .answer {
    padding: 15px 30px;
  }
}
section.faqs .question.expanded .arrow-down {
  transform: rotate(180deg);
}

section.featured-articles .h6, section.featured-articles #tinymce h6, #tinymce section.featured-articles h6,
section.featured-articles .wysiwyg-content h6,
.wysiwyg-content section.featured-articles h6, section.featured-articles #cookie-notice #cn-notice-text, #cookie-notice section.featured-articles #cn-notice-text {
  color: var(--color-primary);
}
section.featured-articles .h5, section.featured-articles #tinymce h5, #tinymce section.featured-articles h5,
section.featured-articles .wysiwyg-content h5,
.wysiwyg-content section.featured-articles h5 {
  margin-top: 15px;
  text-transform: none;
}
@media print, screen and (max-width: 63.99875em) {
  section.featured-articles .h5, section.featured-articles #tinymce h5, #tinymce section.featured-articles h5,
  section.featured-articles .wysiwyg-content h5,
  .wysiwyg-content section.featured-articles h5 {
    margin-top: 20px;
  }
}
section.featured-articles .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 23px 32px 16px;
}
@media print, screen and (max-width: 63.99875em) {
  section.featured-articles .content-wrapper {
    padding: 20px 32px 50px;
  }
}
section.featured-articles .post-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.featured-articles .permalink {
  margin-top: auto;
  margin-bottom: 0;
  text-decoration: underline;
}
section.featured-articles .primary-post {
  padding-right: 7px;
}
section.featured-articles .secondary-posts {
  padding-left: 7px;
}
section.featured-articles .article {
  width: 100%;
  display: flex;
  background: #ffffff;
  flex-direction: column;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 63.99875em) {
  section.featured-articles .article {
    margin-top: 20px;
  }
}
section.featured-articles .article:not(:first-of-type) {
  margin-top: 20px;
}
section.featured-articles .article:hover {
  cursor: pointer;
}
section.featured-articles .article:hover .link {
  color: var(--color-primary);
}
section.featured-articles .article-short {
  height: 180px;
  flex-direction: row;
}
section.featured-articles .article-short .post-image {
  width: 31%;
  height: 100%;
  max-width: 200px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  section.featured-articles .article-short .content-wrapper {
    width: 69%;
  }
}
section.featured-articles .article-large .post-image {
  width: 100%;
  max-height: 200px;
}

.floating-cards .content-wrapper {
  padding-bottom: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  .floating-cards .content-wrapper {
    margin-top: 80px;
    transform: translateY(-70px);
  }
}
.floating-cards .cards-container {
  transform: translate(50px, -120px);
}
@media print, screen and (max-width: 63.99875em) {
  .floating-cards .cards-container {
    transform: translate(0, 0);
  }
}
.floating-cards .floating-card {
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 64em) {
  .floating-cards .floating-card:first-of-type {
    margin-right: 4px;
    margin-left: -90px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .floating-cards .floating-card:first-of-type {
    margin-bottom: 17px;
  }
}
@media print, screen and (min-width: 64em) {
  .floating-cards .floating-card:last-of-type {
    margin-left: 4px;
  }
}
.floating-cards .floating-card .floating-card-image-container {
  height: 207px;
  display: flex;
  background: var(--color-primary);
  align-items: center;
  justify-content: center;
}
.floating-cards .floating-card .floating-card-image {
  padding: 40px;
}
.floating-cards .floating-card .floating-card-text {
  padding: 47px 63px 38px 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .floating-cards .floating-card .floating-card-text {
    padding: 40px 24px 83px;
  }
}
.floating-cards .floating-card .floating-card-heading {
  margin-bottom: 21px;
}
.floating-cards .floating-card .floating-card-subtitle {
  margin-bottom: 50px;
  padding-bottom: 42px;
}
@media print, screen and (max-width: 63.99875em) {
  .floating-cards .floating-card .floating-card-subtitle {
    padding-bottom: 0;
    margin-bottom: 83px;
  }
}
.floating-cards .floating-card .floating-card-cta {
  left: 40px;
  bottom: 38px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .floating-cards .floating-card .floating-card-cta {
    left: 24px;
    bottom: 24px;
  }
}

.generic-hero {
  z-index: 0;
  padding-bottom: 65px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .generic-hero-left-column {
    order: 2;
  }
  .generic-hero .generic-hero-right-column {
    order: 1;
  }
}
.generic-hero .generic-hero-title {
  margin-bottom: 52px;
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .generic-hero-title {
    margin-bottom: 40px;
  }
}
.generic-hero .blue-background-square {
  right: 0;
  z-index: -1;
  position: absolute;
}
@media print, screen and (max-width: 47.99875em) {
  .generic-hero .blue-background-square {
    right: 0;
    padding-left: 56px;
  }
}
.generic-hero .generic-hero-image-container {
  text-align: right;
  padding-top: 93.5px;
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .generic-hero-image-container {
    text-align: unset;
    padding: 51px 31px 0 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .generic-hero-image-container.full-size {
    padding: 0 0 0 36px;
    margin-right: -20px;
  }
  .generic-hero .generic-hero-image-container.full-size img {
    width: 100%;
  }
}
.generic-hero .generic-hero-left-column {
  margin-top: 109px;
}
@media print, screen and (max-width: 81.24875em) {
  .generic-hero .generic-hero-left-column {
    margin-top: 40px;
  }
}
.generic-hero .generic-hero-title {
  padding-right: 19px;
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .generic-hero-title {
    padding-right: 0;
  }
}
.generic-hero .generic-hero-subtitle {
  padding-right: 83px;
}
.generic-hero .generic-hero-subtitle a {
  font-size: 2rem;
  line-height: 2.8rem;
  color: var(--color-primary);
  display: inline;
  text-decoration: underline;
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .generic-hero-subtitle {
    padding-right: 0;
  }
}
.generic-hero .generic-hero-arrow-pattern {
  right: 0;
  z-index: -2;
  position: absolute;
  transform: translateY(-60px);
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .generic-hero-arrow-pattern {
    display: none;
  }
}
.generic-hero .arrow-down {
  margin-top: 16px;
}
@media print, screen and (max-width: 63.99875em) {
  .generic-hero .animate--parallax-fg {
    transform: translate(0, 0) !important;
  }
}

section.gated-content-module {
  background: #ffffff;
  padding-bottom: 192px;
  padding-top: 175px;
}
section.gated-content-module .space-between {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 63.99875em) {
  section.gated-content-module {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  section.gated-content-module .cell-first {
    margin-bottom: 60px;
  }
  section.gated-content-module .space-between {
    flex-direction: row-reverse;
  }
}
section.gated-content-module .form-container .heading, section.gated-content-module .form-container .sidenav-content .general-content h1, .sidenav-content .general-content section.gated-content-module .form-container h1, section.gated-content-module .form-container #tinymce blockquote p, #tinymce blockquote section.gated-content-module .form-container p,
section.gated-content-module .form-container .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.gated-content-module .form-container p, section.gated-content-module .form-container #tinymce h1, #tinymce section.gated-content-module .form-container h1,
section.gated-content-module .form-container .wysiwyg-content h1,
.wysiwyg-content section.gated-content-module .form-container h1, section.gated-content-module .form-container #tinymce h2, #tinymce section.gated-content-module .form-container h2,
section.gated-content-module .form-container .wysiwyg-content h2,
.wysiwyg-content section.gated-content-module .form-container h2, section.gated-content-module .form-container #tinymce h3, #tinymce section.gated-content-module .form-container h3,
section.gated-content-module .form-container .wysiwyg-content h3,
.wysiwyg-content section.gated-content-module .form-container h3, section.gated-content-module .form-container #tinymce h4, #tinymce section.gated-content-module .form-container h4,
section.gated-content-module .form-container .wysiwyg-content h4,
.wysiwyg-content section.gated-content-module .form-container h4, section.gated-content-module .form-container #tinymce h5, #tinymce section.gated-content-module .form-container h5,
section.gated-content-module .form-container .wysiwyg-content h5,
.wysiwyg-content section.gated-content-module .form-container h5, section.gated-content-module .form-container #tinymce h6, #tinymce section.gated-content-module .form-container h6,
section.gated-content-module .form-container .wysiwyg-content h6,
.wysiwyg-content section.gated-content-module .form-container h6, section.gated-content-module .form-container #cookie-notice #cn-notice-text, #cookie-notice section.gated-content-module .form-container #cn-notice-text {
  font-size: 30px;
  line-height: 36px;
}
section.gated-content-module .form-container label {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
}
section.gated-content-module .form-container input.hs-input {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 15px;
  padding: 13px 15px;
}
section.gated-content-module .form-container .hs_submit {
  margin-top: 20px;
}
section.gated-content-module .form-container .hs-error-msg {
  display: none !important;
}
section.gated-content-module .form-container fieldset.form-columns-2 .input, section.gated-content-module .form-container fieldset.form-columns-2 .hbspt-form .hs-input, .hbspt-form section.gated-content-module .form-container fieldset.form-columns-2 .hs-input {
  margin-right: 15px !important;
}
section.gated-content-module .form-container fieldset.form-columns-2 .hs_lastname .input, section.gated-content-module .form-container fieldset.form-columns-2 .hs_lastname .hbspt-form .hs-input, .hbspt-form section.gated-content-module .form-container fieldset.form-columns-2 .hs_lastname .hs-input,
section.gated-content-module .form-container fieldset.form-columns-2 .hs_jobtitle .input,
section.gated-content-module .form-container fieldset.form-columns-2 .hs_jobtitle .hbspt-form .hs-input,
.hbspt-form section.gated-content-module .form-container fieldset.form-columns-2 .hs_jobtitle .hs-input,
section.gated-content-module .form-container fieldset.form-columns-1 .input,
section.gated-content-module .form-container fieldset.form-columns-1 .hbspt-form .hs-input,
.hbspt-form section.gated-content-module .form-container fieldset.form-columns-1 .hs-input {
  margin-right: 0 !important;
}
section.gated-content-module .form-container fieldset {
  max-width: 100% !important;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  section.gated-content-module .form-container fieldset.form-columns-2 .input, section.gated-content-module .form-container fieldset.form-columns-2 .hbspt-form .hs-input, .hbspt-form section.gated-content-module .form-container fieldset.form-columns-2 .hs-input {
    margin-right: 0 !important;
  }
}
section.gated-content-module .form-container .hs-fieldtype-booleancheckbox {
  margin-top: 15px;
}
section.gated-content-module .form-container .hs-fieldtype-booleancheckbox .inputs-list {
  margin: 0;
  padding: 0;
}
section.gated-content-module .form-container .hs-fieldtype-booleancheckbox .inputs-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.gated-content-module .form-container input[type=checkbox] {
  margin: 0 8px 0 0;
  width: auto !important;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  position: relative;
  top: 2px;
}
section.gated-content-module .thank-you-msg img {
  box-shadow: 3px 4px 11px 7px rgba(0, 0, 0, 0.15);
  max-height: 310px;
  max-width: 238px;
}
section.gated-content-module .thank-you-msg .heading, section.gated-content-module .thank-you-msg .sidenav-content .general-content h1, .sidenav-content .general-content section.gated-content-module .thank-you-msg h1, section.gated-content-module .thank-you-msg #tinymce blockquote p, #tinymce blockquote section.gated-content-module .thank-you-msg p,
section.gated-content-module .thank-you-msg .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.gated-content-module .thank-you-msg p, section.gated-content-module .thank-you-msg #tinymce h1, #tinymce section.gated-content-module .thank-you-msg h1,
section.gated-content-module .thank-you-msg .wysiwyg-content h1,
.wysiwyg-content section.gated-content-module .thank-you-msg h1, section.gated-content-module .thank-you-msg #tinymce h2, #tinymce section.gated-content-module .thank-you-msg h2,
section.gated-content-module .thank-you-msg .wysiwyg-content h2,
.wysiwyg-content section.gated-content-module .thank-you-msg h2, section.gated-content-module .thank-you-msg #tinymce h3, #tinymce section.gated-content-module .thank-you-msg h3,
section.gated-content-module .thank-you-msg .wysiwyg-content h3,
.wysiwyg-content section.gated-content-module .thank-you-msg h3, section.gated-content-module .thank-you-msg #tinymce h4, #tinymce section.gated-content-module .thank-you-msg h4,
section.gated-content-module .thank-you-msg .wysiwyg-content h4,
.wysiwyg-content section.gated-content-module .thank-you-msg h4, section.gated-content-module .thank-you-msg #tinymce h5, #tinymce section.gated-content-module .thank-you-msg h5,
section.gated-content-module .thank-you-msg .wysiwyg-content h5,
.wysiwyg-content section.gated-content-module .thank-you-msg h5, section.gated-content-module .thank-you-msg #tinymce h6, #tinymce section.gated-content-module .thank-you-msg h6,
section.gated-content-module .thank-you-msg .wysiwyg-content h6,
.wysiwyg-content section.gated-content-module .thank-you-msg h6, section.gated-content-module .thank-you-msg #cookie-notice #cn-notice-text, #cookie-notice section.gated-content-module .thank-you-msg #cn-notice-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}
section.gated-content-module .thank-you-msg #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.gated-content-module .thank-you-msg .hs-input::-moz-placeholder {
  font-size: 18px;
  line-height: 22px;
}
section.gated-content-module .thank-you-msg .body-copy, section.gated-content-module .thank-you-msg .sidenav-content .general-content p, .sidenav-content .general-content section.gated-content-module .thank-you-msg p, section.gated-content-module .thank-you-msg input.input,
section.gated-content-module .thank-you-msg select.input,
section.gated-content-module .thank-you-msg .select2.select2-container.select2-container--default,
section.gated-content-module .thank-you-msg .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.gated-content-module .thank-you-msg .select2-dropdown, section.gated-content-module .thank-you-msg .hbspt-form input.hs-input, .hbspt-form section.gated-content-module .thank-you-msg input.hs-input,
section.gated-content-module .thank-you-msg .hbspt-form select.hs-input,
.hbspt-form section.gated-content-module .thank-you-msg select.hs-input, section.gated-content-module .thank-you-msg #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.gated-content-module .thank-you-msg .hs-form-field > label, section.gated-content-module .thank-you-msg #gated-content-modal .hs-error-msgs, #gated-content-modal section.gated-content-module .thank-you-msg .hs-error-msgs, section.gated-content-module .thank-you-msg #gated-content-modal .hs-input::placeholder, #gated-content-modal section.gated-content-module .thank-you-msg .hs-input::placeholder, section.gated-content-module .thank-you-msg #tinymce a:not(.btn), #tinymce section.gated-content-module .thank-you-msg a:not(.btn),
section.gated-content-module .thank-you-msg .wysiwyg-content a:not(.btn),
.wysiwyg-content section.gated-content-module .thank-you-msg a:not(.btn), section.gated-content-module .thank-you-msg #tinymce p, #tinymce section.gated-content-module .thank-you-msg p,
section.gated-content-module .thank-you-msg .wysiwyg-content p,
.wysiwyg-content section.gated-content-module .thank-you-msg p {
  font-size: 18px;
  line-height: 22px;
}

section.gated-content-module.gated-content-hero {
  padding: 0;
  max-width: none;
}
section.gated-content-module.gated-content-hero .space-between {
  flex-direction: row;
}
section.gated-content-module.gated-content-hero .text-container,
section.gated-content-module.gated-content-hero .form-container,
section.gated-content-module.gated-content-hero .thank-you-msg {
  padding-top: 120px;
  padding-bottom: 110px;
}
section.gated-content-module.gated-content-hero .text-container {
  padding-right: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  section.gated-content-module.gated-content-hero .text-container {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
section.gated-content-module.gated-content-hero .form-container,
section.gated-content-module.gated-content-hero .thank-you-msg {
  padding-left: 40px;
  padding-right: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  section.gated-content-module.gated-content-hero .form-container,
  section.gated-content-module.gated-content-hero .thank-you-msg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
section.gated-content-module.gated-content-hero .content {
  position: relative;
  z-index: 2;
}
section.gated-content-module.gated-content-hero .form-container #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.gated-content-module.gated-content-hero .form-container .hs-input::-moz-placeholder, section.gated-content-module.gated-content-hero .thank-you-msg #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.gated-content-module.gated-content-hero .thank-you-msg .hs-input::-moz-placeholder {
  color: #ffffff;
}
section.gated-content-module.gated-content-hero .form-container .heading, section.gated-content-module.gated-content-hero .form-container .sidenav-content .general-content h1, .sidenav-content .general-content section.gated-content-module.gated-content-hero .form-container h1, section.gated-content-module.gated-content-hero .form-container #tinymce blockquote p, #tinymce blockquote section.gated-content-module.gated-content-hero .form-container p,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.gated-content-module.gated-content-hero .form-container p, section.gated-content-module.gated-content-hero .form-container #tinymce h1, #tinymce section.gated-content-module.gated-content-hero .form-container h1,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content h1,
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container h1, section.gated-content-module.gated-content-hero .form-container #tinymce h2, #tinymce section.gated-content-module.gated-content-hero .form-container h2,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content h2,
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container h2, section.gated-content-module.gated-content-hero .form-container #tinymce h3, #tinymce section.gated-content-module.gated-content-hero .form-container h3,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content h3,
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container h3, section.gated-content-module.gated-content-hero .form-container #tinymce h4, #tinymce section.gated-content-module.gated-content-hero .form-container h4,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content h4,
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container h4, section.gated-content-module.gated-content-hero .form-container #tinymce h5, #tinymce section.gated-content-module.gated-content-hero .form-container h5,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content h5,
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container h5, section.gated-content-module.gated-content-hero .form-container #tinymce h6, #tinymce section.gated-content-module.gated-content-hero .form-container h6,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content h6,
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container h6, section.gated-content-module.gated-content-hero .form-container #cookie-notice #cn-notice-text, #cookie-notice section.gated-content-module.gated-content-hero .form-container #cn-notice-text,
section.gated-content-module.gated-content-hero .form-container .body-copy,
section.gated-content-module.gated-content-hero .form-container .sidenav-content .general-content p,
.sidenav-content .general-content section.gated-content-module.gated-content-hero .form-container p,
section.gated-content-module.gated-content-hero .form-container input.input,
section.gated-content-module.gated-content-hero .form-container select.input,
section.gated-content-module.gated-content-hero .form-container .select2.select2-container.select2-container--default,
section.gated-content-module.gated-content-hero .form-container .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.gated-content-module.gated-content-hero .form-container .select2-dropdown,
section.gated-content-module.gated-content-hero .form-container .hbspt-form input.hs-input,
.hbspt-form section.gated-content-module.gated-content-hero .form-container input.hs-input,
section.gated-content-module.gated-content-hero .form-container .hbspt-form select.hs-input,
.hbspt-form section.gated-content-module.gated-content-hero .form-container select.hs-input,
section.gated-content-module.gated-content-hero .form-container #gated-content-modal fieldset .hs-form-field > label,
#gated-content-modal fieldset section.gated-content-module.gated-content-hero .form-container .hs-form-field > label,
section.gated-content-module.gated-content-hero .form-container #gated-content-modal .hs-error-msgs,
#gated-content-modal section.gated-content-module.gated-content-hero .form-container .hs-error-msgs,
section.gated-content-module.gated-content-hero .form-container #gated-content-modal .hs-input::placeholder,
#gated-content-modal section.gated-content-module.gated-content-hero .form-container .hs-input::placeholder,
section.gated-content-module.gated-content-hero .form-container #tinymce a:not(.btn),
#tinymce section.gated-content-module.gated-content-hero .form-container a:not(.btn),
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content a:not(.btn),
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container a:not(.btn),
section.gated-content-module.gated-content-hero .form-container #tinymce p,
#tinymce section.gated-content-module.gated-content-hero .form-container p,
section.gated-content-module.gated-content-hero .form-container .wysiwyg-content p,
.wysiwyg-content section.gated-content-module.gated-content-hero .form-container p,
section.gated-content-module.gated-content-hero .form-container .cookie-reset-container,
section.gated-content-module.gated-content-hero .form-container label,
section.gated-content-module.gated-content-hero .thank-you-msg .heading,
section.gated-content-module.gated-content-hero .thank-you-msg .sidenav-content .general-content h1,
.sidenav-content .general-content section.gated-content-module.gated-content-hero .thank-you-msg h1,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce blockquote p,
#tinymce blockquote section.gated-content-module.gated-content-hero .thank-you-msg p,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.gated-content-module.gated-content-hero .thank-you-msg p,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce h1,
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg h1,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content h1,
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg h1,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce h2,
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg h2,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content h2,
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg h2,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce h3,
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg h3,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content h3,
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg h3,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce h4,
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg h4,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content h4,
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg h4,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce h5,
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg h5,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content h5,
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg h5,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce h6,
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg h6,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content h6,
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg h6,
section.gated-content-module.gated-content-hero .thank-you-msg #cookie-notice #cn-notice-text,
#cookie-notice section.gated-content-module.gated-content-hero .thank-you-msg #cn-notice-text,
section.gated-content-module.gated-content-hero .thank-you-msg .body-copy,
section.gated-content-module.gated-content-hero .thank-you-msg .sidenav-content .general-content p,
.sidenav-content .general-content section.gated-content-module.gated-content-hero .thank-you-msg p,
section.gated-content-module.gated-content-hero .thank-you-msg input.input,
section.gated-content-module.gated-content-hero .thank-you-msg select.input,
section.gated-content-module.gated-content-hero .thank-you-msg .select2.select2-container.select2-container--default,
section.gated-content-module.gated-content-hero .thank-you-msg .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.gated-content-module.gated-content-hero .thank-you-msg .select2-dropdown,
section.gated-content-module.gated-content-hero .thank-you-msg .hbspt-form input.hs-input,
.hbspt-form section.gated-content-module.gated-content-hero .thank-you-msg input.hs-input,
section.gated-content-module.gated-content-hero .thank-you-msg .hbspt-form select.hs-input,
.hbspt-form section.gated-content-module.gated-content-hero .thank-you-msg select.hs-input,
section.gated-content-module.gated-content-hero .thank-you-msg #gated-content-modal fieldset .hs-form-field > label,
#gated-content-modal fieldset section.gated-content-module.gated-content-hero .thank-you-msg .hs-form-field > label,
section.gated-content-module.gated-content-hero .thank-you-msg #gated-content-modal .hs-error-msgs,
#gated-content-modal section.gated-content-module.gated-content-hero .thank-you-msg .hs-error-msgs,
section.gated-content-module.gated-content-hero .thank-you-msg #gated-content-modal .hs-input::placeholder,
#gated-content-modal section.gated-content-module.gated-content-hero .thank-you-msg .hs-input::placeholder,
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce a:not(.btn),
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg a:not(.btn),
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content a:not(.btn),
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg a:not(.btn),
section.gated-content-module.gated-content-hero .thank-you-msg #tinymce p,
#tinymce section.gated-content-module.gated-content-hero .thank-you-msg p,
section.gated-content-module.gated-content-hero .thank-you-msg .wysiwyg-content p,
.wysiwyg-content section.gated-content-module.gated-content-hero .thank-you-msg p,
section.gated-content-module.gated-content-hero .thank-you-msg .cookie-reset-container,
section.gated-content-module.gated-content-hero .thank-you-msg label {
  color: #ffffff;
}
section.gated-content-module.gated-content-hero .form-container input.hs-input,
section.gated-content-module.gated-content-hero .thank-you-msg input.hs-input {
  background: #ffffff;
  border: 0;
  color: #000000 !important;
}
section.gated-content-module.gated-content-hero .form-container input.hs-button,
section.gated-content-module.gated-content-hero .form-container .btn,
section.gated-content-module.gated-content-hero .form-container .footer .newsletter .actions input.hs-button[type=submit],
.footer .newsletter .actions section.gated-content-module.gated-content-hero .form-container input.hs-button[type=submit],
section.gated-content-module.gated-content-hero .form-container .navigation .menu .menu-item.login-button > .nav-link,
.navigation .menu section.gated-content-module.gated-content-hero .form-container .menu-item.login-button > .nav-link,
section.gated-content-module.gated-content-hero .form-container .navigation .mobile-menu .menu-item.login-button .nav-link,
.navigation .mobile-menu .menu-item.login-button section.gated-content-module.gated-content-hero .form-container .nav-link,
section.gated-content-module.gated-content-hero .form-container .hbspt-form .hs-button,
.hbspt-form section.gated-content-module.gated-content-hero .form-container .hs-button,
section.gated-content-module.gated-content-hero .thank-you-msg input.hs-button,
section.gated-content-module.gated-content-hero .thank-you-msg .btn,
section.gated-content-module.gated-content-hero .thank-you-msg .footer .newsletter .actions input.hs-button[type=submit],
.footer .newsletter .actions section.gated-content-module.gated-content-hero .thank-you-msg input.hs-button[type=submit],
section.gated-content-module.gated-content-hero .thank-you-msg .navigation .menu .menu-item.login-button > .nav-link,
.navigation .menu section.gated-content-module.gated-content-hero .thank-you-msg .menu-item.login-button > .nav-link,
section.gated-content-module.gated-content-hero .thank-you-msg .navigation .mobile-menu .menu-item.login-button .nav-link,
.navigation .mobile-menu .menu-item.login-button section.gated-content-module.gated-content-hero .thank-you-msg .nav-link,
section.gated-content-module.gated-content-hero .thank-you-msg .hbspt-form .hs-button,
.hbspt-form section.gated-content-module.gated-content-hero .thank-you-msg .hs-button {
  background: #ffffff;
  color: var(--color-primary);
}
section.gated-content-module.gated-content-hero .form-container input.hs-button:hover,
section.gated-content-module.gated-content-hero .form-container .btn:hover,
section.gated-content-module.gated-content-hero .form-container .navigation .menu .menu-item.login-button > .nav-link:hover,
.navigation .menu section.gated-content-module.gated-content-hero .form-container .menu-item.login-button > .nav-link:hover,
section.gated-content-module.gated-content-hero .form-container .navigation .mobile-menu .menu-item.login-button .nav-link:hover,
.navigation .mobile-menu .menu-item.login-button section.gated-content-module.gated-content-hero .form-container .nav-link:hover,
section.gated-content-module.gated-content-hero .form-container .hbspt-form .hs-button:hover,
.hbspt-form section.gated-content-module.gated-content-hero .form-container .hs-button:hover,
section.gated-content-module.gated-content-hero .thank-you-msg input.hs-button:hover,
section.gated-content-module.gated-content-hero .thank-you-msg .btn:hover,
section.gated-content-module.gated-content-hero .thank-you-msg .navigation .menu .menu-item.login-button > .nav-link:hover,
.navigation .menu section.gated-content-module.gated-content-hero .thank-you-msg .menu-item.login-button > .nav-link:hover,
section.gated-content-module.gated-content-hero .thank-you-msg .navigation .mobile-menu .menu-item.login-button .nav-link:hover,
.navigation .mobile-menu .menu-item.login-button section.gated-content-module.gated-content-hero .thank-you-msg .nav-link:hover,
section.gated-content-module.gated-content-hero .thank-you-msg .hbspt-form .hs-button:hover,
.hbspt-form section.gated-content-module.gated-content-hero .thank-you-msg .hs-button:hover {
  background: var(--color-cararra);
}
section.gated-content-module.gated-content-hero .form-container .btn-primary,
section.gated-content-module.gated-content-hero .thank-you-msg .btn-primary {
  color: var(--color-white);
  background: var(--color-primary);
}
section.gated-content-module.gated-content-hero .form-container .btn-primary:hover,
section.gated-content-module.gated-content-hero .thank-you-msg .btn-primary:hover {
  color: var(--color-white);
  background: var(--color-primary-dark);
}
section.gated-content-module.gated-content-hero .form-is-light input.hs-button {
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
}
section.gated-content-module.gated-content-hero .form-is-light input.hs-button:hover {
  color: var(--color-white) !important;
  background: var(--color-primary-dark) !important;
}
section.gated-content-module.gated-content-hero .form-is-light .field.hs-form-field span {
  color: #000 !important;
}
section.gated-content-module.gated-content-hero .background-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% - 80px);
  z-index: 1;
}
@media print, screen and (max-width: 63.99875em) {
  section.gated-content-module.gated-content-hero .background-container {
    display: none;
  }
}

.global-team {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media print, screen and (max-width: 47.99875em) {
  .global-team {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.global-team .title {
  max-width: 520px;
}
.global-team .description {
  margin-top: 60px;
  max-width: 540px;
}
.global-team .places {
  flex-wrap: wrap;
  margin-top: 95px;
}
.global-team .places .local-places {
  width: 60%;
  border-right: 1px solid var(--color-silver-rust);
}
@media print, screen and (max-width: 63.99875em) {
  .global-team .places .local-places {
    width: 100%;
    border: none;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-silver-rust);
  }
}
.global-team .places .international-places {
  width: 40%;
  padding-left: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .global-team .places .international-places {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.global-team .places .place-content {
  flex-wrap: wrap;
}
.global-team .places .place-item {
  width: 210px;
  margin-top: 50px;
  margin-right: 90px;
}
.global-team .places .place-item .city-info {
  margin-top: 30px;
}
.global-team .cta {
  margin-top: 100px;
}

.headshot-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.hero-with-image {
  position: relative;
}
.hero-with-image-container {
  position: relative;
  align-items: center;
  z-index: 1;
}
@media print, screen and (max-width: 47.99875em) {
  .hero-with-image-container {
    align-items: flex-start;
  }
}
.hero-with-image .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-with-image .info-container {
  padding: 60px;
  max-width: 88em;
}
@media print, screen and (min-width: 48em) {
  .hero-with-image .info-container {
    padding: 60px 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-with-image .info-container {
    max-width: 72em;
    padding: 0 80px;
  }
}
.hero-with-image .info-container .description {
  max-width: 400px;
  margin: 40px auto 0;
}
.hero-with-image .info-container .input-container {
  padding: 0 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-with-image .info-container .input-container {
    padding: 0;
    margin-top: 24px;
  }
}
.hero-with-image .info-container .input-container .hbspt-form {
  width: 100%;
}
.hero-with-image .info-container .input-container .hbspt-form .hs-email {
  width: 100%;
}
.hero-with-image .info-container .input-container .hbspt-form .actions .hs-button {
  height: 56px;
  border: none;
}
@media print, screen and (max-width: 47.99875em) {
  .hero-with-image .info-container .input-container .hbspt-form .actions .hs-button {
    width: 100%;
    margin-top: 16px;
    justify-content: center;
  }
}
.hero-with-image .info-container .input-container form {
  display: flex;
}
@media print, screen and (max-width: 47.99875em) {
  .hero-with-image .info-container .input-container form {
    flex-direction: column;
  }
}
.hero-with-image .info-container .cta-container .btn, .hero-with-image .info-container .cta-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .hero-with-image .info-container .cta-container input.hs-button[type=submit], .hero-with-image .info-container .cta-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .hero-with-image .info-container .cta-container .menu-item.login-button > .nav-link, .hero-with-image .info-container .cta-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .hero-with-image .info-container .cta-container .nav-link, .hero-with-image .info-container .cta-container .hbspt-form .hs-button, .hbspt-form .hero-with-image .info-container .cta-container .hs-button {
  color: var(--color-white);
  background: var(--color-primary);
  margin-top: var(--spacing-md);
}
.hero-with-image .bg-image {
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: 0;
}
.hero-with-image.bg {
  display: flex;
  align-items: center;
  padding: var(--spacing-xl) 0;
}
@media print, screen and (min-width: 64em) {
  .hero-with-image.bg {
    height: 70vh;
    padding: var(--spacing-2xl) 0;
    max-height: 780px;
  }
}
.hero-with-image.invert .hero-with-image-container {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 64em) {
  .hero-with-image.invert .hero-with-image-container {
    flex-direction: row-reverse;
  }
}

.hero-with-pattern {
  display: flex;
  min-height: 640px;
  text-align: center;
  position: relative;
  align-items: center;
}
.hero-with-pattern.blue {
  color: #ffffff;
  background-color: var(--color-primary);
}
.hero-with-pattern.blue .cta-container .btn, .hero-with-pattern.blue .cta-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .hero-with-pattern.blue .cta-container input.hs-button[type=submit], .hero-with-pattern.blue .cta-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .hero-with-pattern.blue .cta-container .menu-item.login-button > .nav-link, .hero-with-pattern.blue .cta-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .hero-with-pattern.blue .cta-container .nav-link, .hero-with-pattern.blue .cta-container .hbspt-form .hs-button, .hbspt-form .hero-with-pattern.blue .cta-container .hs-button {
  border: none;
  color: var(--color-primary);
  background-color: #ffffff;
}
.hero-with-pattern.cyan {
  background-color: var(--color-baby-cyan);
}
.hero-with-pattern.gray {
  background-color: var(--color-spring-wood);
}
.hero-with-pattern.text-dark .cta-container .btn, .hero-with-pattern.text-dark .cta-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .hero-with-pattern.text-dark .cta-container input.hs-button[type=submit], .hero-with-pattern.text-dark .cta-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .hero-with-pattern.text-dark .cta-container .menu-item.login-button > .nav-link, .hero-with-pattern.text-dark .cta-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .hero-with-pattern.text-dark .cta-container .nav-link, .hero-with-pattern.text-dark .cta-container .hbspt-form .hs-button, .hbspt-form .hero-with-pattern.text-dark .cta-container .hs-button {
  background: var(--color-primary);
}
.hero-with-pattern.text-dark .input-container .hbspt-form .actions .hs-button {
  border: 3px solid var(--color-primary);
}
.hero-with-pattern .info-container {
  z-index: 2;
  position: relative;
}
.hero-with-pattern .pattern {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.hero-with-pattern .cta-container {
  width: 100%;
  margin-top: 40px;
}

.hero-with-video {
  max-height: 920px;
}
.hero-with-video-container {
  min-height: 694px;
}
.hero-with-video-container .grid-container {
  max-height: 670px;
}
.hero-with-video-container.blue {
  color: #ffffff;
  background-color: var(--color-primary);
}
.hero-with-video-container.blue .cta-container .btn, .hero-with-video-container.blue .cta-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .hero-with-video-container.blue .cta-container input.hs-button[type=submit], .hero-with-video-container.blue .cta-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .hero-with-video-container.blue .cta-container .menu-item.login-button > .nav-link, .hero-with-video-container.blue .cta-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .hero-with-video-container.blue .cta-container .nav-link, .hero-with-video-container.blue .cta-container .hbspt-form .hs-button, .hbspt-form .hero-with-video-container.blue .cta-container .hs-button {
  color: var(--color-primary);
  background-color: #ffffff;
}
.hero-with-video-container.cyan {
  background-color: var(--color-baby-cyan);
}
.hero-with-video-container.cyan .btn, .hero-with-video-container.cyan .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .hero-with-video-container.cyan input.hs-button[type=submit], .hero-with-video-container.cyan .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .hero-with-video-container.cyan .menu-item.login-button > .nav-link, .hero-with-video-container.cyan .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .hero-with-video-container.cyan .nav-link, .hero-with-video-container.cyan .hbspt-form .hs-button, .hbspt-form .hero-with-video-container.cyan .hs-button {
  border: none;
}
.hero-with-video-container.gray {
  background-color: var(--color-spring-wood);
}
.hero-with-video-container.gray .btn, .hero-with-video-container.gray .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .hero-with-video-container.gray input.hs-button[type=submit], .hero-with-video-container.gray .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .hero-with-video-container.gray .menu-item.login-button > .nav-link, .hero-with-video-container.gray .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .hero-with-video-container.gray .nav-link, .hero-with-video-container.gray .hbspt-form .hs-button, .hbspt-form .hero-with-video-container.gray .hs-button {
  border: none;
}
.hero-with-video .btn, .hero-with-video .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .hero-with-video input.hs-button[type=submit], .hero-with-video .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .hero-with-video .menu-item.login-button > .nav-link, .hero-with-video .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .hero-with-video .nav-link, .hero-with-video .hbspt-form .hs-button, .hbspt-form .hero-with-video .hs-button {
  border: 3px solid #ffffff;
}
.hero-with-video .info-container {
  padding-top: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-with-video .info-container {
    padding-top: 40px;
  }
}
.hero-with-video .info-container .description {
  margin-top: 40px;
}
.hero-with-video .info-container .cta-container {
  margin-top: 40px;
}
.hero-with-video .video-container {
  max-width: 846px;
  position: relative;
  margin: 40px auto 0;
  transform: translateY(-378px);
}
@media print, screen and (max-width: 47.99875em) {
  .hero-with-video .video-container {
    transform: translateY(-408px);
  }
}
.hero-with-video .video-container iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.icon-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  position: relative;
}
.icon-card__text a {
  font-weight: inherit;
}
.icon-card__icon {
  max-height: 80px;
  max-width: 80px;
}
.icon-card__cta {
  display: inline-flex;
  color: var(--color-primary);
  align-items: center;
  gap: var(--spacing-sm);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  position: absolute;
  bottom: var(--spacing-lg);
}
.icon-card__cta svg {
  max-width: 33px;
}
.icon-card.center {
  align-items: center;
  text-align: center;
}
.icon-card.left .icon-card__heading {
  max-width: 14em;
}
.icon-card.simple {
  max-width: 340px;
}
.icon-card:not(.simple) {
  background-color: var(--color-white);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  padding: var(--spacing-lg);
}
.icon-card:not(.simple) .icon-card__heading {
  padding-bottom: var(--spacing-md);
  border-bottom: 1px solid currentColor;
}
.icon-card.has-cta {
  padding-bottom: var(--spacing-3xl);
}

.job-card {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-md);
  position: relative;
  background-color: var(--color-ghost);
}
.job-card__department {
  margin: 0;
}
.job-card__text {
  color: var(--color-ghost-70);
}
.job-card__apply {
  margin-top: var(--spacing-sm);
}

section.image-cards-layout {
  z-index: 1;
  padding-top: 105px;
  margin: var(--spacing-2xl) auto;
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  section.image-cards-layout {
    margin: var(--spacing-3xl) auto;
  }
}
section.image-cards-layout .background-container {
  top: 0;
  left: 0;
  height: 75%;
  z-index: -1;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .background-container {
    height: 100%;
  }
}
section.image-cards-layout .content-box {
  max-width: 70%;
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .content-box {
    max-width: unset;
  }
}
section.image-cards-layout .content-box #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.image-cards-layout .content-box .hs-input::-moz-placeholder {
  margin-top: 30px;
}
section.image-cards-layout .content-box .body-copy, section.image-cards-layout .content-box .sidenav-content .general-content p, .sidenav-content .general-content section.image-cards-layout .content-box p, section.image-cards-layout .content-box input.input,
section.image-cards-layout .content-box select.input,
section.image-cards-layout .content-box .select2.select2-container.select2-container--default,
section.image-cards-layout .content-box .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.image-cards-layout .content-box .select2-dropdown, section.image-cards-layout .content-box .hbspt-form input.hs-input, .hbspt-form section.image-cards-layout .content-box input.hs-input,
section.image-cards-layout .content-box .hbspt-form select.hs-input,
.hbspt-form section.image-cards-layout .content-box select.hs-input, section.image-cards-layout .content-box #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.image-cards-layout .content-box .hs-form-field > label, section.image-cards-layout .content-box #gated-content-modal .hs-error-msgs, #gated-content-modal section.image-cards-layout .content-box .hs-error-msgs, section.image-cards-layout .content-box #gated-content-modal .hs-input::placeholder, #gated-content-modal section.image-cards-layout .content-box .hs-input::placeholder, section.image-cards-layout .content-box #tinymce a:not(.btn), #tinymce section.image-cards-layout .content-box a:not(.btn),
section.image-cards-layout .content-box .wysiwyg-content a:not(.btn),
.wysiwyg-content section.image-cards-layout .content-box a:not(.btn), section.image-cards-layout .content-box #tinymce p, #tinymce section.image-cards-layout .content-box p,
section.image-cards-layout .content-box .wysiwyg-content p,
.wysiwyg-content section.image-cards-layout .content-box p {
  margin-top: 30px;
}
section.image-cards-layout .cards-container {
  margin: 90px -4px 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .cards-container {
    margin: 40px 0 0;
    text-align: center;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 48em) {
  section.image-cards-layout .cards-container {
    justify-content: flex-end;
  }
}
section.image-cards-layout .cards-container .card {
  width: 100%;
  display: flex;
  margin: 0 12px;
  color: var(--color-black);
  background: var(--color-white);
  position: relative;
  flex-direction: column;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .cards-container .card {
    margin: 0;
  }
}
section.image-cards-layout .cards-container .card:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 178px;
  position: absolute;
  background: rgba(var(--color-french-pass), 0.3);
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .cards-container .card:before {
    height: 156px;
  }
}
section.image-cards-layout .cards-container .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-md);
}
section.image-cards-layout .cards-container .card-content .heading, section.image-cards-layout .cards-container .card-content .sidenav-content .general-content h1, .sidenav-content .general-content section.image-cards-layout .cards-container .card-content h1, section.image-cards-layout .cards-container .card-content #tinymce blockquote p, #tinymce blockquote section.image-cards-layout .cards-container .card-content p,
section.image-cards-layout .cards-container .card-content .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.image-cards-layout .cards-container .card-content p, section.image-cards-layout .cards-container .card-content #tinymce h1, #tinymce section.image-cards-layout .cards-container .card-content h1,
section.image-cards-layout .cards-container .card-content .wysiwyg-content h1,
.wysiwyg-content section.image-cards-layout .cards-container .card-content h1, section.image-cards-layout .cards-container .card-content #tinymce h2, #tinymce section.image-cards-layout .cards-container .card-content h2,
section.image-cards-layout .cards-container .card-content .wysiwyg-content h2,
.wysiwyg-content section.image-cards-layout .cards-container .card-content h2, section.image-cards-layout .cards-container .card-content #tinymce h3, #tinymce section.image-cards-layout .cards-container .card-content h3,
section.image-cards-layout .cards-container .card-content .wysiwyg-content h3,
.wysiwyg-content section.image-cards-layout .cards-container .card-content h3, section.image-cards-layout .cards-container .card-content #tinymce h4, #tinymce section.image-cards-layout .cards-container .card-content h4,
section.image-cards-layout .cards-container .card-content .wysiwyg-content h4,
.wysiwyg-content section.image-cards-layout .cards-container .card-content h4, section.image-cards-layout .cards-container .card-content #tinymce h5, #tinymce section.image-cards-layout .cards-container .card-content h5,
section.image-cards-layout .cards-container .card-content .wysiwyg-content h5,
.wysiwyg-content section.image-cards-layout .cards-container .card-content h5, section.image-cards-layout .cards-container .card-content #tinymce h6, #tinymce section.image-cards-layout .cards-container .card-content h6,
section.image-cards-layout .cards-container .card-content .wysiwyg-content h6,
.wysiwyg-content section.image-cards-layout .cards-container .card-content h6, section.image-cards-layout .cards-container .card-content #cookie-notice #cn-notice-text, #cookie-notice section.image-cards-layout .cards-container .card-content #cn-notice-text {
  font-weight: var(--font-weight-medium);
}
section.image-cards-layout .cards-container .card-image {
  width: 100%;
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.image-cards-layout .cards-container p.card-body {
  margin-top: 5px;
  padding-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  section.image-cards-layout .cards-container p.card-body {
    margin-top: 13px;
    padding-bottom: 40px;
  }
}
section.image-cards-layout .cards-container .btn, section.image-cards-layout .cards-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.image-cards-layout .cards-container input.hs-button[type=submit], section.image-cards-layout .cards-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.image-cards-layout .cards-container .menu-item.login-button > .nav-link, section.image-cards-layout .cards-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.image-cards-layout .cards-container .nav-link, section.image-cards-layout .cards-container .hbspt-form .hs-button, .hbspt-form section.image-cards-layout .cards-container .hs-button {
  height: auto;
  min-height: 52px;
  margin: auto auto 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .cards-container .btn, section.image-cards-layout .cards-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.image-cards-layout .cards-container input.hs-button[type=submit], section.image-cards-layout .cards-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.image-cards-layout .cards-container .menu-item.login-button > .nav-link, section.image-cards-layout .cards-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.image-cards-layout .cards-container .nav-link, section.image-cards-layout .cards-container .hbspt-form .hs-button, .hbspt-form section.image-cards-layout .cards-container .hs-button {
    margin: 18px auto 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .cards-container .flex {
    margin-top: 25px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.image-cards-layout .cards-container .flex {
    margin-left: auto;
    margin-right: auto;
  }
}
section.image-cards-layout .lottie-animation {
  width: 100%;
  height: 220px;
  max-height: 220px;
}
@media print, screen and (max-width: 63.99875em) {
  section.image-cards-layout .lottie-animation {
    height: 160px;
    max-height: 160px;
  }
}

.image-text-box__wrapper {
  margin: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.image-text-box .text-box {
  width: 357px;
  margin-right: 0;
  background: var(--color-primary);
  margin-left: auto;
  padding: 58px 50px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 63.99875em) {
  .image-text-box .text-box {
    width: 100%;
    margin-left: 0;
    max-width: 260px;
    background: #ffffff;
    padding: 30px 28px;
    margin-right: auto;
  }
}
.image-text-box .text-box .heading, .image-text-box .text-box .sidenav-content .general-content h1, .sidenav-content .general-content .image-text-box .text-box h1, .image-text-box .text-box #tinymce blockquote p, #tinymce blockquote .image-text-box .text-box p,
.image-text-box .text-box .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .image-text-box .text-box p, .image-text-box .text-box #tinymce h1, #tinymce .image-text-box .text-box h1,
.image-text-box .text-box .wysiwyg-content h1,
.wysiwyg-content .image-text-box .text-box h1, .image-text-box .text-box #tinymce h2, #tinymce .image-text-box .text-box h2,
.image-text-box .text-box .wysiwyg-content h2,
.wysiwyg-content .image-text-box .text-box h2, .image-text-box .text-box #tinymce h3, #tinymce .image-text-box .text-box h3,
.image-text-box .text-box .wysiwyg-content h3,
.wysiwyg-content .image-text-box .text-box h3, .image-text-box .text-box #tinymce h4, #tinymce .image-text-box .text-box h4,
.image-text-box .text-box .wysiwyg-content h4,
.wysiwyg-content .image-text-box .text-box h4, .image-text-box .text-box #tinymce h5, #tinymce .image-text-box .text-box h5,
.image-text-box .text-box .wysiwyg-content h5,
.wysiwyg-content .image-text-box .text-box h5, .image-text-box .text-box #tinymce h6, #tinymce .image-text-box .text-box h6,
.image-text-box .text-box .wysiwyg-content h6,
.wysiwyg-content .image-text-box .text-box h6, .image-text-box .text-box #cookie-notice #cn-notice-text, #cookie-notice .image-text-box .text-box #cn-notice-text {
  color: #ffffff;
}
@media print, screen and (max-width: 63.99875em) {
  .image-text-box .text-box .heading, .image-text-box .text-box .sidenav-content .general-content h1, .sidenav-content .general-content .image-text-box .text-box h1, .image-text-box .text-box #tinymce blockquote p, #tinymce blockquote .image-text-box .text-box p,
  .image-text-box .text-box .wysiwyg-content blockquote p,
  .wysiwyg-content blockquote .image-text-box .text-box p, .image-text-box .text-box #tinymce h1, #tinymce .image-text-box .text-box h1,
  .image-text-box .text-box .wysiwyg-content h1,
  .wysiwyg-content .image-text-box .text-box h1, .image-text-box .text-box #tinymce h2, #tinymce .image-text-box .text-box h2,
  .image-text-box .text-box .wysiwyg-content h2,
  .wysiwyg-content .image-text-box .text-box h2, .image-text-box .text-box #tinymce h3, #tinymce .image-text-box .text-box h3,
  .image-text-box .text-box .wysiwyg-content h3,
  .wysiwyg-content .image-text-box .text-box h3, .image-text-box .text-box #tinymce h4, #tinymce .image-text-box .text-box h4,
  .image-text-box .text-box .wysiwyg-content h4,
  .wysiwyg-content .image-text-box .text-box h4, .image-text-box .text-box #tinymce h5, #tinymce .image-text-box .text-box h5,
  .image-text-box .text-box .wysiwyg-content h5,
  .wysiwyg-content .image-text-box .text-box h5, .image-text-box .text-box #tinymce h6, #tinymce .image-text-box .text-box h6,
  .image-text-box .text-box .wysiwyg-content h6,
  .wysiwyg-content .image-text-box .text-box h6, .image-text-box .text-box #cookie-notice #cn-notice-text, #cookie-notice .image-text-box .text-box #cn-notice-text {
    color: #000000;
  }
}
.image-text-box .text-box .btn, .image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .image-text-box .text-box input.hs-button[type=submit], .image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .image-text-box .text-box .menu-item.login-button > .nav-link, .image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .image-text-box .text-box .nav-link, .image-text-box .text-box .hbspt-form .hs-button, .hbspt-form .image-text-box .text-box .hs-button {
  margin-top: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .image-text-box .text-box .btn, .image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .image-text-box .text-box input.hs-button[type=submit], .image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .image-text-box .text-box .menu-item.login-button > .nav-link, .image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .image-text-box .text-box .nav-link, .image-text-box .text-box .hbspt-form .hs-button, .hbspt-form .image-text-box .text-box .hs-button {
    color: #ffffff;
    margin-top: 20px;
    background-color: var(--color-primary);
  }
  .image-text-box .text-box .btn:hover, .image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit]:hover, .footer .newsletter .actions .image-text-box .text-box input.hs-button[type=submit]:hover, .image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link:hover, .navigation .menu .image-text-box .text-box .menu-item.login-button > .nav-link:hover, .image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link:hover, .navigation .mobile-menu .menu-item.login-button .image-text-box .text-box .nav-link:hover, .image-text-box .text-box .hbspt-form .hs-button:hover, .hbspt-form .image-text-box .text-box .hs-button:hover {
    color: #ffffff;
    background: var(--color-dodger-blue);
  }
  .image-text-box .text-box .btn:active, .image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit]:active, .footer .newsletter .actions .image-text-box .text-box input.hs-button[type=submit]:active, .image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link:active, .navigation .menu .image-text-box .text-box .menu-item.login-button > .nav-link:active, .image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link:active, .navigation .mobile-menu .menu-item.login-button .image-text-box .text-box .nav-link:active, .image-text-box .text-box .hbspt-form .hs-button:active, .hbspt-form .image-text-box .text-box .hs-button:active, .image-text-box .text-box .btn.active, .image-text-box .text-box .footer .newsletter .actions input.active.hs-button[type=submit], .footer .newsletter .actions .image-text-box .text-box input.active.hs-button[type=submit], .image-text-box .text-box .navigation .menu .menu-item.login-button > .active.nav-link, .navigation .menu .image-text-box .text-box .menu-item.login-button > .active.nav-link, .image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .active.nav-link, .navigation .mobile-menu .menu-item.login-button .image-text-box .text-box .active.nav-link, .image-text-box .text-box .hbspt-form .active.hs-button, .hbspt-form .image-text-box .text-box .active.hs-button {
    color: #ffffff;
    background: var(--color-persian-blue);
  }
}
.image-text-box .text-box-container {
  margin-top: -15%;
}
@media print, screen and (max-width: 63.99875em) {
  .image-text-box .text-box-container {
    margin-top: -20%;
  }
}
.image-text-box .image-container.left-aligned {
  max-width: 880px;
}
.image-text-box img {
  margin-bottom: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

section.job-openings {
  padding-top: 186px;
  padding-bottom: 147px;
}
@media print, screen and (max-width: 63.99875em) {
  section.job-openings {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section.job-openings .section-subtitle {
  margin-top: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  section.job-openings .section-subtitle {
    margin-top: 60px;
  }
}
section.job-openings .filters {
  margin-top: 24px;
}
section.job-openings .filters label {
  font-size: 1.6rem;
  color: var(--color-friar-gray);
  line-height: 2.4rem;
  font-weight: 500;
}
section.job-openings .filters .filter-container:nth-child(1) {
  padding-right: 11.5px;
}
@media print, screen and (max-width: 63.99875em) {
  section.job-openings .filters .filter-container:nth-child(1) {
    padding-right: 0;
  }
}
section.job-openings .filters .filter-container:nth-child(2) {
  padding-left: 11.5px;
}
@media print, screen and (max-width: 63.99875em) {
  section.job-openings .filters .filter-container:nth-child(2) {
    padding-left: 0;
    margin-top: 32px;
  }
}
section.job-openings .filters .select2.select2-container {
  display: block;
  margin-top: 9px;
  max-width: 100%;
  min-width: 100%;
}
section.job-openings .jobs-container {
  display: grid;
  gap: var(--spacing-lg);
  grid-auto-rows: max-content;
  grid-template-columns: var(--grid-template-columns);
  margin-top: var(--spacing-xl);
}
section.job-openings .jobs-container > * {
  width: 100%;
  grid-column: auto/span 12;
}
@media print, screen and (min-width: 48em) {
  section.job-openings .jobs-container > * {
    grid-column: auto/span 6;
  }
}
@media print, screen and (min-width: 64em) {
  section.job-openings .jobs-container > * {
    grid-column: auto/span 4;
  }
}

/**
 * Individual Job
 */
.jobs-container .department {
  background-color: var(--color-ghost);
  padding: var(--spacing-lg);
}

section.learn-more {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  section.learn-more {
    padding-bottom: 0;
    padding-top: 60px;
  }
}
section.learn-more .h2 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  section.learn-more .h2 {
    width: 80%;
  }
}
section.learn-more .body-content {
  width: 70%;
  color: #ffffff;
  margin-top: 40px;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-transform: none;
}
@media print, screen and (max-width: 63.99875em) {
  section.learn-more .body-content {
    width: 100%;
    margin-top: 30px;
  }
}
section.learn-more .side-image {
  z-index: 2;
  padding-right: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  section.learn-more .side-image {
    height: 335px;
    padding-right: 0;
  }
}
section.learn-more .side-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.learn-more .content-box {
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media print, screen and (min-width: 48em) {
  section.learn-more .content-box {
    padding: 73px 46px 42px 43px;
  }
}
@media print, screen and (min-width: 64em) {
  section.learn-more .content-box {
    padding: 73px 46px 83px 43px;
  }
}
@media screen and (min-width: 81.25em) {
  section.learn-more .content-box {
    padding: 73px 46px 83px 114px;
  }
}
section.learn-more .content-box .actions {
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  align-items: flex-end;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  section.learn-more .content-box .actions {
    display: block;
  }
}
section.learn-more .content-box .actions .btn:not(:first-of-type), section.learn-more .content-box .footer .newsletter .actions input.hs-button[type=submit]:not(:first-of-type), .footer .newsletter section.learn-more .content-box .actions input.hs-button[type=submit]:not(:first-of-type), section.learn-more .content-box .actions .navigation .menu .menu-item.login-button > .nav-link:not(:first-of-type), .navigation .menu section.learn-more .content-box .actions .menu-item.login-button > .nav-link:not(:first-of-type), section.learn-more .content-box .actions .navigation .mobile-menu .menu-item.login-button .nav-link:not(:first-of-type), .navigation .mobile-menu .menu-item.login-button section.learn-more .content-box .actions .nav-link:not(:first-of-type), section.learn-more .content-box .actions .hbspt-form .hs-button:not(:first-of-type), .hbspt-form section.learn-more .content-box .actions .hs-button:not(:first-of-type) {
  margin-left: 17px;
}
section.learn-more .content-box .goto-arrow {
  width: 62px;
  color: var(--color-accent);
  position: absolute;
  bottom: var(--spacing-lg);
  right: var(--spacing-lg);
}
@media print, screen and (max-width: 63.99875em) {
  section.learn-more .content-box .goto-arrow {
    float: right;
  }
}
section.learn-more .content-box .goto-arrow:hover svg path {
  fill: var(--color-cararra);
}
section.learn-more .content-box .goto-arrow svg {
  width: 100%;
  height: auto;
}
section.learn-more .content-box .background-container {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  section.learn-more .content-box .background-container {
    top: -50%;
    left: -100%;
    height: 150%;
    width: 200vw;
  }
}

.licenses {
  z-index: 0;
  padding-bottom: 65px;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses {
    padding-top: 100px;
  }
}
.licenses .licenses-title {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses .licenses-title {
    margin-bottom: 20px;
  }
}
.licenses .licenses-left-column {
  margin-top: 100px;
}
@media print, screen and (max-width: 81.24875em) {
  .licenses .licenses-left-column {
    margin-top: 40px;
  }
}
.licenses .licenses-title {
  padding-right: 19px;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses .licenses-title {
    padding-right: 0;
  }
}
.licenses .licenses-arrow-pattern {
  right: 0;
  top: 125px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses .licenses-arrow-pattern {
    display: none;
  }
}
.licenses table {
  width: 100%;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 70px;
  border-collapse: collapse;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses table {
    margin-top: 57px;
  }
}
.licenses table th {
  width: 33%;
  vertical-align: top;
  padding-bottom: 10px;
  font-weight: 400;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses table th {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .licenses table th {
    padding-left: 9%;
  }
}
.licenses table td {
  vertical-align: top;
  padding-bottom: 46px;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses table td {
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .licenses table td {
    padding-left: 9%;
  }
}
.licenses table .header-separator {
  border-bottom: 1px solid var(--color-cararra);
}
@media print, screen and (max-width: 63.99875em) {
  .licenses table .header-separator {
    border: none;
  }
}
.licenses table tbody:before {
  content: ".";
  color: white;
  display: block;
  line-height: 25px;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses table tbody:before {
    line-height: 15px;
  }
}
.licenses .arrow-up {
  right: 120px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .licenses .arrow-up {
    right: 30px;
  }
}
.licenses .arrow-up:hover {
  cursor: pointer;
}
.licenses .arrow-up:hover path {
  fill: var(--color-cararra);
}

.location-group {
  padding: var(--spacing-lg) 0;
}
.location-group + .location-group {
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-md);
}

.topic-section {
  padding: 80px 0;
}
.topic-section:first-of-type {
  padding: 16px 0 80px;
}
.topic-section .heading-section {
  margin-bottom: 40px;
}
.topic-section .heading-section {
  justify-content: space-between;
}
.topic-section .custom-url {
  align-self: end;
  text-align: right;
}
.topic-section .custom-url .permalink .title {
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-transform: none;
}
.topic-section .main-title-container {
  margin-top: 16px;
}
.topic-section .top-card {
  background: #ffffff;
  border: 1px var(--color-cararra) solid;
}
.topic-section .content #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .topic-section .content .hs-input::-moz-placeholder {
  margin-top: 16px;
  color: var(--color-black--faded-60);
}
.topic-section .content .body-copy, .topic-section .content .sidenav-content .general-content p, .sidenav-content .general-content .topic-section .content p, .topic-section .content input.input,
.topic-section .content select.input,
.topic-section .content .select2.select2-container.select2-container--default,
.topic-section .content .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .topic-section .content .select2-dropdown, .topic-section .content .hbspt-form input.hs-input, .hbspt-form .topic-section .content input.hs-input,
.topic-section .content .hbspt-form select.hs-input,
.hbspt-form .topic-section .content select.hs-input, .topic-section .content #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .topic-section .content .hs-form-field > label, .topic-section .content #gated-content-modal .hs-error-msgs, #gated-content-modal .topic-section .content .hs-error-msgs, .topic-section .content #gated-content-modal .hs-input::placeholder, #gated-content-modal .topic-section .content .hs-input::placeholder, .topic-section .content #tinymce a:not(.btn), #tinymce .topic-section .content a:not(.btn),
.topic-section .content .wysiwyg-content a:not(.btn),
.wysiwyg-content .topic-section .content a:not(.btn), .topic-section .content #tinymce p, #tinymce .topic-section .content p,
.topic-section .content .wysiwyg-content p,
.wysiwyg-content .topic-section .content p {
  margin-top: 16px;
  color: var(--color-black--faded-60);
}

.media-kit .background-container {
  height: 100%;
  top: 0 !important;
}
.media-kit .media-kit-heading {
  margin-bottom: 20px;
}
.media-kit .media-kit-content {
  width: 1059px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 70px 236px 70px 322px;
}
@media print, screen and (max-width: 63.99875em) {
  .media-kit .media-kit-content {
    width: auto;
    margin: 0 -20px;
    margin-top: 150px;
    padding: 157px 20px 60px;
  }
}
.media-kit .media-kit-content .lottie-container {
  top: 40px;
  left: -110px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .media-kit .media-kit-content .lottie-container {
    left: 0;
    top: -79px;
  }
}
.media-kit .media-kit-content .lottie-container img,
.media-kit .media-kit-content .lottie-container .lottie-player {
  width: 318px;
  height: 235px;
}
@media print, screen and (max-width: 63.99875em) {
  .media-kit .media-kit-content .lottie-container img,
  .media-kit .media-kit-content .lottie-container .lottie-player {
    width: 229px;
    height: 170px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.media-kit .media-kit-content .media-kit-title {
  margin-bottom: 95px;
}
.media-kit .media-inquiries {
  margin-bottom: 58px;
}
@media print, screen and (max-width: 63.99875em) {
  .media-kit .media-inquiries {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.media-kit .media-inquiries a:hover {
  color: var(--color-cararra);
}

.media-kit-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: var(--spacing-md);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.modern-risk-management-excerpt .content-wrapper {
  margin-top: 103px;
  padding-bottom: 80px;
  transform: translateY(-120px);
}
@media print, screen and (max-width: 63.99875em) {
  .modern-risk-management-excerpt .content-wrapper {
    margin-top: 80px;
    transform: translateY(-70px);
  }
}
.modern-risk-management-excerpt .light-blue-squares-container {
  left: 0;
  z-index: -1;
  bottom: -35px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .modern-risk-management-excerpt .light-blue-squares-container {
    top: 0;
    bottom: unset;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .modern-risk-management-excerpt .light-blue-squares-container svg {
    width: 240px;
    height: 263px;
  }
}
.modern-risk-management-excerpt .content-box {
  margin-top: 105px;
  padding-left: 88px;
  padding-right: 108px;
}
@media print, screen and (max-width: 63.99875em) {
  .modern-risk-management-excerpt .content-box {
    padding-left: 0;
    padding-right: 0;
    margin-top: 86px;
  }
}
.modern-risk-management-excerpt .content-box .h2 {
  margin-bottom: 34px;
}
@media print, screen and (max-width: 63.99875em) {
  .modern-risk-management-excerpt .content-box .h2 {
    margin-bottom: 40px;
  }
}
.modern-risk-management-excerpt .content-box #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .modern-risk-management-excerpt .content-box .hs-input::-moz-placeholder {
  margin-bottom: 34px;
  padding-bottom: 48px;
}
.modern-risk-management-excerpt .content-box .body-copy, .modern-risk-management-excerpt .content-box .sidenav-content .general-content p, .sidenav-content .general-content .modern-risk-management-excerpt .content-box p, .modern-risk-management-excerpt .content-box input.input,
.modern-risk-management-excerpt .content-box select.input,
.modern-risk-management-excerpt .content-box .select2.select2-container.select2-container--default,
.modern-risk-management-excerpt .content-box .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .modern-risk-management-excerpt .content-box .select2-dropdown, .modern-risk-management-excerpt .content-box .hbspt-form input.hs-input, .hbspt-form .modern-risk-management-excerpt .content-box input.hs-input,
.modern-risk-management-excerpt .content-box .hbspt-form select.hs-input,
.hbspt-form .modern-risk-management-excerpt .content-box select.hs-input, .modern-risk-management-excerpt .content-box #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .modern-risk-management-excerpt .content-box .hs-form-field > label, .modern-risk-management-excerpt .content-box #gated-content-modal .hs-error-msgs, #gated-content-modal .modern-risk-management-excerpt .content-box .hs-error-msgs, .modern-risk-management-excerpt .content-box #gated-content-modal .hs-input::placeholder, #gated-content-modal .modern-risk-management-excerpt .content-box .hs-input::placeholder, .modern-risk-management-excerpt .content-box #tinymce a:not(.btn), #tinymce .modern-risk-management-excerpt .content-box a:not(.btn),
.modern-risk-management-excerpt .content-box .wysiwyg-content a:not(.btn),
.wysiwyg-content .modern-risk-management-excerpt .content-box a:not(.btn), .modern-risk-management-excerpt .content-box #tinymce p, #tinymce .modern-risk-management-excerpt .content-box p,
.modern-risk-management-excerpt .content-box .wysiwyg-content p,
.wysiwyg-content .modern-risk-management-excerpt .content-box p {
  margin-bottom: 34px;
  padding-bottom: 48px;
}
@media print, screen and (max-width: 63.99875em) {
  .modern-risk-management-excerpt .content-box #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .modern-risk-management-excerpt .content-box .hs-input::-moz-placeholder {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  .modern-risk-management-excerpt .content-box .body-copy, .modern-risk-management-excerpt .content-box .sidenav-content .general-content p, .sidenav-content .general-content .modern-risk-management-excerpt .content-box p, .modern-risk-management-excerpt .content-box input.input,
  .modern-risk-management-excerpt .content-box select.input,
  .modern-risk-management-excerpt .content-box .select2.select2-container.select2-container--default,
  .modern-risk-management-excerpt .content-box .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open .modern-risk-management-excerpt .content-box .select2-dropdown, .modern-risk-management-excerpt .content-box .hbspt-form input.hs-input, .hbspt-form .modern-risk-management-excerpt .content-box input.hs-input,
  .modern-risk-management-excerpt .content-box .hbspt-form select.hs-input,
  .hbspt-form .modern-risk-management-excerpt .content-box select.hs-input, .modern-risk-management-excerpt .content-box #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .modern-risk-management-excerpt .content-box .hs-form-field > label, .modern-risk-management-excerpt .content-box #gated-content-modal .hs-error-msgs, #gated-content-modal .modern-risk-management-excerpt .content-box .hs-error-msgs, .modern-risk-management-excerpt .content-box #gated-content-modal .hs-input::placeholder, #gated-content-modal .modern-risk-management-excerpt .content-box .hs-input::placeholder, .modern-risk-management-excerpt .content-box #tinymce a:not(.btn), #tinymce .modern-risk-management-excerpt .content-box a:not(.btn),
  .modern-risk-management-excerpt .content-box .wysiwyg-content a:not(.btn),
  .wysiwyg-content .modern-risk-management-excerpt .content-box a:not(.btn), .modern-risk-management-excerpt .content-box #tinymce p, #tinymce .modern-risk-management-excerpt .content-box p,
  .modern-risk-management-excerpt .content-box .wysiwyg-content p,
  .wysiwyg-content .modern-risk-management-excerpt .content-box p {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
.modern-risk-management-excerpt .lottie-animation {
  padding-left: 20%;
}

.multiple-cards-hero {
  padding-bottom: 80px;
}
.multiple-cards-hero .section-title,
.multiple-cards-hero .heading-section {
  margin-bottom: 40px;
}
.multiple-cards-hero .heading-section {
  justify-content: space-between;
}
.multiple-cards-hero .header {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-silver-rust);
}
@media print, screen and (max-width: 81.24875em) {
  .multiple-cards-hero .left-content {
    margin-bottom: 40px;
  }
}
.multiple-cards-hero .secondary-content .card:not(:last-of-type) {
  margin-bottom: 16px;
}
.multiple-cards-hero .secondary-content .secondary-card {
  height: 181px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-cararra);
  justify-content: space-between;
}
.multiple-cards-hero .secondary-content .secondary-card .title,
.multiple-cards-hero .secondary-content .secondary-card .tag-container {
  transform: translateY(0);
  transition: ease-in-out 310ms;
}
.multiple-cards-hero .secondary-content .secondary-card:hover .title,
.multiple-cards-hero .secondary-content .secondary-card:hover .tag-container {
  transform: translateY(-8px);
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .multiple-cards-hero .secondary-content .secondary-card {
    height: 149px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .multiple-cards-hero .secondary-content .secondary-card {
    padding: 16px;
    height: 133px;
  }
}
.multiple-cards-hero .secondary-content .secondary-card .tag-container {
  color: var(--color-primary);
}
.multiple-cards-hero .secondary-content .secondary-card.blue .tag-container {
  color: #ffffff;
}
.multiple-cards-hero .secondary-content .secondary-card.light-blue {
  background: var(--color-french-pass) --faded-40;
}
.multiple-cards-hero .featured-post {
  overflow: hidden;
}
@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .multiple-cards-hero .featured-post {
    height: 620px;
  }
}
.multiple-cards-hero .featured-post img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: ease-in-out 310ms;
}
.multiple-cards-hero .featured-post:hover img {
  transform: scale(1.1);
  transition: ease-in-out 310ms;
}
.multiple-cards-hero .featured-post.no-image :not(:last-child) {
  margin-bottom: 16px;
}
.multiple-cards-hero .featured-post.no-image .content {
  transform: translateY(0);
  transition: ease-in-out 310ms;
}
.multiple-cards-hero .featured-post.no-image:hover .content {
  transform: translateY(-8px);
}
.multiple-cards-hero .featured-post .content.fixed-content {
  padding: 24px;
}
.multiple-cards-hero .featured-post .content.fixed-content .subtitle {
  color: var(--color-black--faded-60);
}
.multiple-cards-hero .featured-post .content.fixed-content :not(:last-child) {
  margin-bottom: 16px;
}
.multiple-cards-hero .custom-links .custom-link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px 24px 24px 0;
  justify-content: space-between;
  border-bottom: var(--color-cararra) 1px solid;
}
.multiple-cards-hero .custom-links .custom-link:not(:last-of-type) {
  margin-bottom: 13px;
}
.multiple-cards-hero .custom-links .custom-link .title {
  width: 245px;
}
.multiple-cards-hero .custom-links .custom-link svg {
  transform: translateX(0);
  transition: ease-in-out 310ms;
}
.multiple-cards-hero .custom-links .custom-link:hover, .multiple-cards-hero .custom-links .custom-link:focus-visible {
  text-decoration: underline;
}
.multiple-cards-hero .custom-links .custom-link:hover svg, .multiple-cards-hero .custom-links .custom-link:focus-visible svg {
  transform: translateX(8px);
  transition: ease-in-out 310ms;
}
.multiple-cards-hero .custom-links .custom-link:active {
  text-decoration: underline;
}

.news {
  margin-bottom: 80px;
}
.news .background-container {
  height: 617px;
}
@media print, screen and (max-width: 63.99875em) {
  .news .background-container {
    height: 28%;
  }
}
.news .latest-news {
  margin-top: 61px;
}
@media print, screen and (max-width: 63.99875em) {
  .news .latest-news {
    margin-top: 20px;
  }
}
.news .latest-news .card {
  height: 365px;
  display: flex;
  margin-top: 32px;
  background: #ffffff;
  flex-direction: column;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 47.99875em) {
  .news .latest-news .card:not(:first-of-type) {
    margin-top: 25px;
  }
}
.news .latest-news .card:hover {
  cursor: pointer;
}
.news .latest-news .card:hover .link {
  color: var(--color-primary);
}
.news .latest-news .card img {
  width: 100%;
  height: 187px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .latest-news .card .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 32px 18px;
}
.news .latest-news .card .post-type {
  color: var(--color-primary);
}
.news .latest-news .card .post-title {
  margin-top: 6px;
  text-transform: none;
}
.news .latest-news .card .link {
  margin-top: auto;
  text-decoration: underline;
}

.news-card {
  background-color: var(--color-white);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: var(--spacing-md);
}

.no-results {
  margin-top: 113px;
  text-align: center;
}
.no-results img {
  width: 281px;
  height: 208px;
}
.no-results .h2 {
  margin-top: 7px;
}
.no-results #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .no-results .hs-input::-moz-placeholder {
  margin-top: 40px;
}
.no-results .body-copy, .no-results .sidenav-content .general-content p, .sidenav-content .general-content .no-results p, .no-results input.input,
.no-results select.input,
.no-results .select2.select2-container.select2-container--default,
.no-results .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .no-results .select2-dropdown, .no-results .hbspt-form input.hs-input, .hbspt-form .no-results input.hs-input,
.no-results .hbspt-form select.hs-input,
.hbspt-form .no-results select.hs-input, .no-results #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .no-results .hs-form-field > label, .no-results #gated-content-modal .hs-error-msgs, #gated-content-modal .no-results .hs-error-msgs, .no-results #gated-content-modal .hs-input::placeholder, #gated-content-modal .no-results .hs-input::placeholder, .no-results #tinymce a:not(.btn), #tinymce .no-results a:not(.btn),
.no-results .wysiwyg-content a:not(.btn),
.wysiwyg-content .no-results a:not(.btn), .no-results #tinymce p, #tinymce .no-results p,
.no-results .wysiwyg-content p,
.wysiwyg-content .no-results p {
  margin-top: 40px;
}
.no-results .background-container.no-results {
  height: 100%;
}

section.our-coverage > .grid-container {
  padding: 155px 0 240px;
}
section.our-coverage .content-box {
  width: auto;
  display: flex;
  flex-direction: column;
  padding: 80px 13px 100px;
}
@media print, screen and (min-width: 64em) {
  section.our-coverage .content-box {
    margin: auto;
    width: 446px;
    padding: 120px 0 90px;
  }
}
@media screen and (min-width: 81.25em) {
  section.our-coverage .content-box {
    width: 546px;
  }
}
section.our-coverage .content-box #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.our-coverage .content-box .hs-input::-moz-placeholder {
  margin-top: 40px;
}
section.our-coverage .content-box .body-copy, section.our-coverage .content-box .sidenav-content .general-content p, .sidenav-content .general-content section.our-coverage .content-box p, section.our-coverage .content-box input.input,
section.our-coverage .content-box select.input,
section.our-coverage .content-box .select2.select2-container.select2-container--default,
section.our-coverage .content-box .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.our-coverage .content-box .select2-dropdown, section.our-coverage .content-box .hbspt-form input.hs-input, .hbspt-form section.our-coverage .content-box input.hs-input,
section.our-coverage .content-box .hbspt-form select.hs-input,
.hbspt-form section.our-coverage .content-box select.hs-input, section.our-coverage .content-box #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.our-coverage .content-box .hs-form-field > label, section.our-coverage .content-box #gated-content-modal .hs-error-msgs, #gated-content-modal section.our-coverage .content-box .hs-error-msgs, section.our-coverage .content-box #gated-content-modal .hs-input::placeholder, #gated-content-modal section.our-coverage .content-box .hs-input::placeholder, section.our-coverage .content-box #tinymce a:not(.btn), #tinymce section.our-coverage .content-box a:not(.btn),
section.our-coverage .content-box .wysiwyg-content a:not(.btn),
.wysiwyg-content section.our-coverage .content-box a:not(.btn), section.our-coverage .content-box #tinymce p, #tinymce section.our-coverage .content-box p,
section.our-coverage .content-box .wysiwyg-content p,
.wysiwyg-content section.our-coverage .content-box p {
  margin-top: 40px;
}
section.our-coverage .content-box .btn, section.our-coverage .content-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.our-coverage .content-box input.hs-button[type=submit], section.our-coverage .content-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.our-coverage .content-box .menu-item.login-button > .nav-link, section.our-coverage .content-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.our-coverage .content-box .nav-link, section.our-coverage .content-box .hbspt-form .hs-button, .hbspt-form section.our-coverage .content-box .hs-button {
  align-items: flex-start;
  margin-top: 60px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
section.our-coverage .image-container {
  width: 40%;
  height: auto;
  display: flex;
  position: absolute;
  transform: translateX(-50%) translateY(20%);
}
@media print, screen and (max-width: 63.99875em) {
  section.our-coverage .image-container {
    right: 0;
    width: 182px;
    height: 134px;
    transform: none;
  }
}
section.our-coverage .box-heading {
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.2rem;
}
@media print, screen and (max-width: 63.99875em) {
  section.our-coverage .box-heading {
    line-height: 1.4rem;
  }
}
section.our-coverage .relative-content {
  z-index: 1;
}
section.our-coverage .box-container {
  position: relative;
  background-color: var(--color-primary-dark);
}
section.our-coverage .box-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary-dark);
  transform: translateX(100%);
}

.page-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}
.page-modal .wrap {
  background: var(--color-primary);
  border: 1px solid #fff;
  left: 50%;
  max-width: 1144px;
  padding: 70px 40px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  z-index: 99;
}
.page-modal #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .page-modal .hs-input::-moz-placeholder {
  color: var(--color-white);
}
.page-modal .heading, .page-modal .sidenav-content .general-content h1, .sidenav-content .general-content .page-modal h1,
.page-modal .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .page-modal p, .page-modal #tinymce h1, #tinymce .page-modal h1,
.page-modal .wysiwyg-content h1,
.wysiwyg-content .page-modal h1, .page-modal #tinymce h2, #tinymce .page-modal h2,
.page-modal .wysiwyg-content h2,
.wysiwyg-content .page-modal h2, .page-modal #tinymce h3, #tinymce .page-modal h3,
.page-modal .wysiwyg-content h3,
.wysiwyg-content .page-modal h3, .page-modal #tinymce h4, #tinymce .page-modal h4,
.page-modal .wysiwyg-content h4,
.wysiwyg-content .page-modal h4, .page-modal #tinymce h5, #tinymce .page-modal h5,
.page-modal .wysiwyg-content h5,
.wysiwyg-content .page-modal h5, .page-modal #tinymce h6, #tinymce .page-modal h6,
.page-modal .wysiwyg-content h6,
.wysiwyg-content .page-modal h6, .page-modal #cookie-notice #cn-notice-text, #cookie-notice .page-modal #cn-notice-text,
.page-modal .body-copy,
.page-modal .sidenav-content .general-content p,
.sidenav-content .general-content .page-modal p,
.page-modal input.input,
.page-modal select.input,
.page-modal .select2.select2-container.select2-container--default,
.page-modal .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .page-modal .select2-dropdown,
.page-modal .hbspt-form input.hs-input,
.hbspt-form .page-modal input.hs-input,
.page-modal .hbspt-form select.hs-input,
.hbspt-form .page-modal select.hs-input,
.page-modal #gated-content-modal fieldset .hs-form-field > label,
#gated-content-modal fieldset .page-modal .hs-form-field > label,
.page-modal #gated-content-modal .hs-error-msgs,
#gated-content-modal .page-modal .hs-error-msgs,
.page-modal #gated-content-modal .hs-input::placeholder,
#gated-content-modal .page-modal .hs-input::placeholder,
.page-modal #tinymce a:not(.btn),
#tinymce .page-modal a:not(.btn),
.page-modal .wysiwyg-content a:not(.btn),
.wysiwyg-content .page-modal a:not(.btn),
.page-modal #tinymce p,
#tinymce .page-modal p,
.page-modal .wysiwyg-content p,
.wysiwyg-content .page-modal p,
.page-modal p {
  color: var(--color-white);
}
.page-modal #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .page-modal .hs-input::-moz-placeholder {
  max-width: 430px;
}
.page-modal .body-copy, .page-modal .sidenav-content .general-content p, .sidenav-content .general-content .page-modal p, .page-modal input.input,
.page-modal select.input,
.page-modal .select2.select2-container.select2-container--default,
.page-modal .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .page-modal .select2-dropdown, .page-modal .hbspt-form input.hs-input, .hbspt-form .page-modal input.hs-input,
.page-modal .hbspt-form select.hs-input,
.hbspt-form .page-modal select.hs-input, .page-modal #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .page-modal .hs-form-field > label, .page-modal #gated-content-modal .hs-error-msgs, #gated-content-modal .page-modal .hs-error-msgs, .page-modal #gated-content-modal .hs-input::placeholder, #gated-content-modal .page-modal .hs-input::placeholder, .page-modal #tinymce a:not(.btn), #tinymce .page-modal a:not(.btn),
.page-modal .wysiwyg-content a:not(.btn),
.wysiwyg-content .page-modal a:not(.btn), .page-modal #tinymce p, #tinymce .page-modal p,
.page-modal .wysiwyg-content p,
.wysiwyg-content .page-modal p {
  max-width: 430px;
}
.page-modal .heading, .page-modal .sidenav-content .general-content h1, .sidenav-content .general-content .page-modal h1, .page-modal #tinymce blockquote p, #tinymce blockquote .page-modal p,
.page-modal .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .page-modal p, .page-modal #tinymce h1, #tinymce .page-modal h1,
.page-modal .wysiwyg-content h1,
.wysiwyg-content .page-modal h1, .page-modal #tinymce h2, #tinymce .page-modal h2,
.page-modal .wysiwyg-content h2,
.wysiwyg-content .page-modal h2, .page-modal #tinymce h3, #tinymce .page-modal h3,
.page-modal .wysiwyg-content h3,
.wysiwyg-content .page-modal h3, .page-modal #tinymce h4, #tinymce .page-modal h4,
.page-modal .wysiwyg-content h4,
.wysiwyg-content .page-modal h4, .page-modal #tinymce h5, #tinymce .page-modal h5,
.page-modal .wysiwyg-content h5,
.wysiwyg-content .page-modal h5, .page-modal #tinymce h6, #tinymce .page-modal h6,
.page-modal .wysiwyg-content h6,
.wysiwyg-content .page-modal h6, .page-modal #cookie-notice #cn-notice-text, #cookie-notice .page-modal #cn-notice-text {
  font-size: 80px;
  line-height: 1;
  max-width: 700px;
  text-transform: uppercase;
}
.page-modal .page-modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
}
.page-modal .page-modal-close svg {
  display: block;
  height: auto;
  width: 18px;
}
@media print, screen and (max-width: 63.99875em) {
  .page-modal .wrap {
    padding: 30px 20px;
  }
  .page-modal .heading, .page-modal .sidenav-content .general-content h1, .sidenav-content .general-content .page-modal h1, .page-modal #tinymce blockquote p, #tinymce blockquote .page-modal p,
  .page-modal .wysiwyg-content blockquote p,
  .wysiwyg-content blockquote .page-modal p, .page-modal #tinymce h1, #tinymce .page-modal h1,
  .page-modal .wysiwyg-content h1,
  .wysiwyg-content .page-modal h1, .page-modal #tinymce h2, #tinymce .page-modal h2,
  .page-modal .wysiwyg-content h2,
  .wysiwyg-content .page-modal h2, .page-modal #tinymce h3, #tinymce .page-modal h3,
  .page-modal .wysiwyg-content h3,
  .wysiwyg-content .page-modal h3, .page-modal #tinymce h4, #tinymce .page-modal h4,
  .page-modal .wysiwyg-content h4,
  .wysiwyg-content .page-modal h4, .page-modal #tinymce h5, #tinymce .page-modal h5,
  .page-modal .wysiwyg-content h5,
  .wysiwyg-content .page-modal h5, .page-modal #tinymce h6, #tinymce .page-modal h6,
  .page-modal .wysiwyg-content h6,
  .wysiwyg-content .page-modal h6, .page-modal #cookie-notice #cn-notice-text, #cookie-notice .page-modal #cn-notice-text {
    font-size: 38px;
  }
}

section.parallax-content {
  padding-top: 175px;
  padding-bottom: 192px;
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section.parallax-content .content-row:not(:first-of-type) {
  margin-top: 206px;
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content .content-row:not(:first-of-type) {
    margin-top: 86px;
  }
}
section.parallax-content .content-row.reversed .content-wrapper {
  flex-direction: row-reverse;
}
section.parallax-content .content-row.reversed .image {
  padding-left: 0;
  padding-right: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content .content-row.reversed .image {
    padding-right: 0;
  }
}
section.parallax-content .content-row.reversed .background-pattern {
  left: 0;
  right: unset;
  transform: translateX(-30%);
}
@media print, screen and (max-width: 47.99875em) {
  section.parallax-content .content-row.reversed .background-pattern.square_stripes {
    transform: translateX(-20%);
  }
}
section.parallax-content .content-row.reversed .background-pattern.square_stripes svg {
  transform: rotateY(180deg);
}
@media print, screen and (max-width: 47.99875em) {
  section.parallax-content .content-row.reversed .background-pattern.square_dots {
    left: 0;
    right: unset;
    transform: translateX(-25px);
  }
  section.parallax-content .content-row.reversed .background-pattern.square_dots svg {
    margin-left: 0;
    margin-right: auto;
  }
}
section.parallax-content .content-row .background-pattern {
  right: 0;
  z-index: -1;
  height: 100%;
  display: flex;
  position: absolute;
  transform: translateX(30%);
}
section.parallax-content .content-row .background-pattern.stripes, section.parallax-content .content-row .background-pattern.stripes_cropped {
  top: 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content .content-row .background-pattern.stripes, section.parallax-content .content-row .background-pattern.stripes_cropped {
    top: 20%;
    height: 70%;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.parallax-content .content-row .background-pattern.stripes, section.parallax-content .content-row .background-pattern.stripes_cropped {
    top: 45%;
  }
}
section.parallax-content .content-row .background-pattern.stripes svg, section.parallax-content .content-row .background-pattern.stripes_cropped svg {
  height: 100%;
}
section.parallax-content .content-row .background-pattern.square_dots {
  top: 10%;
}
@media print, screen and (max-width: 47.99875em) {
  section.parallax-content .content-row .background-pattern.square_dots {
    top: 78px;
    width: 70%;
    height: auto;
    transform: translateX(25px);
  }
  section.parallax-content .content-row .background-pattern.square_dots svg {
    height: auto;
    margin-right: 0;
  }
}
section.parallax-content .content-row .background-pattern.square_stripes {
  top: 20%;
}
@media print, screen and (max-width: 47.99875em) {
  section.parallax-content .content-row .background-pattern.square_stripes {
    transform: translateX(20%);
  }
  section.parallax-content .content-row .background-pattern.square_stripes svg {
    width: 100%;
    height: 100%;
  }
}
section.parallax-content .content-row svg {
  margin: auto;
}
section.parallax-content .content-row .cell > img {
  display: block;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.parallax-content .content-wrapper {
  z-index: 1;
  align-items: center;
}
section.parallax-content .content-wrapper .image {
  padding-left: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content .content-wrapper .image {
    padding-left: 0;
    margin-top: 40px;
  }
}
section.parallax-content .content-wrapper .content #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.parallax-content .content-wrapper .content .hs-input::-moz-placeholder {
  max-width: 415px;
}
section.parallax-content .content-wrapper .content .body-copy, section.parallax-content .content-wrapper .content .sidenav-content .general-content p, .sidenav-content .general-content section.parallax-content .content-wrapper .content p, section.parallax-content .content-wrapper .content input.input,
section.parallax-content .content-wrapper .content select.input,
section.parallax-content .content-wrapper .content .select2.select2-container.select2-container--default,
section.parallax-content .content-wrapper .content .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open section.parallax-content .content-wrapper .content .select2-dropdown, section.parallax-content .content-wrapper .content .hbspt-form input.hs-input, .hbspt-form section.parallax-content .content-wrapper .content input.hs-input,
section.parallax-content .content-wrapper .content .hbspt-form select.hs-input,
.hbspt-form section.parallax-content .content-wrapper .content select.hs-input, section.parallax-content .content-wrapper .content #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.parallax-content .content-wrapper .content .hs-form-field > label, section.parallax-content .content-wrapper .content #gated-content-modal .hs-error-msgs, #gated-content-modal section.parallax-content .content-wrapper .content .hs-error-msgs, section.parallax-content .content-wrapper .content #gated-content-modal .hs-input::placeholder, #gated-content-modal section.parallax-content .content-wrapper .content .hs-input::placeholder, section.parallax-content .content-wrapper .content #tinymce a:not(.btn), #tinymce section.parallax-content .content-wrapper .content a:not(.btn),
section.parallax-content .content-wrapper .content .wysiwyg-content a:not(.btn),
.wysiwyg-content section.parallax-content .content-wrapper .content a:not(.btn), section.parallax-content .content-wrapper .content #tinymce p, #tinymce section.parallax-content .content-wrapper .content p,
section.parallax-content .content-wrapper .content .wysiwyg-content p,
.wysiwyg-content section.parallax-content .content-wrapper .content p {
  max-width: 415px;
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content .content-wrapper .content #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.parallax-content .content-wrapper .content .hs-input::-moz-placeholder {
    max-width: unset;
  }
  section.parallax-content .content-wrapper .content .body-copy, section.parallax-content .content-wrapper .content .sidenav-content .general-content p, .sidenav-content .general-content section.parallax-content .content-wrapper .content p, section.parallax-content .content-wrapper .content input.input,
  section.parallax-content .content-wrapper .content select.input,
  section.parallax-content .content-wrapper .content .select2.select2-container.select2-container--default,
  section.parallax-content .content-wrapper .content .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.parallax-content .content-wrapper .content .select2-dropdown, section.parallax-content .content-wrapper .content .hbspt-form input.hs-input, .hbspt-form section.parallax-content .content-wrapper .content input.hs-input,
  section.parallax-content .content-wrapper .content .hbspt-form select.hs-input,
  .hbspt-form section.parallax-content .content-wrapper .content select.hs-input, section.parallax-content .content-wrapper .content #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.parallax-content .content-wrapper .content .hs-form-field > label, section.parallax-content .content-wrapper .content #gated-content-modal .hs-error-msgs, #gated-content-modal section.parallax-content .content-wrapper .content .hs-error-msgs, section.parallax-content .content-wrapper .content #gated-content-modal .hs-input::placeholder, #gated-content-modal section.parallax-content .content-wrapper .content .hs-input::placeholder, section.parallax-content .content-wrapper .content #tinymce a:not(.btn), #tinymce section.parallax-content .content-wrapper .content a:not(.btn),
  section.parallax-content .content-wrapper .content .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.parallax-content .content-wrapper .content a:not(.btn), section.parallax-content .content-wrapper .content #tinymce p, #tinymce section.parallax-content .content-wrapper .content p,
  section.parallax-content .content-wrapper .content .wysiwyg-content p,
  .wysiwyg-content section.parallax-content .content-wrapper .content p {
    max-width: unset;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content .content-wrapper .content .btn, section.parallax-content .content-wrapper .content .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.parallax-content .content-wrapper .content input.hs-button[type=submit], section.parallax-content .content-wrapper .content .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.parallax-content .content-wrapper .content .menu-item.login-button > .nav-link, section.parallax-content .content-wrapper .content .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.parallax-content .content-wrapper .content .nav-link, section.parallax-content .content-wrapper .content .hbspt-form .hs-button, .hbspt-form section.parallax-content .content-wrapper .content .hs-button {
    padding: 13px 25px;
  }
}
section.parallax-content .content-wrapper .content .btn:not(:first-of-type), section.parallax-content .content-wrapper .content .footer .newsletter .actions input.hs-button[type=submit]:not(:first-of-type), .footer .newsletter .actions section.parallax-content .content-wrapper .content input.hs-button[type=submit]:not(:first-of-type), section.parallax-content .content-wrapper .content .navigation .menu .menu-item.login-button > .nav-link:not(:first-of-type), .navigation .menu section.parallax-content .content-wrapper .content .menu-item.login-button > .nav-link:not(:first-of-type), section.parallax-content .content-wrapper .content .navigation .mobile-menu .menu-item.login-button .nav-link:not(:first-of-type), .navigation .mobile-menu .menu-item.login-button section.parallax-content .content-wrapper .content .nav-link:not(:first-of-type), section.parallax-content .content-wrapper .content .hbspt-form .hs-button:not(:first-of-type), .hbspt-form section.parallax-content .content-wrapper .content .hs-button:not(:first-of-type) {
  margin-left: 17px;
}
@media print, screen and (max-width: 63.99875em) {
  section.parallax-content .content-wrapper .content .btn:not(:first-of-type), section.parallax-content .content-wrapper .content .footer .newsletter .actions input.hs-button[type=submit]:not(:first-of-type), .footer .newsletter .actions section.parallax-content .content-wrapper .content input.hs-button[type=submit]:not(:first-of-type), section.parallax-content .content-wrapper .content .navigation .menu .menu-item.login-button > .nav-link:not(:first-of-type), .navigation .menu section.parallax-content .content-wrapper .content .menu-item.login-button > .nav-link:not(:first-of-type), section.parallax-content .content-wrapper .content .navigation .mobile-menu .menu-item.login-button .nav-link:not(:first-of-type), .navigation .mobile-menu .menu-item.login-button section.parallax-content .content-wrapper .content .nav-link:not(:first-of-type), section.parallax-content .content-wrapper .content .hbspt-form .hs-button:not(:first-of-type), .hbspt-form section.parallax-content .content-wrapper .content .hs-button:not(:first-of-type) {
    margin-left: 15px;
  }
}

.partner-card {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.partner-card__meta {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.partner-card__logo {
  max-height: 50px;
}
.partner-card__image {
  height: 100%;
}
.partner-card__cta {
  display: inline-flex;
  color: var(--color-primary);
  align-items: center;
  gap: var(--spacing-sm);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
.partner-card__cta svg {
  max-width: 33px;
}

.partners .partners-container {
  display: block;
  margin-top: var(--spacing-2xl);
}
@media print, screen and (min-width: 64em) {
  .partners .partners-container {
    margin-top: var(--spacing-4xl);
  }
}
.partners .toggle-partners svg {
  color: currentColor;
  margin-left: var(--spacing-xs);
}
.partners .toggle-partners.active svg {
  transform: rotate(180deg);
}

.partners-and-investors .partners-container {
  padding: 115px 188px 140px;
}
@media print, screen and (max-width: 63.99875em) {
  .partners-and-investors .partners-container {
    padding: 80px 20px 150px;
  }
}
.partners-and-investors .info-content {
  margin-top: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  .partners-and-investors .info-content .investors-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
.partners-and-investors .logo-section {
  flex-wrap: wrap;
  margin-top: 40px;
}
.partners-and-investors .logo-section .logo-item {
  width: 200px;
  height: 170px;
  display: flex;
  max-width: 42%;
  margin-right: 25px;
  margin-bottom: 20px;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .partners-and-investors .logo-section .logo-item {
    width: 161px;
    height: 141px;
  }
}
.partners-and-investors .logo-section .logo-item img, .partners-and-investors .logo-section .logo-item svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-and-investors .logo-title {
  padding-bottom: var(--spacing-xs);
  border-bottom: 1px solid var(--color-border);
}

section.partners-list {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media print, screen and (max-width: 63.99875em) {
  section.partners-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
section.partners-list .content {
  max-width: 542px;
}
@media print, screen and (max-width: 63.99875em) {
  section.partners-list .content {
    max-width: unset;
  }
  section.partners-list .content #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal section.partners-list .content .hs-input::-moz-placeholder {
    margin-top: 40px;
  }
  section.partners-list .content .body-copy, section.partners-list .content .sidenav-content .general-content p, .sidenav-content .general-content section.partners-list .content p, section.partners-list .content input.input,
  section.partners-list .content select.input,
  section.partners-list .content .select2.select2-container.select2-container--default,
  section.partners-list .content .select2-container.select2-container--default.select2-container--open .select2-dropdown,
  .select2-container.select2-container--default.select2-container--open section.partners-list .content .select2-dropdown, section.partners-list .content .hbspt-form input.hs-input, .hbspt-form section.partners-list .content input.hs-input,
  section.partners-list .content .hbspt-form select.hs-input,
  .hbspt-form section.partners-list .content select.hs-input, section.partners-list .content #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset section.partners-list .content .hs-form-field > label, section.partners-list .content #gated-content-modal .hs-error-msgs, #gated-content-modal section.partners-list .content .hs-error-msgs, section.partners-list .content #gated-content-modal .hs-input::placeholder, #gated-content-modal section.partners-list .content .hs-input::placeholder, section.partners-list .content #tinymce a:not(.btn), #tinymce section.partners-list .content a:not(.btn),
  section.partners-list .content .wysiwyg-content a:not(.btn),
  .wysiwyg-content section.partners-list .content a:not(.btn), section.partners-list .content #tinymce p, #tinymce section.partners-list .content p,
  section.partners-list .content .wysiwyg-content p,
  .wysiwyg-content section.partners-list .content p {
    margin-top: 40px;
  }
}
section.partners-list .partner-types {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-md);
}
section.partners-list .partner-types .select2.select2-container.select2-container--default {
  margin-top: 0;
  max-width: 350px;
  margin-left: 16px;
}
@media print, screen and (max-width: 63.99875em) {
  section.partners-list .partner-types .select2.select2-container.select2-container--default {
    margin-left: 0;
    max-width: 100%;
    margin-top: 16px;
  }
}
section.partners-list .partner {
  min-height: 86px;
  border-bottom: 1px solid var(--color-silver-rust);
}
@media print, screen and (max-width: 63.99875em) {
  section.partners-list .partner {
    display: block;
    min-height: unset;
    padding-bottom: 24px;
  }
  section.partners-list .partner:not(:first-of-type) {
    padding-top: 32px;
  }
}
section.partners-list .partner img.logo {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 29px;
}
section.partners-list .partner .info {
  width: 100%;
  padding-left: 39px;
  border-left: 1px solid var(--color-silver-rust);
}
@media print, screen and (max-width: 63.99875em) {
  section.partners-list .partner .info {
    padding-left: 0;
    border-left: none;
  }
  section.partners-list .partner .info .h3, section.partners-list .partner .info #tinymce blockquote p, #tinymce blockquote section.partners-list .partner .info p,
  section.partners-list .partner .info .wysiwyg-content blockquote p,
  .wysiwyg-content blockquote section.partners-list .partner .info p, section.partners-list .partner .info #tinymce h2, #tinymce section.partners-list .partner .info h2,
  section.partners-list .partner .info .wysiwyg-content h2,
  .wysiwyg-content section.partners-list .partner .info h2 {
    margin-top: 14px;
  }
  section.partners-list .partner .info .btn, section.partners-list .partner .info .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.partners-list .partner .info input.hs-button[type=submit], section.partners-list .partner .info .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.partners-list .partner .info .menu-item.login-button > .nav-link, section.partners-list .partner .info .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.partners-list .partner .info .nav-link, section.partners-list .partner .info .hbspt-form .hs-button, .hbspt-form section.partners-list .partner .info .hs-button {
    margin-top: 24px;
  }
}
section.partners-list .partners,
section.partners-list .partner-types {
  margin-top: 60px;
}
section.partners-list .link {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
section.partners-list .link svg {
  max-width: 33px;
}

.posts-slider {
  padding: 40px 0;
}
.posts-slider .h1 {
  padding-top: 16px;
}
.posts-slider .image-container {
  min-height: 544px;
}
.posts-slider .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-slider .text-container {
  padding: 40px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--color-cararra);
}
@media print, screen and (max-width: 63.99875em) {
  .posts-slider .text-container {
    padding: 32px;
    display: block;
  }
}
.posts-slider .text-container #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .posts-slider .text-container .hs-input::-moz-placeholder {
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.posts-slider .text-container .h4, .posts-slider .text-container #tinymce h3, #tinymce .posts-slider .text-container h3,
.posts-slider .text-container .wysiwyg-content h3,
.wysiwyg-content .posts-slider .text-container h3, .posts-slider .text-container #tinymce h4, #tinymce .posts-slider .text-container h4,
.posts-slider .text-container .wysiwyg-content h4,
.wysiwyg-content .posts-slider .text-container h4,
.posts-slider .text-container .body-copy,
.posts-slider .text-container .sidenav-content .general-content p,
.sidenav-content .general-content .posts-slider .text-container p,
.posts-slider .text-container input.input,
.posts-slider .text-container select.input,
.posts-slider .text-container .select2.select2-container.select2-container--default,
.posts-slider .text-container .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .posts-slider .text-container .select2-dropdown,
.posts-slider .text-container .hbspt-form input.hs-input,
.hbspt-form .posts-slider .text-container input.hs-input,
.posts-slider .text-container .hbspt-form select.hs-input,
.hbspt-form .posts-slider .text-container select.hs-input,
.posts-slider .text-container #gated-content-modal fieldset .hs-form-field > label,
#gated-content-modal fieldset .posts-slider .text-container .hs-form-field > label,
.posts-slider .text-container #gated-content-modal .hs-error-msgs,
#gated-content-modal .posts-slider .text-container .hs-error-msgs,
.posts-slider .text-container #gated-content-modal .hs-input::placeholder,
#gated-content-modal .posts-slider .text-container .hs-input::placeholder,
.posts-slider .text-container #tinymce a:not(.btn),
#tinymce .posts-slider .text-container a:not(.btn),
.posts-slider .text-container .wysiwyg-content a:not(.btn),
.wysiwyg-content .posts-slider .text-container a:not(.btn),
.posts-slider .text-container #tinymce p,
#tinymce .posts-slider .text-container p,
.posts-slider .text-container .wysiwyg-content p,
.wysiwyg-content .posts-slider .text-container p {
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.posts-slider .text-container #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .posts-slider .text-container .hs-input::-moz-placeholder {
  color: var(--color-chicago);
}
.posts-slider .text-container .body-copy, .posts-slider .text-container .sidenav-content .general-content p, .sidenav-content .general-content .posts-slider .text-container p, .posts-slider .text-container input.input,
.posts-slider .text-container select.input,
.posts-slider .text-container .select2.select2-container.select2-container--default,
.posts-slider .text-container .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .posts-slider .text-container .select2-dropdown, .posts-slider .text-container .hbspt-form input.hs-input, .hbspt-form .posts-slider .text-container input.hs-input,
.posts-slider .text-container .hbspt-form select.hs-input,
.hbspt-form .posts-slider .text-container select.hs-input, .posts-slider .text-container #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .posts-slider .text-container .hs-form-field > label, .posts-slider .text-container #gated-content-modal .hs-error-msgs, #gated-content-modal .posts-slider .text-container .hs-error-msgs, .posts-slider .text-container #gated-content-modal .hs-input::placeholder, #gated-content-modal .posts-slider .text-container .hs-input::placeholder, .posts-slider .text-container #tinymce a:not(.btn), #tinymce .posts-slider .text-container a:not(.btn),
.posts-slider .text-container .wysiwyg-content a:not(.btn),
.wysiwyg-content .posts-slider .text-container a:not(.btn), .posts-slider .text-container #tinymce p, #tinymce .posts-slider .text-container p,
.posts-slider .text-container .wysiwyg-content p,
.wysiwyg-content .posts-slider .text-container p {
  color: var(--color-chicago);
}
.posts-slider .text-container .topic-tag {
  color: var(--color-primary);
}
.posts-slider .text-container .btn, .posts-slider .text-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .posts-slider .text-container input.hs-button[type=submit], .posts-slider .text-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .posts-slider .text-container .menu-item.login-button > .nav-link, .posts-slider .text-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .posts-slider .text-container .nav-link, .posts-slider .text-container .hbspt-form .hs-button, .hbspt-form .posts-slider .text-container .hs-button {
  margin-top: 80px;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-slider .text-container .btn, .posts-slider .text-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .posts-slider .text-container input.hs-button[type=submit], .posts-slider .text-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .posts-slider .text-container .menu-item.login-button > .nav-link, .posts-slider .text-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .posts-slider .text-container .nav-link, .posts-slider .text-container .hbspt-form .hs-button, .hbspt-form .posts-slider .text-container .hs-button {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .posts-slider .text-container .btn, .posts-slider .text-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .posts-slider .text-container input.hs-button[type=submit], .posts-slider .text-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .posts-slider .text-container .menu-item.login-button > .nav-link, .posts-slider .text-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .posts-slider .text-container .nav-link, .posts-slider .text-container .hbspt-form .hs-button, .hbspt-form .posts-slider .text-container .hs-button {
    margin-top: 32px;
  }
}
.posts-slider .glide__bullets {
  margin-top: 40px;
}
.posts-slider .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  margin-right: 16px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--color-black--faded-40);
}
.posts-slider .glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-primary);
}

.roadmap {
  padding: 120px 0;
}
@media print, screen and (max-width: 63.99875em) {
  .roadmap {
    padding: 80px 0;
  }
}
.roadmap .roadmap-container {
  justify-content: space-between;
}
.roadmap .roadmap-container .roadmap-description,
.roadmap .roadmap-container .roadmap-cta {
  margin-top: 40px;
}
.roadmap .roadmap-container .heading-cell.order-2 {
  order: 2;
}
@media print, screen and (max-width: 47.99875em) {
  .roadmap .roadmap-container .quote-cell {
    margin-top: 80px;
  }
}
.roadmap .roadmap-container .quote-cell.order-1 {
  order: 1;
}
.roadmap .roadmap-container .quote-cell.order-1 .quote-container {
  left: -80px;
  right: unset;
}
.roadmap .steps.reversed {
  order: 3;
  justify-content: end;
}
@media print, screen and (min-width: 64em) {
  .roadmap .steps.no-quote {
    margin-top: 64px;
  }
}
.roadmap .steps .steps-container {
  margin-top: 80px;
}
.roadmap .steps .steps-container .step-container {
  display: flex;
}
.roadmap .steps .steps-container .step-container:not(:last-of-type) {
  margin-bottom: 32px;
}
.roadmap .steps .steps-container .step-container .icon-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
}
@media print, screen and (max-width: 47.99875em) {
  .roadmap .steps .steps-container .step-container .icon-container {
    margin-right: 24px;
  }
}
.roadmap .steps .steps-container .step-container .icon-container img {
  height: 48px;
  max-width: 48px;
  align-self: center;
}
@media print, screen and (max-width: 47.99875em) {
  .roadmap .steps .steps-container .step-container .icon-container img {
    height: 24px;
    max-width: 24px;
    align-self: start;
  }
}
.roadmap .steps .steps-container .step-container .icon-container svg {
  bottom: -30px;
  position: absolute;
}
.roadmap .steps .steps-container .step-container:last-of-type .icon-container > svg {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .roadmap .steps .steps-container .step-container {
    margin-bottom: 32px;
  }
  .roadmap .steps .steps-container .step-container:last-of-type {
    margin-bottom: 0;
  }
  .roadmap .steps .steps-container .step-container svg {
    display: none;
  }
}
.roadmap .steps .steps-container .step-container .text-container .title {
  margin-bottom: 4px;
}
.roadmap .quote-container {
  color: #ffffff;
  background: var(--color-primary);
  right: -80px;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .roadmap .quote-container {
    right: 0;
    position: relative;
    padding: 40px 20px;
    margin: 80px -20px 0;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .roadmap .quote-container {
    padding: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .roadmap .quote-container {
    padding: 48px 80px;
  }
}
.roadmap .quote-container .quote {
  margin-bottom: 17px;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .roadmap .quote-container .quote {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.roadmap .quote-container .quote-icon {
  margin-right: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .roadmap .quote-container .quote-icon {
    margin-right: 24px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .roadmap .quote-container .quote-icon {
    margin-right: 18px;
  }
  .roadmap .quote-container .quote-icon svg {
    transform: scale(0.5);
  }
}

.search-filters {
  padding-top: 101px;
  padding-bottom: 97px;
}
.search-filters .bleeding-background {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 730px;
  position: absolute;
  background: var(--color-spring-wood);
  transform: translateY(-56%);
}
@media print, screen and (max-width: 63.99875em) {
  .search-filters .bleeding-background {
    height: 100%;
    transform: translateY(300px);
  }
}
.search-filters .topic {
  padding-left: 8px;
}
.search-filters .search {
  padding-right: 8px;
}
@media print, screen and (max-width: 63.99875em) {
  .search-filters .search {
    padding-right: 0;
  }
}
.search-filters .search .input--search {
  height: 100%;
}
.search-filters .post-type {
  padding: 0 8px;
}
@media print, screen and (max-width: 63.99875em) {
  .search-filters .post-type {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .search-filters .topic,
  .search-filters .post-type {
    margin-top: 20px;
  }
}
.search-filters .topic .select2.select2-container,
.search-filters .post-type .select2.select2-container {
  max-width: 100%;
  min-width: 100%;
}
.search-filters .btn, .search-filters .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .search-filters input.hs-button[type=submit], .search-filters .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .search-filters .menu-item.login-button > .nav-link, .search-filters .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .search-filters .nav-link, .search-filters .hbspt-form .hs-button, .hbspt-form .search-filters .hs-button {
  width: 91px;
  height: 53px;
  display: flex;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3.2rem;
  justify-content: center;
  font-weight: 700;
}

.sidenav-content {
  background: #ffffff;
}
@media print, screen and (max-width: 63.99875em) {
  .sidenav-content {
    padding-top: 0;
  }
}
.sidenav-content .general-content {
  padding-bottom: 187px;
}
.sidenav-content .general-content h1 {
  margin-bottom: 50px;
}
.sidenav-content .arrow-up {
  right: 40px;
  bottom: 96px;
  position: absolute;
}

.simple-text-banner {
  padding: 80px 0;
}
.simple-text-banner-container {
  padding: 40px;
  align-items: flex-end;
}
.simple-text-banner .info-banner .description {
  margin-top: 24px;
}
.simple-text-banner .cta-section {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .simple-text-banner .cta-section {
    margin-top: 40px;
    justify-content: flex-start;
  }
}

.slider .swiper-navigation {
  display: flex;
  gap: var(--spacing-2xl);
  margin-bottom: var(--spacing-md);
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  color: var(--color-cloudy);
  position: relative;
  top: unset;
  width: auto;
}
.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
  display: none;
}
.slider .swiper-button-next:hover,
.slider .swiper-button-prev:hover {
  color: var(--color-primary);
}
.slider .swiper-slide p {
  margin-top: var(--spacing-sm);
  display: none;
}
.slider .swiper-slide.swiper-slide-active p {
  display: block;
}
.slider .swiper-backface-hidden .swiper-slide.swiper-slide-active p {
  display: block;
}
.slider--cards .swiper-container {
  padding: var(--spacing-md) var(--spacing-sm);
  margin-left: calc(var(--spacing-sm) * -1);
  margin-right: calc(var(--spacing-sm) * -1);
}
@media print, screen and (min-width: 64em) {
  .slider--cards .swiper-container {
    padding: var(--spacing-lg) var(--spacing-sm) var(--spacing-2xl);
  }
}
.slider--cards .swiper-slide {
  height: auto;
}
.slider--carousel .swiper-slide {
  transition: all 300ms ease-in-out;
}
.slider--carousel .swiper-backface-hidden .swiper-slide {
  transform: scale(0.84) translateZ(0);
}
.slider--carousel .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}
.slider--carousel .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.sliding-content {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media print, screen and (max-width: 63.99875em) {
  .sliding-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sliding-content .card-container {
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .sliding-content .card-container {
    display: block;
  }
}
.sliding-content .slider-container {
  margin-top: var(--spacing-3xl);
}
@media print, screen and (min-width: 48em) {
  .sliding-content .slider-container {
    padding-left: var(--spacing-xl);
  }
}
.sliding-content .slide-title {
  padding: 40px 24px 46px;
  background-color: var(--color-ghost);
}
@media print, screen and (min-width: 48em) {
  .sliding-content .slide-title {
    padding: 65px 45px 0 64px;
  }
}
.sliding-content .slide-body {
  padding: 68px 0 93px 78px;
  font-weight: 300;
}
@media print, screen and (max-width: 63.99875em) {
  .sliding-content .slide-body {
    padding: 32px 24px 48px;
  }
}
.sliding-content .slider-title {
  margin-bottom: 67px;
  padding-bottom: 67px;
}
@media print, screen and (max-width: 63.99875em) {
  .sliding-content .slider-title {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
.sliding-content .slider-title #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .sliding-content .slider-title .hs-input::-moz-placeholder {
  max-width: 542px;
}
.sliding-content .slider-title .body-copy, .sliding-content .slider-title input.input,
.sliding-content .slider-title select.input,
.sliding-content .slider-title .select2.select2-container.select2-container--default,
.sliding-content .slider-title .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .sliding-content .slider-title .select2-dropdown, .sliding-content .slider-title .hbspt-form input.hs-input, .hbspt-form .sliding-content .slider-title input.hs-input,
.sliding-content .slider-title .hbspt-form select.hs-input,
.hbspt-form .sliding-content .slider-title select.hs-input, .sliding-content .slider-title #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .sliding-content .slider-title .hs-form-field > label, .sliding-content .slider-title #gated-content-modal .hs-error-msgs, #gated-content-modal .sliding-content .slider-title .hs-error-msgs, .sliding-content .slider-title #gated-content-modal .hs-input::placeholder, #gated-content-modal .sliding-content .slider-title .hs-input::placeholder, .sliding-content .slider-title #tinymce a:not(.btn), #tinymce .sliding-content .slider-title a:not(.btn),
.sliding-content .slider-title .wysiwyg-content a:not(.btn),
.wysiwyg-content .sliding-content .slider-title a:not(.btn), .sliding-content .slider-title #tinymce p, #tinymce .sliding-content .slider-title p,
.sliding-content .slider-title .wysiwyg-content p,
.wysiwyg-content .sliding-content .slider-title p, .sliding-content .slider-title .sidenav-content .general-content p, .sidenav-content .general-content .sliding-content .slider-title p {
  max-width: 542px;
}
.sliding-content .slider-controls {
  left: -50px;
  bottom: 38px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .sliding-content .slider-controls {
    left: 0;
    bottom: -92px;
  }
}
@media print, screen and (min-width: 64em) {
  .sliding-content .slider-controls.small {
    left: -40px;
  }
}
.sliding-content .slider-controls.small .glide__arrows {
  height: 60px;
  width: 112px;
}
@media print, screen and (min-width: 48em) {
  .sliding-content .slider-controls.small .glide__arrows {
    height: 51px;
    width: 121px;
  }
}
.sliding-content .slider-controls.small .glide__arrows .glide__arrow--left:after {
  top: 9px;
  height: 39px;
}
@media print, screen and (min-width: 48em) {
  .sliding-content .slider-controls.small .glide__arrows .glide__arrow--left:after {
    top: 6px;
    height: 37px;
  }
}
.sliding-content .slider-controls.small .glide__arrows svg {
  width: 18px;
  height: 30px;
}
@media print, screen and (min-width: 48em) {
  .sliding-content .slider-controls.small .glide__arrows svg {
    width: 15px;
    height: 26px;
  }
}
.sliding-content .slider-controls.small .glide__arrows svg path {
  stroke-width: 3px;
}
.sliding-content .slider-controls:not(.small) .glide__arrows {
  height: 80px;
  width: 149px;
}
.sliding-content .slider-controls:not(.small) .glide__arrows svg {
  width: 24px;
  height: 41px;
}
.sliding-content .slider-row {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .sliding-content .slider-row {
    padding: 0 60px 0 110px;
  }
}
.sliding-content .slide-author {
  text-align: right;
}
.sliding-content .glide {
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
.sliding-content .glide .glide__slide {
  height: auto;
  display: flex;
  min-height: 387px;
}
.sliding-content .slider-post-type {
  color: var(--color-primary);
  margin-bottom: 30px;
}
.sliding-content .slider-post-title {
  margin-bottom: 81px;
}
.sliding-content .slider-post-body {
  padding: 45px 55px 35px 51px;
}
@media print, screen and (max-width: 63.99875em) {
  .sliding-content .slider-post-body {
    padding: 32px 24px;
  }
}
.sliding-content .featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 63.99875em) {
  .sliding-content .featured-image {
    height: 144px;
  }
}

.statement-banner {
  padding: 80px 0;
}
.statement-banner-container {
  padding: var(--spacing-xl);
  align-items: flex-end;
}
@media print, screen and (min-width: 64em) {
  .statement-banner-container {
    padding: var(--spacing-2xl) var(--spacing-3xl);
  }
}
.statement-banner em {
  font-style: normal;
  color: var(--color-primary);
}
.statement-banner .ctas {
  display: flex;
  gap: var(--spacing-xl);
}
.statement-banner .custom-link {
  display: inline-flex;
  color: var(--color-primary);
  align-items: center;
  gap: var(--spacing-sm);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
.statement-banner .custom-link svg {
  max-width: 33px;
}
.statement-banner.dark em {
  color: var(--color-accent);
}
.statement-banner.dark .custom-link {
  color: var(--color-white);
}

.statement-with-bg-image-container {
  position: relative;
  align-items: center;
}
@media print, screen and (max-width: 47.99875em) {
  .statement-with-bg-image-container {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .statement-with-bg-image .image-container {
    justify-content: space-between;
  }
}
.statement-with-bg-image .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.statement-with-bg-image .info-container {
  max-width: 88em;
  padding: 60px;
}
@media print, screen and (min-width: 48em) {
  .statement-with-bg-image .info-container {
    padding: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .statement-with-bg-image .info-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    max-width: 70em;
  }
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing-2xl);
  padding-top: var(--spacing-4xl);
  padding-bottom: var(--spacing-4xl);
}
@media print, screen and (min-width: 48em) {
  .steps {
    margin-top: var(--spacing-4xl);
  }
}
@media print, screen and (min-width: 64em) {
  .steps {
    margin-top: var(--spacing-2xl);
  }
}
.steps__items {
  align-items: center;
  display: flex;
  gap: var(--spacing-2xl);
  flex-direction: column;
  padding-bottom: var(--spacing-3xl);
  padding-top: var(--spacing-3xl);
}
@media print, screen and (min-width: 64em) {
  .steps__items {
    flex-direction: row;
  }
}
.steps__diagram {
  position: absolute;
  pointer-events: none;
}
.steps__diagram-start {
  top: 0;
  transform: translateX(180%);
  position: absolute;
}
@media print, screen and (min-width: 48em) {
  .steps__diagram-start {
    transform: translateX(340%);
  }
}
@media print, screen and (min-width: 64em) {
  .steps__diagram-start {
    transform: translateX(-5%) translateY(460%);
  }
}
.steps__diagram-end {
  bottom: 0;
  transform: translateX(205%);
  position: absolute;
}
@media print, screen and (min-width: 48em) {
  .steps__diagram-end {
    transform: translateX(400%);
  }
}
@media print, screen and (min-width: 64em) {
  .steps__diagram-end {
    transform: translateX(10%) translateY(-300%);
    right: 0;
  }
}

.step {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  position: relative;
  max-width: 260px;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .step {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 64em) {
  .step {
    gap: var(--spacing-sm);
    max-width: 180px;
  }
}
.step__marker {
  position: absolute;
  max-width: 40px;
}
@media print, screen and (min-width: 64em) {
  .step__marker {
    max-width: 52px;
  }
}
.step__icon {
  max-width: 40px;
}
@media print, screen and (min-width: 64em) {
  .step__icon {
    max-width: 80px;
  }
}
.step a {
  font-size: inherit;
}
.step:nth-child(1) {
  transform: translateY(-22%) translateX(-4%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(1) {
    transform: translateY(-30%) translateX(-4%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(1) {
    transform: translateY(-7%);
  }
}
.step:nth-child(1) .step__marker {
  right: 0;
  transform: translateX(185%) translateY(150%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(1) .step__marker {
    transform: translateX(465%) translateY(110%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(1) .step__marker {
    right: auto;
    transform: translateX(-110%) translateY(20%);
  }
}
.step:nth-child(2) {
  transform: translateY(-24%) translateX(10%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(2) {
    transform: translateY(-18%) translateX(10%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(2) {
    transform: translateY(-6%);
  }
}
.step:nth-child(2) .step__marker {
  transform: translateX(-145%) translateY(20%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(2) .step__marker {
    transform: translateX(-360%) translateY(20%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(2) .step__marker {
    bottom: 0;
    transform: translateX(100%) translateY(120%);
  }
}
.step:nth-child(3) {
  transform: translateY(0%) translateX(-18%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(3) {
    transform: translateY(20%) translateX(-18%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(3) {
    transform: translateY(10%);
  }
}
.step:nth-child(3) .step__marker {
  right: 0;
  transform: translateX(95%) translateY(80%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(3) .step__marker {
    transform: translateX(255%) translateY(70%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(3) .step__marker {
    top: 0;
    right: auto;
    transform: translateX(100%) translateY(-145%);
  }
}
.step:nth-child(4) {
  transform: translateY(6%) translateX(0%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(4) {
    transform: translateY(28%) translateX(-10%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(4) {
    transform: translateY(-12%);
  }
}
.step:nth-child(4) .step__marker {
  transform: translateX(-155%) translateY(95%);
}
@media print, screen and (min-width: 48em) {
  .step:nth-child(4) .step__marker {
    transform: translateX(-360%) translateY(95%);
  }
}
@media print, screen and (min-width: 64em) {
  .step:nth-child(4) .step__marker {
    bottom: 0;
    transform: translateX(110%) translateY(155%);
  }
}

.diagram-mobile {
  display: block;
  max-width: calc(100% - 2rem);
  margin: auto;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .diagram-mobile {
    display: none;
  }
}

.diagram-tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .diagram-tablet {
    display: block;
    max-width: 640px;
    margin: auto;
    width: 100vw;
  }
}

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

/**
 * Social
 *
 * Group: Components
 */
.c-social {
  display: flex;
  align-items: center;
  /*
   * Vertical mode
   */
}
.c-social__title {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  color: var(--color-secondary);
  margin: 0 var(--spacing-md) 0 0;
}
.c-social__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-social__item:not(:last-of-type) {
  margin: 0 var(--spacing-md) 0 0;
}
.c-social__link:hover {
  color: var(--color-primary);
}
.c-social--vertical {
  align-items: flex-start;
  flex-direction: column;
  display: inline-flex;
}
.c-social--vertical .c-social__list {
  flex-direction: column;
}
.c-social--vertical .c-social__title {
  margin: 0 0 var(--space-md) 0;
}
.c-social--vertical .c-social__list {
  text-align: center;
}
.c-social--vertical .c-social__item:not(:last-of-type) {
  margin: 0 0 var(--space-sm) 0;
}
.c-social i {
  font-family: var(--font-awesome);
  font-size: 18px;
  min-width: var(--icon-xs);
}

.subscribe-banner {
  padding: 80px 0;
}
.subscribe-banner .section-container {
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.subscribe-banner .hs_email label {
  display: none;
}
.subscribe-banner .description, .subscribe-banner .newsletter {
  margin-top: 24px;
}
.subscribe-banner .newsletter form {
  display: flex;
}
@media print, screen and (max-width: 47.99875em) {
  .subscribe-banner .newsletter form {
    flex-wrap: wrap;
  }
}
.subscribe-banner .newsletter .hbspt-form .hs-email {
  width: 60%;
}
@media print, screen and (max-width: 63.99875em) {
  .subscribe-banner .newsletter .hbspt-form .hs-email {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .subscribe-banner .newsletter .hbspt-form .hs-submit {
    width: 100%;
  }
}
.subscribe-banner .newsletter .actions input.hs-button[type=submit] {
  height: 56px;
  border: 3px solid #ffffff;
}
@media print, screen and (max-width: 47.99875em) {
  .subscribe-banner .newsletter .actions input.hs-button[type=submit] {
    width: 100%;
    margin-top: 16px;
    justify-content: center;
  }
}
.subscribe-banner .pattern-image {
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: absolute;
  justify-content: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .subscribe-banner .pattern-image {
    display: none;
  }
}

.team-filter {
  margin-top: 290px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .team-filter {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.team-filter .bg-container {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}
.team-filter .bg-container .section-background-no-color {
  height: 100%;
}
.team-filter .team-section {
  top: -150px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .team-filter .team-section {
    top: 0;
  }
}
.team-filter .description {
  margin-top: 30px;
}
.team-filter .categories {
  margin-top: 50px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-silver-rust);
}
@media print, screen and (max-width: 47.99875em) {
  .team-filter .categories {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.team-filter .categories .title {
  color: var(--color-cloudy);
  font-size: 1.6rem;
}
@media print, screen and (max-width: 47.99875em) {
  .team-filter .categories .category-info {
    flex-wrap: wrap;
  }
}
.team-filter .categories .category-item {
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 40px;
  font-weight: 700;
}
@media print, screen and (max-width: 47.99875em) {
  .team-filter .categories .category-item {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
.team-filter .categories .category-item.active, .team-filter .categories .category-item:hover {
  color: var(--color-primary);
}
.team-filter .categories .category-item.active {
  text-decoration: underline;
}
.team-filter .team {
  display: none !important;
}
.team-filter .team.active {
  display: grid !important;
}
.team-filter .team-cards-mobile {
  overflow: hidden;
  padding-top: 40px;
  padding-left: 30px;
  margin-right: -20px;
}
.team-filter .team-cards-mobile .glide__track {
  height: 404px;
  overflow: visible;
  transform: translateX(-2px);
}
.team-filter .team-cards-mobile .glide__track:before {
  content: "";
  top: 0;
  z-index: 1;
  left: -30px;
  width: 15px;
  height: 100%;
  background: #ffffff;
  position: absolute;
}
.team-filter .team-slider-controls {
  left: -30px;
  bottom: 86px;
  position: absolute;
}

.teams-container .headshot-card {
  grid-column: span 6/span 6;
}
@media print, screen and (min-width: 48em) {
  .teams-container .headshot-card {
    grid-column: span 4/span 4;
  }
}

section.team-grid .content {
  max-width: 60em;
}

section.team-slider .team-container .background-container {
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  z-index: -1;
  background: #ffffff;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .background-container {
    height: 68%;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.team-slider .team-container .background-container {
    height: 100%;
  }
}
section.team-slider .team-container .background-container.single-member-team {
  height: 100%;
  background: var(--color-spring-wood);
}
section.team-slider .team-container .slider-body-container {
  padding-top: 162px;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .slider-body-container {
    padding-top: 100px;
  }
}
section.team-slider .team-container .slider-body-container.single-member-team {
  padding: 166px 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .slider-body-container.single-member-team {
    padding-top: 80px;
    padding-bottom: 52px;
  }
}
section.team-slider .team-container .slider-body-container.single-member-team .member-text-container {
  height: auto;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .slider-body-container {
    transform: translateY(0);
  }
}
section.team-slider .team-container .team-heading-container {
  margin-bottom: 10px;
  padding-bottom: 65px;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .team-heading-container {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
section.team-slider .team-container .team-body-container {
  margin-bottom: 10px;
  padding-bottom: 35px;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .team-body-container {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
section.team-slider .team-container .slider {
  margin: 30px auto;
}
@media print, screen and (min-width: 48em) {
  section.team-slider .team-container .slider {
    margin-right: -62px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .slider {
    margin-top: 53px;
  }
}
section.team-slider .team-container .slider-container {
  right: 0;
  position: absolute;
}
@media print, screen and (min-width: 64em) {
  section.team-slider .team-container .slider-container {
    margin: 0 !important;
  }
}
@media print, screen and (max-width: 81.24875em) {
  section.team-slider .team-container .unique-member {
    margin: 0 auto;
  }
}
section.team-slider .team-container .glide__slide {
  height: auto;
  margin-left: 0;
  margin-right: 11px;
}
@media print, screen and (max-width: 47.99875em) {
  section.team-slider .team-container .glide__track {
    overflow: visible;
  }
}
section.team-slider .team-container .member-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .member-container {
    max-width: 280px;
  }
}
section.team-slider .team-container .member-image {
  max-width: 339px;
  max-height: 417px;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .member-image {
    max-width: 280px;
    max-height: 344px;
  }
}
section.team-slider .team-container .member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.team-slider .team-container .member-position {
  padding: 5px 0 30px 0;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .member-position {
    padding-bottom: 20px;
  }
}
section.team-slider .team-container .member-position p {
  font-weight: 300;
}
section.team-slider .team-container .member-text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.team-slider .team-container .member-email {
  margin-top: auto;
}
section.team-slider .team-container .team-slider-controls {
  top: 225px;
  left: -73px;
  position: absolute;
}
@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  section.team-slider .team-container .team-slider-controls {
    top: 174px;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  section.team-slider .team-container .team-slider-controls {
    top: 40%;
  }
}
@media print, screen and (max-width: 47.99875em) {
  section.team-slider .team-container .team-slider-controls {
    top: 284px;
    left: -30px;
  }
}
section.team-slider .team-container .team-slider-controls .glide__arrows {
  height: 80px;
  width: 149px;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .team-slider-controls .glide__arrows {
    height: 60px;
    width: 112px;
  }
}
section.team-slider .team-container .team-slider-controls .glide__arrows svg {
  width: 24px;
  height: 41px;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .team-container .team-slider-controls .glide__arrows svg {
    width: 18px;
    height: 30px;
  }
}
section.team-slider .team-container-blue-background-padding {
  padding-top: 81px !important;
}
section.team-slider .team-container-blue-background-padding .slider-body-container {
  padding-top: 0;
  padding-bottom: 109px;
}
section.team-slider .slider-arrow-pattern {
  right: 0;
  top: 62px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  section.team-slider .slider-arrow-pattern {
    padding-top: 217px;
  }
  section.team-slider .slider-arrow-pattern svg {
    width: 355px;
    height: 290px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  section.team-slider .member-image {
    min-height: 417px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 63.99875em), screen and (-ms-high-contrast: none) and (max-width: 63.99875em) {
  section.team-slider .member-image {
    min-height: 344px;
  }
}
section.taxonomy {
  margin-top: 0;
  padding-top: 113px;
  padding-bottom: 100px;
}
section.taxonomy .h2 {
  margin-top: 6px;
}
section.taxonomy .cards-container {
  margin-top: 28px;
}
section.taxonomy .cards-container img {
  height: 182px;
  min-height: 182px;
}
section.taxonomy .section-background-no-color {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 439px;
  position: absolute;
}

@media print, screen and (min-width: 64em) {
  .testimonial-with-bg-image.boxed {
    max-width: calc(100% - 4rem);
    margin: 6rem 0 4rem auto;
  }
}
.testimonial-with-bg-image .heading--light::before {
  background-color: var(--color-white) !important;
}
.testimonial-with-bg-image .image-container {
  background-size: cover;
  background-position: top;
}
.testimonial-with-bg-image .testimonial-container {
  display: flex;
  flex-direction: column;
  max-width: 50em;
  margin-right: auto;
  padding: 80px 0;
}
@media print, screen and (min-width: 64em) {
  .testimonial-with-bg-image .testimonial-container {
    padding: 120px 0;
  }
}
.testimonial-with-bg-image .testimonial-container .subtitle {
  margin-top: 8px;
}

.three-columns .content-wrapper {
  padding: 96px 100px 105px;
}
@media print, screen and (max-width: 63.99875em) {
  .three-columns .content-wrapper {
    padding: 80px 0;
  }
}
.three-columns .three-column-heading {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  .three-columns .three-column-heading {
    margin-bottom: 56px;
  }
}
.three-columns .three-column-body {
  margin-bottom: 64px;
}
@media print, screen and (max-width: 63.99875em) {
  .three-columns .three-column-body {
    margin-bottom: 0;
  }
}
.three-columns .three-column-body .column-body {
  margin-top: 40px;
  padding-right: 35px;
}
@media print, screen and (max-width: 63.99875em) {
  .three-columns .three-column-body .column-body {
    margin-top: 24px;
    margin-bottom: 60px;
  }
}

.timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing-2xl);
  position: relative;
}
.timeline::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 64em) {
  .timeline::before {
    content: "";
    height: 1px;
    width: 100%;
    top: 11rem;
  }
}
.timeline__items {
  align-items: flex-start;
  display: flex;
  gap: var(--spacing-3xl);
  flex-direction: column;
  position: relative;
  padding-left: var(--spacing-lg);
}
@media print, screen and (min-width: 64em) {
  .timeline__items {
    flex-direction: row;
    padding-left: 0.5rem;
    overflow-x: scroll;
  }
}
.timeline__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  position: relative;
  min-width: 260px;
}
@media print, screen and (min-width: 64em) {
  .timeline__item {
    gap: var(--spacing-4xl);
  }
}
.timeline__item::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: var(--color-primary);
  position: absolute;
  left: calc(var(--spacing-lg) * -1);
  top: 1rem;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 64em) {
  .timeline__item::before {
    left: 0;
    top: 11rem;
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 64em) {
  .timeline__item::after {
    content: "";
    width: 1px;
    height: 80px;
    left: 0.45rem;
    top: 12rem;
    position: absolute;
    background-color: var(--color-black);
  }
}
.timeline__item:first-of-type::before {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.timeline__item-head {
  min-height: 80px;
}

.topic-featured-posts {
  padding-bottom: 40px;
}
.topic-featured-posts .nav-container {
  margin: 0;
  display: flex;
  padding: 32px 0;
  list-style: none;
}
.topic-featured-posts .nav-container li:not(:last-of-type) {
  margin-right: 40px;
}
.topic-featured-posts .nav-container li .nav-link {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
.topic-featured-posts .nav-container li .nav-link.active {
  color: var(--color-primary);
  text-decoration: underline;
}
.topic-featured-posts .nav-container li .nav-link:hover {
  color: var(--color-primary);
}
.topic-featured-posts .mobile-navigation {
  width: 100%;
  padding: 16px 0;
}
.topic-featured-posts .mobile-navigation .select2 {
  width: 100% !important;
}
.topic-featured-posts .mobile-navigation .select2-selection__rendered {
  color: var(--color-dark-gray) !important;
}
.topic-featured-posts .cards-layout {
  padding: 0;
  margin-top: 16px;
}
.topic-featured-posts .topic-results-container {
  opacity: 1;
  transition: opacity 400ms;
}
.topic-featured-posts .topic-results-container.transparent {
  opacity: 0;
}
.topic-featured-posts .load-more-container {
  color: #ffffff;
  display: flex;
  padding: 40px;
  justify-content: center;
}
.topic-featured-posts .load-more-container .btn, .topic-featured-posts .load-more-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .topic-featured-posts .load-more-container input.hs-button[type=submit], .topic-featured-posts .load-more-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .topic-featured-posts .load-more-container .menu-item.login-button > .nav-link, .topic-featured-posts .load-more-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .topic-featured-posts .load-more-container .nav-link, .topic-featured-posts .load-more-container .hbspt-form .hs-button, .hbspt-form .topic-featured-posts .load-more-container .hs-button {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 700;
}

.two-column-banner {
  z-index: 1;
}
.two-column-banner__title {
  max-width: 52rem;
}
.two-column-banner .wrapper-container {
  padding: var(--spacing-xl);
}
@media print, screen and (min-width: 64em) {
  .two-column-banner .wrapper-container {
    padding: var(--spacing-3xl);
  }
}
.two-column-banner .grid-x {
  position: relative;
  z-index: 1;
}
.two-column-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (min-width: 64em) {
  .two-column-banner__content {
    margin-top: var(--spacing-xl);
  }
}
.two-column-banner .grid-container {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .two-column-banner .grid-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.two-column-banner .background-pattern {
  color: var(--color-white);
  display: inline-flex;
  bottom: 0;
  pointer-events: none;
  transform: translateY(20%);
  position: absolute;
  max-width: 360px;
  width: 100%;
  z-index: 0;
}
.two-column-banner .custom-link {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-lg);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}
.two-column-banner .custom-link svg {
  max-width: 33px;
}

section.two-column-content {
  z-index: 1;
}
section.two-column-content.split_content_text .content-wrapper, section.two-column-content.text_with_two_titles .content-wrapper {
  justify-content: space-between;
}
section.two-column-content .content-wrapper {
  display: flex;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-column-content .content-wrapper {
    flex-direction: column;
  }
}
section.two-column-content + .image-text-box {
  margin-top: calc(var(--spacing-xl) * -1);
}
@media print, screen and (min-width: 48em) {
  section.two-column-content + .image-text-box {
    margin-top: calc(var(--spacing-4xl) * -1);
  }
}

.two-column-text {
  z-index: 1;
}
.two-column-text__title {
  max-width: 52rem;
}
.two-column-text__content {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .two-column-text__content {
    margin-top: var(--spacing-xl);
  }
}
.two-column-text .image-container {
  position: relative;
  margin-bottom: calc(var(--spacing-2xl) * -1);
  margin-top: var(--spacing-xl);
}
@media print, screen and (min-width: 48em) {
  .two-column-text .image-container {
    margin-bottom: calc(var(--spacing-4xl) * -1);
    margin-top: var(--spacing-2xl);
  }
}
.two-column-text .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2400ms;
}
.two-column-text .image-container .image.active {
  opacity: 1;
  transition: opacity 2400ms;
}
.two-column-text .custom-link {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  align-items: center;
  color: var(--color-primary);
  display: inline-flex;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-lg);
}
.two-column-text .custom-link svg {
  max-width: 33px;
}

section.two-image-text-box {
  padding-bottom: 152px;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-image-text-box {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  section.two-image-text-box > .relative-content {
    margin: auto;
    max-width: 400px;
  }
}
section.two-image-text-box .images-container {
  margin: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
section.two-image-text-box .images-container .left-image {
  width: 69.5%;
}
section.two-image-text-box .images-container .right-image {
  width: 23.5%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-image-text-box .images-container .right-image {
    width: 251px;
    margin-right: 0;
    margin-left: auto;
  }
}
section.two-image-text-box .text-box {
  width: 357px;
  margin-right: 0;
  background: var(--color-primary);
  margin-left: auto;
  padding: 58px 50px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 63.99875em) {
  section.two-image-text-box .text-box {
    width: 100%;
    margin-left: 0;
    max-width: 260px;
    background: #ffffff;
    padding: 30px 28px;
    margin-right: auto;
  }
}
section.two-image-text-box .text-box .heading, section.two-image-text-box .text-box #tinymce blockquote p, #tinymce blockquote section.two-image-text-box .text-box p,
section.two-image-text-box .text-box .wysiwyg-content blockquote p,
.wysiwyg-content blockquote section.two-image-text-box .text-box p, section.two-image-text-box .text-box #tinymce h1, #tinymce section.two-image-text-box .text-box h1,
section.two-image-text-box .text-box .wysiwyg-content h1,
.wysiwyg-content section.two-image-text-box .text-box h1, section.two-image-text-box .text-box #tinymce h2, #tinymce section.two-image-text-box .text-box h2,
section.two-image-text-box .text-box .wysiwyg-content h2,
.wysiwyg-content section.two-image-text-box .text-box h2, section.two-image-text-box .text-box #tinymce h3, #tinymce section.two-image-text-box .text-box h3,
section.two-image-text-box .text-box .wysiwyg-content h3,
.wysiwyg-content section.two-image-text-box .text-box h3, section.two-image-text-box .text-box #tinymce h4, #tinymce section.two-image-text-box .text-box h4,
section.two-image-text-box .text-box .wysiwyg-content h4,
.wysiwyg-content section.two-image-text-box .text-box h4, section.two-image-text-box .text-box #tinymce h5, #tinymce section.two-image-text-box .text-box h5,
section.two-image-text-box .text-box .wysiwyg-content h5,
.wysiwyg-content section.two-image-text-box .text-box h5, section.two-image-text-box .text-box #tinymce h6, #tinymce section.two-image-text-box .text-box h6,
section.two-image-text-box .text-box .wysiwyg-content h6,
.wysiwyg-content section.two-image-text-box .text-box h6, section.two-image-text-box .text-box #cookie-notice #cn-notice-text, #cookie-notice section.two-image-text-box .text-box #cn-notice-text, section.two-image-text-box .text-box .sidenav-content .general-content h1, .sidenav-content .general-content section.two-image-text-box .text-box h1 {
  color: #ffffff;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-image-text-box .text-box .heading, section.two-image-text-box .text-box #tinymce blockquote p, #tinymce blockquote section.two-image-text-box .text-box p,
  section.two-image-text-box .text-box .wysiwyg-content blockquote p,
  .wysiwyg-content blockquote section.two-image-text-box .text-box p, section.two-image-text-box .text-box #tinymce h1, #tinymce section.two-image-text-box .text-box h1,
  section.two-image-text-box .text-box .wysiwyg-content h1,
  .wysiwyg-content section.two-image-text-box .text-box h1, section.two-image-text-box .text-box #tinymce h2, #tinymce section.two-image-text-box .text-box h2,
  section.two-image-text-box .text-box .wysiwyg-content h2,
  .wysiwyg-content section.two-image-text-box .text-box h2, section.two-image-text-box .text-box #tinymce h3, #tinymce section.two-image-text-box .text-box h3,
  section.two-image-text-box .text-box .wysiwyg-content h3,
  .wysiwyg-content section.two-image-text-box .text-box h3, section.two-image-text-box .text-box #tinymce h4, #tinymce section.two-image-text-box .text-box h4,
  section.two-image-text-box .text-box .wysiwyg-content h4,
  .wysiwyg-content section.two-image-text-box .text-box h4, section.two-image-text-box .text-box #tinymce h5, #tinymce section.two-image-text-box .text-box h5,
  section.two-image-text-box .text-box .wysiwyg-content h5,
  .wysiwyg-content section.two-image-text-box .text-box h5, section.two-image-text-box .text-box #tinymce h6, #tinymce section.two-image-text-box .text-box h6,
  section.two-image-text-box .text-box .wysiwyg-content h6,
  .wysiwyg-content section.two-image-text-box .text-box h6, section.two-image-text-box .text-box #cookie-notice #cn-notice-text, #cookie-notice section.two-image-text-box .text-box #cn-notice-text, section.two-image-text-box .text-box .sidenav-content .general-content h1, .sidenav-content .general-content section.two-image-text-box .text-box h1 {
    color: #000000;
  }
}
section.two-image-text-box .text-box .btn, section.two-image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.two-image-text-box .text-box input.hs-button[type=submit], section.two-image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.two-image-text-box .text-box .menu-item.login-button > .nav-link, section.two-image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.two-image-text-box .text-box .nav-link, section.two-image-text-box .text-box .hbspt-form .hs-button, .hbspt-form section.two-image-text-box .text-box .hs-button {
  margin-top: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-image-text-box .text-box .btn, section.two-image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions section.two-image-text-box .text-box input.hs-button[type=submit], section.two-image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu section.two-image-text-box .text-box .menu-item.login-button > .nav-link, section.two-image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button section.two-image-text-box .text-box .nav-link, section.two-image-text-box .text-box .hbspt-form .hs-button, .hbspt-form section.two-image-text-box .text-box .hs-button {
    color: #ffffff;
    margin-top: 20px;
    background-color: var(--color-primary);
  }
  section.two-image-text-box .text-box .btn:hover, section.two-image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit]:hover, .footer .newsletter .actions section.two-image-text-box .text-box input.hs-button[type=submit]:hover, section.two-image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link:hover, .navigation .menu section.two-image-text-box .text-box .menu-item.login-button > .nav-link:hover, section.two-image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link:hover, .navigation .mobile-menu .menu-item.login-button section.two-image-text-box .text-box .nav-link:hover, section.two-image-text-box .text-box .hbspt-form .hs-button:hover, .hbspt-form section.two-image-text-box .text-box .hs-button:hover {
    color: #ffffff;
    background: var(--color-dodger-blue);
  }
  section.two-image-text-box .text-box .btn:active, section.two-image-text-box .text-box .footer .newsletter .actions input.hs-button[type=submit]:active, .footer .newsletter .actions section.two-image-text-box .text-box input.hs-button[type=submit]:active, section.two-image-text-box .text-box .navigation .menu .menu-item.login-button > .nav-link:active, .navigation .menu section.two-image-text-box .text-box .menu-item.login-button > .nav-link:active, section.two-image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .nav-link:active, .navigation .mobile-menu .menu-item.login-button section.two-image-text-box .text-box .nav-link:active, section.two-image-text-box .text-box .hbspt-form .hs-button:active, .hbspt-form section.two-image-text-box .text-box .hs-button:active, section.two-image-text-box .text-box .btn.active, section.two-image-text-box .text-box .footer .newsletter .actions input.active.hs-button[type=submit], .footer .newsletter .actions section.two-image-text-box .text-box input.active.hs-button[type=submit], section.two-image-text-box .text-box .navigation .menu .menu-item.login-button > .active.nav-link, .navigation .menu section.two-image-text-box .text-box .menu-item.login-button > .active.nav-link, section.two-image-text-box .text-box .navigation .mobile-menu .menu-item.login-button .active.nav-link, .navigation .mobile-menu .menu-item.login-button section.two-image-text-box .text-box .active.nav-link, section.two-image-text-box .text-box .hbspt-form .active.hs-button, .hbspt-form section.two-image-text-box .text-box .active.hs-button {
    color: #ffffff;
    background: var(--color-persian-blue);
  }
}
section.two-image-text-box .text-box-container {
  margin-top: -15%;
}
@media print, screen and (max-width: 63.99875em) {
  section.two-image-text-box .text-box-container {
    margin-top: -20%;
  }
}
section.two-image-text-box img {
  margin-bottom: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.value-card {
  background-color: var(--color-midnight-40);
  padding: var(--spacing-md) var(--spacing-md) var(--spacing-xl);
  position: relative;
}
.value-card hr {
  background-color: var(--color-accent);
  bottom: var(--spacing-md);
  border: none;
  height: 1px;
  position: absolute;
  width: calc(100% - var(--spacing-xl));
}
.value-card--alternative {
  background-color: var(--color-white) !important;
  border-radius: 0.5em;
}
.value-card--alternative .heading, .value-card--alternative #tinymce blockquote p, #tinymce blockquote .value-card--alternative p,
.value-card--alternative .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .value-card--alternative p, .value-card--alternative #tinymce h1, #tinymce .value-card--alternative h1,
.value-card--alternative .wysiwyg-content h1,
.wysiwyg-content .value-card--alternative h1, .value-card--alternative #tinymce h2, #tinymce .value-card--alternative h2,
.value-card--alternative .wysiwyg-content h2,
.wysiwyg-content .value-card--alternative h2, .value-card--alternative #tinymce h3, #tinymce .value-card--alternative h3,
.value-card--alternative .wysiwyg-content h3,
.wysiwyg-content .value-card--alternative h3, .value-card--alternative #tinymce h4, #tinymce .value-card--alternative h4,
.value-card--alternative .wysiwyg-content h4,
.wysiwyg-content .value-card--alternative h4, .value-card--alternative #tinymce h5, #tinymce .value-card--alternative h5,
.value-card--alternative .wysiwyg-content h5,
.wysiwyg-content .value-card--alternative h5, .value-card--alternative #tinymce h6, #tinymce .value-card--alternative h6,
.value-card--alternative .wysiwyg-content h6,
.wysiwyg-content .value-card--alternative h6, .value-card--alternative #cookie-notice #cn-notice-text, #cookie-notice .value-card--alternative #cn-notice-text, .value-card--alternative .sidenav-content .general-content h1, .sidenav-content .general-content .value-card--alternative h1 {
  color: var(--color-primary) !important;
}
.value-card--alternative #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .value-card--alternative .hs-input::-moz-placeholder {
  color: var(--color-primary-dark) !important;
}
.value-card--alternative .body-copy, .value-card--alternative input.input,
.value-card--alternative select.input,
.value-card--alternative .select2.select2-container.select2-container--default,
.value-card--alternative .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .value-card--alternative .select2-dropdown, .value-card--alternative .hbspt-form input.hs-input, .hbspt-form .value-card--alternative input.hs-input,
.value-card--alternative .hbspt-form select.hs-input,
.hbspt-form .value-card--alternative select.hs-input, .value-card--alternative #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .value-card--alternative .hs-form-field > label, .value-card--alternative #gated-content-modal .hs-error-msgs, #gated-content-modal .value-card--alternative .hs-error-msgs, .value-card--alternative #gated-content-modal .hs-input::placeholder, #gated-content-modal .value-card--alternative .hs-input::placeholder, .value-card--alternative #tinymce a:not(.btn), #tinymce .value-card--alternative a:not(.btn),
.value-card--alternative .wysiwyg-content a:not(.btn),
.wysiwyg-content .value-card--alternative a:not(.btn), .value-card--alternative #tinymce p, #tinymce .value-card--alternative p,
.value-card--alternative .wysiwyg-content p,
.wysiwyg-content .value-card--alternative p, .value-card--alternative .sidenav-content .general-content p, .sidenav-content .general-content .value-card--alternative p {
  color: var(--color-primary-dark) !important;
}
.value-card--alternative b, .value-card--alternative em, .value-card--alternative strong {
  color: var(--color-primary) !important;
}

.video-module .heading, .video-module #tinymce blockquote p, #tinymce blockquote .video-module p,
.video-module .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .video-module p, .video-module #tinymce h1, #tinymce .video-module h1,
.video-module .wysiwyg-content h1,
.wysiwyg-content .video-module h1, .video-module #tinymce h2, #tinymce .video-module h2,
.video-module .wysiwyg-content h2,
.wysiwyg-content .video-module h2, .video-module #tinymce h3, #tinymce .video-module h3,
.video-module .wysiwyg-content h3,
.wysiwyg-content .video-module h3, .video-module #tinymce h4, #tinymce .video-module h4,
.video-module .wysiwyg-content h4,
.wysiwyg-content .video-module h4, .video-module #tinymce h5, #tinymce .video-module h5,
.video-module .wysiwyg-content h5,
.wysiwyg-content .video-module h5, .video-module #tinymce h6, #tinymce .video-module h6,
.video-module .wysiwyg-content h6,
.wysiwyg-content .video-module h6, .video-module #cookie-notice #cn-notice-text, #cookie-notice .video-module #cn-notice-text, .video-module .sidenav-content .general-content h1, .sidenav-content .general-content .video-module h1 {
  margin-bottom: var(--spacing-xl);
}
@media print, screen and (min-width: 64em) {
  .video-module .heading, .video-module #tinymce blockquote p, #tinymce blockquote .video-module p,
  .video-module .wysiwyg-content blockquote p,
  .wysiwyg-content blockquote .video-module p, .video-module #tinymce h1, #tinymce .video-module h1,
  .video-module .wysiwyg-content h1,
  .wysiwyg-content .video-module h1, .video-module #tinymce h2, #tinymce .video-module h2,
  .video-module .wysiwyg-content h2,
  .wysiwyg-content .video-module h2, .video-module #tinymce h3, #tinymce .video-module h3,
  .video-module .wysiwyg-content h3,
  .wysiwyg-content .video-module h3, .video-module #tinymce h4, #tinymce .video-module h4,
  .video-module .wysiwyg-content h4,
  .wysiwyg-content .video-module h4, .video-module #tinymce h5, #tinymce .video-module h5,
  .video-module .wysiwyg-content h5,
  .wysiwyg-content .video-module h5, .video-module #tinymce h6, #tinymce .video-module h6,
  .video-module .wysiwyg-content h6,
  .wysiwyg-content .video-module h6, .video-module #cookie-notice #cn-notice-text, #cookie-notice .video-module #cn-notice-text, .video-module .sidenav-content .general-content h1, .sidenav-content .general-content .video-module h1 {
    margin-bottom: var(--spacing-2xl);
  }
}
.video-module iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.zig-zag-component .content-wrapper {
  padding-top: 160px;
  padding-bottom: 211px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.zig-zag-component .content-wrapper.no-title {
  padding-top: 80px;
  padding-bottom: 80px;
}
.zig-zag-component .zig-zag-title-heading {
  margin-bottom: 154px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-title-heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row {
    align-items: unset;
    position: relative;
  }
}
.zig-zag-component .zig-zag-row:not(:last-of-type) {
  margin-bottom: 175px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .lines-pattern-container {
    max-width: 268px;
    margin-left: -80px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .zig-zag-component .lines-pattern-container {
    margin-left: -20px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .lines-pattern-container svg {
    width: 268px;
    height: 125px;
  }
}
.zig-zag-component .zig-zag-row-text .h4, .zig-zag-component .zig-zag-row-text #tinymce h3, #tinymce .zig-zag-component .zig-zag-row-text h3,
.zig-zag-component .zig-zag-row-text .wysiwyg-content h3,
.wysiwyg-content .zig-zag-component .zig-zag-row-text h3, .zig-zag-component .zig-zag-row-text #tinymce h4, #tinymce .zig-zag-component .zig-zag-row-text h4,
.zig-zag-component .zig-zag-row-text .wysiwyg-content h4,
.wysiwyg-content .zig-zag-component .zig-zag-row-text h4 {
  text-transform: none;
}
.zig-zag-component .zig-zag-row-text .zig-zag-row-title {
  padding-bottom: 26px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-text .zig-zag-row-title {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.zig-zag-component .zig-zag-row-text .zig-zag-row-body {
  padding-bottom: 83px;
  font-weight: 300;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-text .zig-zag-row-body {
    padding-bottom: 0;
    margin-bottom: 34px;
    padding-right: 45px;
  }
}
.zig-zag-component .zig-zag-row-media {
  right: 0;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
}
.zig-zag-component .zig-zag-row-media.api {
  top: 25px;
  width: 260px;
  height: 230px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-media.api {
    top: 17px;
    right: -6%;
    width: 100px;
    height: 90px;
  }
}
.zig-zag-component .zig-zag-row-media.threat {
  top: 20px;
  right: -30%;
  width: 350px;
  height: 250px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-media.threat {
    top: 13px;
    right: -26%;
    width: 200px;
    height: 100px;
  }
}
.zig-zag-component .zig-zag-row-media.binoculars {
  top: -10px;
  width: 370px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-media.binoculars {
    top: 5px;
    right: -8%;
    width: 150px;
  }
}
.zig-zag-component .zig-zag-row-media.flashlight {
  top: 35px;
  width: 335px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-media.flashlight {
    top: 13px;
    right: -13%;
    width: 155px;
  }
}
.zig-zag-component .zig-zag-row-media.safe {
  top: 28px;
  width: 300px;
  height: 240px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-media.safe {
    top: 11px;
    right: -10%;
    height: 98px;
    width: 110px;
  }
}
.zig-zag-component .zig-zag-row-media.shield {
  width: 300px;
}
@media print, screen and (max-width: 63.99875em) {
  .zig-zag-component .zig-zag-row-media.shield {
    right: -5%;
    width: 110px;
  }
}
.zig-zag-component .zig-zag-row-media .lottie-animation {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .zig-zag-row-text {
    margin-left: 100px;
    padding: 40px 66px 0 0;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .zig-zag-row-media.api {
    left: 20%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .zig-zag-row-media.binoculars {
    left: 10%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .zig-zag-row-media.flashlight {
    left: 5%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .zig-zag-row-media.safe {
    left: 25%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .zig-zag-row-media.shield {
    left: 20%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .zig-zag-row-media.threat {
    left: 7%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .lines-pattern-container {
    right: 0;
    text-align: right;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row:not(.reversed) .lines-pattern-container > svg {
    transform: translateX(38%);
  }
}
@media print, screen and (min-width: 64em) {
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed {
    justify-content: center;
    flex-direction: row-reverse;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .zig-zag-row-text {
    transform: translateX(80px);
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .zig-zag-row-media.api {
    right: 30%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .zig-zag-row-media.binoculars {
    right: 10%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .zig-zag-row-media.safe, .zig-zag-component .zig-zag-content .zig-zag-row.reversed .zig-zag-row-media.flashlight {
    right: 28%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .zig-zag-row-media.shield {
    right: 30%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .zig-zag-row-media.threat {
    right: 15%;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .lines-pattern-container {
    left: 0;
  }
  .zig-zag-component .zig-zag-content .zig-zag-row.reversed .lines-pattern-container > svg {
    transform: translateX(-38%);
  }
}

.error404 {
  background: #ffffff;
}
.error404 .page-404 {
  padding-top: 195px;
  padding-bottom: 203px;
}
@media print, screen and (max-width: 63.99875em) {
  .error404 .page-404 {
    padding-top: 41px;
    padding-bottom: 81px;
  }
}
.error404 .page-404 .heading:not(.h3), .error404 .page-404 #tinymce blockquote p:not(.h3), #tinymce blockquote .error404 .page-404 p:not(.h3),
.error404 .page-404 .wysiwyg-content blockquote p:not(.h3),
.wysiwyg-content blockquote .error404 .page-404 p:not(.h3), .error404 .page-404 #tinymce h1:not(.h3), #tinymce .error404 .page-404 h1:not(.h3),
.error404 .page-404 .wysiwyg-content h1:not(.h3),
.wysiwyg-content .error404 .page-404 h1:not(.h3), .error404 .page-404 #tinymce h2:not(.h3), #tinymce .error404 .page-404 h2:not(.h3),
.error404 .page-404 .wysiwyg-content h2:not(.h3),
.wysiwyg-content .error404 .page-404 h2:not(.h3), .error404 .page-404 #tinymce h3:not(.h3), #tinymce .error404 .page-404 h3:not(.h3),
.error404 .page-404 .wysiwyg-content h3:not(.h3),
.wysiwyg-content .error404 .page-404 h3:not(.h3), .error404 .page-404 #tinymce h4:not(.h3), #tinymce .error404 .page-404 h4:not(.h3),
.error404 .page-404 .wysiwyg-content h4:not(.h3),
.wysiwyg-content .error404 .page-404 h4:not(.h3), .error404 .page-404 #tinymce h5:not(.h3), #tinymce .error404 .page-404 h5:not(.h3),
.error404 .page-404 .wysiwyg-content h5:not(.h3),
.wysiwyg-content .error404 .page-404 h5:not(.h3), .error404 .page-404 #tinymce h6:not(.h3), #tinymce .error404 .page-404 h6:not(.h3),
.error404 .page-404 .wysiwyg-content h6:not(.h3),
.wysiwyg-content .error404 .page-404 h6:not(.h3), .error404 .page-404 #cookie-notice #cn-notice-text:not(.h3), #cookie-notice .error404 .page-404 #cn-notice-text:not(.h3), .error404 .page-404 .sidenav-content .general-content h1:not(.h3), .sidenav-content .general-content .error404 .page-404 h1:not(.h3) {
  color: var(--color-primary);
}
.error404 .page-404 #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .error404 .page-404 .hs-input::-moz-placeholder {
  max-width: 451px;
}
.error404 .page-404 .body-copy, .error404 .page-404 input.input,
.error404 .page-404 select.input,
.error404 .page-404 .select2.select2-container.select2-container--default,
.error404 .page-404 .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .error404 .page-404 .select2-dropdown, .error404 .page-404 .hbspt-form input.hs-input, .hbspt-form .error404 .page-404 input.hs-input,
.error404 .page-404 .hbspt-form select.hs-input,
.hbspt-form .error404 .page-404 select.hs-input, .error404 .page-404 #gated-content-modal fieldset .hs-form-field > label, #gated-content-modal fieldset .error404 .page-404 .hs-form-field > label, .error404 .page-404 #gated-content-modal .hs-error-msgs, #gated-content-modal .error404 .page-404 .hs-error-msgs, .error404 .page-404 #gated-content-modal .hs-input::placeholder, #gated-content-modal .error404 .page-404 .hs-input::placeholder, .error404 .page-404 #tinymce a:not(.btn), #tinymce .error404 .page-404 a:not(.btn),
.error404 .page-404 .wysiwyg-content a:not(.btn),
.wysiwyg-content .error404 .page-404 a:not(.btn), .error404 .page-404 #tinymce p, #tinymce .error404 .page-404 p,
.error404 .page-404 .wysiwyg-content p,
.wysiwyg-content .error404 .page-404 p, .error404 .page-404 .sidenav-content .general-content p, .sidenav-content .general-content .error404 .page-404 p {
  max-width: 451px;
}
.error404 .page-404 .btn, .error404 .page-404 .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .error404 .page-404 input.hs-button[type=submit], .error404 .page-404 .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .error404 .page-404 .menu-item.login-button > .nav-link, .error404 .page-404 .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .error404 .page-404 .nav-link, .error404 .page-404 .hbspt-form .hs-button, .hbspt-form .error404 .page-404 .hs-button {
  margin-top: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .error404 .page-404 .btn, .error404 .page-404 .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .error404 .page-404 input.hs-button[type=submit], .error404 .page-404 .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .error404 .page-404 .menu-item.login-button > .nav-link, .error404 .page-404 .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .error404 .page-404 .nav-link, .error404 .page-404 .hbspt-form .hs-button, .hbspt-form .error404 .page-404 .hs-button {
    margin-top: 47px;
  }
}
.error404 .page-404 #gated-content-modal .hs-input::-moz-placeholder, #gated-content-modal .error404 .page-404 .hs-input::-moz-placeholder {
  margin-top: 33px;
}
.error404 .page-404 .h3,
.error404 .page-404 .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .error404 .page-404 p, .error404 .page-404 #tinymce h2, #tinymce .error404 .page-404 h2,
.error404 .page-404 .wysiwyg-content h2,
.wysiwyg-content .error404 .page-404 h2,
.error404 .page-404 .body-copy,
.error404 .page-404 input.input,
.error404 .page-404 select.input,
.error404 .page-404 .select2.select2-container.select2-container--default,
.error404 .page-404 .select2-container.select2-container--default.select2-container--open .select2-dropdown,
.select2-container.select2-container--default.select2-container--open .error404 .page-404 .select2-dropdown,
.error404 .page-404 .hbspt-form input.hs-input,
.hbspt-form .error404 .page-404 input.hs-input,
.error404 .page-404 .hbspt-form select.hs-input,
.hbspt-form .error404 .page-404 select.hs-input,
.error404 .page-404 #gated-content-modal fieldset .hs-form-field > label,
#gated-content-modal fieldset .error404 .page-404 .hs-form-field > label,
.error404 .page-404 #gated-content-modal .hs-error-msgs,
#gated-content-modal .error404 .page-404 .hs-error-msgs,
.error404 .page-404 #gated-content-modal .hs-input::placeholder,
#gated-content-modal .error404 .page-404 .hs-input::placeholder,
.error404 .page-404 #tinymce a:not(.btn),
#tinymce .error404 .page-404 a:not(.btn),
.error404 .page-404 .wysiwyg-content a:not(.btn),
.wysiwyg-content .error404 .page-404 a:not(.btn),
.error404 .page-404 #tinymce p,
#tinymce .error404 .page-404 p,
.error404 .page-404 .wysiwyg-content p,
.wysiwyg-content .error404 .page-404 p,
.error404 .page-404 .sidenav-content .general-content p,
.sidenav-content .general-content .error404 .page-404 p {
  margin-top: 33px;
}
.error404 .background-container {
  top: 0;
  right: 0;
  width: 45%;
  z-index: -1;
  overflow: hidden;
  min-width: 317px;
  position: absolute;
  margin-right: -80px;
  background: var(--color-spring-wood);
  height: calc(100vh - 109px);
}
@media print, screen and (max-width: 63.99875em) {
  .error404 .background-container {
    width: 60%;
    height: 317px;
    margin-top: 24px;
    margin-left: auto;
    overflow: visible;
    position: relative;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .error404 .background-container {
    width: 80%;
    margin-right: -60px;
  }
}
.error404 .background-container svg {
  left: 25%;
  top: 160px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .error404 .background-container svg {
    right: 0;
    top: unset;
    left: unset;
    width: 100%;
    bottom: 16px;
  }
}
.error404 .background-container img.ab-illustration {
  top: 70px;
  left: -24%;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 629px;
  max-height: 465px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 63.99875em) {
  .error404 .background-container img.ab-illustration {
    top: 0;
    left: -120px;
    max-width: 377px;
    max-height: 279px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  body.home .learn-more {
    background: var(--color-spring-wood) !important;
  }
}

.styleguide .buttons {
  margin: 60px 0;
}
.styleguide .buttons .btn-container {
  padding: 30px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.styleguide .colors {
  padding-top: 60px;
}
.styleguide .colors .color-palette {
  display: flex;
  flex-wrap: wrap;
}
.styleguide .colors .offset-handle {
  margin: 0 -8px;
}
.styleguide .colors .color-box {
  width: 150px;
  height: 150px;
  padding: 16px;
  display: flex;
  margin: 8px 8px 0;
  justify-content: space-around;
}
@media print, screen and (max-width: 47.99875em) {
  .styleguide .colors .color-box {
    width: 140px;
  }
}
.styleguide .colors .color-box.wider {
  width: 300px;
}
.styleguide .colors .color-box .heading, .styleguide .colors .color-box #tinymce blockquote p, #tinymce blockquote .styleguide .colors .color-box p,
.styleguide .colors .color-box .wysiwyg-content blockquote p,
.wysiwyg-content blockquote .styleguide .colors .color-box p, .styleguide .colors .color-box #tinymce h1, #tinymce .styleguide .colors .color-box h1,
.styleguide .colors .color-box .wysiwyg-content h1,
.wysiwyg-content .styleguide .colors .color-box h1, .styleguide .colors .color-box #tinymce h2, #tinymce .styleguide .colors .color-box h2,
.styleguide .colors .color-box .wysiwyg-content h2,
.wysiwyg-content .styleguide .colors .color-box h2, .styleguide .colors .color-box #tinymce h3, #tinymce .styleguide .colors .color-box h3,
.styleguide .colors .color-box .wysiwyg-content h3,
.wysiwyg-content .styleguide .colors .color-box h3, .styleguide .colors .color-box #tinymce h4, #tinymce .styleguide .colors .color-box h4,
.styleguide .colors .color-box .wysiwyg-content h4,
.wysiwyg-content .styleguide .colors .color-box h4, .styleguide .colors .color-box #tinymce h5, #tinymce .styleguide .colors .color-box h5,
.styleguide .colors .color-box .wysiwyg-content h5,
.wysiwyg-content .styleguide .colors .color-box h5, .styleguide .colors .color-box #tinymce h6, #tinymce .styleguide .colors .color-box h6,
.styleguide .colors .color-box .wysiwyg-content h6,
.wysiwyg-content .styleguide .colors .color-box h6, .styleguide .colors .color-box #cookie-notice #cn-notice-text, #cookie-notice .styleguide .colors .color-box #cn-notice-text, .styleguide .colors .color-box .sidenav-content .general-content h1, .sidenav-content .general-content .styleguide .colors .color-box h1 {
  margin: 0;
}
.styleguide .colors .color-box .color-description {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.styleguide .typography table {
  border: 1px solid #cacaca;
}
.styleguide .typography table tr td {
  padding: 0 16px;
}
.styleguide .typography table tr td:first-of-type {
  background: var(--color-alabaster);
}
.styleguide .white {
  color: #ffffff;
}
.styleguide .bg-black {
  background: #000000;
}
.styleguide .bg-blue {
  background: var(--color-primary);
}
.styleguide .no-bg {
  background: none !important;
}

.page-template-broker-knowledge-center {
  background: #ffffff;
}
.page-template-broker-knowledge-center .generic-hero-arrow-pattern {
  top: 75%;
  background: none;
}
.page-template-broker-knowledge-center section.generic-hero {
  padding-bottom: 74px;
}

.page-template-page-calculators .generic-hero {
  padding-bottom: 124px;
}
.page-template-page-calculators section.calculators {
  background: var(--color-primary);
  padding-bottom: 80px;
  padding-top: 40px;
}
.page-template-page-calculators section.calculators .grid {
  padding-bottom: 48px;
}
.page-template-page-calculators section.calculators > .grid-x > .cell {
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-calculators section.calculators .calculators-tabs {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -80px;
  width: 100%;
}
.page-template-page-calculators section.calculators .calculators-tabs a {
  background: #f8f5f0;
  color: var(--color-primary);
  float: left;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  width: auto;
}
.page-template-page-calculators section.calculators .calculators-tabs a.active {
  background: var(--color-primary);
  color: #fff;
}
.page-template-page-calculators section.calculators .heading.h2, .page-template-page-calculators section.calculators #tinymce blockquote p.h2, #tinymce blockquote .page-template-page-calculators section.calculators p.h2,
.page-template-page-calculators section.calculators .wysiwyg-content blockquote p.h2,
.wysiwyg-content blockquote .page-template-page-calculators section.calculators p.h2, .page-template-page-calculators section.calculators #tinymce h1.h2, #tinymce .page-template-page-calculators section.calculators h1.h2,
.page-template-page-calculators section.calculators .wysiwyg-content h1.h2,
.wysiwyg-content .page-template-page-calculators section.calculators h1.h2, .page-template-page-calculators section.calculators #tinymce h2.h2, #tinymce .page-template-page-calculators section.calculators h2.h2,
.page-template-page-calculators section.calculators .wysiwyg-content h2.h2,
.wysiwyg-content .page-template-page-calculators section.calculators h2.h2, .page-template-page-calculators section.calculators #tinymce h3.h2, #tinymce .page-template-page-calculators section.calculators h3.h2,
.page-template-page-calculators section.calculators .wysiwyg-content h3.h2,
.wysiwyg-content .page-template-page-calculators section.calculators h3.h2, .page-template-page-calculators section.calculators #tinymce h4.h2, #tinymce .page-template-page-calculators section.calculators h4.h2,
.page-template-page-calculators section.calculators .wysiwyg-content h4.h2,
.wysiwyg-content .page-template-page-calculators section.calculators h4.h2, .page-template-page-calculators section.calculators #tinymce h5.h2, #tinymce .page-template-page-calculators section.calculators h5.h2,
.page-template-page-calculators section.calculators .wysiwyg-content h5.h2,
.wysiwyg-content .page-template-page-calculators section.calculators h5.h2, .page-template-page-calculators section.calculators #tinymce h6.h2, #tinymce .page-template-page-calculators section.calculators h6.h2,
.page-template-page-calculators section.calculators .wysiwyg-content h6.h2,
.wysiwyg-content .page-template-page-calculators section.calculators h6.h2, .page-template-page-calculators section.calculators #cookie-notice .h2#cn-notice-text, #cookie-notice .page-template-page-calculators section.calculators .h2#cn-notice-text, .page-template-page-calculators section.calculators .sidenav-content .general-content h1.h2, .sidenav-content .general-content .page-template-page-calculators section.calculators h1.h2 {
  color: #fff;
  margin-bottom: 44px;
}
.page-template-page-calculators section.calculators h4.heading, .page-template-page-calculators section.calculators #tinymce h4, #tinymce .page-template-page-calculators section.calculators h4,
.page-template-page-calculators section.calculators .wysiwyg-content h4,
.wysiwyg-content .page-template-page-calculators section.calculators h4, .page-template-page-calculators section.calculators #cookie-notice h4#cn-notice-text, #cookie-notice .page-template-page-calculators section.calculators h4#cn-notice-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-primary);
  margin: 0 0 16px;
}
.page-template-page-calculators section.calculators .calculator-canvas {
  background: #fff;
  padding: 44px 48px 0;
}
.page-template-page-calculators section.calculators .calculator-canvas p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
.page-template-page-calculators section.calculators .calculator-canvas .grid {
  -moz-column-gap: 48px;
       column-gap: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
}
.page-template-page-calculators section.calculators .calculator-canvas .select2 {
  border: 0;
  border-bottom: 1px solid #e9e6e0;
  display: none;
}
.page-template-page-calculators section.calculators .calculator-canvas .top-label {
  color: #919191;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.page-template-page-calculators section.calculators #industry-selector-desktop {
  position: relative;
  visibility: hidden;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .selection {
  border-bottom: 1px solid #e9e6e0;
  cursor: pointer;
  display: block;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  padding: 0 12px 5px 0;
  min-height: 46px;
  color: #191919;
  outline: none;
  width: 100%;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .selection:after {
  content: " ";
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  right: 0;
  margin-top: -2px;
  position: absolute;
  top: 12px;
  width: 0;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 7px 0;
  z-index: 8;
  border: 1px solid #e9e6e0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown {
  display: block;
  position: relative;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu a,
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown-title {
  display: block;
  font-weight: 300;
  line-height: 22px;
  font-size: 16px;
  color: #919191;
  padding: 5px 24px;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu a:hover,
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown-title:hover {
  background: #f2f2f2;
  color: #000;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown:hover .dropdown-title {
  background: #f2f2f2;
  color: #000;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu a {
  cursor: pointer;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown-title:after {
  content: " ";
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #919191;
  border-style: solid;
  right: 12px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown-title:hover:after {
  border-color: transparent transparent transparent #000;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown-wrap {
  display: none;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  padding: 7px 0;
  width: 240px;
  left: 100%;
  top: -7px;
  z-index: 9;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .menu .dropdown:hover .dropdown-wrap {
  display: block;
}
.page-template-page-calculators section.calculators #industry-selector-desktop .dropdown-item {
  display: none;
}
.page-template-page-calculators section.calculators .calculator-progress-bar {
  display: none;
  background: rgba(32, 32, 238, 0.15);
  border-radius: 8px;
  height: 16px;
  margin-top: 48px;
  position: relative;
}
.page-template-page-calculators section.calculators .calculator-progress-bar span {
  background: var(--color-primary);
  border-radius: 8px;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease-in-out;
  width: 0;
}
.page-template-page-calculators section.calculators .btn-wrap {
  text-align: center;
}
.page-template-page-calculators section.calculators .btn-wrap .btn, .page-template-page-calculators section.calculators .btn-wrap .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .page-template-page-calculators section.calculators .btn-wrap input.hs-button[type=submit], .page-template-page-calculators section.calculators .btn-wrap .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .page-template-page-calculators section.calculators .btn-wrap .menu-item.login-button > .nav-link, .page-template-page-calculators section.calculators .btn-wrap .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .page-template-page-calculators section.calculators .btn-wrap .nav-link, .page-template-page-calculators section.calculators .btn-wrap .hbspt-form .hs-button, .hbspt-form .page-template-page-calculators section.calculators .btn-wrap .hs-button {
  margin: 48px 0 40px;
}
.page-template-page-calculators section.calculators .btn.disabled, .page-template-page-calculators section.calculators .footer .newsletter .actions input.disabled.hs-button[type=submit], .footer .newsletter .actions .page-template-page-calculators section.calculators input.disabled.hs-button[type=submit], .page-template-page-calculators section.calculators .navigation .menu .menu-item.login-button > .disabled.nav-link, .navigation .menu .page-template-page-calculators section.calculators .menu-item.login-button > .disabled.nav-link, .page-template-page-calculators section.calculators .navigation .mobile-menu .menu-item.login-button .disabled.nav-link, .navigation .mobile-menu .menu-item.login-button .page-template-page-calculators section.calculators .disabled.nav-link, .page-template-page-calculators section.calculators .hbspt-form .disabled.hs-button, .hbspt-form .page-template-page-calculators section.calculators .disabled.hs-button {
  background: rgba(var(--color-blue), 0.15);
}
.page-template-page-calculators section.calculators .step2 {
  display: none;
}
.page-template-page-calculators section.calculators .step2 .estimate {
  color: var(--color-primary);
  font-size: 64px;
  font-weight: 700;
  margin: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-page-calculators section.calculators .step2 .estimate {
    text-align: center;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-template-page-calculators section.calculators .step2 .estimate {
    font-size: 40px;
  }
}
.page-template-page-calculators section.calculators .step2 .estimate-description {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-page-calculators section.calculators .step2 .estimate-description {
    text-align: center;
  }
}
.page-template-page-calculators section.calculators .step2 .cols {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 44px;
  padding-top: 24px;
}
.page-template-page-calculators section.calculators .step2 .cols .col:last-child {
  padding-top: 24px;
  text-align: right;
}
.page-template-page-calculators .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
  right: 0;
}
.page-template-page-calculators .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
  font-size: 16px;
  min-height: 45px;
  height: auto;
  line-height: 1.25;
  padding: 0;
}
.page-template-page-calculators .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #191919;
  min-height: 45px;
  height: auto;
  line-height: 24px;
  text-overflow: none;
  white-space: normal;
}
.page-template-page-calculators .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option {
  color: #919191;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  padding: 0;
}
.page-template-page-calculators .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option div {
  padding: 8px 16px;
}
.page-template-page-calculators .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option[aria-disabled=true] {
  font-weight: 400;
}
.page-template-page-calculators .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected] {
  color: #191919;
}
.page-template-page-calculators .ui-slider {
  display: block;
  height: 16px;
  margin: 0 0;
  position: relative;
}
.page-template-page-calculators .ui-slider:before,
.page-template-page-calculators .ui-slider .ui-slider-range:before {
  background: #e9e6e0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: -1px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.page-template-page-calculators .ui-slider .ui-slider-handle {
  background: var(--color-primary);
  border-radius: 8px;
  cursor: default;
  cursor: pointer;
  height: 16px;
  outline: none;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 2;
  touch-action: none;
}
.page-template-page-calculators .ui-slider .ui-slider-range {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.page-template-page-calculators .ui-slider .ui-slider-range:before {
  background: var(--color-primary);
}
.page-template-page-calculators .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}
.page-template-page-calculators .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.page-template-page-calculators .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.page-template-page-calculators .revenue-slider {
  color: #999;
  font-size: 11px;
  position: relative;
}
.page-template-page-calculators .revenue-slider label {
  display: none;
  color: #191919;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-template-page-calculators .revenue-slider .legend {
  display: none;
}
.page-template-page-calculators .revenue-slider input {
  border: 0;
  padding: 0;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 10px;
  font-size: 16px;
  color: #191919;
  outline: none;
  width: 100%;
}
.page-template-page-calculators .revenue-slider input::-moz-placeholder {
  color: #191919;
}
.page-template-page-calculators .revenue-slider input::placeholder {
  color: #191919;
}
.page-template-page-calculators .faq {
  padding: 0 48px;
}
.page-template-page-calculators .expander .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  padding: 20px 48px 20px 0;
  position: relative;
}
.page-template-page-calculators .expander .title .icon {
  position: absolute;
  right: 20px;
  top: 19px;
}
.page-template-page-calculators .expander .title .icon.icon-collapse {
  display: none;
}
.page-template-page-calculators .expander .content {
  display: none;
  font-size: 12px;
  line-height: 1.25;
  padding: 0 0 20px 48px;
}
.page-template-page-calculators .expander--expanded .title .icon.icon-collapse {
  display: block;
}
.page-template-page-calculators .expander--expanded .title .icon.icon-expand {
  display: none;
}
.page-template-page-calculators .quote {
  background: #00005f;
  margin: 28px 0 0 0;
  padding: 42px 48px;
  position: relative;
  z-index: 2;
}
.page-template-page-calculators .quote blockquote {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.167;
  margin: 0 0 8px;
  padding: 0;
}
.page-template-page-calculators .quote cite {
  color: #b3d7ff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  padding-left: 14px;
  position: relative;
}
.page-template-page-calculators .calculators-legal {
  background: var(--color-primary);
  color: #b3d7ff;
  margin: -84px -48px 0;
  padding: 104px 48px 0;
  position: relative;
  z-index: 1;
}
.page-template-page-calculators .tabbed-content.data-breach #content article > .body_content {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.page-template-page-calculators .tabbed-content.data-breach .footer-disclaimer {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-page-calculators section.calculators .calculator-canvas {
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-template-page-calculators section.calculators .calculator-canvas .grid {
    display: block;
  }
  .page-template-page-calculators section.calculators .calculator-canvas .grid .industry-select {
    margin-bottom: 44px;
  }
  .page-template-page-calculators section.calculators .calculator-canvas .select2 {
    display: block;
  }
  .page-template-page-calculators section.calculators #industry-selector-desktop {
    display: none;
  }
  .page-template-page-calculators section.calculators .step2 .cols {
    display: block;
    margin-bottom: 32px;
  }
  .page-template-page-calculators section.calculators .step2 .cols .col:last-child {
    text-align: center;
  }
  .page-template-page-calculators section.calculators .faq {
    padding: 0;
  }
  .page-template-page-calculators section.calculators .quote {
    padding: 28px 32px;
  }
  .page-template-page-calculators section.calculators .quote blockquote {
    font-size: 24px;
  }
  .page-template-page-calculators section.calculators .quote cite {
    font-size: 12px;
  }
  .page-template-page-calculators section.calculators .quote cite:before {
    font-size: 12px;
  }
  .page-template-page-calculators section.calculators .legal {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.search-component {
  padding-top: 24px;
  padding-bottom: 80px;
  position: relative;
  min-height: calc(100vh - 109px);
}
@media print, screen and (max-width: 63.99875em) {
  .search-component {
    min-height: calc(100vh - 56px);
  }
}
.search-component .background-container {
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 572px;
  position: absolute;
  background: #ffffff;
}
.search-component .back-button {
  cursor: pointer;
  margin-bottom: 32px;
}
.search-component #options {
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .search-component #options {
    margin-top: 8px;
  }
}
.search-component #filters-dropdown {
  width: 100%;
  outline: none;
  color: var(--color-cloudy);
  font-size: 2rem;
  text-align: left;
  padding: 13px 18px;
  line-height: 2.8rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  border: 1px solid var(--color-cararra);
  font-weight: 300;
}
.search-component #filters-dropdown.open svg {
  transform: rotate(180deg);
}
.search-component .dropdown {
  display: none;
}
.search-component .dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-component .dropdown-visible {
  right: 0;
  top: 56px;
  width: 305px;
  display: block;
  background: #ffffff;
  position: absolute;
  border: 1px solid var(--color-cararra);
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .search-component .dropdown-visible {
    width: 289px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .search-component .dropdown-visible {
    left: 0;
    width: 100%;
  }
}
.search-component .dropdown-visible svg {
  transform: rotate(180deg);
}
.search-component .option-select {
  overflow: scroll;
  max-height: 371px;
}
@media print, screen and (max-width: 81.24875em) {
  .search-component .option-select {
    max-height: 271px;
  }
}
.search-component .header {
  color: var(--color-chicago);
  padding: 13px 18px 8px;
}
.search-component .header hr.solid {
  margin-top: 8px;
  border: 1px solid var(--color-cararra);
}
.search-component .btn-container {
  display: flex;
  padding: 13px 18px;
  justify-content: center;
  border-top: 1px solid var(--color-cararra);
}
.search-component .btn-container .btn, .search-component .btn-container .footer .newsletter .actions input.hs-button[type=submit], .footer .newsletter .actions .search-component .btn-container input.hs-button[type=submit], .search-component .btn-container .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .search-component .btn-container .menu-item.login-button > .nav-link, .search-component .btn-container .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .search-component .btn-container .nav-link, .search-component .btn-container .hbspt-form .hs-button, .hbspt-form .search-component .btn-container .hs-button {
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
  display: inline-block;
}
.search-component .filter-list {
  padding: 0;
  list-style: none;
}
.search-component .filter-list .filter-item .filter-label {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 18px;
}
.search-component .filter-list .filter-item label > input[type=checkbox] {
  display: none;
}
.search-component .filter-list .filter-item label > input[type=checkbox] + *::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 16px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--color-cararra);
}
.search-component .filter-list .filter-item label > input[type=checkbox]:checked + *::before {
  color: white;
  display: flex;
  background: var(--color-primary);
  border-radius: 2px;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  content: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25073 6.875L4.87573 9.125L10.1257 3.875' stroke='white' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
}
.search-component .filter-list .filter-item .filter-text {
  display: flex;
  color: var(--color-cloudy);
  cursor: pointer;
  align-items: center;
}
.search-component .filter-list .filter-item .count {
  display: none;
}
.search-component .pill-list {
  padding: 0;
  display: flex;
  list-style: none;
}
.search-component .pill-list .category-label {
  display: none;
}
.search-component .pill-list .pill {
  font-size: 1.4rem;
  padding: 12px 23px;
  line-height: 1.7rem;
  display: inline-block;
  font-weight: 700;
}
.search-component .pill-list .pill .delete {
  margin-left: 8px;
  font-weight: 700;
}
.search-component .pill-list li span + span {
  margin-top: 24px;
  margin-right: 16px;
}
.search-component .result-list {
  padding: 0;
  list-style-type: none;
}
.search-component .stats-container {
  margin: 32px 0;
  text-align: center;
}
@media print, screen and (max-width: 81.24875em) {
  .search-component .stats-container {
    margin: 40px 0;
  }
}
.search-component .stats-container p {
  color: var(--color-chicago);
}
.search-component .next > a,
.search-component .prev > a {
  display: block !important;
}
.search-component .search-container {
  opacity: 1;
  transition: opacity 0.7s;
}
.search-component.loading .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-20px);
}
.search-component.loading .search-container {
  opacity: 0;
}
.search-component .loader-container {
  display: none;
}

.single-article-content {
  background: #ffffff;
  position: relative;
  /**
   * Article styles
   */
  /**
   * FAQ and Case Studies styles
   */
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content {
    padding-top: 0;
  }
}
.single-article-content .post-blue-triangle-pattern {
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  max-width: 300px;
  display: none;
}
@media print, screen and (min-width: 48em) {
  .single-article-content .post-blue-triangle-pattern {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .single-article-content .post-blue-triangle-pattern {
    max-width: 100%;
  }
}
.single-article-content .hero .hero-wrapper {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .single-article-content .hero .hero-wrapper {
    flex-direction: row;
  }
}
.single-article-content .hero .article-text {
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .single-article-content .hero .article-text {
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content .hero .article-text {
    order: 2;
    margin-top: 40px;
  }
}
.single-article-content .hero .article-text .post-type-name {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content .hero .article-text .hero-title {
    margin-top: 30px;
  }
}
.single-article-content .hero .article-text .subtitle {
  max-width: 24em;
  margin-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .single-article-content .hero .article-text .subtitle {
    margin-top: 60px;
    max-width: 26em;
  }
}
.single-article-content .hero .article-text .topics {
  flex-wrap: wrap;
  margin-top: 10px;
  max-width: 470px;
}
.single-article-content .hero .article-text .topics .btn--secondary, .single-article-content .hero .article-text .topics .navigation .menu .menu-item.login-button > .nav-link, .navigation .menu .single-article-content .hero .article-text .topics .menu-item.login-button > .nav-link, .single-article-content .hero .article-text .topics .navigation .mobile-menu .menu-item.login-button .nav-link, .navigation .mobile-menu .menu-item.login-button .single-article-content .hero .article-text .topics .nav-link {
  margin-top: 30px;
  font-size: 1.4rem;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 700;
}
.single-article-content .hero .article-image {
  height: 440px;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .single-article-content .hero .article-image {
    order: 1;
    height: 216px;
  }
}
.single-article-content .hero .article-image .hero-background {
  z-index: 0;
  right: -80px;
  width: 500px;
  height: 400px;
  bottom: -100px;
  position: absolute;
}
@media print, screen and (max-width: 81.24875em) {
  .single-article-content .hero .article-image .hero-background {
    width: 80%;
    height: 70%;
    right: -20px;
    bottom: -20px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .single-article-content .hero .article-image .hero-background {
    bottom: 0;
    width: 220px;
    right: -20px;
    height: 178px;
  }
}
.single-article-content .hero .article-image .hero-video {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 10px;
  padding-bottom: 56%;
  height: 0;
  width: 100%;
}
.single-article-content .hero .article-image .hero-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content .hero .article-image .hero-video {
    margin-right: 0;
    max-width: none;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .single-article-content .hero .article-image .hero-video {
    right: -20px;
  }
}
.single-article-content .hero .article-image .hero-image {
  top: 0;
  z-index: 1;
  right: 10px;
  max-width: 523px;
  display: contents;
  max-height: 440px;
  text-align: right;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content .hero .article-image .hero-image {
    margin-right: 0;
    max-width: none;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .single-article-content .hero .article-image .hero-image {
    right: -20px;
  }
}
.single-article-content .hero .article-image .hero-image .image {
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content .hero .article-image .hero-image .image {
    width: 100%;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .single-article-content .hero .article-image .hero-image .image {
    max-height: 223px;
  }
}
.single-article-content .author {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
}
@media print, screen and (min-width: 48em) {
  .single-article-content .author {
    align-items: center;
  }
}
.single-article-content .faq-content {
  margin-top: 50px !important;
  padding-bottom: 240px !important;
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content .faq-content {
    padding: 0 20px 80px 20px !important;
  }
}
.single-article-content .content .author .avatar img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.single-article-content .content .author .no-avatar {
  margin-left: 0;
}
.single-article-content .content .metadata {
  display: flex;
  align-items: center;
  margin-top: var(--spacing-sm);
}
.single-article-content .content .separator {
  background-color: var(--color-friar-gray);
  margin: 0 var(--spacing-sm);
  min-height: 20px;
  width: 1px;
}
.single-article-content .content .wysiwyg-content {
  margin-top: 36px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content .content .wysiwyg-content {
    margin-top: 70px;
  }
}
.single-article-content--article .content {
  margin: 150px auto 0;
}
@media print, screen and (max-width: 63.99875em) {
  .single-article-content--article .content {
    margin-top: 100px;
    padding: 0 80px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .single-article-content--article .content {
    padding: 0 20px 100px;
  }
}
.single-article-content--article .post-blue-triangle-pattern {
  top: auto;
  bottom: 0;
}
.single-article-content--article .wysiwyg-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-article-content--article .entry {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
@media print, screen and (min-width: 64em) {
  .single-article-content--article .entry {
    flex-direction: row;
    gap: var(--spacing-xl);
  }
}
.single-article-content--article .entry__sidebar {
  min-width: 260px;
}
.single-article-content--article .entry__sidebar-inner {
  display: flex;
  flex-direction: column;
  width: 260px;
}
.single-article-content--article .entry__sidebar-inner.js-is-sticky {
  position: fixed !important;
}
.single-article-content--article .entry__sidebar-item {
  font-weight: var(--font-weight-thin);
  margin: 0;
  padding: var(--spacing-sm) 0;
}
.single-article-content--article .entry__sidebar-item:not(:first-of-type) {
  border-top: 1px solid var(--color-ghost-60);
}
.single-article-content--article .entry__sidebar-link {
  font-weight: inherit;
}
.single-article-content--article .entry__sidebar-link.active {
  font-weight: var(--font-weight-medium);
}
.single-article-content--article .entry__content {
  padding-bottom: var(--spacing-xl);
}
.single-article-content--faq, .single-article-content--case_study {
  padding-bottom: 90px;
  padding-top: 90px;
}
.single-article-content--faq .content, .single-article-content--case_study .content {
  max-width: 840px;
  margin: 150px auto 0;
}
.single-article-content--faq .side-pattern-container, .single-article-content--case_study .side-pattern-container {
  left: -100px;
  position: absolute;
}
@media print, screen and (max-width: 81.24875em) {
  .single-article-content--faq .side-pattern-container, .single-article-content--case_study .side-pattern-container {
    display: none;
  }
}

.single-article .swiper-container {
  height: auto;
  max-height: 520px;
}
.single-article .news-card {
  min-height: 420px;
}
.single-article .news-card .read-more {
  margin-top: auto !important;
}

.single-webinar > .grid-container {
  padding-top: 90px;
  background: #ffffff;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar > .grid-container {
    padding-top: 0;
  }
}
.single-webinar .post-blue-triangle-pattern {
  right: 0;
  top: -46px;
  z-index: 1;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .post-blue-triangle-pattern {
    display: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-text {
    order: 2;
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-text .hero-title {
    margin-top: 30px;
  }
}
.single-webinar .hero .webinar-text .subtitle {
  margin-top: 60px;
  max-width: 400px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-text .subtitle {
    margin-top: 40px;
  }
}
.single-webinar .hero .webinar-text .topics {
  flex-wrap: wrap;
  margin-top: 10px;
  max-width: 470px;
}
.single-webinar .hero .webinar-text .topics .topic-item {
  margin-top: 30px;
  font-size: 1.4rem;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 700;
}
.single-webinar .hero .webinar-text .webinar-date-container {
  margin-top: 50px;
  color: var(--color-friar-gray);
  padding-bottom: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-text .webinar-date-container {
    margin-top: 60px;
    padding-bottom: 24px;
  }
}
.single-webinar .hero .webinar-text .webinar-description-container {
  margin-bottom: 88px;
  padding-right: 120px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-text .webinar-description-container {
    padding-right: 0;
  }
}
.single-webinar .hero .webinar-image {
  height: 440px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-image {
    display: none;
  }
}
.single-webinar .hero .webinar-image .hero-background {
  z-index: 0;
  right: -80px;
  width: 500px;
  height: 400px;
  bottom: -100px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-image .hero-background {
    display: none;
  }
}
.single-webinar .hero .webinar-image .hero-image {
  top: 0;
  z-index: 1;
  right: 10px;
  height: 440px;
  position: absolute;
}
.single-webinar .hero .webinar-image .hero-image .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .hero .webinar-image .hero-image {
    right: -20px;
    position: relative;
  }
}
.single-webinar .content {
  padding: 201px 0 140px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .content {
    padding: 134px 0 80px;
  }
}
.single-webinar .content .embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 543px;
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .single-webinar .content .embed-container {
    height: 360px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .single-webinar .content .embed-container {
    height: 210px;
  }
}
.single-webinar .content .embed-container iframe,
.single-webinar .content .embed-container object,
.single-webinar .content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-webinar .content .webinar-blue-background-container {
  top: -90px;
  right: 0;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .content .webinar-blue-background-container {
    top: -54px;
  }
}
.single-webinar .content .webinar-lines-pattern-container {
  z-index: -1;
  right: -30px;
  bottom: -145px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .content .webinar-lines-pattern-container {
    right: 0;
  }
  .single-webinar .content .webinar-lines-pattern-container svg {
    width: 151px;
    height: 173px;
  }
}
.single-webinar .webinar-speakers {
  background: #ffffff;
  padding: 107px 0 176px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .webinar-speakers {
    padding: 40px 0;
  }
}
.single-webinar .webinar-speakers .webinar-title-container {
  margin-bottom: 61px;
}
.single-webinar .webinar-speakers .webinar-title-container .webinar-speaker-title-separator {
  left: 80px;
  width: 547px;
  position: absolute;
  border: 1px solid var(--color-cararra);
}
@media print, screen and (max-width: 47.99875em) {
  .single-webinar .webinar-speakers .webinar-title-container .webinar-speaker-title-separator {
    left: 20px;
    width: 246px;
  }
}
.single-webinar .webinar-speakers .speaker {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-around;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .webinar-speakers .speaker {
    display: block;
    margin-bottom: 40px;
  }
}
.single-webinar .webinar-speakers .speaker .speaker-image-container {
  height: 200px;
  flex-direction: row;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .webinar-speakers .speaker .speaker-image-container {
    height: 235px;
    margin-bottom: 16px;
  }
}
.single-webinar .webinar-speakers .speaker .speaker-image-container .speaker-image {
  width: 100%;
  height: 100%;
  max-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .single-webinar .webinar-speakers .speaker .speaker-image-container .speaker-image {
    max-width: unset;
  }
}
.single-webinar .webinar-speakers .speaker .speaker-info {
  padding-right: 60px;
}
.single-webinar .webinar-speakers .speaker .speaker-info * {
  margin-bottom: 12px;
}

@media print, screen and (min-width: 64em) {
  body.page-for-brokers section.generic-hero .generic-hero-left-column {
    margin-top: 194px;
  }
}
body.page-for-brokers section.cpt-cards-layout {
  margin: auto;
  max-width: 144em;
  background: #ffffff;
}
body.page-for-brokers section.cpt-cards-layout .bullet_list {
  margin-top: 0;
}

.single-document > .grid-container {
  padding-top: 90px;
  background: #ffffff;
  padding-bottom: 46px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document > .grid-container {
    padding-top: 100px;
  }
}
.single-document .document-arrow-pattern {
  right: 0;
  bottom: -205px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .document-arrow-pattern {
    display: none;
  }
}
.single-document .hero {
  margin-top: 46px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero {
    margin-top: 0;
  }
}
.single-document .hero .document-text {
  padding-right: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-text {
    margin-top: 40px;
    padding-right: 0;
  }
}
.single-document .hero .document-text .subtitle {
  margin-top: 60px;
  max-width: 400px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-text .subtitle {
    margin-top: 40px;
  }
}
.single-document .hero .document-text .topics {
  flex-wrap: wrap;
  margin-top: 10px;
  max-width: 470px;
}
.single-document .hero .document-text .topics .topic-item {
  margin-top: 30px;
  font-size: 1.4rem;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 700;
}
.single-document .hero .document-text .mobile-document-cover {
  margin-top: 65px;
}
.single-document .hero .document-text .document-description-container {
  margin-top: 50px;
  margin-bottom: 45px;
  padding-right: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-text .document-description-container {
    padding-right: 0;
  }
}
.single-document .hero .document-text .document-download-container {
  margin-bottom: 130px;
}
.single-document .hero .document-cover {
  padding: 80px 80px 0;
  background: var(--color-primary);
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-cover {
    padding: 52px 52px 21px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-cover .document-cover-container svg {
    height: 219px;
    width: 227px;
  }
}
.single-document .hero .document-cover .document-cover-container .document-date {
  margin-top: 66px;
  margin-bottom: 33px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-cover .document-cover-container .document-date {
    margin-top: 39px;
    margin-bottom: 0;
  }
}
.single-document .hero .document-cover .document-logo-container {
  top: 57.5px;
  right: 47.5px;
  position: absolute;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-cover .document-logo-container {
    top: 30px;
    right: 30px;
  }
}
.single-document .hero .document-cover .document-logo-container svg {
  width: 47px;
  height: 25px;
}
.single-document .hero .document-cover .document-cover-title {
  margin-top: 80px;
  padding-right: 95px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-document .hero .document-cover .document-cover-title {
    margin-top: 52px;
  }
}

.page-tech-eo section.learn-more {
  background: var(--color-spring-wood);
}

.page-cyber-insurance section.learn-more {
  background: var(--color-spring-wood);
}

.side-nav-content {
  padding-top: 92px;
}
@media print, screen and (max-width: 63.99875em) {
  .side-nav-content {
    padding-top: 80px;
  }
}
.side-nav-content .line-separator {
  border: 1px solid var(--color-cararra);
}
.side-nav-content .sticky-menu {
  width: 180px;
}
@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .side-nav-content .sticky-menu {
    width: 165px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .side-nav-content .sticky-menu {
    display: none;
  }
}
.side-nav-content .sticky-menu a {
  margin-bottom: 15px;
}
.side-nav-content .sticky-menu.stickied {
  position: fixed;
  top: calc(100px + 109px);
}
.side-nav-content .sticky-menu.stick-bottom {
  bottom: 0;
  top: auto;
  position: absolute;
}
.side-nav-content .wysiwyg-content {
  padding-left: 15px;
}
@media print, screen and (max-width: 47.99875em) {
  .side-nav-content .wysiwyg-content {
    padding-left: 0;
  }
}
.side-nav-content .menu-mobile {
  top: 100px;
  bottom: 110px;
  left: -26px;
  position: absolute;
}
@media print, screen and (min-width: 64em) {
  .side-nav-content .menu-mobile {
    display: none;
  }
}
.side-nav-content .menu-mobile .sticky-menu {
  transform: rotate(90deg);
}
.side-nav-content .menu-mobile .sticky-menu.stickied {
  width: 112px;
  position: fixed;
  top: calc(48px + 109px);
}
.side-nav-content .menu-mobile .scroll-buttons {
  height: 60px;
  width: 112px;
  display: flex;
  background: var(--color-primary);
  position: relative;
}
.side-nav-content .menu-mobile .scroll-buttons .scroll-button {
  width: 50%;
  outline: none;
}
.side-nav-content .menu-mobile .scroll-buttons .scroll-button:first-of-type:after {
  content: "";
  left: 50%;
  width: 1px;
  height: 39px;
  position: absolute;
  background: var(--color-dodger-blue);
}
.side-nav-content .background-container {
  top: -8rem;
  right: -8rem;
  position: absolute;
  width: calc(100% + 50px);
  background: var(--color-spring-wood);
}
@media print, screen and (max-width: 63.99875em) {
  .side-nav-content .background-container {
    right: 0;
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .side-nav-content hr {
    display: none;
  }
}

.single-press-release {
  padding-bottom: 75px;
  padding-top: 75px;
  position: relative;
}
.single-press-release .post-shape-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-press-release .article-text {
  padding-right: 100px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-press-release .article-text {
    padding-right: 0;
  }
}
.single-press-release .article-text .release-date {
  margin-bottom: 20px;
}
.single-press-release .taxonomy-term {
  color: var(--color-primary);
}
@media print, screen and (max-width: 63.99875em) {
  .single-press-release .article-image {
    position: relative;
  }
}
.single-press-release .article-image svg {
  top: 500px;
  right: 30px;
  position: absolute;
}
.single-press-release .article-image .image {
  max-width: 520px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-press-release .article-image .image {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0 20px 0 58px;
  }
}
.single-press-release .article-image .hero-image {
  z-index: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .single-press-release .article-image .hero-image {
    margin-top: 100px;
  }
}
.single-press-release .article-image .hero-background {
  right: 0;
  top: 100px;
  z-index: 0;
  width: 500px;
  height: 1000px;
  background: var(--color-primary);
  position: absolute;
}
.single-press-release .arrow-down {
  padding-top: 40px;
}
@media print, screen and (min-width: 64em) {
  .single-press-release .arrow-down {
    padding-top: 180px;
  }
}

.text-single-content {
  z-index: 2;
  margin-top: 50px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .text-single-content .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.text-single-content .content-text .contact-info {
  margin-top: 50px;
}
.text-single-content .content-text .contact-info .contact-info-field {
  margin-top: 25px;
  padding-top: 20px;
  font-size: 1.4rem;
  border-top: 1px solid var(--color-cararra);
}

.text-single-content .content-text {
  margin-left: -8rem;
  padding: 100px 108px 120px 188px;
}

@media print, screen and (max-width: 63.99875em) {
  .page-modern-risk-management section.parallax-content {
    background: #ffffff !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-modern-risk-management section.parallax-content .background-pattern.square_stripes {
    bottom: 0;
    top: auto;
    transform: translate(30%, 60%);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .page-modern-risk-management section.parallax-content .reversed .background-pattern.square_stripes {
    transform: translate(-30%, 60%);
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-modern-risk-management section.sliding-content {
    background: #ffffff;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .page-modern-risk-management section.learn-more {
    padding-top: 0;
  }
}

.topic-navigation {
  top: 109px;
  z-index: 9;
  width: 100%;
  padding: 32px 0;
  position: fixed;
  transition: all 350ms cubic-bezier(0.12, 1, 0.78, 0.97);
}
@media print, screen and (max-width: 63.99875em) {
  .topic-navigation {
    top: 56px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .topic-navigation {
    padding: 17px 0;
  }
}
.topic-navigation-container {
  position: relative;
}
.topic-navigation.sticky-hidden {
  position: fixed;
}
@media print, screen and (min-width: 64em) {
  .topic-navigation.sticky-hidden {
    transform: translateY(-125%);
  }
}
.topic-navigation .navigation-container {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.topic-navigation .navigation-container .nav-list {
  width: 90%;
}
.topic-navigation .navigation-container .mobile-navigation {
  width: 80%;
}
.topic-navigation .navigation-container .mobile-navigation .select2 {
  width: 100% !important;
}
.topic-navigation .navigation-container .mobile-navigation .select2 .select2-selection__rendered {
  color: var(--color-dark-gray) !important;
}
.topic-navigation .navigation-container .search-nav-container {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .topic-navigation .navigation-container .search-nav-container {
    margin-left: 36px;
    width: calc(10% - 36px);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .topic-navigation .navigation-container .search-nav-container {
    width: auto;
  }
}
.topic-navigation .navigation-container .search-nav-container .search-nav-btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.topic-navigation .nav-container {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.topic-navigation .nav-link {
  margin-right: 40px;
}
.topic-navigation .nav-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.topic-navigation .nav-link.active {
  color: var(--color-primary);
  text-decoration: underline;
}
.topic-navigation .search-modal {
  top: 32px;
  display: none;
  padding: 24px;
  height: 100px;
  max-width: 1280px;
  background: #ffffff;
  position: absolute;
  width: calc(100% - 160px);
  box-shadow: 1px 0 50px 0 rgba(var(--color-chicago), 0.08);
}
@media print, screen and (max-width: 63.99875em) {
  .topic-navigation .search-modal {
    top: 64px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .topic-navigation .search-modal {
    height: auto;
    padding: 16px;
    width: calc(100% - 40px);
  }
}
.topic-navigation .search-modal.open {
  display: flex;
}
.topic-navigation .search-modal .input-container {
  width: 100%;
  z-index: 12;
  display: flex;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .topic-navigation .search-modal .input-container {
    display: block;
  }
}
.topic-navigation .search-modal .input-container .input--search {
  padding-right: 45px;
}
.topic-navigation .search-modal .input-container .search-close {
  width: 16px;
  right: 128px;
  height: 16px;
  display: none;
  position: absolute;
}
.topic-navigation .search-modal .input-container .search-close.active {
  height: 100%;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 47.99875em) {
  .topic-navigation .search-modal .input-container .search-close.active {
    top: 19px;
    right: 19px;
    height: auto;
  }
}
.topic-navigation .search-modal .input-container .search-btn {
  font-size: 1.4rem;
}
@media print, screen and (max-width: 47.99875em) {
  .topic-navigation .search-modal .input-container .search-btn {
    width: 100%;
    margin-top: 8px;
    max-height: 56px;
    justify-content: center;
  }
}
.topic-navigation .search-modal .input-container .search-btn:disabled {
  background: var(--color-baby-gray);
}
.topic-navigation .search-modal .overlay {
  background: transparent;
}
.topic-navigation .search-modal .overlay.active {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.knowledge-center-header {
  padding: 106px 0 40px;
}
.knowledge-center-header .hero-description {
  color: var(--color-chicago);
  padding-top: 40px;
}

/**
 * Aspect Ratio
 *
 * Group: Utilities
 *
 * link: https://twitter.com/csswizardry/status/1267046214069030912
 */
@supports (padding-top: calc(var(--height) / var(--width) * 100%)) {
  .u-aspect-ratio {
    --width: 16;
    --height: 9;
    position: relative;
    background-size: cover;
  }
  .u-aspect-ratio::after {
    content: "";
    display: block;
    padding-top: calc(var(--height) / var(--width) * 100%);
  }
  .u-aspect-ratio > div,
  .u-aspect-ratio > img,
  .u-aspect-ratio > video,
  .u-aspect-ratio > iframe {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100% !important;
  }
}

.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary.before::before {
  background-color: var(--color-primary);
}
.bg-primary.after::after {
  background-color: var(--color-primary);
}

.bg-primary-dark {
  background-color: var(--color-primary-dark);
}
.bg-primary-dark.before::before {
  background-color: var(--color-primary-dark);
}
.bg-primary-dark.after::after {
  background-color: var(--color-primary-dark);
}

.bg-light {
  background-color: var(--color-white);
}
.bg-light.before::before {
  background-color: var(--color-white);
}
.bg-light.after::after {
  background-color: var(--color-white);
}

.bg-ghost {
  background-color: var(--color-ghost);
}
.bg-ghost.before::before {
  background-color: var(--color-ghost);
}
.bg-ghost.after::after {
  background-color: var(--color-ghost);
}

.bg-alabaster {
  background-color: var(--color-alabaster);
}
.bg-alabaster.before::before {
  background-color: var(--color-alabaster);
}
.bg-alabaster.after::after {
  background-color: var(--color-alabaster);
}

.bg-spring-wood {
  background-color: var(--color-spring-wood);
}
.bg-spring-wood.before::before {
  background-color: var(--color-spring-wood);
}
.bg-spring-wood.after::after {
  background-color: var(--color-spring-wood);
}

[class*=bg-].before {
  position: relative;
}
[class*=bg-].before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-90%);
  z-index: -1;
}

[class*=bg-].after {
  position: relative;
}
[class*=bg-].after::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(90%);
  z-index: -1;
}

.text-dark {
  color: var(--color-dark) !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-primary-dark {
  color: var(--color-primary-dark) !important;
}

.text-light,
.text-white {
  color: var(--color-white) !important;
}

.text-ghost {
  color: var(--color-ghost) !important;
}

.text-alabaster {
  color: var(--color-alabaster) !important;
}

.text-spring-wood {
  color: var(--color-spring-wood) !important;
}

.text-accent {
  color: var(--color-accent) !important;
}

/**
 * Container
 *
 * Group: Utilities
 */
:root {
  --max-width--4xs: 400px;
  --max-width--3xs: 480px;
  --max-width--2xs: 540px;
  --max-width--xs: 672px;
  --max-width--sm: 840px;
  --max-width--md: 980px;
  --max-width--lg: 1160px;
  --max-width--xl: 1280px;
  --max-width--2xl: 1440px;
  --max-width: 1180px;
}

.u-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  padding-left: var(--spacing-md);
  padding-right: var(--spacing-md);
  position: relative;
  width: 100%;
  z-index: 1;
}
.u-container--xs {
  max-width: var(--max-width--xs);
}
.u-container--sm {
  max-width: var(--max-width--sm);
}
.u-container--md {
  max-width: var(--max-width--md);
}
.u-container--lg {
  max-width: var(--max-width--lg);
}
.u-container--xl {
  max-width: var(--max-width--xl);
}
.u-container--2xl {
  max-width: var(--max-width--2xl);
}

/**
 * Grid
 *
 * Group: Utilities
 */
.u-grid {
  grid-auto-rows: max-content;
  grid-template-columns: var(--grid-template-columns);
  row-gap: var(--grid-gap);
  /*
   *
   * GRID NO. COLUMNS
   *
   */
  /* 2-columns */
  /* 3-columns */
  /* 4-columns */
  /* 3/2-columns */
  /* 5-columns */
  /* 6-columns */
  /*
   *
   * GRID COLUMN GAP
   *
   */
  /*
   *
   * GRID ROW GAP
   *
   */
}
.u-grid::before, .u-grid::after {
  content: "";
  display: table;
}
.u-grid::after {
  clear: both;
}
.u-grid > * {
  float: left;
  margin-right: var(--gap-horizontal);
  margin-bottom: var(--gap-vertical);
}
@supports (grid-area: auto) {
  .u-grid {
    display: grid;
    grid-column-gap: var(--gap-horizontal);
    grid-row-gap: var(--gap-vertical);
  }
  .u-grid::after, .u-grid::before {
    content: none;
  }
  .u-grid > * {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.u-grid > * {
  width: 100%;
  grid-column: auto/span 12;
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-2 > * {
    grid-column: auto/span 6;
  }
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-3 > * {
    grid-column: auto/span 6;
  }
}
@media print, screen and (min-width: 64em) {
  .u-grid--col-3 > * {
    grid-column: auto/span 4;
  }
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-4 > * {
    grid-column: auto/span 6;
  }
}
@media print, screen and (min-width: 64em) {
  .u-grid--col-4 > * {
    grid-column: auto/span 3;
  }
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-32 > * {
    grid-column: auto/span 6;
  }
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-32 > *:nth-child(5) {
    grid-column-start: 4;
  }
}
@media print, screen and (min-width: 64em) {
  .u-grid--col-32 > * {
    grid-column: auto/span 4;
  }
  .u-grid--col-32 > *:nth-child(4) {
    grid-column-start: 3;
  }
  .u-grid--col-32 > *:nth-child(5) {
    grid-column-start: 7;
  }
}
@media print, screen and (min-width: 64em) {
  .u-grid--col-5 {
    grid-template-columns: var(--grid-template-columns-5);
  }
}
.u-grid--col-5 > * {
  grid-column: auto/span 12;
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-5 > * {
    grid-column: auto/span 6;
  }
  .u-grid--col-5 > *:nth-child(5) {
    grid-column-start: 4;
  }
}
@media print, screen and (min-width: 64em) {
  .u-grid--col-5 > * {
    grid-column: auto/span 1;
  }
  .u-grid--col-5 > *:nth-child(5) {
    grid-column-start: 5;
  }
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-6 > * {
    grid-column: auto/span 6;
  }
}
@media print, screen and (min-width: 48em) {
  .u-grid--col-6 > * {
    grid-column: auto/span 3;
  }
}
@media print, screen and (min-width: 64em) {
  .u-grid--col-6 > * {
    grid-column: auto/span 2;
  }
}
@media print, screen and (min-width: 48em) {
  .u-grid--column-gap-2xs {
    grid-column-gap: calc(var(--grid-gap) / 4);
  }
  .u-grid--column-gap-xs {
    grid-column-gap: calc(var(--grid-gap) / 2);
  }
  .u-grid--column-gap-sm {
    grid-column-gap: calc(var(--grid-gap) / 1.5);
  }
  .u-grid--column-gap-md {
    grid-column-gap: calc(var(--grid-gap) * 1.5);
  }
  .u-grid--column-gap-lg {
    grid-column-gap: calc(var(--grid-gap) * 2);
  }
  .u-grid--column-gap-xl {
    grid-column-gap: calc(var(--grid-gap) * 3);
  }
  .u-grid--column-gap-2xl {
    grid-column-gap: calc(var(--grid-gap) * 4);
  }
  .u-grid--column-gap-3xl {
    grid-column-gap: calc(var(--grid-gap) * 6);
  }
  .u-grid--column-gap-4xl {
    grid-column-gap: calc(var(--grid-gap) * 8);
  }
  .u-grid--column-gap-none {
    grid-column-gap: 0;
  }
}
.u-grid--row-gap-2xs {
  grid-row-gap: calc(var(--grid-gap) / 4);
}
.u-grid--row-gap-xs {
  grid-row-gap: calc(var(--grid-gap) / 2);
}
.u-grid--row-gap-sm {
  grid-row-gap: calc(var(--grid-gap) / 1.5);
}
.u-grid--row-gap-md {
  grid-row-gap: calc(var(--grid-gap) * 1.5);
}
.u-grid--row-gap-lg {
  grid-row-gap: calc(var(--grid-gap) * 2);
}
.u-grid--row-gap-xl {
  grid-row-gap: calc(var(--grid-gap) * 3);
}
.u-grid--row-gap-2xl {
  grid-row-gap: calc(var(--grid-gap) * 4);
}
.u-grid--row-gap-3xl {
  grid-row-gap: calc(var(--grid-gap) * 6);
}
.u-grid--row-gap-4xl {
  grid-row-gap: calc(var(--grid-gap) * 8);
}
.u-grid--row-gap-none {
  grid-row-gap: 0;
}

.grid-container--xl {
  max-width: 154rem;
}

/**
 * Margin
 *
 * Group: Utilities
 */
body {
  /* Zero margins */
  /* Auto margins */
  /* Vertical margins */
  /* Horizontal margins */
}
body .u-m-0 {
  margin: 0 !important;
}
body .u-mb-0 {
  margin-bottom: 0 !important;
}
body .u-mt-0 {
  margin-top: 0 !important;
}
body .u-ml-0 {
  margin-left: 0 !important;
}
body .u-mr-0 {
  margin-right: 0 !important;
}
body .u-ml-auto {
  margin-left: auto !important;
}
body .u-mr-auto {
  margin-right: auto !important;
}
body .u-mt-auto {
  margin-top: auto !important;
}
body .u-mb-auto {
  margin-bottom: auto !important;
}
body .u-mt,
body .u-mt-md {
  margin-top: var(--spacing-md) !important;
}
body .u-mt-xs {
  margin-top: var(--spacing-xs) !important;
}
body .u-mt-sm {
  margin-top: var(--spacing-sm) !important;
}
body .u-mt-lg {
  margin-top: var(--spacing-lg) !important;
}
body .u-mt-xl {
  margin-top: var(--spacing-xl) !important;
}
body .u-mt-2xl {
  margin-top: var(--spacing-2xl) !important;
}
body .u-mt-3xl {
  margin-top: var(--spacing-3xl) !important;
}
body .u-mt-4xl {
  margin-top: var(--spacing-4xl) !important;
}
body .u-mt-auto {
  margin-top: auto !important;
}
body .u-mb,
body .u-mb-md {
  margin-bottom: var(--spacing-md) !important;
}
body .u-mb-xs {
  margin-bottom: var(--spacing-xs) !important;
}
body .u-mb-sm {
  margin-bottom: var(--spacing-sm) !important;
}
body .u-mb-lg {
  margin-bottom: var(--spacing-lg) !important;
}
body .u-mb-xl {
  margin-bottom: var(--spacing-xl) !important;
}
body .u-mb-2xl {
  margin-bottom: var(--spacing-2xl) !important;
}
body .u-mb-3xl {
  margin-bottom: var(--spacing-3xl) !important;
}
body .u-mb-4xl {
  margin-bottom: var(--spacing-4xl) !important;
}
body .u-mb-auto {
  margin-bottom: auto !important;
}
body .u-ml,
body .u-ml-md {
  margin-left: var(--spacing-md) !important;
}
body .u-ml-xs {
  margin-left: var(--spacing-xs) !important;
}
body .u-ml-sm {
  margin-left: var(--spacing-sm) !important;
}
body .u-ml-lg {
  margin-left: var(--spacing-lg) !important;
}
body .u-ml-xl {
  margin-left: var(--spacing-xl) !important;
}
body .u-ml-2xl {
  margin-left: var(--spacing-2xl) !important;
}
body .u-ml-3xl {
  margin-left: var(--spacing-3xl) !important;
}
body .u-ml-4xl {
  margin-left: var(--spacing-4xl) !important;
}
body .u-ml-auto {
  margin-left: auto !important;
}
body .u-mr,
body .u-mr-md {
  margin-right: var(--spacing-md) !important;
}
body .u-mr-xs {
  margin-right: var(--spacing-xs) !important;
}
body .u-mr-sm {
  margin-right: var(--spacing-sm) !important;
}
body .u-mr-lg {
  margin-right: var(--spacing-lg) !important;
}
body .u-mr-xl {
  margin-right: var(--spacing-xl) !important;
}
body .u-mr-2xl {
  margin-right: var(--spacing-2xl) !important;
}
body .u-mr-3xl {
  margin-right: var(--spacing-3xl) !important;
}
body .u-mr-4xl {
  margin-right: var(--spacing-4xl) !important;
}
body .u-mr-auto {
  margin-right: auto !important;
}

/**
 * Margin
 *
 * Group: Utilities
 */
/* Zero paddings */
.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

/* Vertical paddings */
.u-pt,
.u-pt-md {
  padding-top: var(--spacing-md) !important;
}

.u-pt-xs {
  padding-top: var(--spacing-xs) !important;
}

.u-pt-sm {
  padding-top: var(--spacing-sm) !important;
}

.u-pt-lg {
  padding-top: var(--spacing-lg) !important;
}

.u-pt-xl {
  padding-top: var(--spacing-xl) !important;
}

.u-pt-2xl {
  padding-top: var(--spacing-2xl) !important;
}

.u-pb,
.u-pb-md {
  padding-bottom: var(--spacing-md) !important;
}

.u-pb-xs {
  padding-bottom: var(--spacing-xs) !important;
}

.u-pb-sm {
  padding-bottom: var(--spacing-sm) !important;
}

.u-pb-lg {
  padding-bottom: var(--spacing-lg) !important;
}

.u-pb-xl {
  padding-bottom: var(--spacing-xl) !important;
}

.u-pb-2xl {
  padding-bottom: var(--spacing-2xl) !important;
}

/* Horizontal paddings */
.u-pl,
.u-pl-md {
  padding-left: var(--spacing-md) !important;
}

.u-pl-xs {
  padding-left: var(--spacing-xs) !important;
}

.u-pl-sm {
  padding-left: var(--spacing-sm) !important;
}

.u-pl-lg {
  padding-left: var(--spacing-lg) !important;
}

.u-pl-xl {
  padding-left: var(--spacing-xl) !important;
}

.u-pl-2xl {
  padding-left: var(--spacing-2xl) !important;
}

.u-pr,
.u-pr-md {
  padding-right: var(--spacing-md) !important;
}

.u-pr-xs {
  padding-right: var(--spacing-xs) !important;
}

.u-pr-sm {
  padding-right: var(--spacing-sm) !important;
}

.u-pr-lg {
  padding-right: var(--spacing-lg) !important;
}

.u-pr-xl {
  padding-right: var(--spacing-xl) !important;
}

.u-pr-2xl {
  padding-right: var(--spacing-2xl) !important;
}

/**
 * Rhythm
 *
 * Group: Utilities
 */
[class*=u-rhythm] > * {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
[class*=u-rhythm] > * + * {
  margin-top: var(--spacing-md) !important;
}

[class*=u-rhythm-2xs] > * + * {
  margin-top: var(--spacing-2xs) !important;
}

[class*=u-rhythm-xs] > * + * {
  margin-top: var(--spacing-xs) !important;
}

[class*=u-rhythm-sm] > * + * {
  margin-top: var(--spacing-sm) !important;
}

[class*=u-rhythm-lg] > * + * {
  margin-top: var(--spacing-lg) !important;
}

[class*=u-rhythm-xl] > * + * {
  margin-top: var(--spacing-xl) !important;
}

[class*=u-rhythm-2xl] > * + * {
  margin-top: var(--spacing-2xl) !important;
}

[class*=u-rhythm-3xl] > * + * {
  margin-top: var(--spacing-3xl) !important;
}

[class*=u-rhythm-4xl] > * + * {
  margin-top: var(--spacing-4xl) !important;
}

/**
 * Section
 *
 * Group: Utilities
 */
.u-section {
  /* Sizes */
}
.u-section--none {
  padding-top: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .u-section--md {
    padding-top: var(--spacing-md);
    padding-bottom: var(--spacing-md);
  }
}
@media print, screen and (min-width: 48em) {
  .u-section--lg {
    padding-top: var(--spacing-lg);
    padding-bottom: var(--spacing-lg);
  }
}
.u-section--xl {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}
@media print, screen and (min-width: 48em) {
  .u-section--xl {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.u-section--2xl {
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
@media print, screen and (min-width: 48em) {
  .u-section--2xl {
    padding-top: var(--spacing-2xl);
    padding-bottom: var(--spacing-2xl);
  }
}
.u-section--3xl {
  padding-top: var(--spacing-2xl);
  padding-bottom: var(--spacing-2xl);
}
@media print, screen and (min-width: 48em) {
  .u-section--3xl {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }
}
.u-section--4xl {
  padding-top: var(--spacing-2xl);
  padding-bottom: var(--spacing-2xl);
}
@media print, screen and (min-width: 48em) {
  .u-section--4xl {
    padding-top: var(--spacing-4xl);
    padding-bottom: var(--spacing-4xl);
  }
}

/**
 * Typography
 *
 * Group: Utilities
 */
.u-font-primary {
  font-family: var(--font-primary) !important;
}
.u-font-primary * {
  font-family: var(--font-primary) !important;
}

/* Font Sizes */
.u-fz-h1 {
  font-size: var(--h1-font-size)  !important;
  letter-spacing: var(--h1-letter-spacing)  !important;
  line-height: var(--h1-line-height)  !important;
  font-weight: var(--h1-font-weight)  !important;
}

.u-fz-h2 {
  font-size: var(--h2-font-size)  !important;
  letter-spacing: var(--h2-letter-spacing)  !important;
  line-height: var(--h2-line-height)  !important;
  font-weight: var(--h2-font-weight)  !important;
}

.u-fz-h3 {
  font-size: var(--h3-font-size)  !important;
  letter-spacing: var(--h3-letter-spacing)  !important;
  line-height: var(--h3-line-height)  !important;
  font-weight: var(--h3-font-weight)  !important;
}

.u-fz-h4 {
  font-size: var(--h4-font-size)  !important;
  letter-spacing: var(--h4-letter-spacing)  !important;
  line-height: var(--h4-line-height)  !important;
  font-weight: var(--h4-font-weight)  !important;
}

.u-fz-h5 {
  font-size: var(--h5-font-size)  !important;
  letter-spacing: var(--h5-letter-spacing)  !important;
  line-height: var(--h5-line-height)  !important;
  font-weight: var(--h5-font-weight)  !important;
}

.u-fz-h6 {
  font-size: var(--h6-font-size)  !important;
  letter-spacing: var(--h6-letter-spacing)  !important;
  line-height: var(--h6-line-height)  !important;
  font-weight: var(--h6-font-weight)  !important;
}

.u-fz-p {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
}

.u-fz-xs {
  font-size: var(--body-xsmall-font-size)  !important;
  line-height: var(--body-xsmall-line-height)  !important;
  font-weight: var(--body-xsmall-font-weight)  !important;
}

.u-fz-sm {
  font-size: var(--body-small-font-size)  !important;
  line-height: var(--body-small-line-height)  !important;
  font-weight: var(--body-font-weight)  !important;
}

.u-fz-md {
  font-size: var(--body-font-size)  !important;
  line-height: var(--body-line-height)  !important;
  font-weight: var(--body-font-weight)  !important;
}

.u-fz-lg {
  font-size: var(--body-large-font-size)  !important;
  line-height: var(--body-large-line-height)  !important;
  font-weight: var(--body-font-weight)  !important;
}

.u-fz-small-caps {
  font-size: var(--body-small-font-size)  !important;
  line-height: var(--body-small-line-height)  !important;
  font-weight: var(--font-weight-medium)  !important;
  text-transform: uppercase;
}

/* Text alignment */
.u-ta-right {
  text-align: right !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

/* Text transform */
.u-tt-up {
  text-transform: uppercase !important;
}

.u-tt-cap {
  text-transform: capitalize !important;
}

/* Font weights */
.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fw-extra-bold {
  font-weight: 800 !important;
}

.u-fw-black {
  font-weight: 900 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

/* Truncate text */
.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Highlight text */
.u-highlight {
  background-color: var(--color-primary);
}

/* Text decoration */
.u-td-n {
  text-decoration: none !important;
}
