@charset "UTF-8";

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

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.color-white,
.button.-white {
  fill: #ffffff;
  color: #ffffff;
}

.background-white {
  background-color: #ffffff;
}

svg.fill-white {
  fill: #ffffff;
}

.split-headline[class*=white-] > span:first-of-type {
  color: #ffffff;
}

.split-headline[class*=white-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #ffffff;
}

.split-headline[class*=white-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=white-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=white-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=white-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=white-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=white-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=white-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=white-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=white-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=white-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=white-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=white-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=white-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=white-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=white-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=white-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=white-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=white-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=white-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=white-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-black,
.button.-black {
  fill: #1F1C1B;
  color: #1F1C1B;
}

.background-black {
  background-color: #1F1C1B;
}

svg.fill-black {
  fill: #1F1C1B;
}

.split-headline[class*=black-] > span:first-of-type {
  color: #1F1C1B;
}

.split-headline[class*=black-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #1F1C1B;
}

.split-headline[class*=black-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=black-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=black-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=black-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=black-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=black-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=black-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=black-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=black-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=black-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=black-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=black-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=black-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=black-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=black-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=black-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=black-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=black-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=black-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=black-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-gray,
.button.-gray {
  fill: #E0E0E0;
  color: #E0E0E0;
}

.background-gray {
  background-color: #E0E0E0;
}

svg.fill-gray {
  fill: #E0E0E0;
}

.split-headline[class*=gray-] > span:first-of-type {
  color: #E0E0E0;
}

.split-headline[class*=gray-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #E0E0E0;
}

.split-headline[class*=gray-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=gray-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=gray-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=gray-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=gray-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=gray-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=gray-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=gray-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=gray-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=gray-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=gray-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=gray-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=gray-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=gray-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=gray-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=gray-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=gray-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=gray-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=gray-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=gray-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-dark-gray,
.button.-dark-gray {
  fill: #959595;
  color: #959595;
}

.background-dark-gray {
  background-color: #959595;
}

svg.fill-dark-gray {
  fill: #959595;
}

.split-headline[class*=dark-gray-] > span:first-of-type {
  color: #959595;
}

.split-headline[class*=dark-gray-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #959595;
}

.split-headline[class*=dark-gray-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=dark-gray-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=dark-gray-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=dark-gray-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=dark-gray-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=dark-gray-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=dark-gray-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=dark-gray-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=dark-gray-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=dark-gray-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=dark-gray-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=dark-gray-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=dark-gray-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=dark-gray-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=dark-gray-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=dark-gray-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=dark-gray-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=dark-gray-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=dark-gray-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=dark-gray-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-cream,
.button.-cream {
  fill: #E2D1BA;
  color: #E2D1BA;
}

.background-cream {
  background-color: #E2D1BA;
}

svg.fill-cream {
  fill: #E2D1BA;
}

.split-headline[class*=cream-] > span:first-of-type {
  color: #E2D1BA;
}

.split-headline[class*=cream-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #E2D1BA;
}

.split-headline[class*=cream-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=cream-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=cream-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=cream-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=cream-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=cream-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=cream-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=cream-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=cream-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=cream-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=cream-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=cream-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=cream-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=cream-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=cream-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=cream-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=cream-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=cream-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=cream-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=cream-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-orange,
.button.-orange {
  fill: #F24F34;
  color: #F24F34;
}

.background-orange {
  background-color: #F24F34;
}

svg.fill-orange {
  fill: #F24F34;
}

.split-headline[class*=orange-] > span:first-of-type {
  color: #F24F34;
}

.split-headline[class*=orange-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #F24F34;
}

.split-headline[class*=orange-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=orange-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=orange-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=orange-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=orange-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=orange-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=orange-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=orange-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=orange-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=orange-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=orange-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=orange-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=orange-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=orange-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=orange-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=orange-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=orange-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=orange-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=orange-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=orange-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-teal,
.button.-teal {
  fill: #1C767C;
  color: #1C767C;
}

.background-teal {
  background-color: #1C767C;
}

svg.fill-teal {
  fill: #1C767C;
}

.split-headline[class*=teal-] > span:first-of-type {
  color: #1C767C;
}

.split-headline[class*=teal-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #1C767C;
}

.split-headline[class*=teal-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=teal-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=teal-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=teal-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=teal-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=teal-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=teal-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=teal-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=teal-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=teal-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=teal-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=teal-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=teal-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=teal-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=teal-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=teal-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=teal-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=teal-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=teal-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=teal-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-moss,
.button.-moss {
  fill: #A0A88C;
  color: #A0A88C;
}

.background-moss {
  background-color: #A0A88C;
}

svg.fill-moss {
  fill: #A0A88C;
}

.split-headline[class*=moss-] > span:first-of-type {
  color: #A0A88C;
}

.split-headline[class*=moss-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #A0A88C;
}

.split-headline[class*=moss-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=moss-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=moss-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=moss-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=moss-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=moss-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=moss-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=moss-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=moss-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=moss-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=moss-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=moss-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=moss-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=moss-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=moss-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=moss-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=moss-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=moss-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=moss-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=moss-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-forest,
.button.-forest {
  fill: #757445;
  color: #757445;
}

.background-forest {
  background-color: #757445;
}

svg.fill-forest {
  fill: #757445;
}

.split-headline[class*=forest-] > span:first-of-type {
  color: #757445;
}

.split-headline[class*=forest-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #757445;
}

.split-headline[class*=forest-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=forest-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=forest-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=forest-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=forest-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=forest-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=forest-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=forest-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=forest-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=forest-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=forest-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=forest-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=forest-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=forest-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=forest-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=forest-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=forest-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=forest-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=forest-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=forest-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

.color-electric,
.button.-electric {
  fill: #CAE44A;
  color: #CAE44A;
}

.background-electric {
  background-color: #CAE44A;
}

svg.fill-electric {
  fill: #CAE44A;
}

.split-headline[class*=electric-] > span:first-of-type {
  color: #CAE44A;
}

.split-headline[class*=electric-] > span:first-of-type svg:not([class*=fill-]) {
  fill: #CAE44A;
}

.split-headline[class*=electric-][class$=-white] > span:last-of-type {
  color: #ffffff;
}

.split-headline[class*=electric-][class$=-white] > span:last-of-type svg {
  fill: #ffffff;
}

.split-headline[class*=electric-][class$=-black] > span:last-of-type {
  color: #1F1C1B;
}

.split-headline[class*=electric-][class$=-black] > span:last-of-type svg {
  fill: #1F1C1B;
}

.split-headline[class*=electric-][class$=-gray] > span:last-of-type {
  color: #E0E0E0;
}

.split-headline[class*=electric-][class$=-gray] > span:last-of-type svg {
  fill: #E0E0E0;
}

.split-headline[class*=electric-][class$=-dark-gray] > span:last-of-type {
  color: #959595;
}

.split-headline[class*=electric-][class$=-dark-gray] > span:last-of-type svg {
  fill: #959595;
}

.split-headline[class*=electric-][class$=-cream] > span:last-of-type {
  color: #E2D1BA;
}

.split-headline[class*=electric-][class$=-cream] > span:last-of-type svg {
  fill: #E2D1BA;
}

.split-headline[class*=electric-][class$=-orange] > span:last-of-type {
  color: #F24F34;
}

.split-headline[class*=electric-][class$=-orange] > span:last-of-type svg {
  fill: #F24F34;
}

.split-headline[class*=electric-][class$=-teal] > span:last-of-type {
  color: #1C767C;
}

.split-headline[class*=electric-][class$=-teal] > span:last-of-type svg {
  fill: #1C767C;
}

.split-headline[class*=electric-][class$=-moss] > span:last-of-type {
  color: #A0A88C;
}

.split-headline[class*=electric-][class$=-moss] > span:last-of-type svg {
  fill: #A0A88C;
}

.split-headline[class*=electric-][class$=-forest] > span:last-of-type {
  color: #757445;
}

.split-headline[class*=electric-][class$=-forest] > span:last-of-type svg {
  fill: #757445;
}

.split-headline[class*=electric-][class$=-electric] > span:last-of-type {
  color: #CAE44A;
}

.split-headline[class*=electric-][class$=-electric] > span:last-of-type svg {
  fill: #CAE44A;
}

@font-face {
  font-family: "Telegraf Regular";
  src: url("/assets/fonts/Telegraf-Regular.eot");
  src: url("/assets/fonts/Telegraf-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Telegraf-Regular.woff2") format("woff2"), url("/assets/fonts/Telegraf-Regular.woff") format("woff"), url("/assets/fonts/Telegraf-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.h1 {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 52px;
  line-height: 0.9615384615;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .h1 {
    font-size: 140px;
    line-height: 0.9285714286;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

@media screen and (min-width: 1000px) {
  .h1 {
    font-size: 160px;
    line-height: 0.875;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

.h2 {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 38px;
  line-height: 1.3157894737;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .h2 {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: none;
    font-weight: normal;
  }
}

.h3 {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 34px;
  line-height: 1.1764705882;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

.h4 {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: normal;
}

.p1 {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p1 {
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

.hidden,
.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.transparent {
  opacity: 0;
}

.visuallyhidden {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.no-scroll {
  position: fixed;
  overflow: hidden;
}

.clearfix:after,
.cf:after {
  content: "";
  clear: both;
  display: table;
}

.semantic-list,
.footer-nav ul,
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.button-reset,
.nav-open,
.nav-close,
.circle-button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

.button-reset:hover,
.nav-open:hover,
.nav-close:hover,
.circle-button:hover,
.button-reset:focus,
.nav-open:focus,
.nav-close:focus,
.circle-button:focus {
  outline: none;
}

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

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

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

.column {
  width: 5%;
}

.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.grid > * {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.grid.-align-right {
  flex-direction: row-reverse;
}

.grid.-align-left {
  align-items: flex-start;
}

.grid.spaced {
  margin-left: -15px;
  width: calc(100% + 30px);
}

.grid.spaced > [class*=col-] {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .grid.spaced,
  .grid.spaced-md,
  .grid.spaced-lg {
    margin-left: -40px;
    width: calc(100% + 80px);
  }

  .grid.spaced > [class*=col-],
  .grid.spaced-md > [class*=col-],
  .grid.spaced-lg > [class*=col-] {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1000px) {
  .grid.spaced-lg {
    margin-left: -80px;
    width: calc(100% + 160px);
  }

  .grid.spaced-lg > [class*=col-] {
    padding: 0 80px;
  }
}

.grid.gutter {
  padding-left: 30px;
}

.grid.gutter [class*=col-] {
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .grid.gutter {
    padding-left: 80px;
  }

  .grid.gutter [class*=col-] {
    padding-right: 80px;
  }
}

.float-grid {
  width: 100%;
}

.float-grid:after {
  content: "";
  clear: both;
  display: table;
}

.float-grid > * {
  width: 100%;
  float: none;
}

@media screen and (min-width: 768px) {
  .float-grid > * {
    float: left;
  }
}

.col-auto {
  width: auto;
  max-width: none;
  flex-basis: auto;
}

.col-1-4 {
  max-width: 25%;
  flex-basis: 25%;
}

.col-1-3 {
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
}

.col-1-2 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-2-3 {
  flex-basis: 66.6666667%;
  max-width: 66.6666667%;
}

.col-3-4 {
  flex-basis: 75%;
  max-width: 75%;
}

@media screen and (min-width: 520px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }

  .sm-full {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }

  .col-sm-1-4 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-sm-1-3 {
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-sm-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-2-3 {
    flex-basis: 66.6666667%;
    max-width: 66.6666667%;
  }

  .col-sm-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .sm-order-0 {
    order: 0;
  }

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }

  .md-full {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }

  .col-md-1-4 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-md-1-3 {
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-md-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-2-3 {
    flex-basis: 66.6666667%;
    max-width: 66.6666667%;
  }

  .col-md-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .md-order-0 {
    order: 0;
  }

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

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

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

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

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

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

@media screen and (min-width: 1000px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }

  .lg-full {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }

  .col-lg-1-4 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-lg-1-3 {
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-lg-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-2-3 {
    flex-basis: 66.6666667%;
    max-width: 66.6666667%;
  }

  .col-lg-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .lg-order-0 {
    order: 0;
  }

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

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

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

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

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

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

@media screen and (min-width: 900px) {
  .col-nav-auto {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }

  .nav-full {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }

  .col-nav-1-4 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-nav-1-3 {
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-nav-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-nav-2-3 {
    flex-basis: 66.6666667%;
    max-width: 66.6666667%;
  }

  .col-nav-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .nav-order-0 {
    order: 0;
  }

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

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

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

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

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

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

@media screen and (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }

  .xl-full {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
  }

  .col-xl-1-4 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col-xl-1-3 {
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-xl-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-2-3 {
    flex-basis: 66.6666667%;
    max-width: 66.6666667%;
  }

  .col-xl-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .xl-order-0 {
    order: 0;
  }

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

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

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

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

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

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

#breakpoint-indicator {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#breakpoint-indicator::after {
  content: "xs";
}

@media screen and (min-width: 520px) {
  #breakpoint-indicator::after {
    content: "sm";
  }
}

@media screen and (min-width: 768px) {
  #breakpoint-indicator::after {
    content: "md";
  }
}

@media screen and (min-width: 900px) {
  #breakpoint-indicator::after {
    content: "nav";
  }
}

@media screen and (min-width: 1000px) {
  #breakpoint-indicator::after {
    content: "lg";
  }
}

@media screen and (min-width: 1200px) {
  #breakpoint-indicator::after {
    content: "xl";
  }
}

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

html {
  box-sizing: border-box;
}

body {
  font-family: "Telegraf Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

body.custom-cursor a,
body.custom-cursor a:hover,
body.custom-cursor button,
body.custom-cursor button:hover,
body.custom-cursor .button,
body.custom-cursor .button:hover {
  cursor: none;
}

a {
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  max-width: 1400px;
}

.container:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 80px;
  }
}

.transition-fade {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.button {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .button {
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

.button:not(.with-icon) {
  border-bottom: 2px solid;
}

.button:hover,
.button:focus {
  outline: none;
  color: #1C767C;
}

.button:hover svg,
.button:focus svg {
  fill: #1C767C;
}

.button.with-icon span {
  position: relative;
}

.button.with-icon span::after {
  left: 0;
  width: 100%;
  content: "";
  height: 2px;
  bottom: -4px;
  position: absolute;
  border-bottom: 2px solid;
}

.button.with-icon svg {
  width: 80px;
  height: 26px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .button.with-icon span::after {
    bottom: 0;
  }
}

.circle-button {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  width: 220px;
  height: 220px;
  padding: 24px;
  text-align: left;
  border-radius: 50%;
  color: #1F1C1B;
  background-color: #F24F34;
}

.circle-button:hover {
  color: #1F1C1B;
  border-color: #E0E0E0;
  background-color: #ffffff;
}

.circle-button:hover svg {
  fill: #1F1C1B;
}

.circle-button svg {
  width: 40px;
  height: 40px;
  fill: #1F1C1B;
}

@media screen and (min-width: 768px) {
  .circle-button {
    font-family: "Telegraf Regular", sans-serif;
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
    width: 400px;
    padding: 60px;
    height: 400px;
  }

  .circle-button svg {
    width: 60px;
    height: 60px;
  }
}

.square-button {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  width: 198px;
  height: 198px;
  text-align: left;
  text-decoration: none;
  color: #1F1C1B;
  background-color: #CAE44A;
  padding: 20px 26px 20px 20px;
}

.square-button:hover {
  color: #1F1C1B;
  border-color: #E0E0E0;
  background-color: #ffffff;
}

.square-button:hover svg {
  fill: #1F1C1B;
}

.square-button svg {
  width: 36px;
  height: 36px;
  fill: #1F1C1B;
}

@media screen and (min-width: 768px) {
  .square-button {
    font-family: "Telegraf Regular", sans-serif;
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
    width: 360px;
    height: 360px;
    padding: 40px 32px 40px 36px;
  }

  .square-button svg {
    width: 60px;
    height: 60px;
  }
}

.diamond-button {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  width: 156px;
  height: 156px;
  color: #E0E0E0;
  text-decoration: none;
  transform: rotate(45deg);
  background-color: #1C767C;
  transform-origin: center center;
}

.diamond-button:hover {
  color: #1F1C1B;
  border-color: #E0E0E0;
  background-color: #ffffff;
}

.diamond-button:hover svg {
  fill: #1F1C1B;
}

.diamond-button > .-inner {
  display: flex;
  align-items: center;
  transform: rotate(-45deg);
  transform-origin: center center;
}

.diamond-button svg {
  width: 36px;
  height: 36px;
  fill: #E0E0E0;
}

@media screen and (min-width: 768px) {
  .diamond-button {
    font-family: "Telegraf Regular", sans-serif;
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
    width: 282px;
    height: 282px;
  }

  .diamond-button svg {
    width: 60px;
    height: 60px;
  }
}

body.-cursor-active #cursor {
  width: 60px;
  height: 60px;
}

#cursor {
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  z-index: 1000;
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  background-color: #F24F34;
  transform: translate3d(-50%, -50%, 0);
  transition: width 0.125s ease, height 0.125s ease;
}

form .input-group + .input-group {
  margin-top: 20px;
}

form .input-group.grid {
  justify-content: space-between;
}

form .input-group.grid > * + * {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  form .input-group.grid {
    flex-wrap: nowrap;
  }

  form .input-group.grid > * + * {
    margin-top: 0;
  }
}

form .input-wrap {
  position: relative;
}

form .input-wrap::after {
  right: 0;
  bottom: 0;
  width: 2px;
  content: "";
  height: 26px;
  position: absolute;
  background-color: #1F1C1B;
}

form .input-wrap.-focus label {
  color: #959595;
}

form input {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  width: 100%;
  border: none;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding-bottom: 15px;
  padding-right: 30px;
  border-bottom: 2px solid;
}

form input:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  form input {
    padding-right: 80px;
  }
}

form input::-webkit-input-placeholder {
  color: #959595;
}

form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}

form input:-ms-input-placeholder {
  color: #959595;
}

form label {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  transition: color 0.2s ease-out;
}

form .form-actions {
  margin-top: 50px;
}

.split-headline {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 52px;
  line-height: 0.9615384615;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .split-headline {
    font-size: 140px;
    line-height: 0.9285714286;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

@media screen and (min-width: 1000px) {
  .split-headline {
    font-size: 160px;
    line-height: 0.875;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

.split-headline > span {
  display: block;
  overflow: hidden;
}

.split-headline > span:last-of-type > span {
  transition-delay: 0.25s;
}

.split-headline > span > span {
  display: block;
  overflow: hidden;
  transition: transform 0.5s ease-out;
}

.split-headline > span svg {
  width: 0.65em;
  height: 0.65em;
  display: inline-block;
}

.split-headline > span:first-of-type {
  color: #1F1C1B;
}

.split-headline > span:first-of-type > span {
  transform: translate3d(0, 100%, 0);
}

.split-headline > span:last-of-type {
  color: #F24F34;
}

.split-headline > span:last-of-type > span {
  transform: translate3d(0, -100%, 0);
}

.split-headline[data-in-view=true] > span > span {
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 768px) {
  .split-headline {
    line-height: 1;
  }
}

.split-headline.offset-top-1 {
  margin-bottom: -62px;
  transform: translateY(-62px);
}

.split-headline.offset-top-1 > span:first-of-type > span {
  padding-bottom: 10px;
}

.split-headline.offset-top-1 > span:last-of-type > span {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .split-headline.offset-top-1 {
    margin-bottom: -140px;
    transform: translateY(-140px);
  }

  .split-headline.offset-top-1 > span:first-of-type > span {
    padding-bottom: 0;
  }

  .split-headline.offset-top-1 > span:last-of-type > span {
    padding-top: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .split-headline.offset-top-1 {
    margin-bottom: -170px;
    transform: translateY(-170px);
  }

  .split-headline.offset-top-1 > span:first-of-type > span {
    padding-bottom: 10px;
  }

  .split-headline.offset-top-1 > span:last-of-type > span {
    padding-top: 22px;
  }
}

.section-headline.animate-in {
  overflow: hidden;
}

.section-headline.animate-in > span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s ease-out;
}

.section-headline.animate-in[data-in-view=true] > span {
  transform: translate3d(0, 0, 0);
}

.section {
  position: relative;
}

.section > .container {
  z-index: 1;
}

.section .section-line {
  top: 0;
  left: 50%;
  height: 100%;
  width: 70.3819vw;
  position: absolute;
  pointer-events: none;
  max-width: 1400px;
  transform: translateX(-50%);
}

.section .section-line svg {
  top: 0;
  left: 50%;
  height: 100%;
  width: 1.5786729%;
  position: absolute;
  transform: translateX(-50%);
}

.section h1,
.section h2,
.section h3 {
  margin: 0;
}

.section .section-headline {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 52px;
  line-height: 0.9615384615;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .section .section-headline {
    font-size: 140px;
    line-height: 0.9285714286;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

@media screen and (min-width: 1000px) {
  .section .section-headline {
    font-size: 160px;
    line-height: 0.875;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

.section .section-content p,
.section .long-text p {
  margin: 0;
}

.section .section-content p + p,
.section .long-text p + p {
  margin-top: 30px;
}

.section .section-content a:hover,
.section .long-text a:hover {
  color: #1C767C;
}

.section .section-content .col-md-1-2 + .col-md-1-2,
.section .long-text .col-md-1-2 + .col-md-1-2 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .section .section-content .col-md-1-2 + .col-md-1-2,
  .section .long-text .col-md-1-2 + .col-md-1-2 {
    margin-top: 0;
  }
}

.section .section-content p {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .section .section-content p {
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

.section .long-text p {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

.section hr {
  border: none;
  margin: 40px 0;
  border-top: 3px solid;
}

.section blockquote {
  margin: 0;
  padding-top: 30px;
  border-top: 3px solid;
}

.section blockquote p {
  margin: 0;
  font-family: "Telegraf Regular", sans-serif;
  font-size: 34px;
  line-height: 1.1764705882;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .section blockquote {
    padding-top: 60px;
  }
}

.section .section-image {
  position: relative;
  margin: 30px 0;
}

.section .section-image img {
  display: block;
}

@media screen and (min-width: 768px) {
  .section .section-image {
    margin: 80px 0;
  }
}

.section .section-cta {
  margin: 0;
}

.section .section-cta.overlap {
  transform: translateY(50%);
}

.section .section-cta > *:not(.container) {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .section .section-cta > *:not(.container) {
    margin: 0;
  }
}

.background-section {
  height: 0;
  overflow: hidden;
  background-size: cover;
  padding-bottom: 111.1111%;
  background-position: center center;
}

.background-section .background-container {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 70.3819vw;
  position: absolute;
  max-width: 1400px;
  transform: translateX(-50%);
}

.background-section .y {
  left: 50%;
  width: 100%;
  bottom: 60px;
  position: absolute;
  padding-bottom: 58.4435%;
  background-color: inherit;
  transform: translateX(-49.95%);
}

.background-section .y-stem {
  top: 0;
  left: 50%;
  height: 55%;
  width: 1.5786729%;
  position: absolute;
  transform: translateX(-52%);
}

.background-section .logo-bottom {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .background-section {
    padding-bottom: 56.25%;
  }

  .background-section .y {
    top: 0;
    bottom: auto;
  }

  .background-section .y-stem {
    display: none;
  }
}

.site-header {
  top: 0;
  z-index: 2;
  width: 100%;
  position: absolute;
}

.site-header > .container {
  padding: 0;
}

.site-header .site-logo {
  margin: 0;
  z-index: 2;
  left: 20px;
  opacity: 1;
  top: 20px;
  position: absolute;
  transition: opacity 0.5s ease-out;
}

.site-header .site-logo a {
  display: inline-block;
}

.site-header .site-logo a:hover svg {
  fill: #ffffff;
}

.site-header .site-logo svg {
  width: 230px;
  height: 167px;
  vertical-align: top;
  transition: fill 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .site-header .site-logo {
    top: 43px;
  }
}

.nav-open,
.nav-close {
  padding: 0;
  cursor: pointer;
  position: absolute;
}

.nav-open svg,
.nav-close svg {
  display: block;
  fill: #1F1C1B;
}

@media screen and (min-width: 900px) {
  .nav-open,
  .nav-close {
    display: none;
  }
}

.nav-open {
  top: 17px;
  right: 20px;
  padding: 15px 5px;
}

.nav-open svg {
  width: 50px;
  height: 18px;
}

.nav-close {
  top: 15px;
  right: 25px;
  padding: 5px;
}

.nav-close svg {
  width: 40px;
  height: 40px;
}

.site-nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100vh;
  display: none;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(224, 224, 224, 0.96);
  padding: 120px 30px 30px;
}

.site-nav.-active {
  display: flex;
}

.site-nav ul li a {
  font-size: 34px;
  line-height: 1.1764705882;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  color: #F24F34;
  text-decoration: none;
}

.site-nav ul li a svg {
  width: 0.75em;
  height: 0.75em;
  fill: #F24F34;
}

.site-nav ul li + li {
  margin-top: 30px;
}

.site-nav .utility-nav {
  margin-top: 40px;
  padding: 20px 0 40px;
  border-top: 2px solid #1F1C1B;
}

.site-nav .utility-nav .neocon-link {
  text-decoration: none;
}

.site-nav .utility-nav .neocon-link svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .site-nav ul li a {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

@media screen and (min-width: 900px) {
  .site-nav {
    z-index: 0;
    height: auto;
    display: block;
    position: absolute;
    padding: 50px 0 0 269px;
    background-color: transparent;
  }

  .site-nav a {
    transition: color 0.2s ease-out, padding 0.2s ease-out;
  }

  .site-nav a:hover {
    color: #ffffff;
  }

  .site-nav ul li {
    display: inline-block;
  }

  .site-nav ul li + li {
    margin-top: 0;
    margin-left: 50px;
  }

  .site-nav ul li a {
    font-family: "Telegraf Regular", sans-serif;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
    color: #1F1C1B;
  }

  .site-nav ul li a:not(.with-icon) {
    border-bottom: 2px solid;
  }

  .site-nav ul li a:hover,
  .site-nav ul li a:focus {
    outline: none;
    color: #1C767C;
  }

  .site-nav ul li a:hover svg,
  .site-nav ul li a:focus svg {
    fill: #1C767C;
  }

  .site-nav ul li a.with-icon span {
    position: relative;
  }

  .site-nav ul li a.with-icon span::after {
    left: 0;
    width: 100%;
    content: "";
    height: 2px;
    bottom: -4px;
    position: absolute;
    border-bottom: 2px solid;
  }

  .site-nav ul li a.with-icon svg {
    width: 80px;
    height: 26px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .site-nav ul li a.with-icon span::after {
    bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .site-nav ul li a:hover {
    padding-bottom: 8px;
    color: #ffffff;
  }
}

@media screen and (min-width: 900px) {
  .site-nav ul li svg {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .site-nav ul li.nav-home {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .site-nav .utility-nav {
    top: 25px;
    margin: 0;
    padding: 0;
    right: 25px;
    border: none;
    position: absolute;
  }
}

html.is-changing .page-banner {
  overflow: visible;
}

.page-banner {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-top: 230px;
  transition: background-color 0.5s ease-out;
}

.page-banner > .container {
  z-index: 1;
  position: relative;
}

.page-banner .page-title {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 52px;
  line-height: 0.9615384615;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  z-index: 1;
  text-align: right;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-banner .page-title {
    font-size: 140px;
    line-height: 0.9285714286;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

@media screen and (min-width: 1000px) {
  .page-banner .page-title {
    font-size: 160px;
    line-height: 0.875;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

.page-banner .banner-background {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 70.3819vw;
  position: absolute;
  pointer-events: none;
  max-width: 1400px;
  transform: translateX(-50%);
  transition: background-color 0.5s ease-out;
}

.page-banner .banner-background svg {
  transition: fill 0.5s ease-out;
}

.page-banner .banner-background .y {
  left: 50%;
  z-index: 1;
  width: 100%;
  top: 60px;
  position: absolute;
  padding-bottom: 58.4435%;
  transform: translateX(-50%);
}

.page-banner .banner-background .logo-top {
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-banner .banner-background .y-stem {
  left: 50%;
  height: 2000px;
  top: 86%;
  width: 1.5786729%;
  position: absolute;
  transform: translateX(-50%);
}

.page-banner .banner-content p {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page-banner .banner-content p {
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

.page-banner .banner-content p + p {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-banner {
    padding-top: 300px;
  }

  .page-banner > .container {
    min-height: 40vw;
  }

  .page-banner .banner-background .y {
    top: 210px;
  }
}

.events-grid-container {
  padding-top: 2px;
  overflow-x: hidden;
  position: relative;
}

.events-grid-container::before,
.events-grid-container::after {
  top: -2px;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  width: 30px;
  background: #ffffff;
}

.events-grid-container::before {
  left: -2px;
}

.events-grid-container::after {
  right: -2px;
}

@media screen and (min-width: 768px) {
  .events-grid-container {
    padding-top: 3px;
  }

  .events-grid-container::before,
  .events-grid-container::after {
    top: -3px;
    width: 83px;
  }

  .events-grid-container::before {
    left: -3px;
  }

  .events-grid-container::after {
    right: -3px;
  }
}

.events-grid {
  border-bottom: 2px solid #1F1C1B;
}

@media screen and (min-width: 768px) {
  .events-grid {
    border-bottom: 0;
    margin-left: -80px;
    width: calc(100% + 169px);
  }
}

.events-grid .grid-item {
  width: 100%;
  padding: 20px 0 60px;
  background: #ffffff;
  border-top: 2px solid #1F1C1B;
}

@media screen and (min-width: 768px) {
  .events-grid .grid-item {
    width: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border: 3px solid #1F1C1B;
    padding: 20px 80px 80px;
  }

  .events-grid .grid-item:nth-of-type(2) {
    margin-top: 100px;
  }
}

.events-grid .event a:hover {
  color: #1C767C;
}

.events-grid .event .event-meta p {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}

.events-grid .event .event-meta p + p {
  margin-top: 10px;
}

.events-grid .event .event-meta .event-type svg {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.25em;
  display: inline-block;
}

.events-grid .event .event-image {
  height: 0;
  margin: 20px 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-size: cover;
  padding-bottom: 57.1428%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .events-grid .event .event-image {
    margin-bottom: 40px;
  }
}

.events-grid .event .event-title {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .events-grid .event .event-title {
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

.events-grid .event .event-body {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #1F1C1B;
}

@media screen and (min-width: 768px) {
  .events-grid .event .event-body {
    margin-top: 40px;
    padding-top: 40px;
    border-top-width: 3px;
  }
}

.events-grid .event .event-location {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .events-grid .event .event-location {
    margin-bottom: 30px;
  }
}

.events-grid .event .event-description {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .events-grid .event .event-description {
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

.events-grid .event .event-cta {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .events-grid .event .event-meta {
    display: flex;
    justify-content: space-between;
  }

  .events-grid .event .event-meta p + p {
    margin-top: 0;
  }
}

.load-more-queue {
  display: none;
}

.site-footer {
  padding: 100px 0 50px;
  background-color: #ffffff;
}

.site-footer > .container > .-top {
  margin-bottom: 110px;
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding: 120px 0 20px;
  }

  .site-footer > .container > .-top {
    margin-bottom: 170px;
  }
}

.site-footer a {
  color: #F24F34;
}

.site-footer a:hover {
  color: #1C767C;
}

.site-footer .newsletter-signup h4 {
  margin-top: 0;
}

.site-footer .newsletter-signup h4,
.site-footer .newsletter-signup p {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

.site-footer .contact-info > div p:first-of-type {
  margin-top: 0;
}

.site-footer .contact-info > div + div {
  margin-top: 40px;
}

form.newsletter {
  padding-top: 10px;
}

form.newsletter .zipcode {
  padding-right: 0;
}

form.newsletter button.submit {
  color: #F24F34;
  margin-bottom: 50px;
}

form.newsletter button.submit:hover {
  color: #1C767C;
}

.footer-nav ul > div.-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #1F1C1B;
}

.footer-nav ul li {
  padding-right: 10px;
}

.footer-nav ul li + li {
  margin-top: 20px;
}

.footer-nav ul a:hover,
.footer-nav ul a:focus {
  color: #1C767C;
}

.footer-nav ul a:not(.privacy-policy) {
  color: #1F1C1B;
  text-decoration: none;
}

.footer-nav ul a:not(.privacy-policy):hover,
.footer-nav ul a:not(.privacy-policy):focus {
  color: #1C767C;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer-nav ul > div {
    display: flex;
    justify-content: space-between;
  }

  .footer-nav ul li + li {
    margin-top: 0;
  }
}

body.home {
  background-color: #F24F34;
}

body.home *::-moz-selection {
  color: #1F1C1B;
  background-color: #F24F34;
}

body.home *::selection {
  color: #1F1C1B;
  background-color: #F24F34;
}

body.home .site-nav .nav-home a {
  color: #1F1C1B;
  border-bottom: 2px solid;
}

body.home .site-nav .nav-home a svg {
  fill: #1F1C1B;
}

body.home .footer-nav .nav-home a {
  color: #F24F34;
}

body.home .site-header .site-logo {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

body.home .page-banner {
  padding-top: 140px;
  background-color: #F24F34;
}

body.home .page-banner > .container {
  padding-bottom: 120px;
}

body.home .page-banner .banner-background {
  background-color: #F24F34;
}

body.home .page-banner .banner-background svg {
  fill: #E0E0E0;
}

body.home .page-banner .site-logo {
  margin: 0;
  z-index: 1;
  width: 100%;
  max-width: 270px;
  position: relative;
}

body.home .page-banner .site-logo .logo-container {
  width: 100%;
  position: relative;
  padding-bottom: 52.718%;
}

body.home .page-banner .site-logo .logo-container svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #1F1C1B;
}

@media screen and (min-width: 768px) {
  body.home .page-banner {
    padding-top: 160px;
  }

  body.home .page-banner > .container {
    padding-bottom: 280px;
  }

  body.home .page-banner .banner-background .y {
    top: 210px;
  }

  body.home .page-banner .site-logo {
    max-width: 690px;
    margin-left: -20px;
  }
}

@media screen and (min-width: 1000px) {
  body.home .page-banner .site-logo {
    max-width: 790px;
  }
}

body.home .intro-section {
  padding-bottom: 80px;
}

body.home .intro-section .headline-two {
  margin: 80px 0;
}

@media screen and (min-width: 768px) {
  body.home .intro-section {
    padding-bottom: 220px;
  }

  body.home .intro-section .headline-two {
    margin: 220px 0;
  }
}

body.home .riverwalk-section {
  padding-top: 20px;
}

body.home .riverwalk-section .headline-one {
  margin-bottom: 80px;
}

body.home .riverwalk-section .section-cta {
  margin-top: -59px;
}

@media screen and (min-width: 768px) {
  body.home .riverwalk-section {
    padding-top: 60px;
  }

  body.home .riverwalk-section .headline-one {
    margin-bottom: 140px;
  }

  body.home .riverwalk-section .section-cta {
    margin-top: -140px;
  }
}

body.home .design-impact-section {
  padding: 185px 0 0;
}

body.home .design-impact-section .headline-one {
  text-align: right;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  body.home .design-impact-section {
    padding-top: 400px;
  }

  body.home .design-impact-section .headline-one {
    text-align: left;
  }

  body.home .design-impact-section .section-cta {
    display: flex;
    padding-right: 58px;
    justify-content: flex-end;
  }
}

body.home .events-section {
  padding: 250px 0 80px;
}

body.home .events-section .section-headline {
  margin-bottom: 60px;
}

body.home .events-section .no-events {
  position: relative;
  padding: 30px;
  margin-bottom: 80px;
  border-top: 3px solid #1F1C1B;
  border-bottom: 3px solid #1F1C1B;
}

body.home .events-section .no-events::after {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 52px;
  line-height: 0.9615384615;
  letter-spacing: -0.02em;
  text-transform: none;
  font-weight: normal;
  left: 0;
  top: 50%;
  height: 40px;
  content: "\25CF   \25CF   \25CF";
  position: absolute;
  color: #E0E0E0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  body.home .events-section .no-events::after {
    font-size: 140px;
    line-height: 0.9285714286;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

@media screen and (min-width: 1000px) {
  body.home .events-section .no-events::after {
    font-size: 160px;
    line-height: 0.875;
    letter-spacing: -0.03em;
    text-transform: none;
    font-weight: normal;
  }
}

body.home .events-section .no-events > * {
  z-index: 1;
  position: relative;
}

body.home .events-section .no-events h5 {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 34px;
  line-height: 1.1764705882;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body.home .events-section .no-events {
    padding: 80px;
    margin-bottom: 150px;
  }

  body.home .events-section .no-events::after {
    height: 115px;
  }
}

body.home .events-section .section-cta p {
  text-align: right;
}

body.home .events-section .section-cta p a {
  color: #F24F34;
}

body.home .events-section .section-cta p a:hover {
  color: #1C767C;
}

body.home .events-section .load-more {
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  body.home .events-section {
    padding: 420px 0 120px;
  }

  body.home .events-section .seciton-headline {
    margin-bottom: 80px;
  }
}

body.home .partners-advisors-section {
  padding: 80px 0;
}

body.home .partners-advisors-section > .container > div + div {
  margin-top: 220px;
}

@media screen and (min-width: 768px) {
  body.home .partners-advisors-section > .container > div + div {
    margin-top: 220px;
  }
}

body.home .partners-advisors-section .section-headline {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 38px;
  line-height: 1.3157894737;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  body.home .partners-advisors-section .section-headline {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: none;
    font-weight: normal;
  }
}

body.home .partners-advisors-section .list > .col-md-1-2 + .col-md-1-2 {
  border-top: 2px solid #959595;
}

@media screen and (min-width: 768px) {
  body.home .partners-advisors-section .list > .col-md-1-2 + .col-md-1-2 {
    border-top: 0;
  }
}

body.home .partners-advisors-section ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

body.home .partners-advisors-section ul:not(.partner-logos) li {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
}

body.home .partners-advisors-section ul:not(.partner-logos) li a:hover,
body.home .partners-advisors-section ul:not(.partner-logos) li a:focus {
  color: #1C767C;
}

body.home .partners-advisors-section ul:not(.partner-logos) li > .-inner {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #959595;
}

body.home .partners-advisors-section ul:not(.partner-logos) li > .-inner span {
  display: block;
  margin-top: 10px;
  color: #959595;
}

body.home .partners-advisors-section ul:not(.partner-logos) li:last-of-type > .-inner {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  body.home .partners-advisors-section ul:not(.partner-logos) li:last-of-type > .-inner {
    border-bottom: 2px solid #959595;
  }
}

@media screen and (min-width: 768px) {
  body.home .partners-advisors-section {
    padding: 220px 0;
  }

  body.home .partners-advisors-section ul:not(.partner-logos) li > .-inner {
    padding-top: 20px;
  }

  body.home .partners-advisors-section ul:not(.partner-logos) li:nth-last-of-type(-n+2) > .-inner {
    border-bottom: none;
  }
}

body.home .background-section svg {
  fill: #F24F34;
}

body.riverwalk {
  background-color: #757445;
}

body.riverwalk *::-moz-selection {
  color: #CAE44A;
  background-color: #757445;
}

body.riverwalk *::selection {
  color: #CAE44A;
  background-color: #757445;
}

body.riverwalk .site-nav .nav-riverwalk a {
  color: #1F1C1B;
  border-bottom: 2px solid;
}

body.riverwalk .site-nav .nav-riverwalk a svg {
  fill: #1F1C1B;
}

@media screen and (min-width: 900px) {
  body.riverwalk .site-nav .nav-riverwalk a {
    color: #ffffff;
  }
}

body.riverwalk .footer-nav .nav-riverwalk a {
  color: #F24F34;
}

body.riverwalk .site-logo svg {
  fill: #CAE44A;
}

body.riverwalk .page-banner {
  background-color: #757445;
}

body.riverwalk .page-banner > .container {
  padding-bottom: 130px;
}

body.riverwalk .page-banner .page-title {
  color: #CAE44A;
}

body.riverwalk .page-banner .banner-background {
  background-color: #757445;
}

body.riverwalk .page-banner .banner-background svg {
  fill: #A0A88C;
}

@media screen and (min-width: 768px) {
  body.riverwalk .page-banner {
    padding-bottom: 270px;
  }
}

body.riverwalk .location-section {
  padding-bottom: 30px;
}

body.riverwalk .location-section .headline-one h2 {
  text-align: left;
}

body.riverwalk .location-section .headline-one p {
  font-family: "Telegraf Regular", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 768px) {
  body.riverwalk .location-section .headline-one p {
    font-size: 34px;
    line-height: 1.1764705882;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: normal;
  }
}

@media screen and (min-width: 768px) {
  body.riverwalk .location-section .headline-one .align-right {
    text-align: right;
  }
}

body.riverwalk .location-section .map {
  margin: 220px 0 30px;
}

body.riverwalk .location-section .map img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px) {
  body.riverwalk .location-section {
    padding-bottom: 80px;
  }

  body.riverwalk .location-section .map {
    margin: 200px 0 80px;
  }
}

body.riverwalk .about-section {
  padding: 20px 0 30px;
}

body.riverwalk .about-section .about-intro {
  margin-bottom: 80px;
}

body.riverwalk .about-section .headline-one {
  margin: 0 0 30px;
}

body.riverwalk .about-section .installation-text {
  margin-bottom: 30px;
}

body.riverwalk .about-section .installation-text .col-md-1-2 + .col-md-1-2 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  body.riverwalk .about-section {
    padding-bottom: 80px;
  }

  body.riverwalk .about-section .about-intro {
    margin-bottom: 220px;
  }

  body.riverwalk .about-section .headline-one {
    margin-bottom: 80px;
  }

  body.riverwalk .about-section .installation-text {
    margin-bottom: 80px;
  }

  body.riverwalk .about-section .installation-text .col-md-1-2 + .col-md-1-2 {
    margin-top: 0;
  }
}

body.riverwalk .design-team-section {
  padding: 80px 0;
}

body.riverwalk .design-team-section .headline-one {
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  body.riverwalk .design-team-section {
    padding: 220px 0;
  }

  body.riverwalk .design-team-section .headline-one {
    margin-bottom: 80px;
  }
}

body.riverwalk .background-section svg {
  fill: #CAE44A;
}

body.design-impact-grants {
  background-color: #E2D1BA;
}

body.design-impact-grants *::-moz-selection {
  color: #1C767C;
  background-color: #E2D1BA;
}

body.design-impact-grants *::selection {
  color: #1C767C;
  background-color: #E2D1BA;
}

body.design-impact-grants .site-nav .nav-design-impact-grants a {
  color: #1F1C1B;
  border-bottom: 2px solid;
}

body.design-impact-grants .site-nav .nav-design-impact-grants a svg {
  fill: #1F1C1B;
}

@media screen and (min-width: 900px) {
  body.design-impact-grants .site-nav .nav-design-impact-grants a {
    color: #ffffff;
  }
}

body.design-impact-grants .footer-nav .nav-design-impact-grants a {
  color: #F24F34;
}

body.design-impact-grants .site-logo svg {
  fill: #1C767C;
}

body.design-impact-grants .page-banner {
  background-color: #E2D1BA;
}

body.design-impact-grants .page-banner > .container {
  padding-bottom: 30px;
}

body.design-impact-grants .page-banner .page-title {
  color: #1C767C;
}

body.design-impact-grants .page-banner .banner-background {
  background-color: #E2D1BA;
}

body.design-impact-grants .page-banner .banner-background svg {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  body.design-impact-grants .page-banner > .container {
    padding-bottom: 80px;
  }
}

body.design-impact-grants .intro-section {
  padding: 20px 0 0;
}

body.design-impact-grants .intro-section.grantees-shown {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  body.design-impact-grants .intro-section.grantees-shown {
    padding-bottom: 390px;
  }
}

body.design-impact-grants .grantees-section {
  padding: 80px 0;
}

body.design-impact-grants .grantees-section .headline-one {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  body.design-impact-grants .grantees-section {
    padding: 260px 0 220px;
  }

  body.design-impact-grants .grantees-section .headline-one {
    margin-bottom: 140px;
  }
}

body.design-impact-grants .background-section svg {
  fill: #1C767C;
}

body.privacy-policy {
  background-color: #E0E0E0;
}

body.privacy-policy *::-moz-selection {
  color: #1F1C1B;
  background-color: #E0E0E0;
}

body.privacy-policy *::selection {
  color: #1F1C1B;
  background-color: #E0E0E0;
}

body.privacy-policy .footer-nav .nav-privacy-policy a {
  color: #ffffff;
  background-color: #F24F34;
}

body.privacy-policy .site-logo svg {
  fill: #F24F34;
}

body.privacy-policy .page-banner {
  background-color: #E0E0E0;
}

body.privacy-policy .page-banner .banner-background {
  background-color: #E0E0E0;
}

body.privacy-policy .page-banner .banner-background svg {
  fill: #ffffff;
}

@media screen and (min-width: 768px) {
  body.privacy-policy .page-banner {
    padding: 300px 0 0;
  }
}

body.privacy-policy .body-section {
  padding: 20px 0 80px;
}

@media screen and (min-width: 768px) {
  body.privacy-policy .body-section {
    padding-bottom: 220px;
  }
}

body.privacy-policy .background-section svg {
  fill: #F24F34;
}


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