@font-face {
  font-family: "Aestetico";
  src: url("../fonts/latinotype_-_aestetico_black_it-webfont.woff2") format("woff2"), url("../fonts/latinotype_-_aestetico_black_it-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Aestetico";
  src: url("../fonts/latinotype_-_aestetico_black-webfont.woff2") format("woff2"), url("../fonts/latinotype_-_aestetico_black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Aestetico";
  src: url("../fonts/latinotype_-_aestetico_regular_it-webfont.woff2") format("woff2"), url("../fonts/latinotype_-_aestetico_regular_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Aestetico";
  src: url("../fonts/latinotype_-_aestetico_regular-webfont.woff2") format("woff2"), url("../fonts/latinotype_-_aestetico_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-spruce: #1D5521;
  --color-ivory: #FDF2E1;
  --color-sunset: #F96969;
  --color-coral: var(--color-sunset);
  --color-sunny: #FFBF2F;
  --color-yellow: var(--color-sunny);
  --color-moss: #6DA53C;
  --color-green: var(--color-moss);
  --color-sky: #74C9C2;
  --color-turmeric: #B27E2B;
  --color-brown: var(--color-turmeric);
  --color-turquoise: #03A9A1;
  --color-amaranth: #98134C;
  --color-ruby: var(--color-amaranth);
  --color-fall: #B44225;
  --color-cardamom: #C3D954;
  --color-saffron: #EA8E15;
  --gray--mid: #516e80;
  --gray--light: #f5f6fa;
  --pink: #fc647c;
  --green: #61b160;
  --black: #010e24;
  --orange: #f2b82a;
  --yellow: var(--color-sunny);
  --blue: #3ec1cb;
  --purple: var(--blue);
  --purple--alt: var(--blue);
  --red: #ff5d5d;
  --highlight: var(--pink);
  --color-utility--danger: var(--red);
  --color-utility--danger--pale: rgba(255, 93, 93, 0.15);
  --color-utility--warning: var(--orange);
  --color-utility--warning--pale: rgba(242, 184, 42, 0.15);
  --color-utility--success: var(--green);
  --color-utility--success--pale: rgba(97, 177, 96, 0.15);
  --color-utility--neutral: var(--blue);
  --color-utility--neutral--pale: rgba(62, 193, 203, 0.15);
  --font-main: "Aestetico", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  margin: 0;
  font-display: swap !important;
}

body {
  overflow-x: hidden;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

@media screen and (min-width: 64em) {
  body {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 125em) {
  body {
    background-position: right bottom -10rem !important;
  }
}
section {
  position: relative;
}

.container--full {
  margin: 0 auto;
  width: 90%;
}

.container--xl {
  margin: 0 auto;
  max-width: 100em;
  width: 85%;
}

.container--large, .container--full {
  margin: 0 auto;
  max-width: 1330px;
  width: 85%;
}

.container--medium, .image-block__container {
  margin: 0 auto;
  max-width: 71.25em;
  width: 85%;
}

@media screen and (min-width: 48em) {
  .container--medium, .image-block__container {
    width: 70%;
  }
}
@media screen and (min-width: 110em) {
  .container--medium, .image-block__container {
    width: 60%;
  }
}
.container--small {
  margin: 0 auto;
  max-width: 62.5em;
  width: 85%;
}

.container--full {
  width: 95%;
  max-width: none;
}
@media (min-width: 1200px) {
  .container--full {
    width: 85%;
  }
}

.container--footer {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 48em) {
  .container--small {
    width: 70%;
  }
}
@media screen and (min-width: 110em) {
  .container--small {
    width: 50%;
  }
}
.container--xsmall {
  margin: 0 auto;
  max-width: 50em;
  width: 85%;
}

@media screen and (min-width: 48em) {
  .container--xsmall {
    width: 60%;
  }
}
@media screen and (min-width: 110em) {
  .container--xsmall {
    width: 40%;
  }
}
[class*=container--] > [class*=container--] {
  margin: 0 auto;
}

.page-section {
  padding: 2rem 0;
}

@media screen and (min-width: 48em) {
  .page-section {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 100em) {
  .page-section {
    padding: 4rem 0;
  }
}
iframe,
img {
  max-width: 100%;
}

img:not([src]) {
  visibility: hidden;
}

[data-src],
[data-srcset] {
  display: block;
  min-height: 1px;
}

[data-src].loading,
[data-srcset].loading {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

[data-src].loaded,
[data-srcset].loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.embed__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed__container embed,
.embed__container iframe,
.embed__container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[src*=".svg"] {
  max-height: 100%;
}

.dated-browser-note {
  background: var(--color-utility--danger);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  padding: 1rem;
  z-index: 9999;
  text-align: center;
  display: block;
  margin: 0;
}

.dated-browser-note a {
  color: inherit;
}

[id*=iPad].hide-overflow,
[id*=iPhone].hide-overflow {
  overflow-y: hidden;
}

.full-width {
  width: 100% !important;
}

.sticky {
  position: sticky;
  top: 0;
}

.hide-overflow {
  overflow: hidden;
}

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

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

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

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

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

.reset--padding {
  padding: 0 !important;
}

.reset--margin--top {
  margin-top: 0;
}

.reset--margin--bottom {
  margin-bottom: 0;
}

.reset--margin {
  margin: 0;
}

.ul-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-inline > li {
  display: inline-block;
  vertical-align: middle;
}

.bg-size--cover {
  background-size: cover;
}

.bg-size--contain {
  background-size: contain;
}

.bg-pos--center {
  background-position: 50%;
}

[class*=flex--] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

.filter--gray {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.filter--blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.filter--blur-strong {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.color--purple {
  color: var(--purple--alt) !important;
}

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

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

.color--orange,
.color--yellow {
  color: var(--orange) !important;
}

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

.revealer {
  overflow: hidden;
}

.revealer__item {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.revealer__item,
.revealer__item.in-view {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.revealer__item.in-view {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.revealer__item + .revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item + .revealer__item.in-view {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.strikethrough {
  position: relative;
  display: inline-block;
  color: var(--yellow);
}

.has-leaves {
  background-position: 100% 0;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

.box.fit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.small-1of1,
.small-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.small-1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.small-1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.small-2of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.small-1of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.small-2of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.small-3of4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.small-1of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.small-2of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.small-3of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.small-4of5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.small-1of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

.small-2of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.small-3of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.small-4of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.small-5of6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

.small-1of7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
}

.small-2of7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.57143%;
          flex: 0 0 28.57143%;
}

.small-3of7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.85714%;
          flex: 0 0 42.85714%;
}

.small-4of7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.14286%;
          flex: 0 0 57.14286%;
}

.small-5of7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71.42857%;
          flex: 0 0 71.42857%;
}

.small-6of7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85.71429%;
          flex: 0 0 85.71429%;
}

.small-1of8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}

.small-2of8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.small-3of8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
}

.small-4of8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.small-5of8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
}

.small-6of8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.small-7of8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
}

.small-1of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
}

.small-2of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.22222%;
          flex: 0 0 22.22222%;
}

.small-3of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.small-4of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.44444%;
          flex: 0 0 44.44444%;
}

.small-5of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.55556%;
          flex: 0 0 55.55556%;
}

.small-6of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.small-7of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77.77778%;
          flex: 0 0 77.77778%;
}

.small-8of9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88.88889%;
          flex: 0 0 88.88889%;
}

.small-1of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.small-2of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.small-3of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.small-4of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.small-5of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.small-6of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.small-7of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.small-8of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.small-9of10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}

.small-1of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
}

.small-2of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.18182%;
          flex: 0 0 18.18182%;
}

.small-3of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.27273%;
          flex: 0 0 27.27273%;
}

.small-4of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.36364%;
          flex: 0 0 36.36364%;
}

.small-5of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.45455%;
          flex: 0 0 45.45455%;
}

.small-6of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.54545%;
          flex: 0 0 54.54545%;
}

.small-7of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.63636%;
          flex: 0 0 63.63636%;
}

.small-8of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72.72727%;
          flex: 0 0 72.72727%;
}

.small-9of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81.81818%;
          flex: 0 0 81.81818%;
}

.small-10of11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90.90909%;
          flex: 0 0 90.90909%;
}

.small-1of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
}

.small-2of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

.small-3of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.small-4of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.small-5of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
}

.small-6of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.small-7of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
}

.small-8of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.small-9of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.small-10of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

.small-11of12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
}

@media screen and (min-width: 48em) {
  .med-1of1,
.med-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .med-1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .med-1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .med-2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .med-1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .med-2of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .med-3of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .med-1of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .med-2of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .med-3of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .med-4of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .med-1of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }

  .med-2of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .med-3of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .med-4of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .med-5of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }

  .med-1of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
  }

  .med-2of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
  }

  .med-3of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
  }

  .med-4of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
  }

  .med-5of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
  }

  .med-6of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
  }

  .med-1of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }

  .med-2of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .med-3of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
  }

  .med-4of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .med-5of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
  }

  .med-6of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .med-7of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
  }

  .med-1of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
  }

  .med-2of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
  }

  .med-3of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .med-4of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
  }

  .med-5of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
  }

  .med-6of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .med-7of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
  }

  .med-8of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
  }

  .med-1of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }

  .med-2of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .med-3of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .med-4of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .med-5of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .med-6of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .med-7of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }

  .med-8of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .med-9of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }

  .med-1of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
  }

  .med-2of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
  }

  .med-3of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
  }

  .med-4of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
  }

  .med-5of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
  }

  .med-6of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
  }

  .med-7of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
  }

  .med-8of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
  }

  .med-9of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
  }

  .med-10of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
  }

  .med-1of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }

  .med-2of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }

  .med-3of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .med-4of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .med-5of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }

  .med-6of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .med-7of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }

  .med-8of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .med-9of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .med-10of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }

  .med-11of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
}
@media screen and (min-width: 64em) {
  .lg-1of1,
.lg-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .lg-1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg-1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .lg-2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .lg-1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .lg-2of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg-3of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .lg-1of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .lg-2of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .lg-3of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .lg-4of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .lg-1of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }

  .lg-2of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .lg-3of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg-4of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .lg-5of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }

  .lg-1of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
  }

  .lg-2of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
  }

  .lg-3of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
  }

  .lg-4of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
  }

  .lg-5of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
  }

  .lg-6of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
  }

  .lg-1of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }

  .lg-2of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .lg-3of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
  }

  .lg-4of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg-5of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
  }

  .lg-6of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .lg-7of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
  }

  .lg-1of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
  }

  .lg-2of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
  }

  .lg-3of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .lg-4of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
  }

  .lg-5of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
  }

  .lg-6of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .lg-7of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
  }

  .lg-8of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
  }

  .lg-1of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }

  .lg-2of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .lg-3of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .lg-4of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .lg-5of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg-6of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .lg-7of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }

  .lg-8of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .lg-9of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }

  .lg-1of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
  }

  .lg-2of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
  }

  .lg-3of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
  }

  .lg-4of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
  }

  .lg-5of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
  }

  .lg-6of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
  }

  .lg-7of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
  }

  .lg-8of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
  }

  .lg-9of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
  }

  .lg-10of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
  }

  .lg-1of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }

  .lg-2of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }

  .lg-3of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .lg-4of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .lg-5of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }

  .lg-6of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .lg-7of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }

  .lg-8of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .lg-9of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .lg-10of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }

  .lg-11of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
}
@media screen and (min-width: 100em) {
  .xl-1of1,
.xl-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .xl-1of2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl-1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .xl-2of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .xl-1of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .xl-2of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl-3of4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .xl-1of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .xl-2of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .xl-3of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .xl-4of5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .xl-1of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }

  .xl-2of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .xl-3of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl-4of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .xl-5of6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }

  .xl-1of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
  }

  .xl-2of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.57143%;
            flex: 0 0 28.57143%;
  }

  .xl-3of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.85714%;
            flex: 0 0 42.85714%;
  }

  .xl-4of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.14286%;
            flex: 0 0 57.14286%;
  }

  .xl-5of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.42857%;
            flex: 0 0 71.42857%;
  }

  .xl-6of7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85.71429%;
            flex: 0 0 85.71429%;
  }

  .xl-1of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }

  .xl-2of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .xl-3of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
  }

  .xl-4of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl-5of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
  }

  .xl-6of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .xl-7of8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
  }

  .xl-1of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
  }

  .xl-2of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%;
  }

  .xl-3of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .xl-4of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%;
  }

  .xl-5of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%;
  }

  .xl-6of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .xl-7of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%;
  }

  .xl-8of9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%;
  }

  .xl-1of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }

  .xl-2of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .xl-3of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }

  .xl-4of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .xl-5of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl-6of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .xl-7of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }

  .xl-8of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }

  .xl-9of10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }

  .xl-1of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.09091%;
            flex: 0 0 9.09091%;
  }

  .xl-2of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.18182%;
            flex: 0 0 18.18182%;
  }

  .xl-3of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27273%;
            flex: 0 0 27.27273%;
  }

  .xl-4of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.36364%;
            flex: 0 0 36.36364%;
  }

  .xl-5of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.45455%;
            flex: 0 0 45.45455%;
  }

  .xl-6of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.54545%;
            flex: 0 0 54.54545%;
  }

  .xl-7of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.63636%;
            flex: 0 0 63.63636%;
  }

  .xl-8of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72.72727%;
            flex: 0 0 72.72727%;
  }

  .xl-9of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81.81818%;
            flex: 0 0 81.81818%;
  }

  .xl-10of11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90.90909%;
            flex: 0 0 90.90909%;
  }

  .xl-1of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
  }

  .xl-2of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
  }

  .xl-3of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .xl-4of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }

  .xl-5of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
  }

  .xl-6of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .xl-7of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
  }

  .xl-8of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
  }

  .xl-9of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .xl-10of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
  }

  .xl-11of12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
  }
}
::-moz-selection {
  background: var(--yellow);
  color: #fff;
}
::selection {
  background: var(--yellow);
  color: #fff;
}

html {
  font-size: calc(16px + 5 * (100vw - 420px) / 860);
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 21px;
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--font-main);
}

h1, .image-break__title,
h2,
.content-wrapper h4,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--color-spruce);
}

h1, .image-break__title {
  font-size: 45px;
}
@media screen and (min-width: 64em) {
  h1, .image-break__title {
    font-size: 48px;
  }
}

h2, .content-wrapper h4 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
}

.stylized, .post-content p a, .accordions__item p a, .image-block p a, .sidebar-nav__list-item-link, .content-area a {
  color: black;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.stylized::after, .post-content p a::after, .accordions__item p a::after, .image-block p a::after, .sidebar-nav__list-item-link::after, .content-area a::after {
  width: 100%;
  height: 2px;
  background-color: var(--color-turquoise);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) 4ms;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) 4ms;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  content: "";
  z-index: -1;
}
.stylized:hover::after, .post-content p a:hover::after, .accordions__item p a:hover::after, .image-block p a:hover::after, .sidebar-nav__list-item-link:hover::after, .content-area a:hover::after {
  height: 8px;
  background-color: var(--color-cardamom);
}

ol li,
ul li {
  font-size: 18px;
  color: var(--black);
}

@media screen and (min-width: 64em) {
  ol li,
ul li {
    line-height: 1.5;
  }
}
blockquote {
  padding: 1rem;
  margin: 2rem 0;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: var(--black);
  position: relative;
  background-image: url("../img/accent-quote.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 110px;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 60px;
}
@media screen and (min-width: 64em) {
  blockquote {
    background-size: 176px;
    min-height: 176px;
    padding-left: 100px;
  }
}

blockquote p {
  margin: 0;
  padding: 0;
  color: var(--color-spruce);
  font-size: 24px !important;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 5;
}
blockquote p em {
  font-size: 18px !important;
  font-weight: 400;
  color: black;
  font-style: normal;
  margin-left: 85px;
  margin-top: 8px;
  display: inline-block;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
  position: relative;
}

.table-wrapper:before {
  content: "Hint: You can scroll the table horizontally.";
  color: grey;
  font-size: 0.8rem;
  text-align: left;
  display: block;
}

@media screen and (min-width: 48em) {
  .table-wrapper:before {
    display: none;
  }
}
.table-wrapper table {
  min-width: 250%;
}

@media screen and (min-width: 48em) {
  .table-wrapper table {
    min-width: 0;
  }
}
.core-icon use {
  stroke-width: 2px;
}

.core-icon.inline {
  width: 1em;
  height: 1em;
  margin: 0 0.25rem 0 0;
  fill: #000;
  stroke: #000;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}

.no-touchevents a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit !important;
}

.nav-toggle {
  z-index: 30;
}

.gallery--full {
  z-index: 22;
}

.select2-container {
  z-index: 15;
}

.hero {
  z-index: 10;
}

@media screen and (min-width: 64em) {
  .is-card {
    padding: 3rem !important;
  }
}
.is-card.small-card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #e1e2e5 !important;
}

@media screen and (min-width: 64em) {
  .is-card.small-card {
    padding: 2rem !important;
  }
}
.is-card.tiny-card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #e1e2e5 !important;
  padding: 1rem !important;
}

@media screen and (min-width: 64em) {
  .is-card.tiny-card {
    padding: 1rem !important;
  }
}
.content-area ol,
.content-area ul {
  padding: 0 0 0 2rem;
}

.content-area ol:not(.gform_fields) li,
.content-area ul:not(.gform_fields) li {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 64em) {
  .content-area ol:not(.gform_fields) li,
.content-area ul:not(.gform_fields) li {
    margin: 0;
  }
}
.content-area a {
  color: black !important;
}
.content-area a * {
  color: black !important;
}

.content-area a:visited {
  color: #040f21;
}

.content-area a:active,
.content-area a:focus {
  color: #000104 !important;
}

.content-area table {
  border-collapse: collapse;
  overflow: auto;
  width: 100%;
}

.content-area thead td {
  background: var(--black);
  border: 1px solid #343e50;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  color: #fff;
}

.content-area tbody td,
.content-area thead td {
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-align: left;
}

.content-area tbody td {
  background: transparent;
  border: 1px solid #ccc;
  padding: 1rem;
  font-size: 1rem;
  color: var(--black);
}

@media screen and (min-width: 64em) {
  .content-area tbody td {
    font-size: 0.85rem;
  }
}
.content-area tbody tr:nth-child(2n) {
  background: rgba(1, 14, 36, 0.05);
}

.content-area hr {
  height: 2px;
  margin: 4rem auto;
  background-color: var(--color-sunset);
  border: none;
  position: relative;
  width: 85%;
  max-width: 752px;
}

.content-area hr:before {
  width: 54px;
  height: 45px;
  background: #fff url(../img/cardamom-pod.svg) no-repeat center;
  background-size: 22px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-area img {
  text-align: center;
  line-height: 2;
  height: auto;
  display: block;
  position: relative;
  font-weight: 700;
  color: var(--gray--mid);
  background: #eeeff3;
  font-size: 0.85rem;
}

.content-area img:before {
  content: "Sorry, this image is missing.";
  display: block;
  font-weight: 400;
  background: #eeeff3;
  border-bottom: 0;
  padding: 1rem 0 0;
}

.content-area img:after {
  content: "(url: " attr(src) ")";
  display: block;
  font-weight: 400;
  background: #eeeff3;
  border-top: 0;
  padding: 0 0 1rem;
  word-break: break-all;
}

.no-touchevents .content-area a:not([class]):hover {
  color: var(--pink);
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.sub .column--left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sub .column--right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 64em) {
  .sub .column--left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sub .column--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sidebar a {
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.sidebar-block--links {
  margin-top: 2rem;
}

.sidebar-block__title {
  margin: 0;
}

.sidebar-nav__list {
  margin-top: 32px;
}

.sidebar-nav__list-item {
  margin: 0 0 16px;
}

.sidebar-links__item {
  padding: 0.85rem 0;
  border-bottom: 1px solid #dddde1;
}

.sidebar-links__item-label {
  color: var(--purple--alt);
  margin: 0;
  padding: 0;
}

.sidebar-links__item-link {
  display: block;
  color: var(--black);
  margin-top: 0.2rem;
}

@media screen and (min-width: 64em) {
  .sidebar-links__item-link {
    margin: 0;
  }
}
.no-touchevents .sidebar a:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.column__layout .column--left p:first-child {
  margin-top: 40px;
}

@media screen and (min-width: 64em) {
  .column--left {
    padding: 0 2rem 0 0;
  }
}
@media screen and (min-width: 125em) {
  .column--left {
    padding: 0 4rem 0 0;
  }
}
.column--right {
  padding: 2rem 0 0;
}

@media screen and (min-width: 64em) {
  .column--right {
    padding: 2rem 0 0 2rem;
  }
}
.content__wrapper {
  background-position: right -3rem;
  background-repeat: no-repeat;
  z-index: 5;
  background-size: 50%;
}

@media screen and (min-width: 64em) {
  .content__wrapper {
    background-size: 30%;
  }
}
@media screen and (min-width: 100em) {
  .content__wrapper {
    background-size: 25%;
  }
}
@media screen and (min-width: 110em) {
  .content__wrapper {
    background-size: 30%;
  }
}
.tree__wrapper {
  margin-top: 0;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200%;
  padding: 60px 0 60px;
}
.tree__wrapper p {
  font-size: 20px;
}
@media (min-width: 64em) {
  .tree__wrapper {
    padding: 105px 0 130px;
  }
  .tree__wrapper h1, .tree__wrapper .image-break__title {
    font-size: 60px;
  }
  .tree__wrapper .column--left {
    padding-right: 2.5em;
  }
  .tree__wrapper .column--right {
    padding-left: 2.5em;
  }
}
.tree__wrapper + .programs__wrapper {
  padding-top: 0;
}

@media screen and (min-width: 30em) {
  .tree__wrapper {
    background-size: 50%;
  }
}
.cta__list.in-view .cta__list-item {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.cta__list.in-view .cta__list-item + .cta__list-item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.cta__list.in-view .cta__list-item + .cta__list-item + .cta__list-item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.cta__list.in-view .cta__list-item + .cta__list-item + .cta__list-item + .cta__list-item {
  -webkit-transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.cta__list-item {
  margin: 0 0 15px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.cta__card {
  background-image: url("../img/corner-cta-list.svg");
  background-size: 160px;
  background-repeat: no-repeat;
  background-color: var(--color-amaranth);
  min-height: 148px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-ivory);
  padding: 40px 80px 40px 60px;
  position: relative;
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 64em) {
  .cta__card {
    font-size: 30px;
    padding: 0 60px;
  }
}
.cta__card::after {
  content: url("../img/arrows-cta-list.svg");
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 30px;
  -webkit-transition: right 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: right 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
@media (min-width: 64em) {
  .cta__card::after {
    right: 60px;
  }
}
.cta__card:hover::after {
  right: 40px;
}
.cta__card .cta__list-item-content {
  position: relative;
  z-index: 3;
}

.cta__card-icon.core-icon.inline {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.75rem;
  -webkit-transform: none;
          transform: none;
}

.cta__card-icon.core-icon.inline use {
  stroke: none !important;
}

.cta__list-item-subtitle,
.cta__list-item-title {
  display: block;
}

.cta__list-item-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin: 0.2rem 0 0;
}

@media screen and (min-width: 64em) {
  .cta__list-item-subtitle {
    margin: 0;
  }
}
.page-section__title-wrapper {
  margin: 0 0 1rem;
}
.page-section__title-wrapper p {
  font-size: 20px;
}

@media screen and (min-width: 64em) {
  .page-section__title-wrapper {
    margin: 0 0 4rem;
  }
}
.page-section__subtitle {
  margin: 0 0 1rem;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  background: var(--black);
  display: inline-block;
}

.page-section__subtitle.with-divider {
  position: relative;
}

.page-section__subtitle.with-divider:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
  display: inline-block;
  width: 1rem;
  height: 5px;
  background: var(--highlight);
  margin: 0.5rem 0 0;
}

.page-section__title {
  margin: 0;
  padding: 0;
}
.page-section__title-content, .programs__wrapper--link-block-grid .page-section__title {
  max-width: 750px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.page-section__title-icon {
  display: inline-block;
  margin: 0 0 1rem;
  max-height: 3rem;
}

@media screen and (min-width: 64em) {
  .page-section__title-icon {
    width: auto;
  }
}
.page-section__details {
  font-size: 0.75rem;
}

[class*=wp-image] {
  height: auto !important;
}

.wp-image__wrapper {
  margin: 2rem 0;
  max-width: 100% !important;
}

.alignleft,
.alignright {
  display: block;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    margin: 0 2rem 1rem 0;
  }
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    margin: 0 0 1rem 2rem;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption,
.alignnone {
  max-width: 100% !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 48em) {
  .wp-caption,
.alignnone {
    margin-left: -90px;
    max-width: 100vw !important;
    width: calc(100% + 90px) !important;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.wp-caption img {
  width: 100%;
}

.wp-caption-text {
  font-size: 1rem;
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0 0 3px 3px;
  display: inline-block;
}

@media screen and (min-width: 64em) {
  .wp-caption-text {
    font-size: 0.75rem;
  }
}
button,
input[type=submit] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
}

[class*=button--] {
  padding: 0.55rem 1.5rem;
  border-radius: 99999px;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

[class*=button--] span {
  position: relative;
  z-index: 10;
}

[class*=button--basic] {
  background: var(--color-sunny);
  color: var(--color-spruce);
  overflow: hidden;
  border: 2px solid transparent;
}
[class*=button--basic]:hover {
  background: var(--color-sky);
}
[class*=button--basic]:focus {
  border-color: var(--color-coral);
}

[class*=button--basic].cardamom {
  background: var(--color-cardamom);
  color: var(--color-spruce);
  overflow: hidden;
  border: 2px solid transparent;
}
[class*=button--basic].cardamom:hover {
  background: var(--color-sky);
}
[class*=button--basic].cardamom:focus {
  border-color: var(--color-coral);
}

[class*=button--basic].outline-amaranth {
  border-color: var(--color-amaranth);
  background: var(--color-sunny);
  color: var(--color-amaranth);
}
[class*=button--basic].outline-amaranth:hover {
  background: var(--color-amaranth);
  color: var(--color-sunny);
}

[class*=button--basic].outline-sunny {
  border-color: var(--color-sunny);
  background: var(--color-amaranth);
  color: var(--color-sunny);
}
[class*=button--basic].outline-sunny:hover {
  background: var(--color-sunny);
  color: var(--color-amaranth);
}

[class*=button--basic].outline,
[class*=button--basic].outline-spruce {
  border-color: var(--color-spruce);
  color: var(--color-spruce);
  background: transparent;
}
[class*=button--basic].outline:hover,
[class*=button--basic].outline-spruce:hover {
  background: var(--color-cardamom);
  border-color: transparent;
  color: var(--color-spruce);
}

[class*=button--basic].blue,
[class*=button--basic].purple {
  background: var(--purple);
}

[class*=button--basic].orange,
[class*=button--basic].yellow {
  background: var(--color-sunny);
}
[class*=button--basic].orange:hover,
[class*=button--basic].yellow:hover {
  background: var(--color-sky);
}

[class*=button--basic].green {
  background: var(--green);
}

[class*=button--basic].pink {
  background: var(--pink);
}

.no-touchevents [class*=button--basic]:hover:before {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

[class*=button--highlight] {
  background: var(--brand-blue--shade);
  color: var(--black);
  -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.no-touchevents [class*=button--highlight]:hover {
  background: var(--black);
  text-shadow: none;
  -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

[class*="--small"][class*=button--] {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  [class*="--small"][class*=button--] {
    font-size: 0.75rem;
  }
}
[class*="--large"][class*=button--] {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.no-touchevents [class*="--large"][class*=button--]:hover,
[class*="--large"][class*=button--] {
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms !important;
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms !important;
  transition: box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms !important;
  transition: box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms !important;
}

.no-touchevents [class*="--large"][class*=button--]:hover {
  background: var(--brand-blue--shade);
  -webkit-transform: translate3d(0, -5%, 0) scale(1.05);
          transform: translate3d(0, -5%, 0) scale(1.05);
}

[class*=button--][class*="--outline"] {
  border: 2px solid #fff;
}

[class*=button--][class*="--rounded"] {
  border-radius: 60px;
}

[class*=button--][class*="--transparent"] {
  background: transparent;
}

.disabled,
[disabled] {
  pointer-events: none;
  opacity: 0.35;
  cursor: not-allowed;
}

.button-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-spruce);
  z-index: 500;
  padding: 1rem;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.main-nav__wrapper .container--large, .main-nav__wrapper .container--full {
  width: 95%;
  max-width: none;
}
@media (min-width: 1200px) {
  .main-nav__wrapper .container--large, .main-nav__wrapper .container--full {
    width: 85%;
  }
}

.main-nav__wrapper,
.main-nav__wrapper.show {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.main-nav__wrapper.show {
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 64em) {
  .main-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }

  .main-nav__wrapper .container--large, .main-nav__wrapper .container--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }
}
.main-nav__wrapper--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-spruce);
  -webkit-transform: none;
          transform: none;
  height: auto;
  padding: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
.main-nav__wrapper--mobile .take-action__button, .main-nav__wrapper--mobile .nav-toggle {
  font-weight: 700;
  padding: 0.8rem 1.65rem;
  font-size: 18px;
  margin-right: 15px;
}

@media screen and (min-width: 64em) {
  .main-nav__wrapper--mobile {
    display: none;
  }
}
.logo {
  padding: 0.8rem 0;
}

.logo img {
  width: 150px;
  height: 45px;
}

@media screen and (min-width: 64em) {
  .logo img {
    width: 190px;
    height: 67px;
  }
}
.main-nav {
  list-style: none;
  padding: 0.5rem;
  margin: 0 0 0 auto;
}

.main-nav__item {
  display: block;
  position: relative;
}

.main-nav__item:first-child {
  border: none;
}

@media screen and (min-width: 64em) {
  .main-nav__item {
    display: inline-block;
    vertical-align: middle;
    border: none;
  }
}
.main-nav__item-link {
  color: var(--color-sunny);
  font-style: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
  padding: 1.2rem 0.5rem;
  display: block;
  position: relative;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
.main-nav__item-link.take-action__button, .main-nav__item-link.nav-toggle {
  width: auto;
  display: inline-block;
}
@media (min-width: 64em) {
  .main-nav__item-link.take-action__button, .main-nav__item-link.nav-toggle {
    margin-left: 15px;
  }
}
.main-nav .main-nav__item-link.take-action__button, .main-nav .main-nav__item-link.nav-toggle {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .main-nav .main-nav__item-link.take-action__button, .main-nav .main-nav__item-link.nav-toggle {
    margin-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .main-nav__item-link {
    padding: 0.5rem;
    font-size: 18px;
    font-weight: bold;
  }
}
.no-touchevents .main-nav__item-link:hover {
  color: var(--yellow);
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

[class*=main-nav__submenu--] {
  background: var(--color-spruce);
  list-style: none;
  margin: 0;
  padding: 0 0 1rem 0.5rem;
  display: none;
}

[class*=main-nav__submenu--].open {
  display: block;
}

@media screen and (min-width: 64em) {
  [class*=main-nav__submenu--] {
    position: absolute;
    min-width: 200px;
    padding: 0;
    border: none;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
    -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }
}
.main-nav__submenu-item {
  border: solid var(--color-moss);
  border-width: 0 0 2px;
}

.main-nav__submenu-item:last-child {
  border: 0;
}

.main-nav__submenu-item-link {
  padding: 10px 5px;
  color: var(--color-sunny);
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-style: normal;
  display: block;
  position: relative;
  -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

@media screen and (min-width: 64em) {
  .main-nav__submenu-item-link {
    font-size: 16px;
  }
}
.has-submenu {
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 64em) {
  .has-submenu .main-nav__item-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 6px;
    background-image: url("../icons/icon-arrow-nav.svg");
    background-size: 100%;
    margin: 0 0 0 0.5rem;
  }

  .has-submenu:hover .main-nav__item-link:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 64em) {
  .main-nav__submenu-item-link:hover {
    color: #fff;
    -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, color 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, color 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }

  .has-submenu:hover > [class*=main-nav__submenu--] {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    height: auto;
    overflow: visible;
    -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }
}
.main-nav__submenu--dropdown {
  top: 100%;
  left: -3px;
  padding: 0 8px;
}

.main-nav__submenu--flyout {
  left: 100%;
  top: -1px;
}

.nav-toggle {
  z-index: 510 !important;
  position: fixed !important;
  bottom: 4rem;
  right: 13px;
  display: block;
  background-color: var(--color-sunny) !important;
  color: var(--color-spruce) !important;
  text-decoration: none;
  font-weight: 700;
}
.nav-toggle:hover, .nav-toggle:focus {
  background-color: var(--color-sky) !important;
}

@media screen and (min-width: 64em) {
  .nav-toggle {
    display: none;
  }
}
.main-nav__submenu-expand {
  padding: 1rem;
  color: var(--purple--alt);
  background: transparent;
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-nav__submenu-expand:after,
.main-nav__submenu-expand:before {
  content: "";
  width: 8px;
  height: 6px;
  background-image: url("../icons/icon-arrow-nav.svg");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.active .main-nav__submenu-expand:after,
.active .main-nav__submenu-expand:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 64em) {
  .main-nav__submenu-expand {
    display: none;
  }
}
.main-nav [class*=item-link].active .main-nav__submenu-expand:before {
  display: none;
}

.main-nav__item-link.tab {
  color: var(--pink);
  position: relative;
  font-weight: 400 !important;
  font-size: 1.2rem;
  padding: 1.2rem;
  -webkit-transition: padding 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: padding 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

@media screen and (min-width: 64em) {
  .main-nav__item-link.tab {
    padding-left: 1.25rem;
    font-size: 1rem;
    background: var(--pink);
    color: #fff;
  }

  .main-nav__item-link.tab:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-width: 75px 10px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.main-nav__item-link.tab .core-icon,
.main-nav__item-link.tab span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}

.main-nav__item-link.tab .core-icon.inline {
  width: 1.3em;
  height: 1.3em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin: 0 0 0 0.2rem;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.main-nav__item-link.tab .core-icon use {
  fill: var(--purple--alt);
}

@media screen and (min-width: 64em) {
  .main-nav__item-link.tab .core-icon use {
    fill: #fff;
  }
}
.main-nav__wrapper--mobile .main-nav__item-link.tab {
  font-size: 1rem;
  background: var(--pink);
  color: #fff;
  padding: 1.5rem;
}

.main-nav__wrapper--mobile .main-nav__item-link.tab:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-width: 75px 10px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.main-nav__wrapper--mobile .main-nav__item-link.tab .core-icon use {
  fill: #fff;
}

@media screen and (min-width: 64em) {
  .no-touchevents .main-nav__item-link.tab:hover {
    padding-right: 1.25rem;
    color: #fff;
    -webkit-transition: padding 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: padding 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }

  .no-touchevents .main-nav__item-link.tab:hover .core-icon.inline {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.14285714s;
    transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.14285714s;
    transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.14285714s;
    transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.14285714s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.14285714s;
  }
}
.main-header {
  padding: 0.75rem;
  position: relative;
  background: #fff;
}

@media screen and (min-width: 64em) {
  .main-header {
    padding: 1.5rem;
  }
}
.main-footer {
  border-top: none;
  background-size: cover;
  background-color: var(--color-spruce);
  padding-right: 100px;
  position: relative;
  color: var(--color-ivory);
}
.main-footer h1, .main-footer .image-break__title, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6, .main-footer p {
  color: var(--color-ivory);
}
.main-footer a {
  color: var(--color-sunny);
}
.main-footer .page-section {
  padding: 65px 0;
}
@media (min-width: 64em) {
  .main-footer .page-section {
    padding: 110px 0;
  }
}
.main-footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background-color: var(--color-fall);
  background-image: url("../img/background-footer.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-footer .container--small {
  max-width: 650px;
}
@media screen and (min-width: 64em) {
  .main-footer {
    padding-right: 300px;
  }
  .main-footer::after {
    width: 300px;
  }
}

.main-footer__group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.main-footer__social.social-icons .phone {
  padding-right: 1rem;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 30em) {
  .main-footer__social.social-icons .phone {
    width: auto;
  }
}
.main-footer__social.social-icons .phone p {
  color: inherit;
  font-weight: 600;
}

.main-footer__social.social-icons .phone p .core-icon {
  width: 1rem;
  height: 1rem;
}

.main-footer__social.social-icons .core-icon use,
.main-footer__social.social-icons [class*=core-icon--] use {
  fill: var(--color-sunny) !important;
}

.no-touchevents .main-footer .social-icons__item-link {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.no-touchevents .main-footer .social-icons__item-link:hover {
  -webkit-transform: translate3d(0, -5%, 0);
          transform: translate3d(0, -5%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.main-footer__quick-links-wrapper {
  width: 100%;
  margin: 2.25rem 0 4rem;
  margin: 24px 0 48px;
}
@media (min-width: 48em) {
  .main-footer__quick-links-wrapper {
    margin: 48px 0 65px;
  }
}

.main-footer__quick-links {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.main-footer__quick-links-item {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 48em) {
  .main-footer__quick-links-item {
    width: auto;
  }
}
.main-footer__quick-links-item:first-child .main-footer__quick-links-item-link {
  padding-left: 0;
}

.main-footer__quick-links-item:last-child .main-footer__quick-links-item-link {
  padding-right: 0;
}

.main-footer__quick-links-item-link {
  color: var(--color-sunny);
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  padding: 0.5rem 0;
  display: block;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  text-decoration: none;
}
.main-footer__quick-links-item-link:hover {
  color: var(--color-sky);
}

@media screen and (min-width: 48em) {
  .main-footer__quick-links-item-link {
    padding: 0;
    padding-right: 32px;
  }
}
.main-footer__subfooter {
  padding: 0.25rem 0 0;
  margin: 0.25rem 0 0;
  border-top: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.main-footer__subfooter address {
  font-style: normal;
  font-size: 0.75rem;
  margin: 0.5rem 0;
  display: block;
  color: #fff;
}

@media screen and (min-width: 48em) {
  .main-footer__subfooter address {
    border-left: 1px solid #fff;
    padding: 0 0 0 0.7rem;
    margin: 0 0 0 0.5rem;
    display: inline;
  }
}
.main-footer__subfooter > div address,
.main-footer__subfooter > div p {
  display: inline-block;
  vertical-align: middle;
}

.main-footer__subfooter-copyright,
.main-footer__subfooter-territorial-acknowledgement {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .main-footer__subfooter-copyright {
    width: auto;
  }
}
.main-footer__subfooter-territorial-acknowledgement {
  margin-top: 1em;
  font-size: 0.6em;
}

@media screen and (min-width: 48em) {
  .main-footer__subfooter-territorial-acknowledgement {
    margin-top: 0.5em;
    display: block;
  }
}
.main-footer__subfooter-credit {
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  font-style: normal;
  text-transform: none;
  margin: 0.25rem 0 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .main-footer__subfooter-credit {
    width: auto;
    margin: 0;
  }
}
.main-footer__subfooter-credit-link {
  color: inherit;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.no-touchevents .main-footer__subfooter-credit-link:hover {
  color: var(--yellow);
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.newsletter__wrapper {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
}

.newsletter__wrapper,
.newsletter__wrapper.in-view {
  -webkit-transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.newsletter__wrapper.in-view {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.newsletter__box {
  position: relative;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 60%;
}

@media screen and (min-width: 64em) {
  .newsletter__box {
    background-size: auto;
  }
}
[class*=newsletter__leaves] {
  display: none;
}

@media screen and (min-width: 48em) {
  [class*=newsletter__leaves] {
    display: block;
  }
}
.newsletter__leaves--left {
  position: absolute;
  height: 60%;
  right: 100%;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.5) rotate(90deg) translate3d(32%, -180%, 0);
          transform: scale(0.5) rotate(90deg) translate3d(32%, -180%, 0);
  z-index: -1;
}

.newsletter__leaves--left.in-view {
  -webkit-transform: scale(1) rotate(60deg) translate3d(32%, -27%, 0);
          transform: scale(1) rotate(60deg) translate3d(32%, -27%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
  transition: -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
  transition: transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
  transition: transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s, -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
}

.newsletter__leaves--right {
  position: absolute;
  height: 60%;
  left: 100%;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.5) rotate(-60deg) translate3d(-44%, -160%, 0);
          transform: scale(0.5) rotate(-60deg) translate3d(-44%, -160%, 0);
  z-index: -1;
}

.newsletter__leaves--right.in-view {
  -webkit-transform: scale(1) rotate(-60deg) translate3d(-44%, -18%, 0);
          transform: scale(1) rotate(-60deg) translate3d(-44%, -18%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.33333333s;
  transition: -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.33333333s;
  transition: transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.33333333s;
  transition: transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.33333333s, -webkit-transform 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0.33333333s;
}

.newsletter__subtitle {
  color: var(--color-ivory);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.newsletter__title {
  margin: 0;
  font-size: 30px;
}
@media screen and (min-width: 48em) {
  .newsletter__title {
    font-size: 35px;
  }
}

.newsletter__desc {
  margin-top: 0.5rem;
  color: var(--color-ivory);
  font-size: 16px;
  line-height: 1.6875;
}
@media (min-width: 48em) {
  .newsletter__desc {
    font-size: 18px;
  }
}

.newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 1rem;
}
.newsletter__form form ::-webkit-input-placeholder {
  color: var(--color-ivory);
  opacity: 1;
}
.newsletter__form form ::-moz-placeholder {
  color: var(--color-ivory);
  opacity: 1;
}
.newsletter__form form :-ms-input-placeholder {
  color: var(--color-ivory);
  opacity: 1;
}
.newsletter__form form ::-ms-input-placeholder {
  color: var(--color-ivory);
  opacity: 1;
}
.newsletter__form form ::placeholder {
  color: var(--color-ivory);
  opacity: 1;
}
.newsletter__form form input[type=text],
.newsletter__form form input[type=email] {
  background-color: transparent;
  border: 2px solid var(--color-ivory);
  color: var(--color-ivory);
}

.newsletter__casl-note {
  font-size: 12px;
  margin-top: 24px;
}
.newsletter__casl-note small {
  font-size: 1em;
}

@media screen and (min-width: 48em) {
  .newsletter__form-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.newsletter__form-button-wrapper {
  padding: 1rem 0 0;
}

@media screen and (min-width: 48em) {
  .newsletter__form-button-wrapper {
    padding: 0 0 0 1rem;
  }
}
.newsletter__form .name-field label {
  display: none;
}

@media screen and (min-width: 64em) {
  .newsletter__form .name-field {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 64em) {
  .newsletter__form .name-field {
    margin-bottom: -0.5rem;
  }
}
.newsletter__form .email-field input {
  margin-top: 10rem;
}

.newsletter__form .gform_footer {
  padding-top: 24px;
}

.newsletter__casl-note {
  /* margin: 0.85rem 0 0; */
  line-height: 1;
}

.newsletter__casl-note a {
  color: var(--black);
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.no-touchevents .newsletter__casl-note a:hover {
  color: var(--pink);
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.newsletter__form > table {
  width: 100%;
}

/* .newsletter__form .recaptcha{
  padding-top:1rem;
} */
@media screen and (min-width: 64em) {
  .newsletter__form .gform_wrapper form .gform_fields > li,
.newsletter__form .gform_wrapper form .gform_footer {
    margin: 0;
  }
}
.hero {
  min-height: 200px;
  position: relative;
  z-index: 5;
}
@media (min-width: 48em) {
  .hero {
    min-height: 300px;
  }
}
@media (min-width: 64em) {
  .hero {
    padding-bottom: 0;
    min-height: 315px;
    margin-top: 98px;
  }
}

.hero .hero__title {
  font-size: 4rem;
}

.hero + section {
  z-index: 10;
}

.hero__bg {
  background-color: var(--color-ivory);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero__container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5vh 0;
  text-align: center;
}

@media screen and (min-width: 100em) {
  .hero__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero__content-box {
  bottom: 30%;
  width: 60vw;
  display: inline-block;
}

@media screen and (min-width: 20em) {
  .hero__content-box {
    width: 80vw;
  }
}
.hero__desc,
.hero__title {
  color: #fff;
}

.hero__title {
  margin: 0 0 1rem;
}

.hero__title .revealer {
  display: block;
}

.hero__desc {
  margin: 0;
}

.hero__cta {
  margin: 0;
}

.hero-page-title {
  padding-top: 60px;
  text-align: center;
}
.hero-page-title .hero__title {
  color: var(--color-spruce);
}
.hero-page-title .hero__desc {
  text-align: center;
  color: var(--black);
}
.hero-page-title .page-section__title-content h1, .hero-page-title .programs__wrapper--link-block-grid .page-section__title h1, .programs__wrapper--link-block-grid .hero-page-title .page-section__title h1, .hero-page-title .page-section__title-content .image-break__title, .hero-page-title .programs__wrapper--link-block-grid .page-section__title .image-break__title, .programs__wrapper--link-block-grid .hero-page-title .page-section__title .image-break__title {
  text-align: center;
}
.hero-page-title + .page-section {
  padding-top: 10px;
}
.hero-page-title + .progress-bar {
  padding-top: 50px;
}

.hero .slick-arrow {
  font-size: 50%;
  border-radius: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -46px;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 200;
  background-color: var(--yellow);
}
@media screen and (min-width: 64em) {
  .hero .slick-arrow {
    bottom: 190px;
    width: 40px;
    height: 40px;
  }
}
.hero .slick-arrow img {
  width: 16px;
}
.hero .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}
@media (min-width: 64em) {
  .hero .slick-arrow svg {
    width: 16px;
  }
}
.hero .slick-arrow:hover {
  background-color: var(--color-sky);
}
.hero .slick-arrow:hover svg path {
  fill: var(--color-spruce);
  stroke: var(--color-spruce);
}

.hero .slick-arrow,
.hero .slick-arrow:hover {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.hero .slick-arrow:hover {
  opacity: 1;
}

@media screen and (min-width: 48em) {
  .hero .slick-arrow {
    display: block;
  }
}
.hero .slick-arrow.slick-prev {
  right: 110px;
  border-radius: 0 3px 3px 0;
}
.hero .slick-arrow.slick-prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 64em) {
  .hero .slick-arrow.slick-prev {
    right: calc(7.5% + 56px);
  }
}
@media (min-width: 100em) {
  .hero .slick-arrow.slick-prev {
    right: calc((100vw - 1350px) / 2 + 56px);
  }
}

.hero .slick-arrow.slick-next {
  right: 25px;
  border-radius: 3px 0 0 3px;
}
@media (min-width: 64em) {
  .hero .slick-arrow.slick-next {
    right: 7.5%;
  }
}
@media (min-width: 100em) {
  .hero .slick-arrow.slick-next {
    right: calc((100vw - 1350px) / 2);
  }
}

.sub .hero {
  min-height: 30vh;
}

.sub .hero__title {
  margin: 0;
}

.sub .hero__content-box {
  min-width: 32%;
  width: auto;
  display: inline-block;
}

.hero__carousel {
  background-color: var(--color-ivory);
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 48em) {
  .hero__carousel {
    background-color: transparent;
  }
}
.hero__carousel-image {
  min-height: 200px;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  .hero__carousel-image {
    min-height: 590px;
    background-size: cover;
  }
}
.hero__carousel-accent--mobile {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .hero__carousel-accent--mobile {
    display: none !important;
  }
}
.hero__carousel-accent--desktop {
  display: none !important;
  width: 450px;
}
@media screen and (min-width: 64em) {
  .hero__carousel-accent--desktop {
    display: block !important;
  }
}
@media screen and (min-width: 64em) {
  .hero__carousel-accent {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1300px) {
  .hero__carousel-accent {
    position: relative;
  }
}
.hero__carousel-text {
  background-color: var(--color-ivory);
}
@media screen and (min-width: 64em) {
  .hero__carousel-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.hero__carousel .hero__content-box {
  padding: 40px 20px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .hero__carousel .hero__content-box {
    width: 100%;
    padding: 30px 80px 30px;
    z-index: 2;
    min-height: 229px;
    padding-left: 262px;
  }
}
@media (min-width: 1300px) {
  .hero__carousel .hero__content-box {
    width: calc(100% - 500px);
    padding-left: 30px;
  }
}

.hero__carousel-item {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero__carousel-item .hero__container {
  padding: 0;
  position: absolute;
  height: 320px;
  background-color: var(--color-ivory);
  left: 0;
  bottom: 0;
  width: 100%;
}

@-webkit-keyframes easein {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes easein {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hero-alt.hero {
  min-height: 55vh;
}

.hero-alt.hero .in-view {
  text-align: center;
  width: 70%;
  margin-top: 2.5rem;
}

.hero-alt.hero a.button--basic {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.hero-slideshow.hero .hero__title {
  color: var(--color-spruce);
  font-size: 30px;
  margin: 0 0 8px;
}
@media screen and (min-width: 64em) {
  .hero-slideshow.hero .hero__title {
    font-size: 40px;
  }
}

.hero-slideshow.hero .hero__desc {
  font-size: 18px;
  color: black;
  margin-bottom: 1.5em;
}

.hero-slideshow.hero .hero__container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10vh 9.5vw;
  text-align: left;
}

@media screen and (min-width: 64em) {
  .hero-slideshow.hero .hero__container {
    padding: 12vh 0 5vh 9.5vw;
  }
}
.ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.ginput_complex input + label,
.ginput_complex select + label,
.ginput_complex textarea + label {
  font-size: 0.7rem;
  color: grey;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  margin: 0.25rem 0 0;
  display: block;
}

.ginput_complex .address_country {
  margin-top: 1rem;
}

.ginput_complex span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 0.75rem;
}

@media screen and (min-width: 64em) {
  .ginput_complex span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }

  .ginput_complex span:last-of-type,
.ginput_complex span:nth-last-child(2) {
    margin: 0;
  }
}
.gf_clear_complex {
  display: none;
}

.gform_fields > li > label,
label {
  color: var(--black);
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  margin: 0 0 0.5rem;
  display: inline-block;
  font-size: 0.85rem;
}

@media screen and (min-width: 64em) {
  .gform_fields > li > label,
label {
    font-size: 0.75rem;
  }
}
.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.gform_fields ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_fields > li {
  margin: 0.75rem 0;
}

.gform_button.button {
  padding: 0.6rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 99999px;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: var(--font-main);
  background-color: var(--color-sunny);
  color: var(--color-spruce);
}
.gform_button.button:hover {
  background-color: var(--color-sky);
}
.gform_button.button:focus {
  border-color: var(--color-coral);
}

.gfield_label:empty {
  display: none;
}

.gsection {
  padding: 1rem 0;
}

.gsection_title {
  font-size: 1.333rem;
  margin: 0 0 1rem;
  border-bottom: 2px solid var(--yellow);
}

.gsection_description,
.gsection_title {
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  text-transform: none;
  padding: 0;
}

.gsection_description {
  font-size: 1rem;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .gsection_description {
    font-size: 0.85rem;
  }
}
.gform_footer {
  margin: 1rem 0 0;
}

.gform_confirmation_message {
  font-family: Aestetico, sans-serif;
  color: var(--color-ivory);
  font-size: 0.85rem;
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
}
.gform_confirmation_message h2, .gform_confirmation_message .content-wrapper h4, .content-wrapper .gform_confirmation_message h4 {
  margin-bottom: 0;
}
.gform_confirmation_message a:hover {
  color: var(--color-sky);
}

form input[type=date],
form input[type=datetime-local],
form input[type=datetime],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form input[type=week],
form select,
form textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 16px;
  padding: 0.75rem 0.75rem 0.65rem;
  border-radius: 3px;
  line-height: 1;
  background: #fff;
  color: var(--black);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-transition: border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

form input[type=date]:focus,
form input[type=datetime-local]:focus,
form input[type=datetime]:focus,
form input[type=email]:focus,
form input[type=month]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=week]:focus,
form select:focus,
form textarea:focus {
  -webkit-box-shadow: 0 5px 20px 0 rgba(242, 184, 42, 0.1), 0 5px 35px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 0 rgba(242, 184, 42, 0.1), 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--yellow) !important;
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
  -webkit-transition: border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, border 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

form select:not([multiple]) {
  padding-right: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: %236767f5'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1.5rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none !important;
  position: relative;
}

form textarea {
  min-height: 250px;
  width: 100%;
}

form input[type=file] {
  display: none;
}

form .file-input__label {
  background: var(--yellow);
  border-radius: 3px;
  padding: 0.85rem 1.5rem;
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  form .file-input__label {
    font-size: 1rem;
  }
}
form .file-input__types {
  font: inherit;
  font-size: 80%;
}

form input:disabled {
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

form input:disabled + label {
  opacity: 0.6;
  cursor: default;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-user-select: none;
}

.g-recaptcha {
  overflow: visible;
  text-align: center;
}

.g-recaptcha > div {
  display: inline-block;
}

.no-touchevents form input[type=date]:not([disabled]):hover,
.no-touchevents form input[type=datetime-local]:not([disabled]):hover,
.no-touchevents form input[type=datetime]:not([disabled]):hover,
.no-touchevents form input[type=email]:not([disabled]):hover,
.no-touchevents form input[type=month]:not([disabled]):hover,
.no-touchevents form input[type=number]:not([disabled]):hover,
.no-touchevents form input[type=password]:not([disabled]):hover,
.no-touchevents form input[type=search]:not([disabled]):hover,
.no-touchevents form input[type=tel]:not([disabled]):hover,
.no-touchevents form input[type=text]:not([disabled]):hover,
.no-touchevents form input[type=time]:not([disabled]):hover,
.no-touchevents form input[type=url]:not([disabled]):hover,
.no-touchevents form input[type=week]:not([disabled]):hover,
.no-touchevents form textarea:not([disabled]):hover {
  border-color: #999;
}

.no-touchevents form select:not([disabled]):hover {
  background-color: #fefbf4;
}

.gfield_checkbox > li label,
.gfield_radio > li label {
  font-size: 0.75rem;
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  padding: 0 0 0 0.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85rem;
}

@media screen and (min-width: 64em) {
  .gfield_checkbox > li label,
.gfield_radio > li label {
    font-size: 0.75rem;
  }
}
.gfield_checkbox > li label:before,
.gfield_radio > li label:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  cursor: pointer;
}

.gfield_checkbox > li input[type=checkbox],
.gfield_checkbox > li input[type=radio],
.gfield_radio > li input[type=checkbox],
.gfield_radio > li input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.gfield_checkbox > li {
  margin: 0.25rem 0;
  padding: 0 0 0 calc(1rem + 1px);
}

.gfield_checkbox > li label:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 1rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.gfield_checkbox > li input[type=checkbox]:checked + label:before {
  background: var(--yellow);
  border: 1px solid var(--black);
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.no-touchevents .gfield_checkbox > li label:hover:before {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.gfield_radio > li {
  margin: 0.25rem 0;
}

.gfield_radio > li label {
  padding: 0;
}

.gfield_radio > li label:before {
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 100%;
}

.gfield_radio > li input[type=radio]:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  background: var(--yellow);
  border: 1px solid var(--black);
}

.no-touchevents .gfield_radio > li label:hover:before {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.gfield_error input[type=date],
.gfield_error input[type=datetime-local],
.gfield_error input[type=datetime],
.gfield_error input[type=email],
.gfield_error input[type=month],
.gfield_error input[type=number],
.gfield_error input[type=password],
.gfield_error input[type=search],
.gfield_error input[type=tel],
.gfield_error input[type=text],
.gfield_error input[type=time],
.gfield_error input[type=url],
.gfield_error input[type=week],
.gfield_error select,
.gfield_error textarea {
  border-color: var(--color-utility--danger);
}

.gform_submission_error {
  font-family: "Aestetico", sans-serif;
}

.gfield_error .validation_message {
  background: var(--color-utility--danger);
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-weight: 400;
  font-family: "Aestetico", sans-serif;
  display: inline-block;
  text-align: left;
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  .gfield_error .validation_message {
    font-size: 0.85rem;
  }
}
.validation_error {
  color: var(--color-utility--danger);
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.25;
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  .validation_error {
    font-size: 0.85rem;
  }
}
.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons__item {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.social-icons__item-link,
[class*=social-icons__item-link--] {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: var(--black);
  text-align: center;
  position: relative;
  padding: 50% 0;
  display: block;
  margin-right: 21px;
}

.social-icons__item-link [class*=core-icon--],
[class*=social-icons__item-link--] [class*=core-icon--] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  fill: var(--color-sunny);
  width: 25px;
  height: 25px;
}

.social-icons__item-link [class*=core-icon--] use,
[class*=social-icons__item-link--] [class*=core-icon--] use {
  fill: var(--color-sunny);
}

.social-icons__item-link[href*="dribbble.com"],
[class*=social-icons__item-link--][href*="dribbble.com"] {
  background: #ea4c89;
}

.social-icons__item-link[href*="dribbble.com"] [class*=core-icon--],
[class*=social-icons__item-link--][href*="dribbble.com"] [class*=core-icon--] {
  width: 1.35rem;
  height: 1.35rem;
}

.social-icons__item-link[href*="facebook.com"],
[class*=social-icons__item-link--][href*="facebook.com"] {
  background: #3b5999;
}

.social-icons__item-link[href*="plus.google.com"],
[class*=social-icons__item-link--][href*="plus.google.com"] {
  background: #dd4b39;
}

.social-icons__item-link[href*="plus.google.com"] [class*=core-icon--],
[class*=social-icons__item-link--][href*="plus.google.com"] [class*=core-icon--] {
  width: 1.5rem;
  height: 1.5rem;
}

.social-icons__item-link[href*="instagram.com"],
[class*=social-icons__item-link--][href*="instagram.com"] {
  background: #e4405f;
}

.social-icons__item-link[href*="linkedin.com"],
[class*=social-icons__item-link--][href*="linkedin.com"] {
  background: #0077b5;
}

.social-icons__item-link[href*="linkedin.com"] [class*=core-icon--],
[class*=social-icons__item-link--][href*="linkedin.com"] [class*=core-icon--] {
  width: 1.25rem;
  height: 1.25rem;
}

.social-icons__item-link[href*="pinterest.com"],
[class*=social-icons__item-link--][href*="pinterest.com"] {
  background: #bd081c;
}

.social-icons__item-link[href*="pinterest.com"] [class*=core-icon--],
[class*=social-icons__item-link--][href*="pinterest.com"] [class*=core-icon--] {
  width: 1.5rem;
  height: 1.5rem;
}

.social-icons__item-link[href*="twitter.com"],
[class*=social-icons__item-link--][href*="twitter.com"] {
  background: #55acee;
}

.social-icons__item-link[href*="twitter.com"] [class*=core-icon--],
[class*=social-icons__item-link--][href*="twitter.com"] [class*=core-icon--],
.social-icons__item-link .core-icon--email,
.social-icons__item-link .core-icon--facebook {
  width: 25px;
  height: 25px;
}

.social-icons__item-link[href*="youtube.com"],
[class*=social-icons__item-link--][href*="youtube.com"] {
  background: #cd201f;
}

.social-icons__item-link[href*="youtube.com"] [class*=core-icon--],
[class*=social-icons__item-link--][href*="youtube.com"] [class*=core-icon--] {
  width: 1.5rem;
  height: 1.5rem;
}

.social-icons__item-link.email [class*=core-icon--],
[class*=social-icons__item-link--].email [class*=core-icon--] {
  width: 1.3rem;
  height: 1.3rem;
}

.social-icons.no-bg .social-icons__item-link,
.social-icons.no-bg [class*=social-icons__item-link--] {
  background: transparent !important;
}

.social-icons.no-bg .social-icons__item-link [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--] [class*=core-icon--] use {
  fill: var(--black);
}

.social-icons.no-bg .social-icons__item-link[href*="dribbble.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="dribbble.com"] [class*=core-icon--] use {
  fill: #ea4c89;
}

.social-icons.no-bg .social-icons__item-link[href*="facebook.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="facebook.com"] [class*=core-icon--] use {
  fill: #3b5999;
}

.social-icons.no-bg .social-icons__item-link[href*="plus.google.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="plus.google.com"] [class*=core-icon--] use {
  fill: #dd4b39;
}

.social-icons.no-bg .social-icons__item-link[href*="instagram.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="instagram.com"] [class*=core-icon--] use {
  fill: #e4405f;
}

.social-icons.no-bg .social-icons__item-link[href*="linkedin.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="linkedin.com"] [class*=core-icon--] use {
  fill: #0077b5;
}

.social-icons.no-bg .social-icons__item-link[href*="pinterest.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="pinterest.com"] [class*=core-icon--] use {
  fill: #bd081c;
}

.social-icons.no-bg .social-icons__item-link[href*="twitter.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="twitter.com"] [class*=core-icon--] use {
  fill: #55acee;
}

.social-icons.no-bg .social-icons__item-link[href*="youtube.com"] [class*=core-icon--] use,
.social-icons.no-bg [class*=social-icons__item-link--][href*="youtube.com"] [class*=core-icon--] use {
  fill: #cd201f;
}

.social-sharing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.social-sharing__list.show {
  display: block;
}

.social-sharing__list-item {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.social-sharing__email-form {
  display: none;
  margin: 1.5rem 0 0;
}

.social-sharing__email-form.show {
  display: block;
}

.social-sharing__email-form-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: var(--black);
}

.social-sharing__email-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.social-sharing__email-layout-item--input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 0 0;
}

.block {
  background: #fff;
  border: none;
  padding: 0;
  margin: 2% 0 0;
}

@media screen and (min-width: 48em) {
  .block {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .block {
    margin: 0;
  }
}
.block:first-of-type {
  margin: 0;
}

@media screen and (min-width: 64em) {
  .blocks__group[class*=-up] {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 2%;
  }
}
.blocks__group.two-up {
  -ms-grid-columns: (49%)[2];
  grid-template-columns: repeat(2, 49%);
}

@media screen and (min-width: 64em) {
  .blocks__group.two-up .block {
    margin: 4% 0;
  }
}
.blocks__group.three-up {
  -ms-grid-columns: (32%)[3];
  grid-template-columns: repeat(3, 32%);
}

@media screen and (min-width: 64em) {
  .blocks__group.three-up .block {
    margin: 4% 0;
  }
}
.blocks__group.four-up {
  -ms-grid-columns: (23.5%)[4];
  grid-template-columns: repeat(4, 23.5%);
}

@media screen and (min-width: 64em) {
  .blocks__group.four-up .block {
    margin: 4% 0;
  }
}
.stretch .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.stretch .block__content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.block__content-wrapper {
  padding: 1rem;
  border: 1px solid #ccc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 48em) {
  .block__content-wrapper {
    padding: 2rem;
  }
}
.block__image {
  display: block;
  width: 100%;
}

.block__title {
  font-weight: 700;
  color: var(--black);
  margin: 0;
}

.block__title-link {
  color: var(--black);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
}

.no-touchevents .block__title-link:hover {
  color: var(--pink);
}

.block__subtitle {
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: var(--black);
  margin: initial;
  padding: 0;
  background: transparent;
}

.block__cta--button {
  margin: 1rem 0 0;
}

.block__cta--link {
  margin: 1rem 0 0;
  display: inline-block;
}

.image-break {
  min-height: 50vh;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48em) {
  .image-break {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.image-break__image {
  background-size: cover;
  background-attachment: fixed;
  min-height: 393px;
}
@media (min-width: 48em) {
  .image-break__image {
    width: 50%;
  }
}
.image-break__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: var(--color-sky);
}
@media (min-width: 48em) {
  .image-break__content {
    width: 50%;
  }
}
.image-break__container {
  z-index: 10;
  position: relative;
  padding: 48px 22px 110px;
}
@media (min-width: 48em) {
  .image-break__container {
    padding: 40px 100px;
    padding-left: 5%;
  }
}
@media (min-width: 64em) {
  .image-break__container {
    padding: 100px 88px 160px 5%;
  }
}
@media (min-width: 1200px) {
  .image-break__container {
    padding-left: 15%;
  }
}
.image-break [class*=button--basic].yellow:hover, .image-break [class*=button--basic].yellow:focus,
.image-break [class*=button--basic]:hover,
.image-break [class*=button--basic]:focus {
  background-color: var(--color-cardamom);
}
.image-break [class*=button--basic].pink,
.image-break [class*=button--basic].blue {
  background-color: transparent;
  border-color: var(--color-spruce);
}
.image-break [class*=button--basic].pink:hover,
.image-break [class*=button--basic].blue:hover {
  background-color: var(--color-cardamom);
  border-color: var(--color-cardamom);
}

@media screen and (max-width: 480px) {
  .image-break {
    background-attachment: local;
  }
}
.image-break__title {
  margin: 0 0 0.25rem;
}
@media (min-width: 64em) {
  .image-break__title {
    font-size: 60px;
    margin-bottom: 0.5em;
  }
}

.image-break__content {
  color: #fff;
  margin: 0;
}

.image-break__buttons {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-break__buttons [class*=button--] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.page-section.image-block {
  padding: 0;
}

.image-block {
  position: relative;
}
@media (min-width: 64em) {
  .image-block::after {
    content: "";
    display: block;
    height: 100%;
    width: 7.5%;
    background-color: var(--color-ivory);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.image-block__container {
  max-width: 100%;
  width: 100%;
  background-color: var(--color-ivory);
}
@media (min-width: 64em) {
  .image-block__container {
    width: 85%;
  }
}
@media (min-width: 64em) {
  .image-block__image-wrapper {
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
  }
}
@media (min-width: 64em) {
  .image-block__content-wrapper {
    -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
  }
}
.image-block--1 {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 64em) {
  .image-block--1 {
    margin-top: 100px;
  }
}
.image-block--1::before {
  background-image: url("../img/image-grid-flourish.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
}
@media (min-width: 64em) {
  .image-block--1::before {
    width: 915px;
    position: absolute;
    top: -80px;
    left: 7.5%;
  }
}
.image-block h3 {
  font-size: 30px;
  margin-bottom: 0.25em;
}
@media (min-width: 64em) {
  .image-block h3 {
    font-size: 40px;
  }
}
.image-block p a {
  color: black !important;
}
.image-block p a * {
  color: black !important;
}
.image-block [class*=button--] {
  margin-top: 10px;
}

.image-block__grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 22px 60px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .image-block__grid {
    padding: 100px 150px 100px 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 80px;
  }
  .image-block__grid.alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .image-block--1 .image-block__grid {
    padding-top: 250px;
  }
}

.image-block + .image-block .image-block__grid {
  padding-top: 0;
}

.image-block + :not(.image-block) {
  margin-top: 30px;
}

.image-block + .main-footer,
.image-block + .our-impact,
.image-block + .programs__wrapper {
  margin-top: 100px;
}

.image-block + .content__wrapper:not(.our-impact) {
  margin-top: 0;
}

.image-block + .image-break {
  margin-top: 100px;
}

.image-block__grid.in-view {
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.image-block__grid {
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
          transform: translate3d(0, 25%, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

@media screen and (min-width: 64em) {
  .image-block__content-wrapper {
    margin: 0;
  }
}
.image-block__image {
  display: block;
  width: 100%;
}

.link-block-grid .page-section__title-wrapper {
  margin-bottom: 1rem;
}

.link-block__grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

@media screen and (min-width: 64em) {
  .link-block__grid.alt .image-block__content-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .link-block__grid.alt .image-block__image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 100em) {
  .link-block__grid.alt .image-block__content-wrapper {
    padding-right: 5vw;
    padding-left: 0;
  }
}
.link-block__grid.in-view .image-block__content-wrapper {
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
}

.link-block__grid.in-view .image-block__image-wrapper {
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.link-block__grid .block {
  padding: 1.2rem !important;
}

.link-block__grid .block.image-block .block__title,
.link-block__grid .block.image-block p {
  color: #fff;
  text-decoration: none;
}

.link-block__grid .box {
  height: 22rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  text-decoration: none;
}

.link-block__grid .box.image-block__link {
  background-size: cover;
}

.link-block__grid .box__content {
  width: 100%;
  margin: 1rem;
}

.link-block__content-wrapper {
  margin: 0 0 1.5rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
          transform: translate3d(0, 25%, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

@media screen and (min-width: 64em) {
  .link-block__content-wrapper {
    margin: 0;
  }
}
@media screen and (min-width: 100em) {
  .link-block__content-wrapper {
    padding-right: 0;
    padding-left: 5vw;
  }
}
.image-block {
  background-size: cover;
  background-position: 100% 100%;
}

.accordions {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 750px;
  margin: 0 auto 30px;
}

.accordions__item {
  margin: 0 0 1rem;
  padding: 1rem 0 2rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 40%, 0);
          transform: translate3d(0, 40%, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
.accordions__item.is-card.small-card {
  padding: 0 0 16px !important;
  border: none !important;
  border-bottom: 2px solid var(--color-turquoise) !important;
}
.accordions__item p a {
  color: black !important;
}
.accordions__item p a * {
  color: black !important;
}

.accordions__item:last-of-type {
  margin-bottom: 0;
}

.accordions__item.in-view {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.accordions__item-title {
  font-weight: 600;
  font-style: normal;
  margin: 0;
  font-size: 18px;
}

.accordions__item-title-link {
  text-decoration: none;
  display: block;
  max-width: 95%;
  position: relative;
  color: inherit;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.accordions__item-title-link:hover {
  color: var(--color-amaranth);
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.accordions__item-title-link:after {
  content: "";
  position: absolute;
  height: 9.087px;
  width: 11.322px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.322' height='9.087' viewBox='0 0 11.322 9.087'%3E%3Cg id='Group_177' data-name='Group 177' transform='translate(0.161 0)'%3E%3Cpath id='Path_211' data-name='Path 211' d='M9.847.722,9.79.78l-.859.861L5.5,5.071,2.069,1.641,1.21.78,1.153.722a2.424,2.424,0,0,0,.058,3.37l.858.858L5.5,8.38,8.931,4.95l.858-.858A2.424,2.424,0,0,0,9.847.722' fill='%231d5521'/%3E%3Cpath id='Path_212' data-name='Path 212' d='M9.847.722,9.79.78l-.859.861L5.5,5.071,2.069,1.641,1.21.78,1.153.722a2.424,2.424,0,0,0,.058,3.37l.858.858L5.5,8.38,8.931,4.95l.858-.858A2.424,2.424,0,0,0,9.847.722Z' fill='none' stroke='%231d5521' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  left: 103%;
  top: 0.45rem;
  display: block;
}

.accordions__item-content {
  display: none;
  margin-top: 15px;
}
.accordions__item-content p {
  font-size: 18px;
}

.accordions__item.is-card.show .accordions__item-title-link:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordions__item.is-card.show .accordions__item-content {
  display: block;
}

.page-title {
  text-align: center;
  padding: 2rem 0;
}

.page-title__container {
  position: relative;
  z-index: 10;
}

.page-title__subtitle {
  margin: 0 0 1rem;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  background: grey;
  display: inline-block;
}

.page-title__title {
  margin: 0;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: none;
  padding: 0;
}

.page-title__content {
  color: #fff;
}

.page-title__meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-title__meta-item {
  padding: 0.5rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
}

.page-title__meta-item-link {
  color: inherit;
}

.no-touchevents .page-title__meta-item-link:hover {
  color: grey;
}

.page-title:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  font-size: 0;
}

.breadcrumbs__item {
  display: inline-block;
  font-weight: 400;
  font-size: 0.85rem;
  font-style: normal;
  text-transform: none;
  color: grey;
  margin: 0.375rem 0.75rem;
  position: relative;
}

.breadcrumbs__item:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0.75rem, -50%);
          transform: translate(0.75rem, -50%);
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid var(--yellow);
}

.breadcrumbs__item:first-child {
  margin-left: 0;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item-link {
  display: block;
  color: var(--black);
  padding: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.breadcrumbs__item-link,
.no-touchevents .breadcrumbs__item-link:hover {
  background: transparent;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.no-touchevents .breadcrumbs__item-link:hover {
  color: var(--purple--alt);
}

.gallery {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-touchevents .gallery:hover .gallery__item-link {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.no-touchevents .gallery:hover .gallery__item-link:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.gallery__item {
  padding: 0.5rem;
  font-size: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.gallery__item-link {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.gallery__item-image--thumbnail {
  border-radius: 3px;
  display: block;
  width: 100%;
}

.gallery--full {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
  z-index: 580;
  -webkit-transition: opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0ms ease 0.25s;
  transition: opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0ms ease 0.25s;
  transition: opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0ms ease 0.25s;
  transition: opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0ms ease 0.25s, -webkit-transform 0ms ease 0.25s;
}

.gallery--full.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.25s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.gallery__slides {
  width: 100%;
}

.gallery__slides .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery__slides .slick-arrow {
  z-index: 1;
}

.gallery__slide {
  max-height: 80%;
  max-width: 80vw;
  padding: 0 2rem;
  cursor: -webkit-grab;
  cursor: grab;
}

.gallery__slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.gallery__item-image--full {
  max-height: 80vh;
  -webkit-box-shadow: 0 2px 50px 0 rgba(1, 14, 36, 0.15), 0 6px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 50px 0 rgba(1, 14, 36, 0.15), 0 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.gallery__close-button {
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  fill: #fff;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  z-index: 20;
}

.gallery--full .slick-arrow {
  font-size: 50%;
  border-radius: 0;
  background: var(--color-sunny);
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  color: #fff;
  cursor: pointer;
  outline: none;
  display: none;
  -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

@media screen and (min-width: 48em) {
  .gallery--full .slick-arrow {
    display: block;
  }
}
.gallery--full .slick-arrow.slick-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.gallery--full .slick-arrow.slick-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.no-touchevents .gallery--full .slick-arrow:hover {
  background: var(--black);
  -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: background 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

[class*=gallery__arrow-icon--] {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.has-sidebar-nav .gallery--full {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .has-sidebar-nav .gallery--full {
    width: 90vw;
  }
}
@media screen and (min-width: 100em) {
  .has-sidebar-nav .gallery--full {
    width: 92vw;
  }
}
@media screen and (min-width: 110em) {
  .has-sidebar-nav .gallery--full {
    width: 93vw;
  }
}
.page-loader {
  background-color: #fff;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-loader.loaded {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
}

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

.page-loader__message,
.page-loader__title {
  margin: 0;
  padding: 0;
}

.page-loader__title {
  text-transform: uppercase;
  font-size: 1.77689rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--black);
  line-height: 0.9;
  margin: 0 0 0.5rem;
}

.page-loader__message {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  color: var(--black);
}

.page-loader__icon {
  margin: 0 0 1rem;
}

.page-loader__icon-animation circle {
  fill: var(--yellow) !important;
}

.our-impact {
  background-color: var(--color-ivory);
  padding: 75px 0;
  position: relative;
  z-index: 11;
}
.our-impact .container--footer:first-child {
  position: relative;
}
@media (min-width: 64em) {
  .our-impact .container--footer:first-child .page-section__title-wrapper {
    padding-top: 25px;
    padding-left: 380px;
    margin: 0 0 4.5rem;
  }
  .our-impact .container--footer:first-child .page-section__title-wrapper p {
    font-size: 20px;
  }
}
.our-impact .container--footer:first-child::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 25%;
  position: absolute;
  top: -20%;
  right: 20px;
  background-image: url("../img/our-impact.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 400px) {
  .our-impact .container--footer:first-child::before {
    top: -30%;
  }
}
@media (min-width: 480px) {
  .our-impact .container--footer:first-child::before {
    width: 175px;
    height: 175px;
    top: -125px;
  }
}
@media (min-width: 64em) {
  .our-impact .container--footer:first-child::before {
    right: auto;
    left: -78px;
    top: -150px;
    height: 402px;
    width: 402px;
  }
}
.our-impact h2.page-section__title, .our-impact .content-wrapper h4.page-section__title, .content-wrapper .our-impact h4.page-section__title {
  font-size: 45px;
  padding-right: 25%;
}
@media (min-width: 400px) {
  .our-impact h2.page-section__title, .our-impact .content-wrapper h4.page-section__title, .content-wrapper .our-impact h4.page-section__title {
    padding-right: 30%;
  }
}
@media (min-width: 480px) {
  .our-impact h2.page-section__title, .our-impact .content-wrapper h4.page-section__title, .content-wrapper .our-impact h4.page-section__title {
    font-size: 45px;
    padding-right: 175px;
  }
}
@media (min-width: 64em) {
  .our-impact h2.page-section__title, .our-impact .content-wrapper h4.page-section__title, .content-wrapper .our-impact h4.page-section__title {
    font-size: 60px;
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .our-impact h2.page-section__title:last-child, .our-impact .content-wrapper h4.page-section__title:last-child, .content-wrapper .our-impact h4.page-section__title:last-child {
    margin: 50px 0 150px;
  }
}

.stats-grid {
  margin: 2rem 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .stats-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}
@media (min-width: 64em) {
  .stats-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.stats-grid__item {
  padding: 1rem 0;
}

@media screen and (min-width: 64em) {
  .stats-grid__item {
    padding: 0;
  }
}
.stats-grid__item-label,
.stats-grid__item-stat {
  margin: 0;
}

.stats-grid__item-stat {
  color: var(--color-amaranth);
}
@media (min-width: 64em) {
  .stats-grid__item-stat {
    font-size: 40px;
    line-height: 1;
    margin-top: 15px;
  }
}

.stats-grid__item-label {
  text-transform: uppercase;
  color: var(--color-amaranth);
  font-weight: 400;
  font-size: 16px;
}

.stats-grid__item-desc {
  margin: 0.5rem 0 0;
  font-size: 16px;
  line-height: 1.3125;
}

.programs__wrapper {
  z-index: 10;
}
.home .programs__wrapper {
  padding-bottom: 80px;
}
@media (min-width: 64em) {
  .home .programs__wrapper {
    padding-bottom: 150px;
  }
}
.programs__wrapper .container--large, .programs__wrapper .container--full {
  max-width: 1168px;
}
@media (min-width: 64em) {
  .programs__wrapper + .image-block--1 {
    margin-top: 180px;
  }
}
.programs__wrapper--link-block-grid .page-section__title-content, .programs__wrapper--link-block-grid .page-section__title {
  max-width: 672px;
}
.programs__wrapper--link-block-grid .page-section__title {
  font-size: 45px;
}
@media (min-width: 64em) {
  .programs__wrapper--link-block-grid .page-section__title {
    font-size: 60px;
  }
}

.programs__grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .programs__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
}
@media (min-width: 64em) {
  .programs__grid {
    -webkit-column-gap: 200px;
       -moz-column-gap: 200px;
            column-gap: 200px;
  }
}

.programs__item {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 5;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
.programs__item.in-view {
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  opacity: 1;
}
@media (min-width: 48em) {
  .programs__item {
    margin-bottom: 0;
  }
  .programs__item:nth-child(even) {
    margin-top: 75px;
  }
}
.programs__item-image {
  aspect-ratio: 480/324;
  margin: 0 0 25px;
  background-size: cover;
}
.programs__item-description {
  padding: 0 15px;
}
.programs__item-description h2, .programs__item-description .content-wrapper h4, .content-wrapper .programs__item-description h4 {
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 64em) {
  .programs__item-description h2, .programs__item-description .content-wrapper h4, .content-wrapper .programs__item-description h4 {
    font-size: 35px;
    padding-right: 21px;
  }
}
.programs__item-description h2 .strikethrough, .programs__item-description .content-wrapper h4 .strikethrough, .content-wrapper .programs__item-description h4 .strikethrough {
  color: var(--color-spruce);
}
.programs__item-description p {
  font-size: 18px;
  line-height: 1.5;
}
.programs__item-description svg {
  -webkit-transition: left 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: left 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  margin-left: 5px;
  position: relative;
  left: 0;
}
.programs__item:hover h2, .programs__item:hover .content-wrapper h4, .content-wrapper .programs__item:hover h4 {
  color: var(--color-amaranth);
}
.programs__item:hover h2 .strikethrough, .programs__item:hover .content-wrapper h4 .strikethrough, .content-wrapper .programs__item:hover h4 .strikethrough {
  color: var(--color-amaranth);
}
.programs__item:hover h2 svg, .programs__item:hover .content-wrapper h4 svg, .content-wrapper .programs__item:hover h4 svg {
  left: 10px;
}
.programs__item:hover h2 svg path, .programs__item:hover .content-wrapper h4 svg path, .content-wrapper .programs__item:hover h4 svg path {
  fill: var(--color-amaranth);
  stroke: var(--color-amaranth);
}
.programs__item:focus {
  outline: 2px solid var(--color-sunset);
}

.progress-bar .page-section__title {
  margin-bottom: 0.5em;
  font-size: 36px;
}
@media (min-width: 64em) {
  .progress-bar .page-section__title {
    font-size: 45px;
  }
}
.progress-bar .page-section__title-content, .progress-bar .programs__wrapper--link-block-grid .page-section__title, .programs__wrapper--link-block-grid .progress-bar .page-section__title {
  margin-bottom: 80px;
  max-width: none;
}
@media (min-width: 64em) {
  .progress-bar .page-section__title-content, .progress-bar .programs__wrapper--link-block-grid .page-section__title, .programs__wrapper--link-block-grid .progress-bar .page-section__title {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .progress-bar .container--medium, .progress-bar .image-block__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (min-width: 64em) {
  .progress-bar .progress-wrapper {
    padding-top: 100px;
  }
}

.progress-bar .page-section__title-wrapper {
  margin-bottom: 1rem;
}

.progress-bar .progress-bar__backers p,
.progress-bar .progress-bar__money p {
  margin-top: 0.25rem;
  text-transform: uppercase;
  color: var(--color-amaranth);
  font-size: 16px;
}

.progress-bar .progress-bar__backers {
  text-align: right;
  display: none;
}

.progress {
  height: 16px;
  font-size: 0.75rem;
  background-color: var(--color-ivory);
  position: relative;
}
.progress::before {
  content: "";
  display: block;
  width: 70px;
  height: 71px;
  background-image: url("../img/progress-tree.svg");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 16px;
}
@media (min-width: 64em) {
  .progress::before {
    width: 108px;
    height: 109px;
  }
}

.progress,
.progress__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress__bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--color-saffron);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.take-action__button, .nav-toggle {
  background-color: var(--color-cardamom);
  border-radius: 9999px;
  color: var(--color-spruce);
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  position: relative;
  z-index: 100;
}
.take-action__button:hover, .nav-toggle:hover {
  background-color: var(--color-sky);
  color: var(--color-spruce) !important;
}
.take-action__button:focus, .nav-toggle:focus {
  background-color: var(--color-sky);
  color: var(--color-spruce) !important;
  border-color: var(--color-sunset);
}
.take-action__footer img {
  display: block;
  margin-left: auto;
  width: calc(100% - 100px);
}

.take-action__wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 505;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  overflow: auto;
  display: none;
  color: #fff;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  background-color: var(--color-amaranth);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.take-action__wrapper .close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
}

@media screen and (min-width: 64em) {
  .take-action__wrapper {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    width: 60vw;
    max-width: 620px;
  }
}
@media screen and (min-width: 100em) {
  .take-action__wrapper {
    width: 40vw;
  }
}
.take-action__footer {
  margin-top: auto;
}

.page-wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.take-action__block.is-card {
  position: relative;
  padding: 4em !important;
  padding-right: 8em !important;
  padding-bottom: 2.5em !important;
}
.take-action__block.is-card.card-sunny {
  background-color: var(--color-sunny);
  color: var(--color-amaranth);
  border-top-left-radius: 200px;
}
.take-action__block.is-card.card-sunny::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-sunset);
  z-index: -1;
}
.take-action__block.is-card.card-sunny h2, .take-action__block.is-card.card-sunny .content-wrapper h4, .content-wrapper .take-action__block.is-card.card-sunny h4, .take-action__block.is-card.card-sunny p {
  color: var(--color-amaranth);
}
.take-action__block.is-card.card-amaranth {
  background-color: var(--color-amaranth);
  color: var(--color-sunny);
  border-top-right-radius: 200px;
}
.take-action__block.is-card.card-amaranth::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-sunny);
  z-index: -1;
}
.take-action__block.is-card.card-amaranth h2, .take-action__block.is-card.card-amaranth .content-wrapper h4, .content-wrapper .take-action__block.is-card.card-amaranth h4, .take-action__block.is-card.card-amaranth p {
  color: var(--color-sunny);
}

.take-action__block.is-card:last-of-type {
  margin: 0;
}

.take-action__block.is-card.in-view {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.take-action__block.is-card.in-view + .in-view {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.25s;
}

.take-action__block.is-card.in-view + .in-view + .in-view {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.5s;
}

.take-action__block-title {
  margin: 0;
}

.take-action__block-content {
  margin: 1rem 0 1.5rem;
  font-size: 16px;
}

.take-action__block-cta {
  margin-left: -5px;
}

.take-action__button.close, .close.nav-toggle {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.take-action__button.close .core-icon, .close.nav-toggle .core-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.take-action__button.close .core-icon use, .close.nav-toggle .core-icon use {
  fill: #fff;
  stroke: none;
}

body.open {
  overflow: hidden;
}

body.open .take-action__wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

@media screen and (min-width: 64em) {
  body.open .main-nav__wrapper,
body.open .page-wrapper {
    -webkit-transform: translate3d(-620px, 0, 0);
            transform: translate3d(-620px, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 10ms;
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 10ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 10ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 10ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 10ms;
  }
}
.team__wrapper {
  z-index: 10;
}

.team__grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 48em) {
  .team__grid {
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media (min-width: 64em) {
  .team__grid {
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}

.team__grid.in-view .team__item {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.team__grid.in-view .team__item + .team__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.team__grid.in-view .team__item + .team__item + .team__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.team__grid.in-view .team__item + .team__item + .team__item + .team__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.team__item {
  text-decoration: none;
  padding: 1.2rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position: 100% 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  z-index: 5;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
.team__item-imageContainer {
  width: 100%;
  aspect-ratio: 650/433;
  margin: 0;
}
.team__item-imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.team__item-box {
  height: 100%;
  overflow: hidden;
}

.team__item-name {
  line-height: 0.9;
  font-size: 20px;
  margin: 16px 0 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  text-align: center;
}

.team__item-title {
  text-align: center;
  margin: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.show-canadian-team,
.show-tanzanian-team {
  margin: 3rem 0 4rem;
}

.no-touchevents .team__item:hover {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.no-touchevents .team__item:hover .team__item-box {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 64em) {
  .no-touchevents .team__item:hover .team__item-description {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }

  .no-touchevents .team__item:hover .team__item-title {
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }
}
.team__item-header {
  margin-bottom: 5px;
}

.team__item-description {
  display: none;
}

@media screen and (min-width: 64em) {
  .team__item-description {
    display: block;
    background-color: var(--color-ivory);
    background-position: right 2rem bottom 2rem;
    background-size: 3rem;
    background-repeat: no-repeat;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transform: translate3d(-50%, 100%, 0);
            transform: translate3d(-50%, 100%, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }
  .team__item-description h2, .team__item-description .content-wrapper h4, .content-wrapper .team__item-description h4 {
    font-size: 18px;
    text-transform: uppercase;
  }

  .team__item-description h1, .team__item-description .image-break__title,
.team__item-description h2,
.team__item-description .content-wrapper h4,
.content-wrapper .team__item-description h4,
.team__item-description h3 {
    line-height: 0.9;
  }

  .team__item-description h1, .team__item-description .image-break__title,
.team__item-description h2,
.team__item-description h3,
.team__item-description h4,
.team__item-description h5,
.team__item-description h6,
.team__item-description p {
    color: var(--color-spruce);
  }

  .team__item-description h1, .team__item-description .image-break__title,
.team__item-description h2,
.team__item-description h3,
.team__item-description h4,
.team__item-description h5,
.team__item-description h6 {
    margin: 0 0 0.5rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 100em) {
  .team__item-description {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 125em) {
  .team__item-description {
    padding: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .team__item-box .team__item-description p {
    font-size: 14px !important;
  }
}
.news__wrapper {
  z-index: 10;
}

.news__grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 48em) {
  .news__grid {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 64em) {
  .news__grid {
    -ms-grid-columns: 1fr 85px 1fr 85px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
  }
}

.news__grid.in-view .news__item {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.news__grid.in-view .news__item + .news__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.2s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.news__grid.in-view .news__item + .news__item + .news__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.4s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.news__grid.in-view .news__item + .news__item + .news__item + .news__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0.6s, transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-box-shadow 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}

.news__item {
  text-decoration: none;
  margin-top: 0.5rem;
  padding: 1rem 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 5;
}

.news__item-box {
  padding-top: 1rem;
  height: 100%;
  overflow: hidden;
}

.news__item-box p {
  font-size: 18px;
  padding: 0;
}

.news__item-box p a {
  color: black;
  text-decoration: none;
  position: relative;
}
.news__item-box p a::after {
  width: 100%;
  height: 2px;
  background-color: var(--color-turquoise);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) 4ms;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) 4ms;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  content: "";
  z-index: -1;
}
.news__item-box p a:hover::after {
  height: 8px;
  background-color: var(--color-cardamom);
}

.news__item-box-details {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--color-spruce);
}

.news__item-box-date {
  margin-right: 3px;
  text-transform: uppercase;
}

.news__item-box-thumbnail {
  min-height: 10rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 1rem;
  aspect-ratio: 3/2;
}

.news__item-title {
  line-height: 0.9;
  font-size: 28px;
  margin: 0 1rem 0.5rem 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.news__item-box .news__item-title {
  margin-top: 0.3rem;
}

.news__item-title a {
  color: var(--color-spruce);
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 4ms;
  transition: color 0.5s cubic-bezier(0.2, 1, 0.3, 1) 4ms;
}

.no-touchevents .featured__item-link:hover a,
.no-touchevents .featured__item-title:hover a,
.no-touchevents .news__item-title:hover a {
  color: var(--color-amaranth);
}

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

.show-canadian-news,
.show-tanzanian-news {
  margin: 3rem 0 4rem;
}

.news__item-description {
  display: none;
}

@media screen and (min-width: 64em) {
  .news__item-description {
    display: block;
    background-color: #fff;
    background-position: right 2rem bottom 2rem;
    background-size: 3rem;
    background-repeat: no-repeat;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transform: translate3d(-50%, 100%, 0);
            transform: translate3d(-50%, 100%, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms, -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  }

  .news__item-description h1, .news__item-description .image-break__title,
.news__item-description h2,
.news__item-description .content-wrapper h4,
.content-wrapper .news__item-description h4,
.news__item-description h3 {
    line-height: 0.9;
  }

  .news__item-description h1, .news__item-description .image-break__title,
.news__item-description h2,
.news__item-description h3,
.news__item-description h4,
.news__item-description h5,
.news__item-description h6,
.news__item-description p {
    color: var(--black);
  }

  .news__item-description h1, .news__item-description .image-break__title,
.news__item-description h2,
.news__item-description h3,
.news__item-description h4,
.news__item-description h5,
.news__item-description h6 {
    margin: 0 0 0.5rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 100em) {
  .news__item-description {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 125em) {
  .news__item-description {
    padding: 4rem;
  }
}
.hero__bg--single {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 85vh;
}

.content-wrapper {
  margin: auto;
}
.content-wrapper h4 {
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.content-wrapper p {
  font-size: 18px;
  line-height: 1.5;
}
.content-wrapper p + h4 {
  margin-top: 3rem;
}

.post__title {
  margin: 1.25em 0 1em;
  font-size: 45px;
  line-height: 1.125;
}
@media (min-width: 48em) {
  .post__title {
    font-size: 48px;
    line-height: 1.3958333333;
    margin-bottom: 30px;
  }
}

.post-title {
  margin: 0 0 3rem;
}

.post-content {
  padding: 1rem;
}
.post-content p a {
  color: black !important;
}

@media screen and (min-width: 48em) {
  .post-content {
    padding: 0 0 4rem;
  }
}
.spacer {
  clear: both;
  height: 10px;
}

.shared-counts-wrap {
  margin-top: 3rem;
}

.shared-counts-wrap.style-block .shared-counts-button, .shared-counts-wrap.style-rounded .shared-counts-button, .shared-counts-wrap.style-buttons .shared-counts-button {
  height: 48px;
  width: 48px;
}

.shared-counts-wrap.style-block .shared-counts-button svg, .shared-counts-wrap.style-rounded .shared-counts-button svg, .shared-counts-wrap.style-buttons .shared-counts-button svg {
  margin-top: 16px;
}