@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
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; }

* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none; }

blockquote {
  padding: 0;
  margin: 0; }

dl,
dt,
dd {
  padding: 0;
  margin: 0; }

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

a {
  color: #323232;
  transition: color 0.2s; }
  a:hover, a:focus, a:active {
    color: #658b6f; }

/* Bootstrap 4 Grid System */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px; }

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1320px;
    max-width: 100%; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    color: white !important }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.333333%; }
  .pull-sm-2 {
    right: 16.666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.333333%; }
  .pull-sm-5 {
    right: 41.666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.333333%; }
  .pull-sm-8 {
    right: 66.666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.333333%; }
  .pull-sm-11 {
    right: 91.666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.333333%; }
  .push-sm-2 {
    left: 16.666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.333333%; }
  .push-sm-5 {
    left: 41.666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.333333%; }
  .push-sm-8 {
    left: 66.666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.333333%; }
  .push-sm-11 {
    left: 91.666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;}
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.333333%; }
  .pull-md-2 {
    right: 16.666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.333333%; }
  .pull-md-5 {
    right: 41.666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.333333%; }
  .pull-md-8 {
    right: 66.666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.333333%; }
  .pull-md-11 {
    right: 91.666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.333333%; }
  .push-md-2 {
    left: 16.666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.333333%; }
  .push-md-5 {
    left: 41.666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.333333%; }
  .push-md-8 {
    left: 66.666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.333333%; }
  .push-md-11 {
    left: 91.666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.333333%; }
  .pull-lg-2 {
    right: 16.666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.333333%; }
  .pull-lg-5 {
    right: 41.666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.333333%; }
  .pull-lg-8 {
    right: 66.666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.333333%; }
  .pull-lg-11 {
    right: 91.666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.333333%; }
  .push-lg-2 {
    left: 16.666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.333333%; }
  .push-lg-5 {
    left: 41.666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.333333%; }
  .push-lg-8 {
    left: 66.666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.333333%; }
  .push-lg-11 {
    left: 91.666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.333333%; }
  .pull-xl-2 {
    right: 16.666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.333333%; }
  .pull-xl-5 {
    right: 41.666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.333333%; }
  .pull-xl-8 {
    right: 66.666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.333333%; }
  .pull-xl-11 {
    right: 91.666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.333333%; }
  .push-xl-2 {
    left: 16.666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.333333%; }
  .push-xl-5 {
    left: 41.666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.333333%; }
  .push-xl-8 {
    left: 66.666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.333333%; }
  .push-xl-11 {
    left: 91.666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.order-first {
  order: -1; }

.order-last {
  order: 1; }

.order-0 {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

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

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

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

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

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 1; }
  .order-sm-0 {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 1; }
  .order-md-0 {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 1; }
  .order-lg-0 {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 1; }
  .order-xl-0 {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.layout__header {
  pointer-events: all; }

.layout__body {
  min-height: 100vh;
  position: relative;
  pointer-events: all;
  background-color: #f8e9d6; }

.layout__footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1000;
  pointer-events: all; }

[hidden] {
  display: none !important; }

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: white; }

h1 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 72px; }

h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  margin: 15px 0; }
  @media screen and (min-width: 1440px) {
    h2 {
      margin: 15px 0 35px;
      font-size: 48px; } }

h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  margin: 15px 0; }
  @media screen and (min-width: 1440px) {
    h3 {
      margin: 15px 0 15px;
      font-size: 36px; } }

a {
  color: #658b6f;
  font-weight: 500; }

strong {
  font-weight: 500; }

/* Animation */
.parallax {
  transition: 0s linear;
  transition-property: background-position; }

/*************************************
 slideInUp
 *************************************/
@keyframes slideInUp {
  from {
    transform: translate3d(0, 80px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 80px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.animated,
.animated-base {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

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

.social-media{
  padding-right: 3%;
  color:white;
}

.fa{
  text-decoration: none;
  color:white;
}


/*************************************
 fadeIn
 *************************************/
@keyframes fadeIn {
  from { }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from { }
  to {
    opacity: 1; } }

.animated,
.animated-base {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.animatedFadeIn {
  opacity: 0; }

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

/*************************************
 fadeInUp
 *************************************/
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

.animated,
.animated-base {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.animatedFadeInUp {
  opacity: 0; }

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

/*************************************
 fadeInDown
 *************************************/
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

.animatedFadeInDown {
  opacity: 0; }

.fadeInDown {
  opacity: 0;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown; }

/*************************************
 Spin
 *************************************/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.spin {
  animation-name: spin;
  -webkit-animation-name: spin;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s; }

@-webkit-keyframes link-hover {
  0% {
    transform: translateX(-101%); }
  100% {
    transform: translateX(0); } }

@keyframes link-hover {
  0% {
    transform: translateX(-101%); }
  100% {
    transform: translateX(0); } }

.quote {
  background-color: #658b6f;
  background-image: url(./images/quote-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0; }
  @media screen and (min-width: 1440px) {
    .quote {
      padding: 140px 0; } }
  .quote__avatar {
    width: 88vw;
    height: 88vw;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    display: block; }
    @media screen and (min-width: 768px) {
      .quote__avatar {
        max-width: 100%;
        width: 40vw;
        height: 40vw; } }
    @media screen and (min-width: 1440px) {
      .quote__avatar {
        width: 510px;
        height: 510px; } }
        
    .quote__text{
      font-size: 25px!important;
    }
        
  .quote blockquote {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-style: italic;
    padding-top: 45px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .quote blockquote {
        padding-top: 0; } }
    @media screen and (min-width: 1024px) {
      .quote blockquote {
        font-size: 36px; } }
    @media screen and (min-width: 1440px) {
      .quote blockquote {
        font-size: 48px; } }
    .quote blockquote p {
      margin: 0; }
  .quote__rule {
    border: 0;
    margin: 0;
    margin-top: 45px;
    height: 2px;
    background: white; }
  .quote footer {
    padding-top: 25px;
    font-family: "Fira Sans", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal; }
  .quote__cite {
    font-family: "Fira Sans", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal; }
  .quote__role {
    font-weight: 400;
    font-size: 16px; }
  .quote--green {
    background-color: #658b6f;
    background-image: url(/images/quote-bg.jpg); }
  .quote--aubergine {
    background-color: #532c4d;
    background-image: url(./images/bg-aubergine.jpg); }
  .quote--teal {
    background-color: #2f575d;
    background-image: url(./images/quote-bg-teal.jpg); }
  .quote--brown-gradient {
    background-image: url("./images/bg-icon.svg"), linear-gradient(256.56deg, #d6d2c4 0%, #ab907d 84.68%);
    background-repeat: no-repeat, repeat-x;
    background-position: bottom left, top left;
    background-size: auto 90%, auto;
    color: #fff; }
  .quote--tan-gradient {
    background-image: url("./images/bg-icon.svg"), linear-gradient(72.85deg, #9e9190 0%, #b86125 84.68%);
    background-repeat: no-repeat, repeat-x;
    background-position: bottom left, top left;
    background-size: auto 90%, auto;
    color: #fff; }

.section--one-column {
  background-image: url("./images/bg-purple.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-color: #532c4d;
  padding: 60px 0;
  text-align: center;
  color: #fff;
  font-size: 20px; }
  @media screen and (min-width: 1440px) {
    .section--one-column {
      padding: 160px 0; } }
  .section--one-column h2 {
    line-height: 1.3;
    margin-bottom: 45px; }
  @media screen and (min-width: 1024px) {
    .section--one-column .section__inner {
      padding: 0 105px; } }

.section--two-column {
  padding: 100px 0 100px; }
  @media screen and (min-width: 1440px) {
    .section--two-column {
      padding: 150px 0 170px; } }
  @media screen and (min-width: 768px) {
    .section--two-column .section--column-one {
      padding-right: 40px; } }
  @media screen and (min-width: 1024px) {
    .section--two-column .section--column-one {
      padding-right: 80px; } }
  @media screen and (min-width: 1440px) {
    .section--two-column .section--column-one {
      padding-right: 125px; } }
  @media screen and (min-width: 1440px) {
    .section--two-column .section--column-two {
      padding-left: 100px;
      padding-right: 80px; } }
  .section--two-column .section--column-two p:first-of-type {
    font-size: 20px; }
  .section--two-column .section--column-two p a {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.3;
    display: inline-block; }
    .section--two-column .section--column-two p a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, white 0%, white 100%);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 100% 0.1em;
      background-position: right bottom;
      text-decoration: none;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      transform: translateX(0); }
    .section--two-column .section--column-two p a:hover, .section--two-column .section--column-two p a:focus, .section--two-column .section--column-two p a:active {
      text-decoration: none; }
      .section--two-column .section--column-two p a:hover:after, .section--two-column .section--column-two p a:focus:after, .section--two-column .section--column-two p a:active:after {
        -webkit-animation-name: link-hover;
                animation-name: link-hover;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
  .section--two-column h1,
  .section--two-column h2,
  .section--two-column h3,
  .section--two-column h4,
  .section--two-column h5,
  .section--two-column h6 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 20px; }
    @media screen and (min-width: 1440px) {
      .section--two-column h1,
      .section--two-column h2,
      .section--two-column h3,
      .section--two-column h4,
      .section--two-column h5,
      .section--two-column h6 {
        margin: 20px 10px;
        font-size: 48px; } }

.section--with-list {
  background-color: #f8ead5;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .section--with-list {
      padding: 100px 0 100px; } }
  @media screen and (min-width: 1440px) {
    .section--with-list {
      padding: 185px 0 225px; } }
  .section--with-list .section--column-one {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media screen and (min-width: 1440px) {
      .section--with-list .section--column-one {
        padding: 0 40px; } }

.section--image-full-parallax {
  height: 375px;
  width: 100%;
  background-size: cover; }
  @media screen and (min-width: 1024px) {
    .section--image-full-parallax {
      height: 800px; } }

.section--image-full-responsive {
  width: 100%; }
  .section--image-full-responsive img {
    width: 100%; }

.section.section--grey {
  background-color: #eeeeee; }

.section.section--green {
  background-image: url("./images/bg-icon.svg");
  background-color: #01232C;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 90%;
  color: #fff; }

.section.section--light-green {
  background-image: url("./images/bg-icon.svg");
  background-color: #cfe0d3;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 90%;
  color: #fff; }

.section.section--light-teal {
  background-image: url("./images/bg-icon-light-teal.svg");
  background-color: #cad6d6;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 90%;
  color: #2f575d; }

.section.section--teal {
  background-image: url("./images/bg-icon.svg");
  background-color: #2f575d;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 90%;
  color: #fff; }

.section.section--brown-gradient {
  background-image: url("./images/bg-icon.svg"), linear-gradient(256.56deg, #d6d2c4 0%, #ab907d 84.68%);
  background-repeat: no-repeat, repeat-x;
  background-position: bottom left, top left;
  background-size: auto 90%, auto;
  color: #fff; }

.section-with-image {
  padding: 435px 0 100px;
  color: #323232;
  position: relative;
  background: rgb(255, 251, 221); }
  @media screen and (min-width: 1024px) {
    .section-with-image {
      padding: 150px 0; }
      .section-with-image[class$="--beige"] + [class$="--beige"],
      .section-with-image[class$="--light-teal"] + [class$="--light-teal"],
      .section-with-image[class$="--teal"] + [class$="--teal"],
      .section-with-image[class$="--green"] + [class$="--green"],
      .section-with-image[class$="--aubergine"] + [class$="--aubergine"] {
        padding-top: 0; } }
  
 .section-with-image--gold {
  padding: 435px 0 100px;
  color: #323232;
  position: relative;
  background: rgb(255, 251, 221); }
  @media screen and (min-width: 1024px) {
    .section-with-image {
      padding: 150px 0; }
      .section-with-image[class$="--beige"] + [class$="--beige"],
      .section-with-image[class$="--light-teal"] + [class$="--light-teal"],
      .section-with-image[class$="--teal"] + [class$="--teal"],
      .section-with-image[class$="--green"] + [class$="--green"],
      .section-with-image[class$="--aubergine"] + [class$="--aubergine"] {
        padding-top: 0; } }


  .section-with-image--image-position-left .section-with-image__body {
    order: 2; }
  .section-with-image__grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 60px; }
    @media screen and (min-width: 1024px) {
      .section-with-image__grid {
        grid-gap: 100px;
        align-items: center;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
  .section-with-image__image {
    width: 100vw;
    max-width: 100vw;
    height: 375px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 1024px) {
      .section-with-image__image {
        position: static;
        width: 100%;
        max-width: 100%;
        height: 700px;
        border-radius: 10px;
        display: flex;
        align-self: flex-start; } }
  .section-with-image__body > :first-child {
    margin-top: 0; }
  .section-with-image__body > :last-child {
    margin-bottom: 0; }
  .section-with-image__body p:first-of-type {
    font-size: 20px; }
  .section-with-image__body p {
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .section-with-image__body p {
        margin-bottom: 40px; } }
    .section-with-image__body p a {
      font-size: 20px;
      color: #2f575d;
      display: inline-block;
      margin-top: 30px;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.3;
      display: inline-block; }
      .section-with-image__body p a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #2f575d 0%, #2f575d 100%);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 0.1em;
        background-position: right bottom;
        text-decoration: none;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        transform: translateX(0); }
      .section-with-image__body p a:hover, .section-with-image__body p a:focus, .section-with-image__body p a:active {
        text-decoration: none; }
        .section-with-image__body p a:hover:after, .section-with-image__body p a:focus:after, .section-with-image__body p a:active:after {
          -webkit-animation-name: link-hover;
                  animation-name: link-hover;
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          -webkit-animation-delay: 0.1s;
                  animation-delay: 0.1s; }
  .section-with-image__body h1,
  .section-with-image__body h2,
  .section-with-image__body h3,
  .section-with-image__body h4,
  .section-with-image__body h5,
  .section-with-image__body h6 {
    line-height: 1.2;
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .section-with-image__body h1,
      .section-with-image__body h2,
      .section-with-image__body h3,
      .section-with-image__body h4,
      .section-with-image__body h5,
      .section-with-image__body h6 {
        margin-bottom: 40px; } }
  .section-with-image__read-more {
    display: none; }
    .section-with-image__read-more p:first-of-type {
      font-size: 16px; }
  .section-with-image__read-more-button {
    cursor: pointer; }
  .section-with-image--green {
    background-color: #658b6f;
    color: #fff; }
    .section-with-image--green a {
      color: #fff !important; }
      .section-with-image--green a:after {
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%) !important; }
  .section-with-image--aubergine {
    background-color: #532c4d;
    color: #fff; }
    .section-with-image--aubergine a {
      color: #fff !important; }
      .section-with-image--aubergine a:after {
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%) !important; }
  .section-with-image--light-teal {
    background-color: #cad6d6; }
  .section-with-image--teal {
    background-color: #2f575d;
    color: #fff; }
    .section-with-image--teal a {
      color: #fff !important; }
      .section-with-image--teal a:after {
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%) !important; }

.list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 10px;
  margin-top: 30px;
  list-style: none;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .list {
      margin-top: 40px;
      padding: 0;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1440px) {
    .list {
      margin-top: 80px; } }
  .list-item {
    display: flex;
    align-items: center;
    font-weight: 500;
    list-style: none;
    padding: 10px 20px 20px 0;
    border-bottom: 1px solid #c6bcb0; }
  .list-item__link {
    color: #323232; }
    @media screen and (min-width: 1440px) {
      .list-item__link {
        font-size: 20px; } }
  .list svg {
    margin-right: 20px;
    flex: 0 0 32px; }
  .list__icon--green {
    display: none; }

.list-item__icon--green path {
  fill: #658b6f; }

.list-item__icon--aubergine path {
  fill: #532c4d; }

.list-item__icon--burgundy path {
  fill: #a11b13; }

.list-item__icon--light-green path {
  fill: #a2bea9; }

.list-item__icon--light-steel path {
  fill: #99aead; }

.list-item__icon--orange path {
  fill: #f68d2e; }

.list-item__icon--quartz path {
  fill: #9e9190; }

.list-item__icon--steel path {
  fill: #6d9197; }

.list-item__icon--tan path {
  fill: #b86125; }

.list-item__icon--teal path {
  fill: #2f575d; }

.generic-grid {
  background-color: #cfe0d3;
  background-image: url("./images/bg-green.jpg");
  background-size: cover;
  padding: 80px 0; }
  @media screen and (min-width: 1440px) {
    .generic-grid {
      padding: 150px 0; } }
  .generic-grid__description {
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .generic-grid__description {
        margin-bottom: 100px; } }
    .generic-grid__description p:first-of-type {
      font-size: 20px; }
    .generic-grid__description p a {
      font-size: 20px;
      color: #2f575d;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.3;
      display: inline-block; }
      .generic-grid__description p a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #2f575d 0%, #2f575d 100%);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 0.1em;
        background-position: right bottom;
        text-decoration: none;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        transform: translateX(0); }
      .generic-grid__description p a:hover, .generic-grid__description p a:focus, .generic-grid__description p a:active {
        text-decoration: none; }
        .generic-grid__description p a:hover:after, .generic-grid__description p a:focus:after, .generic-grid__description p a:active:after {
          -webkit-animation-name: link-hover;
                  animation-name: link-hover;
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          -webkit-animation-delay: 0.1s;
                  animation-delay: 0.1s; }
  .generic-grid__items {
    display: -ms-grid;
    display: grid;
    grid-gap: 60px; }
    @media screen and (min-width: 768px) {
      .generic-grid__items {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 1440px) {
      .generic-grid__items {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 100px 60px; } }

.collapsible {
  border-bottom: 1px solid #c6bcb0;
  padding-bottom: 20px; }
  .collapsible:not(:last-child) {
    margin-bottom: 30px; }
  .collapsible__title {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    color: #323232;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500; }
    .collapsible__title:hover, .collapsible__title:focus, .collapsible__title:active {
      color: #658b6f; }
  .collapsible__arrow {
    margin-left: auto; }
    .collapsible__arrow svg {
      display: block; }
  .collapsible__icon {
    flex: 0 0 auto;
    width: 30px;
    margin-right: 15px; }
    .collapsible__icon svg {
      display: block; }
  .collapsible__body {
    padding: 30px 30px 10px 45px; }
  .collapsible--is-open .collapsible__arrow {
    transform: rotate(-180deg); }

.collapsible-items {
  padding: 100px 0; }
  @media screen and (min-width: 768px) {
    .collapsible-items {
      padding: 150px 0; } }
  .collapsible-items__title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .collapsible-items__title {
        font-size: 48px; } }
  .collapsible-items__description {
    margin-bottom: 60px; }
  .collapsible-items--beige {
    background: #F2E2D2; }
    .collapsible-items--beige .collapsible__title {
      color: #323232; }
      .collapsible-items--beige .collapsible__title:hover, .collapsible-items--beige .collapsible__title:focus, .collapsible-items--beige .collapsible__title:active {
        color: #658b6f; }
    .collapsible-items--beige .collapsible__icon {
      color: #658b6f; }
  .collapsible-items--dark-teal {
    background-color: #28363d;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .collapsible-items--dark-teal {
        background: #28363d no-repeat top left url("/images/bg-icon-half.svg"); } }
    .collapsible-items--dark-teal .collapsible__title {
      color: #ffffff; }
      .collapsible-items--dark-teal .collapsible__title:hover, .collapsible-items--dark-teal .collapsible__title:focus, .collapsible-items--dark-teal .collapsible__title:active {
        color: #f68d2e; }
    .collapsible-items--dark-teal .collapsible__icon {
      color: #f68d2e; }

.body-copy h1,
.body-copy h2,
.body-copy h3,
.body-copy h4,
.body-copy h5,
.body-copy h6 {
  margin: 0.8em 0 0.4em;
  line-height: 1.3; }

.body-copy ul,
.body-copy ol {
  padding: 0;
  padding-left: 1em;
  margin: 0;
  margin-bottom: 1em; }

.body-copy li p {
  margin: 0;
  margin-bottom: 0; }

.body-copy li {
  margin: 0;
  margin-bottom: 1em; }

.body-copy p {
  margin: 0;
  margin-bottom: 1em; }

.body-copy a {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
  display: inline-block; }
  .body-copy a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #658b6f 0%, #658b6f 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.1em;
    background-position: right bottom;
    text-decoration: none;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    transform: translateX(0); }
  .body-copy a:hover, .body-copy a:focus, .body-copy a:active {
    text-decoration: none; }
    .body-copy a:hover:after, .body-copy a:focus:after, .body-copy a:active:after {
      -webkit-animation-name: link-hover;
              animation-name: link-hover;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }

.body-copy > :first-child {
  margin-top: 0; }

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

.form__row {
  margin-bottom: 20px; }

.form__label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font-size: 20px;
  font-weight: 500; }

.form__input, .form__textarea {
  width: 100%;
  padding: 0 15px;
  min-height: 60px;
  background: white;
  border: 0;
  border-radius: 5px; }

.form__textarea {
  height: 200px;
  resize: vertical;
  padding: 15px; }

.contact-form {
  padding: 100px 0;
  background: no-repeat top 100px center url("/images/bg-icon-quarter.svg");
  background-size: cover; }
  .contact-form--slate {
    background-color: #715e5f;
    color: #dee1dd; }
  .contact-form__inner {
    max-width: 658px;
    margin: 0 auto;
    text-align: center; }
  .contact-form__title {
    margin: 0;
    font-size: 36px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .contact-form__title {
        font-size: 48px;
        margin-bottom: 40px; } }
  .contact-form__description {
    margin-bottom: 40px; }

.button {
  background: #658b6f;
  border-radius: 5px;
  border: none;
  color: white;
  min-height: 60px;
  cursor: pointer;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s background;
  display: inline-flex;
  align-items: center; }
  .button:hover, .button:focus, .button:active {
    background-color: #5a7c63; }
  .button__icon {
    margin-left: -10px;
    margin-right: 10px; }
  .button--contact {
    background-image: url(/images/send.svg);
    background-repeat: no-repeat;
    background-position: left 30px center;
    padding-left: 65px; }

.timeline {
  padding: 100px 0; }
  @media screen and (min-width: 1024px) {
    .timeline {
      padding: 150px 0; } }
  .timeline--beige {
    background-color: #F2E2D2; }
  .timeline__inner {
    max-width: 658px;
    margin: 0 auto;
    text-align: center; }
  .timeline__title {
    margin: 0;
    font-size: 36px;
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .timeline__title {
        font-size: 48px;
        margin-bottom: 40px; } }
  .timeline__description {
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      .timeline__description {
        margin-bottom: 130px; } }
  .timeline__item {
    margin-bottom: 60px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .timeline__item {
        display: flex;
        align-items: center;
        margin-bottom: 100px; }
        .timeline__item:after {
          content: "";
          position: absolute;
          top: 0;
          left: calc(50% - 1px);
          width: 2px;
          height: calc(100% + 100px);
          background: #79767a; } }
    .timeline__item:first-child:after {
      top: 50%; }
    .timeline__item:nth-child(even):not(:first-child) .timeline__item-leaf--left {
      display: none; }
    .timeline__item:nth-child(odd):not(:first-child) .timeline__item-leaf--right {
      display: none; }
    .timeline__item-title {
      margin: 0;
      margin-bottom: 20px;
      font-size: 72px;
      line-height: 1.11;
      border-bottom: 2px solid;
      font-family: "Libre Baskerville", serif;
      font-weight: normal; }
      @media screen and (min-width: 1024px) {
        .timeline__item-title {
          margin-bottom: 0;
          position: relative;
          border-bottom: 0;
          flex: 1 1 0;
          text-align: right;
          padding-right: 120px;
          font-size: 120px; } }
    .timeline__item-leaf {
      display: none;
      position: absolute;
      top: 44px;
      left: 50%;
      transform: translateX(-50%);
      width: 31px;
      height: 25px; }
      @media screen and (min-width: 1024px) {
        .timeline__item-leaf {
          display: block; } }
      .timeline__item-leaf--left {
        transform: translateX(calc(-50% - 16px)) scaleX(-1); }
      .timeline__item-leaf--right {
        transform: translateX(calc(-50% + 16px)); }
    @media screen and (min-width: 1024px) {
      .timeline__item-body {
        flex: 1 1 0;
        text-align: left;
        padding-left: 120px; } }
  .timeline__footer {
    max-width: 770px;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .timeline__footer {
        text-align: center; } }
    .timeline__footer-title {
      margin: 0;
      margin-bottom: 20px;
      padding-bottom: 20px;
      font-size: 30px;
      line-height: 1.11;
      border-bottom: 2px solid;
      font-family: "Libre Baskerville", serif;
      font-weight: normal; }
      @media screen and (min-width: 1024px) {
        .timeline__footer-title {
          font-size: 48px; } }
  .timeline__line-end {
    display: none; }
    @media screen and (min-width: 1024px) {
      .timeline__line-end {
        display: block;
        margin: 0 auto;
        color: #79767a;
        margin-bottom: 80px; } }

.timeline__item--green .timeline__item-title,
.timeline__item--green .timeline__item-leaf {
  color: #658b6f; }

.timeline__item--aubergine .timeline__item-title,
.timeline__item--aubergine .timeline__item-leaf {
  color: #532c4d; }

.timeline__item--burgundy .timeline__item-title,
.timeline__item--burgundy .timeline__item-leaf {
  color: #a11b13; }

.timeline__item--light-steel .timeline__item-title,
.timeline__item--light-steel .timeline__item-leaf {
  color: #99aead; }

.timeline__item--orange .timeline__item-title,
.timeline__item--orange .timeline__item-leaf {
  color: #f68d2e; }

.downloadables-grid {
  padding: 100px 0; }
  @media screen and (min-width: 768px) {
    .downloadables-grid {
      padding: 150px 0; } }
  .downloadables-grid__title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .downloadables-grid__title {
        font-size: 48px; } }
  .downloadables-grid__description {
    margin-bottom: 60px; }
  .downloadables-grid__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 60px; }
    @media screen and (min-width: 768px) {
      .downloadables-grid__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 1024px) {
      .downloadables-grid__grid {
        grid-gap: 100px 75px; } }
  .downloadables-grid .card__image {
    height: 200px; }
    @media screen and (min-width: 768px) {
      .downloadables-grid .card__image {
        height: 250px; } }
  .downloadables-grid--beige {
    background: #F2E2D2; }

.links-grid {
  padding: 100px 0; }
  @media screen and (min-width: 768px) {
    .links-grid {
      padding: 150px 0; } }
  .links-grid__title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 30px;
    color:black; }
    @media screen and (min-width: 768px) {
      .links-grid__title {
        font-size: 48px;
        margin-bottom: 100px; } }
  .links-grid__description {
    margin-bottom: 60px;
    color:black; }
    @media screen and (min-width: 768px) {
      .links-grid__description {
        margin: 10px 0 100px; } }
  .links-grid__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 60px; }
    @media screen and (min-width: 768px) {
      .links-grid__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 1024px) {
      .links-grid__grid {
        grid-gap: 100px 75px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
  .links-grid--beige {
    background: rgb(255, 251, 221); }

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative; }
  .card--clickable:hover .card__link:after {
    -webkit-animation-name: link-hover;
            animation-name: link-hover;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .card--clickable:hover .card__image {
    transform: scale(1.2); }
  .card__block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1; }
  .card__image-wrapper, .card__image {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 3s transform; }
    @media screen and (min-width: 768px) {
      .card__image-wrapper, .card__image {
        height: 250px; } }
  .card__header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #c6bcb0;
    width: 100%; }
  .card_who_header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #c6bcb0;
    width: 100%;
    color:black; }
  .card__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: white;
    margin: 0; }
  .card_who_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: black;
    margin: 0; }
  .card__subtitle {
    font-size: 16px;
    font-weight: normal;
    color: white !important;
    margin: 0; }
  .card__description {
    margin-bottom: 20px; 
    color: white}
  .card_who_subtitle {
      font-size: 16px;
      font-weight: normal;
      color: black !important;
      margin: 0; }
  .card_who_description {
      margin-bottom: 20px; 
      color: black;}
  .card__link {
    font-size: 20px;
    font-weight: 500;
    color: #2f575d;
    margin-top: auto;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.3;
    display: inline-block; }
    .card__link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, #2f575d 0%, #2f575d 100%);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 100% 0.1em;
      background-position: right bottom;
      text-decoration: none;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      transform: translateX(0); }
    .card__link:hover, .card__link:focus, .card__link:active {
      text-decoration: none; }
      .card__link:hover:after, .card__link:focus:after, .card__link:active:after {
        -webkit-animation-name: link-hover;
                animation-name: link-hover;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
    .card__link:hover, .card__link:focus, .card__link:active {
      color: #2f575d; }
  .card > :last-child {
    margin-bottom: 0; }

.body-text {
  padding: 100px 0; }
  @media screen and (min-width: 768px) {
    .body-text {
      padding: 150px 0; } }
  .body-text__title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .body-text__title {
        font-size: 48px; } }
  .body-text--beige {
    background: #F2E2D2; }

.breadcrumb-trail {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .breadcrumb-trail {
      font-size: 16px; } }
  .breadcrumb-trail__separator {
    margin: 0 3px; }
  .breadcrumb-trail__link {
    font-weight: normal;
    margin: 4px 0; }

.breadcrumb-trail--teal {
  color: #2f575d; }
  .breadcrumb-trail--teal .breadcrumb-trail__link {
    color: #2f575d;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.3;
    display: inline-block; }
    .breadcrumb-trail--teal .breadcrumb-trail__link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, #2f575d 0%, #2f575d 100%);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 100% 0.1em;
      background-position: right bottom;
      text-decoration: none;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      transform: translateX(0); }
    .breadcrumb-trail--teal .breadcrumb-trail__link:hover, .breadcrumb-trail--teal .breadcrumb-trail__link:focus, .breadcrumb-trail--teal .breadcrumb-trail__link:active {
      text-decoration: none; }
      .breadcrumb-trail--teal .breadcrumb-trail__link:hover:after, .breadcrumb-trail--teal .breadcrumb-trail__link:focus:after, .breadcrumb-trail--teal .breadcrumb-trail__link:active:after {
        -webkit-animation-name: link-hover;
                animation-name: link-hover;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }

.breadcrumb-trail--white {
  color: #ffffff; }
  .breadcrumb-trail--white .breadcrumb-trail__link {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.3;
    display: inline-block; }
    .breadcrumb-trail--white .breadcrumb-trail__link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 100% 0.1em;
      background-position: right bottom;
      text-decoration: none;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      transform: translateX(0); }
    .breadcrumb-trail--white .breadcrumb-trail__link:hover, .breadcrumb-trail--white .breadcrumb-trail__link:focus, .breadcrumb-trail--white .breadcrumb-trail__link:active {
      text-decoration: none; }
      .breadcrumb-trail--white .breadcrumb-trail__link:hover:after, .breadcrumb-trail--white .breadcrumb-trail__link:focus:after, .breadcrumb-trail--white .breadcrumb-trail__link:active:after {
        -webkit-animation-name: link-hover;
                animation-name: link-hover;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }

.team-grid {
  background: no-repeat top 0 left url("/images/bg-icon-team.svg");
  background-size: contain;
  padding: 80px 0; }
  .team-grid--beige {
    background-color: rgb(255, 251, 221);
    color:#000000; }
  @media screen and (min-width: 1440px) {
    .team-grid {
      padding: 120px 0; } }
  .team-grid__items {
    display: -ms-grid;
    display: grid;
    grid-gap: 60px; }
    @media screen and (min-width: 768px) {
      .team-grid__items {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 1440px) {
      .team-grid__items {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 100px 80px; } }
  .team-grid .card__image-wrapper {
    height: auto;
    margin-bottom: 20px; }
  .team-grid .card__image {
    height: auto;
    top: 0;
    margin: 0; }

.tile {
  background: #f8e9d6;
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .tile {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding-bottom: 0; }
      .tile:nth-child(odd) {
        direction: rtl; } }
  .tile__image-wrap {
    height: 375px; }
    @media screen and (min-width: 768px) {
      .tile__image-wrap {
        height: 100%;
        min-height: 800px; } }
  .tile__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .tile__body {
    padding: 50px 30px; }
    @media screen and (min-width: 1024px) {
      .tile__body {
        padding: 100px; } }
    .tile__body-inner {
      direction: ltr;
      max-width: 550px; }
    .tile__body p:first-of-type {
      font-size: 20px; }
  .tile__link {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #2f575d; }
    .tile__link:hover, .tile__link:focus, .tile__link:active {
      color: #2f575d; }

.tile a.tile__link {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
  display: inline-block; }
  .tile a.tile__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #2f575d 0%, #2f575d 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.1em;
    background-position: right bottom;
    text-decoration: none;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    transform: translateX(0); }
  .tile a.tile__link:hover, .tile a.tile__link:focus, .tile a.tile__link:active {
    text-decoration: none; }
    .tile a.tile__link:hover:after, .tile a.tile__link:focus:after, .tile a.tile__link:active:after {
      -webkit-animation-name: link-hover;
              animation-name: link-hover;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }

.header {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: none;
  padding: 25px 0;
  font-size: 1rem;
  transition-property: transform, background;
  transition-duration: 0.3s; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 0; } }
  .header--up {
    transform: translateY(-100%);
    pointer-events: none; }
  .header--fixed {
    position: fixed; }
  .header--beige {
    background: #F2E2D2; }
    .header--beige .nav .nav__link {
      color: #323232 !important; }
      .header--beige .nav .nav__link-item {
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        line-height: 1.3;
        display: inline-block; }
        .header--beige .nav .nav__link-item:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: linear-gradient(to bottom, #323232 0%, #323232 100%);
          background-position: 0 100%;
          background-repeat: no-repeat;
          background-size: 100% 0.1em;
          background-position: right bottom;
          text-decoration: none;
          -webkit-animation-fill-mode: both;
                  animation-fill-mode: both;
          transform: translateX(-101%); }
        .header--beige .nav .nav__link-item:hover, .header--beige .nav .nav__link-item:focus, .header--beige .nav .nav__link-item:active {
          text-decoration: none; }
          .header--beige .nav .nav__link-item:hover:after, .header--beige .nav .nav__link-item:focus:after, .header--beige .nav .nav__link-item:active:after {
            -webkit-animation-name: link-hover;
                    animation-name: link-hover;
            -webkit-animation-duration: 0.5s;
                    animation-duration: 0.5s;
            -webkit-animation-delay: 0.1s;
                    animation-delay: 0.1s; }
      .header--beige .nav .nav__link:hover, .header--beige .nav .nav__link:focus, .header--beige .nav .nav__link:active {
        color: #323232 !important; }
    .header--beige .header__logo-image {
      display: none; }
    .header--beige .header__logo-image--black {
      display: block; }
  .header--white {
    background: #ffffff; }
    .header--white .nav .nav__link {
      color: #79767a !important; }
      .header--white .nav .nav__link-item {
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        line-height: 1.3;
        display: inline-block; }
        .header--white .nav .nav__link-item:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: linear-gradient(to bottom, #323232 0%, #323232 100%);
          background-position: 0 100%;
          background-repeat: no-repeat;
          background-size: 100% 0.1em;
          background-position: right bottom;
          text-decoration: none;
          -webkit-animation-fill-mode: both;
                  animation-fill-mode: both;
          transform: translateX(-101%); }
        .header--white .nav .nav__link-item:hover, .header--white .nav .nav__link-item:focus, .header--white .nav .nav__link-item:active {
          text-decoration: none; }
          .header--white .nav .nav__link-item:hover:after, .header--white .nav .nav__link-item:focus:after, .header--white .nav .nav__link-item:active:after {
            -webkit-animation-name: link-hover;
                    animation-name: link-hover;
            -webkit-animation-duration: 0.5s;
                    animation-duration: 0.5s;
            -webkit-animation-delay: 0.1s;
                    animation-delay: 0.1s; }
      .header--white .nav .nav__link:hover, .header--white .nav .nav__link:focus, .header--white .nav .nav__link:active {
        color: #323232 !important; }
    .header--white .header__logo-image {
      display: none; }
    .header--white .header__logo-image--colour {
      display: block; }
    .header--white .header__burger {
      color: #323232; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    height: 60px; }
    @media screen and (min-width: 768px) {
      .header__inner {
        height: 90px; } }
    @media screen and (min-width: 1440px) {
      .header__inner {
        height: 110px; } }
  .header__logo {
    display: flex;
    flex: 1 0 0%; }
    .header__logo-image {
      width: auto;
      height: 0%;
      display: none; }
      .header__logo-image--white {
        display: block; }
    @media screen and (min-width: 768px) {
      .header__logo {
        flex: inherit;
        padding: 20px 35px; } }
  .header__logo-link {
    display: flex;
    align-items: center; }
  .header__logo-image--fixed {
    display: none; }
  @media screen and (min-width: 768px) {
    .header__search__wrapper {
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .header__search__wrapper {
      position: relative;
      flex: 1 0 auto;
      margin: 0 2.5%; } }
  .header__nav {
    display: none; }
    @media screen and (min-width: 1024px) {
      .header__nav {
        display: flex;
        flex: 0 0 auto;
        -ms-flex: 0 0 27%;
        align-content: center;
        justify-content: center; } }
  .header__toolbar {
    display: none;
    flex: 0 0 auto;
    -ms-flex: 0 0 145px;
    align-content: center;
    justify-content: center;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .header__toolbar {
        display: flex; } }
    @media screen and (min-width: 768px) {
      .header__toolbar .nav__link {
        margin: 0 9px; } }
    .header__toolbar .nav__link:hover .icon, .header__toolbar .nav__link:active .icon, .header__toolbar .nav__link:focus .icon {
      background-position: 0 100%; }
  .header__burger {
    color: white;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none; }
  .header__burger-close {
    display: none; }
  .header .mobile__toolbar {
    margin: 10px 15px;
    display: flex;
    align-items: center;
    color: white; }
    @media screen and (min-width: 768px) {
      .header .mobile__toolbar {
        margin: 25px; } }
    @media screen and (min-width: 1024px) {
      .header .mobile__toolbar {
        display: none; } }
  .header .nav {
    margin: 0; }

.show-nav .header__burger .header__burger-open {
  display: none; }

.show-nav .header__burger .header__burger-close {
  display: block; }

.hero {
  background-size: cover;
  background-position: center top;
  background-color: transparent;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #fff; }
  .hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5; }
  @media screen and (min-width: 768px) {
    .hero {
      min-height: 700px; } }
  .hero--align-top-left {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 120px; }
    .hero--align-top-left .hero__inner {
      text-align: left;
      align-items: flex-start; }
  .hero--align-top-center {
    align-items: center;
    justify-content: flex-start;
    padding-top: 120px; }
    .hero--align-top-center .hero__inner {
      text-align: center;
      align-items: center; }
  .hero--align-top-right {
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 120px; }
    .hero--align-top-right .hero__inner {
      align-items: flex-end;
      text-align: right; }
  .hero--align-center-left {
    align-items: flex-start;
    justify-content: center; }
    .hero--align-center-left .hero__inner {
      text-align: left;
      align-items: flex-start; }
  .hero--align-center {
    align-items: center;
    justify-content: center; }
    .hero--align-center .hero__inner {
      text-align: center;
      align-items: center; }
  .hero--align-center-right {
    align-items: flex-end;
    justify-content: center;
    padding-top: 120px; }
    .hero--align-center-right .hero__inner {
      align-items: flex-end;
      text-align: right; }
  .hero--align-bottom-left {
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 120px; }
    .hero--align-bottom-left .hero__inner {
      text-align: left;
      align-items: flex-start; }
  .hero--align-bottom-center {
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 120px; }
    .hero--align-bottom-center .hero__inner {
      text-align: center;
      align-items: center; }
  .hero--align-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 120px; }
    .hero--align-bottom-right .hero__inner {
      align-items: flex-end;
      text-align: right; }
  .hero--height-full {
    min-height: 100vh; }
  .hero__inner {
    padding: 0;
    position: relative;
    z-index: 19;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column; }
  .hero__heading {
    color: #fff;
    font-weight: 400;
    font-size: 9vw;
    line-height: 1.15;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .hero__heading {
        font-size: 48px;
        text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5); } }
    @media screen and (min-width: 1440px) {
      .hero__heading {
        font-size: 72px;
        line-height: 1.1; } }
  .hero__subheading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .hero__subheading {
        font-size: 26px;
        line-height: 36px; } }
  .hero__meta {
    color: #fff;
    padding: 20px 0; }
    .hero__meta svg {
      width: 20px;
      margin-right: 15px; }
    .hero__meta .hero__meta-partner,
    .hero__meta .hero__meta-location {
      padding: 5px 0; }
  .hero__text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.13px;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .hero__text {
        max-width: 475px;
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 28px; } }
  @media screen and (min-width: 480px) {
    .hero__ctas {
      display: flex;
      justify-content: space-around;
      flex-direction: row;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .hero__ctas {
      justify-content: flex-start; } }
  .hero__logo {
    display: none !important; }
    @media screen and (min-width: 768px) {
      .hero__logo {
        display: inline-block !important;
        width: 210px !important;
        height: 84px;
        margin: 100px 0 0 3px; } }
  .hero__icon {
    max-width: 35px;
    max-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px; }
    @media screen and (min-width: 768px) {
      .hero__icon {
        margin: 0 0 20px 0; } }
    @media screen and (min-width: 1024px) {
      .hero__icon {
        max-width: 60px;
        max-height: 60px; } }
    .hero__icon img {
      width: 100%; }
  .hero__aside {
    padding-top: 40px; }
    @media screen and (min-width: 768px) {
      .hero__aside {
        padding-top: 85px; } }
    @media screen and (min-width: 1024px) {
      .hero__aside {
        padding-bottom: 80px; } }
  .hero__img {
    max-width: 100%; }
  .hero--small {
    min-height: 210px;
    background-position: center center; }
    @media screen and (min-width: 480px) {
      .hero--small {
        min-height: 325px; } }
    @media screen and (min-width: 768px) {
      .hero--small {
        background-position: center center;
        min-height: 480px; } }
    @media screen and (min-width: 1024px) {
      .hero--small {
        min-height: 650px; } }
  .hero--carousel .hero__inner {
    padding-bottom: 80px;
    padding-left: 0; }
    @media screen and (min-width: 480px) {
      .hero--carousel .hero__inner {
        padding-left: 0; } }
    @media screen and (min-width: 768px) {
      .hero--carousel .hero__inner {
        padding-bottom: 20px;
        padding-right: 50px; } }
    @media screen and (min-width: 1024px) {
      .hero--carousel .hero__inner {
        padding-bottom: 0;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .hero--carousel .hero__button {
      width: 100%;
      max-width: 220px;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.hero.hero--two-column {
  min-height: auto;
  background: #2f575d;
  padding-top: 150px; }
  @media screen and (min-width: 768px) {
    .hero.hero--two-column {
      padding-top: 140px; } }
  @media screen and (min-width: 1024px) {
    .hero.hero--two-column {
      padding-top: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  .hero.hero--two-column .hero__inner {
    display: flex;
    justify-content: center;
    min-height: auto;
    text-align: left;
    padding: 0 80px 0 5vw; }
    @media screen and (min-width: 1024px) {
      .hero.hero--two-column .hero__inner {
        min-height: 810px; } }
  .hero.hero--two-column .hero__inner-image {
    background-size: cover;
    background-position: center;
    height: 320px;
    width: 100%;
    -webkit-clip-path: circle(1000px at center 1000px);
            clip-path: circle(1000px at center 1000px); }
    @media screen and (min-width: 768px) {
      .hero.hero--two-column .hero__inner-image {
        -webkit-clip-path: circle(2000px at center 2000px);
                clip-path: circle(2000px at center 2000px); } }
    @media screen and (min-width: 1024px) {
      .hero.hero--two-column .hero__inner-image {
        height: 100%;
        -webkit-clip-path: circle(1000px at 1000px center);
                clip-path: circle(1000px at 1000px center); } }

.hero.hero--small {
  min-height: 330px;
  justify-content: flex-start; }
  @media screen and (min-width: 1024px) {
    .hero.hero--small {
      min-height: 700px; } }
  .hero.hero--small .hero__inner {
    margin-top: 60px; }
    @media screen and (min-width: 1024px) {
      .hero.hero--small .hero__inner {
        margin-top: 100px; } }
  .hero.hero--small .hero__heading {
    font-size: 30px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .hero.hero--small .hero__heading {
        text-align: left;
        font-size: 64px; } }

.nav {
  list-style: none;
  padding: 0; }

.nav--header {
  display: flex;
  flex: 1 0 auto;
  -ms-flex: 1 0 0%;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  margin-right: 20px;
  list-style: none; }
  .nav--header .nav__item {
    display: flex;
    flex: 1 0 0%;
    align-content: center;
    height: 100%; }
  .nav--header .nav__link {
    position: relative;
    display: flex;
    flex: 1 0 0%;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    align-items: center;
    margin: 0 25px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400;
    padding: 16px 0; }
    .nav--header .nav__link-item {
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.3;
      display: inline-block; }
      .nav--header .nav__link-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, white 0%, white 100%);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 0.1em;
        background-position: right bottom;
        text-decoration: none;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        transform: translateX(-101%); }
      .nav--header .nav__link-item:hover, .nav--header .nav__link-item:focus, .nav--header .nav__link-item:active {
        text-decoration: none; }
        .nav--header .nav__link-item:hover:after, .nav--header .nav__link-item:focus:after, .nav--header .nav__link-item:active:after {
          -webkit-animation-name: link-hover;
                  animation-name: link-hover;
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          -webkit-animation-delay: 0.1s;
                  animation-delay: 0.1s; }

.nav--mobile {
  border-bottom: #dee1dd 2px solid;
  margin: 30px 10px;
  padding-bottom: 45px; }
  .nav--mobile .nav__link {
    display: block;
    margin: 0 0 15px 0;
    color: #dee1dd;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    text-decoration: none;
    font-weight: 400; }

.nav--mobile-secondary {
  margin: 40px 10px; }
  .nav--mobile-secondary .nav__link {
    display: block;
    margin: 0 0 15px 0;
    color: #dee1dd;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400; }

.nav--footer {
  display: block;
  text-align: left; }
  .nav--footer .nav__item:last-of-type {
    margin-left: auto; }
  .nav--footer .nav__item,
  .nav--footer .nav__item a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-align: left; }
  .nav--footer .nav__link {
    display: block;
    margin: 0 0 10px 0; }
  .nav--footer:hover > .nav__link, .nav--footer:focus > .nav__link {
    font-weight: 600; }
  .nav--footer:hover .nav__link:after, .nav--footer:focus .nav__link:after {
    display: none; }

.nav--sub-footer {
  display: flex;
  text-align: left;
  padding: 25px 0 25px;
  border-top: 1px solid #6d9197;
  border-bottom: 1px solid #6d9197; }
  .nav--sub-footer .nav__item,
  .nav--sub-footer .nav__item a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-align: left; }
  .nav--sub-footer .nav__link {
    display: block;
    margin-right: 45px; }
  .nav--sub-footer:hover > .nav__link, .nav--sub-footer:focus > .nav__link {
    font-weight: 600; }
  .nav--sub-footer:hover .nav__link:after, .nav--sub-footer:focus .nav__link:after {
    display: none; }

#site-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  #site-wrapper.show-nav {
    position: fixed; }
    @media screen and (min-width: 768px) {
      #site-wrapper.show-nav {
        position: static; } }

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.show-nav #site-canvas {
  overflow: hidden; }
  .show-nav #site-canvas .region-bar {
    display: none; }
  @media screen and (min-width: 480px) {
    .show-nav #site-canvas {
      right: -300px; } }
  @media screen and (min-width: 1024px) {
    .show-nav #site-canvas {
      right: 0; } }
  @media only screen and (max-width: 960px) and (orientation: landscape) {
    .show-nav #site-canvas {
      right: -300px; } }

#offcanvas-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: #2f575d;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 100px 30px;
  transition: 300ms ease-in-out all;
  z-index: 500;
  pointer-events: all; }
  @media screen and (min-width: 480px) {
    #offcanvas-menu {
      width: 100%;
      left: -100%; } }
  @media (min-width: 680px) {
    #offcanvas-menu {
      width: 50%;
      left: -50%; } }
  #offcanvas-menu.w-region-notice {
    padding-top: 140px; }

#offcanvas-menu.offcanvas-menu-right {
  left: auto;
  right: -100%; }

.show-nav #offcanvas-menu {
  left: 0; }
  @media screen and (min-width: 1024px) {
    .show-nav #offcanvas-menu {
      display: none; } }

.show-nav #offcanvas-menu.offcanvas-menu-right {
  right: 0;
  left: auto; }
  @media screen and (min-width: 1024px) {
    .show-nav #offcanvas-menu.offcanvas-menu-right {
      display: none; } }

#site-wrapper .nav__link--icon {
  border-bottom: 2px solid transparent;
  margin-bottom: -2px; }

#site-wrapper.show-nav .nav__link--icon.js-nav-dropdown {
  border-bottom: 2px solid #000; }

#site-wrapper.show-help .nav__link--icon.js-nav-dropdown, #site-wrapper.show-nav.show-help .nav__link--icon.js-nav-dropdown {
  border-bottom: none; }

#site-wrapper.show-help .nav__link--icon.js-help-dropdown, #site-wrapper.show-nav.show-help .nav__link--icon.js-help-dropdown {
  border-bottom: 2px solid #000; }

#site-wrapper.show-user .nav__link--icon.js-nav-dropdown, #site-wrapper.show-nav.show-user .nav__link--icon.js-nav-dropdown {
  border-bottom: none; }

#site-wrapper.show-user .nav__link--icon.js-user-dropdown, #site-wrapper.show-nav.show-user .nav__link--icon.js-user-dropdown {
  border-bottom: 2px solid #000; }

#site-wrapper.show-cart .nav__link--icon.js-nav-dropdown, #site-wrapper.show-nav.show-cart .nav__link--icon.js-nav-dropdown {
  border-bottom: none; }

#site-wrapper.show-cart .nav__link--icon.js-cart-dropdown, #site-wrapper.show-nav.show-cart .nav__link--icon.js-cart-dropdown {
  border-bottom: 2px solid #000; }

.mobile-menu--nav {
  overflow: scroll;
  height: 80vh; }

.footer {
  background-color: #01212C;
  background-position: bottom right;
  background-size: auto 80%;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 80px 0 40px; }
  @media screen and (min-width: 768px) {
    .footer {
      background-image: url("/images/bg-icon-footer.svg"); } }
  .footer__logo {
    width: 120px;
    display: block;
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      .footer__logo {
        width: 160px; } }
  .footer__nav {
    -moz-column-count: 2;
         column-count: 2;
    margin-bottom: calc(55px - 8px); }
    .footer__nav-link {
      color: white;
      margin-bottom: 8px;
      display: inline-block;
      text-decoration: none;
      font-weight: normal;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.3;
      display: inline-block; }
      .footer__nav-link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, white 0%, white 100%);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 0.1em;
        background-position: right bottom;
        text-decoration: none;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        transform: translateX(-101%); }
      .footer__nav-link:hover, .footer__nav-link:focus, .footer__nav-link:active {
        text-decoration: none; }
        .footer__nav-link:hover:after, .footer__nav-link:focus:after, .footer__nav-link:active:after {
          -webkit-animation-name: link-hover;
                  animation-name: link-hover;
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          -webkit-animation-delay: 0.1s;
                  animation-delay: 0.1s; }
      .footer__nav-link:hover, .footer__nav-link:focus, .footer__nav-link:active {
        color: white; }
  .footer__sub-nav {
    -moz-column-count: 2;
         column-count: 2;
    margin-bottom: 30px;
    border-top: 1px solid #6d9197;
    border-bottom: 1px solid #6d9197;
    padding: 30px 0 20px; }
    @media screen and (min-width: 1024px) {
      .footer__sub-nav {
        -moz-column-count: 1;
             column-count: 1;
        display: flex;
        align-items: center;
        margin-bottom: 55px; } }
    .footer__sub-nav-link {
      font-size: 12px;
      color: white;
      margin-bottom: 10px;
      display: inline-block;
      text-decoration: none;
      font-weight: normal;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.3;
      display: inline-block; }
      @media screen and (min-width: 1024px) {
        .footer__sub-nav-link {
          margin-right: 60px; } }
      .footer__sub-nav-link:hover, .footer__sub-nav-link:focus, .footer__sub-nav-link:active {
        color: white; }
      .footer__sub-nav-link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, white 0%, white 100%);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 0.1em;
        background-position: right bottom;
        text-decoration: none;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        transform: translateX(-101%); }
      .footer__sub-nav-link:hover, .footer__sub-nav-link:focus, .footer__sub-nav-link:active {
        text-decoration: none; }
        .footer__sub-nav-link:hover:after, .footer__sub-nav-link:focus:after, .footer__sub-nav-link:active:after {
          -webkit-animation-name: link-hover;
                  animation-name: link-hover;
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          -webkit-animation-delay: 0.1s;
                  animation-delay: 0.1s; }
  .footer__copyright {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px; }
  .footer__disclaimer {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300; }

.simple-template {
  background-color: #f8e9d6; }

.case-study__breadcrumb-trail {
  position: relative;
  top: 50px;
  left: 10px;
  height: 0; }

.project__breadcrumb-trail {
  position: relative;
  top: 50px;
  left: 10px;
  height: 0; }

.project__case-studies-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 60px; }
  @media screen and (min-width: 768px) {
    .project__case-studies-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1024px) {
    .project__case-studies-grid {
      grid-gap: 100px 75px; } }

.block,
.d-block {
  display: block !important; }

.hide,
.d-none {
  display: none !important; }

@media screen and (max-width: 767px) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide-md {
    display: none !important; } }

/*
 * Hide only visually, but have it available for screen readers: https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * For long content, line feeds are not interpreted as spaces and small width causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

@media screen and (max-width: 767px) {
  .visuallyhidden-sm {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */ } }

@media screen and (min-width: 768px) {
  .visuallyhidden-md {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */ } }

/*
 * Extends the .visuallyhidden class to allow the element be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.invisible {
  visibility: hidden; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .mt-xs-20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 767px) {
  .mt-xs-40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 767px) {
  .mt-xs-60 {
    margin-top: 60px !important; } }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .mb-xs-20 {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 767px) {
  .mb-xs-40 {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 767px) {
  .mb-xs-60 {
    margin-bottom: 60px !important; } }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .mr-xs-20 {
    margin-right: 20px !important; } }

@media screen and (max-width: 767px) {
  .mr-xs-40 {
    margin-right: 40px !important; } }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .ml-xs-20 {
    margin-left: 20px !important; } }

@media screen and (max-width: 767px) {
  .ml-xs-40 {
    margin-left: 40px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nobr {
  white-space: nowrap; }

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

.narrow-content {
  max-width: 600px; }

.lead,
.lede {
  font-size: 14px;
  line-height: 22px; }
  @media screen and (min-width: 768px) {
    .lead,
    .lede {
      font-size: 20px;
      line-height: 28px; } }

/*
 * Clearfix:
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0); }

[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: translateZ(0); }

.parallax-window {
  background: transparent; }

.parallax-mirror {
  background: #715e5f;
  z-index: 0 !important; }