@charset "UTF-8";
/* ==========================================================================
   Files loader
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/**
 * Font settings
 */
/**
 * Grid breakpoints
 */
/**
 * Radius
 */
/**
 * Transition
 **/
/**
 * Colors
 */
/* ----- GT-Walsheim ----- */
/* Regular */
@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular.eot"), url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular.woff") format("woff"), url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'GTWalsheim';
  font-style: italic;
  src: url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular-Oblique.eot"), url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim/Regular-Oblique-Web/GT-Walsheim-Regular-Oblique.ttf") format("truetype"); }

/* Medium */
@font-face {
  font-family: 'GTWalsheim';
  font-weight: 500;
  src: url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium.eot"), url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium.woff") format("woff"), url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'GTWalsheim';
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium-Oblique.eot"), url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim/Medium-Oblique-Web/GT-Walsheim-Medium-Oblique.ttf") format("truetype"); }

/* Bold */
@font-face {
  font-family: 'GTWalsheim';
  font-weight: bold;
  src: url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold.eot"), url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold.woff") format("woff"), url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'GTWalsheim';
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold-Oblique.eot"), url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../fonts/GT-Walsheim/Bold-Oblique-Web/GT-Walsheim-Bold-Oblique.ttf") format("truetype"); }

.columns {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
  width: 100%;
  /* Medium Devices, Desktops */
  /* Medium Devices, Desktops */ }
  .columns.pt-1 {
    padding-top: 1rem; }
  .columns.pt-2 {
    padding-top: 2rem; }
  .columns.pb-1 {
    padding-bottom: 1rem; }
  .columns.pb-2 {
    padding-bottom: 2rem; }
  .columns > .column {
    position: relative;
    width: 100%;
    padding: 0 20px; }
    .columns > .column.no-pad {
      padding: 0 !important; }
  @media only screen and (max-width: 1210px) {
    .columns {
      max-width: 90%; } }
  @media only screen and (min-width: 701px) {
    .columns > .column--1-2 {
      width: 50%; }
    .columns > .column--3-4 {
      width: 75%; }
    .columns > .column--2-3 {
      width: 66.66%; }
    .columns > .column--1-3 {
      width: 33.33%; }
    .columns > .column--1-3 + .column--1-3 + .column--1-3 {
      width: 33.33%; }
    .columns > .column--1-4 {
      width: 25%; }
    .columns > .column--1-5 {
      width: 20%; }
    .columns > .column--2-5 {
      width: 40%; }
    .columns > .column--3-5 {
      width: 60%; }
    .columns > .column--4-5 {
      width: 80%; } }
  .columns.columns--opposite {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .columns.columns--flexible > .column {
    width: auto;
    /* Large Devices, Wide Screens */ }
    @media only screen and (max-width: 580px) {
      .columns.columns--flexible > .column {
        margin-left: auto;
        margin-right: auto;
        width: 280px; } }

.row-full-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .row-full-width .col-sm-4 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 701px) {
      .row-full-width .col-sm-4 {
        -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%; } }
  .row-full-width .col-sm-8 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 701px) {
      .row-full-width .col-sm-8 {
        -webkit-flex: 0 0 66.66%;
            -ms-flex: 0 0 66.66%;
                flex: 0 0 66.66%;
        max-width: 66.66%; } }
  .row-full-width .col-sm-6 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 701px) {
      .row-full-width .col-sm-6 {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: none; }

select {
  -webkit-appearance: none; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

html {
  background: #f8ebdb;
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  color: #000;
  display: block !important;
  font-family: "GTWalsheim", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  overflow-x: hidden;
  background: #f8ebda; }
  body.modal-is-opened, body.navigation-mobile-is-opened {
    overflow: hidden; }
  body.modal-is-ios, body.navigation-mobile-is-ios {
    position: fixed; }
  @media screen and (max-width: 782px) {
    body.admin-bar {
      margin-top: 46; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "GTWalsheim", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.3em; }

h2 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 40px 0 10px 0; }

h3,
h4,
h5,
h6 {
  font-size: 1.5rem; }

p,
ul,
ol,
li {
  margin: 0;
  padding: 0; }

p,
li {
  line-height: 1.4; }

ul,
ol {
  list-style-type: none; }

a {
  color: #f8ebda;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

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

figure {
  margin: 40px 0;
  text-align: center; }

figcaption {
  color: #5cb144;
  font-size: 0.8125rem; }

fieldset {
  padding: 10px 30px; }
  fieldset + fieldset {
    margin-top: 5px; }

.site {
  background: #fff;
  position: relative; }

.main {
  min-height: 500px;
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 1034px) {
    .main {
      padding-top: 61px; } }

.hidden {
  clip: rect(1px, 1px, 1px, 1px);
  left: -777em;
  position: absolute !important;
  top: -777em; }

.center {
  text-align: center; }

.more-link {
  color: #f89927;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 15px;
  transition: 100ms ease-in all;
  display: inline-block; }
  .more-link .fa {
    margin-left: 4px; }
  .more-link:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    background-color: #f89927;
    transition: 100ms ease-in all; }
  .more-link:hover {
    text-decoration: none; }
    .more-link:hover:after {
      width: 120%; }

/* --- Pagination --- */
.pagination {
  font-size: 1.375rem;
  text-align: center; }
  .pagination .page-numbers {
    margin: 10px; }
  .pagination .prev,
  .pagination .next {
    font-size: 1.625rem; }
  .pagination .current,
  .pagination .prev,
  .pagination .next {
    color: #f89927; }

/* ---- Select - Filters ---- */
.select--filters {
  margin-top: 50px;
  border: none;
  background: #000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 10px 100px 10px 10px;
  color: #fff;
  font-weight: bold; }

.filters {
  width: 32%;
  position: relative; }
  .filters:after {
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
    content: "\f107";
    font-family: "FontAwesome";
    color: #f89927;
    font-size: 1.875rem;
    text-align: center;
    line-height: 3.125rem;
    width: 50px;
    height: 50px;
    background-color: #000; }

.has-background--beige-light {
  background-color: #f8ebda; }

.has-background--purple-dark {
  background-color: #5266b0; }
  .has-background--purple-dark .column * {
    color: #fff; }

.has-background--purple {
  background-color: #697abb; }
  .has-background--purple .column * {
    color: #fff; }

.has-background--pink-light {
  background-color: #ffc8b4; }
  .has-background--pink-light .column * {
    color: #000; }

.has-background--turquoise-light-2 {
  background-color: #BAE7DF; }
  .has-background--turquoise-light-2 .column * {
    color: #000; }

.header--main {
  position: relative;
  z-index: 1000;
  background-color: #f8ebda;
  transition: background 350ms; }
  .header--main .grid__item {
    position: relative; }
  .header--main .header__navigation-desktop {
    margin: 0 auto;
    max-width: 1020px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: "GTWalsheim", Helvetica, Arial, sans-serif;
    padding: 0  20px;
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 1034px) {
      .header--main .header__navigation-desktop {
        display: none; } }
    .header--main .header__navigation-desktop .navigations {
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      text-align: right;
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .header--main .header__navigation-desktop .navigations {
          display: none; } }
      .header--main .header__navigation-desktop .navigations .nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
                align-content: stretch;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        font-size: 0.9375rem;
        padding: 10px 0 0 0;
        margin: 0 0 15px; }
        .header--main .header__navigation-desktop .navigations .nav--main {
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .header--main .header__navigation-desktop .navigations .nav a {
          margin: 0;
          padding: 0;
          font-weight: bold; }
      .header--main .header__navigation-desktop .navigations .nav--alt li {
        padding: 0 15px; }
        .header--main .header__navigation-desktop .navigations .nav--alt li a {
          color: #000;
          font-weight: 500;
          transition: color 250ms;
          cursor: pointer; }
          .header--main .header__navigation-desktop .navigations .nav--alt li a:hover {
            color: #f89927; }
      .header--main .header__navigation-desktop .navigations .nav--alt .search-button {
        font-size: 1rem;
        padding-right: 0; }
      .header--main .header__navigation-desktop .navigations .nav--alt .language {
        border-left: 2px solid #000; }
        .header--main .header__navigation-desktop .navigations .nav--alt .language a {
          color: #000; }
      .header--main .header__navigation-desktop .navigations .nav--main {
        position: relative; }
        .header--main .header__navigation-desktop .navigations .nav--main > li {
          height: 32px;
          text-align: center;
          line-height: 1.25em;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative; }
          .header--main .header__navigation-desktop .navigations .nav--main > li.hover > a:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .header--main .header__navigation-desktop .navigations .nav--main > li.hover .sub-menu {
            pointer-events: auto; }
          .header--main .header__navigation-desktop .navigations .nav--main > li.menu-item-has-children > a:after {
            color: #f89927;
            content: '\f107';
            font-family: fontawesome;
            font-size: 1.125rem;
            margin-left: 6px;
            transition: 200ms ease-in all;
            position: absolute;
            top: 50%;
            right: -15px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .header--main .header__navigation-desktop .navigations .nav--main > li.menu-item-has-children:hover a:after {
            -webkit-transform: rotate(-180deg) translateY(50%);
                    transform: rotate(-180deg) translateY(50%); }
          .header--main .header__navigation-desktop .navigations .nav--main > li.current-menu-ancestor > a:after {
            color: #f89927; }
          .header--main .header__navigation-desktop .navigations .nav--main > li > a {
            cursor: pointer;
            color: #000;
            padding: 10px;
            margin-left: 40px;
            transition: 200ms ease-in all;
            position: relative;
            z-index: 500;
            white-space: nowrap; }
            .header--main .header__navigation-desktop .navigations .nav--main > li > a.btn {
              color: #fff;
              transition: background 250ms, color 350ms; }
          .header--main .header__navigation-desktop .navigations .nav--main > li > .sub-menu {
            display: none;
            position: absolute;
            z-index: 250;
            text-align: left;
            top: -5px;
            left: 10px;
            padding-top: 45px;
            min-width: 180px; }
            .header--main .header__navigation-desktop .navigations .nav--main > li > .sub-menu > li a {
              margin: 0;
              padding: 15px 20px;
              font-size: 0.875rem;
              transition: 200ms ease-in all;
              color: #000;
              text-align: center; }
              .header--main .header__navigation-desktop .navigations .nav--main > li > .sub-menu > li a.current, .header--main .header__navigation-desktop .navigations .nav--main > li > .sub-menu > li a:hover, .header--main .header__navigation-desktop .navigations .nav--main > li > .sub-menu > li a:active {
                color: #fff; }
            .header--main .header__navigation-desktop .navigations .nav--main > li > .sub-menu > li.current-menu-item a {
              color: #fff; }
      .header--main .header__navigation-desktop .navigations li.current-menu-item a,
      .header--main .header__navigation-desktop .navigations li.current_page_parent a {
        color: #f89927; }
      .header--main .header__navigation-desktop .navigations li.language a {
        color: #f89927; }
    .header--main .header__navigation-desktop a {
      color: #56a141;
      display: block;
      text-decoration: none;
      transition: all .3s ease-out; }
      .header--main .header__navigation-desktop a:hover, .header--main .header__navigation-desktop a:focus {
        color: #f89927; }
  .header--main .header__navigation-mobile {
    background: #fff;
    display: none;
    height: 61px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 1034px) {
      .header--main .header__navigation-mobile {
        display: block; } }
    .header--main .header__navigation-mobile .search-form {
      width: 100%;
      opacity: 1; }
      .header--main .header__navigation-mobile .search-form input[type="search"] {
        height: 40px;
        border-bottom: 1px solid #000; }
        .header--main .header__navigation-mobile .search-form input[type="search"]:focus {
          border-bottom-color: #f89927; }
      .header--main .header__navigation-mobile .search-form [type="submit"] {
        height: 40px;
        padding: 0; }
    .header--main .header__navigation-mobile .header__navs .header__social-links {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 0 50px; }
      .header--main .header__navigation-mobile .header__navs .header__social-links a {
        border-bottom: none;
        font-size: 2rem; }
    .header--main .header__navigation-mobile .btn-nav {
      color: #f89927 !important;
      cursor: pointer;
      display: block;
      font-size: 1.125rem;
      height: 61px;
      position: absolute;
      left: 0;
      text-align: center;
      top: 0;
      width: 61px;
      z-index: 950; }
      .header--main .header__navigation-mobile .btn-nav:hover, .header--main .header__navigation-mobile .btn-nav:focus {
        background: #f89927;
        color: #fff !important; }
    .header--main .header__navigation-mobile > .btn {
      height: 100%;
      line-height: 2em;
      position: absolute;
      right: 0; }
    .header--main .header__navigation-mobile .header__logo-mobile a {
      display: inline-block;
      left: 50%;
      position: absolute;
      top: 50%;
      z-index: 1500;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .header--main .header__navigation-mobile .header__logo-mobile + .btn {
      background-color: #fff !important;
      color: #f89927 !important;
      border: none;
      padding: 16px 0 0 25px;
      font-size: 0.9375rem; }
    .header--main .header__navigation-mobile .header__logo-mobile img {
      display: block;
      height: 40px;
      width: auto; }
    .header--main .header__navigation-mobile .header__navs {
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      background: #fff;
      bottom: 0;
      left: 0;
      opacity: 0;
      overflow: auto;
      overflow-scrolling: touch;
      -webkit-overflow-scrolling: touch;
      position: fixed;
      top: 61px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      transition: all 0.3s ease-out;
      right: 0;
      text-align: left;
      z-index: 1000; }
      .header--main .header__navigation-mobile .header__navs .nav--main + .btn {
        padding: 20px 0;
        color: #fff;
        /*border: 20px solid #fafafa;*/
        font-size: 1.25rem; }
      .header--main .header__navigation-mobile .header__navs form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 10px 0; }
        .header--main .header__navigation-mobile .header__navs form input[type="search"] {
          width: 80%;
          border: none; }
        .header--main .header__navigation-mobile .header__navs form button {
          width: 10%;
          border: none; }
        .header--main .header__navigation-mobile .header__navs form i {
          font-size: 1.5rem;
          color: #000; }
      .header--main .header__navigation-mobile .header__navs ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
                align-content: stretch;
        text-align: left;
        padding: 20px 0; }
        .header--main .header__navigation-mobile .header__navs ul ul {
          display: none; }
      .header--main .header__navigation-mobile .header__navs li {
        border-bottom: 1px solid #f89927;
        position: relative;
        margin: 0 20px;
        font-weight: 500; }
        .header--main .header__navigation-mobile .header__navs li.current-menu-item, .header--main .header__navigation-mobile .header__navs li.current_page_parent {
          border-bottom: 1px solid #f89927; }
        .header--main .header__navigation-mobile .header__navs li.menu-item-has-children {
          position: relative; }
          .header--main .header__navigation-mobile .header__navs li.menu-item-has-children > a {
            max-width: 82%;
            position: relative;
            z-index: 1000; }
          .header--main .header__navigation-mobile .header__navs li.menu-item-has-children .sub-menu {
            display: none; }
            .header--main .header__navigation-mobile .header__navs li.menu-item-has-children .sub-menu.visible {
              display: block; }
            .header--main .header__navigation-mobile .header__navs li.menu-item-has-children .sub-menu li {
              border-color: #ccc; }
              .header--main .header__navigation-mobile .header__navs li.menu-item-has-children .sub-menu li:last-child {
                border-bottom: none; }
              .header--main .header__navigation-mobile .header__navs li.menu-item-has-children .sub-menu li:first-child a {
                padding-top: 0; }
              .header--main .header__navigation-mobile .header__navs li.menu-item-has-children .sub-menu li a {
                font-size: 1rem; }
          .header--main .header__navigation-mobile .header__navs li.menu-item-has-children.visible:after, .header--main .header__navigation-mobile .header__navs li.menu-item-has-children.current-menu-parent:after {
            content: "\f106"; }
          .header--main .header__navigation-mobile .header__navs li.menu-item-has-children.current-menu-parent .sub-menu {
            display: block; }
            .header--main .header__navigation-mobile .header__navs li.menu-item-has-children.current-menu-parent .sub-menu .current-menu-item {
              border-color: #f89927; }
          .header--main .header__navigation-mobile .header__navs li.menu-item-has-children:after {
            content: "\f107";
            font-family: FontAwesome;
            color: #f89927;
            font-size: 1.875rem;
            line-height: 3.9375rem;
            position: absolute;
            top: 0;
            right: 0;
            width: 45px;
            height: 63px;
            padding-left: 15px; }
        .header--main .header__navigation-mobile .header__navs li.language a {
          font-size: 0.875rem;
          border-bottom-width: 3px; }
      .header--main .header__navigation-mobile .header__navs a,
      .header--main .header__navigation-mobile .header__navs button {
        color: #000;
        display: inline-block;
        font-size: 1rem;
        line-height: 1.6em;
        margin: 0;
        padding: 15px 0;
        position: relative;
        width: 100%;
        z-index: 1000;
        font-size: 1.25rem; }
        .header--main .header__navigation-mobile .header__navs a:hover, .header--main .header__navigation-mobile .header__navs a:focus,
        .header--main .header__navigation-mobile .header__navs button:hover,
        .header--main .header__navigation-mobile .header__navs button:focus {
          text-decoration: none;
          color: #f89927; }
          .header--main .header__navigation-mobile .header__navs a:hover *, .header--main .header__navigation-mobile .header__navs a:focus *,
          .header--main .header__navigation-mobile .header__navs button:hover *,
          .header--main .header__navigation-mobile .header__navs button:focus * {
            color: #f89927; }
      .header--main .header__navigation-mobile .header__navs br {
        display: none; }
      .header--main .header__navigation-mobile .header__navs .nav--alt {
        padding: 20px 0;
        background-color: #fcfcfc; }
    .header--main .header__navigation-mobile--opened .btn-nav {
      background: #eee;
      color: #f89927; }
    .header--main .header__navigation-mobile--opened .header__navs {
      opacity: 1;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      background-color: #fafafa; }

.header__logo {
  position: relative;
  z-index: 500; }
  .header__logo img {
    width: 104px;
    max-width: 104px;
    margin: 15px 0; }
  .header__logo .sticky {
    display: none; }

.header.element--sticky {
  width: 100%;
  position: fixed;
  z-index: 2500;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
  .header.element--sticky + #main {
    margin-top: 83px;
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 1034px) {
      .header.element--sticky + #main {
        margin-top: 0; } }
  .header.element--sticky .header__navigation-desktop .header__logo img {
    display: none; }
  .header.element--sticky .header__navigation-desktop .header__logo .sticky {
    display: block;
    width: 40px; }
  .header.element--sticky .header__navigation-desktop .navigations {
    height: 83px; }
    .header.element--sticky .header__navigation-desktop .navigations .nav--alt {
      display: none; }
    .header.element--sticky .header__navigation-desktop .navigations .nav--main {
      margin: 0;
      padding: 0;
      height: 83px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header.element--sticky .header__navigation-desktop .navigations .nav--main > li:last-child {
        height: 83px; }
        .header.element--sticky .header__navigation-desktop .navigations .nav--main > li:last-child a {
          height: 83px;
          line-height: 4rem; }

.header .fa-search {
  margin-top: 10px;
  position: relative;
  transition: color 250ms;
  cursor: pointer; }
  .header .fa-search:hover {
    color: #f89927; }
  .header .fa-search.invisible {
    opacity: 0; }

.header .search-form {
  float: left;
  opacity: 0;
  transition: opacity 300ms;
  position: relative;
  margin-right: -10px;
  top: 3px; }
  .header .search-form.visible {
    opacity: 1; }
  .header .search-form input {
    height: 30px; }
  .header .search-form input[type="search"] {
    float: left;
    border: none;
    padding: 0 8px 0 30px;
    width: 190px; }
  .header .search-form button[type="submit"] {
    height: 30px;
    padding: 0 8px;
    min-width: 0; }
    .header .search-form button[type="submit"] i {
      margin-right: 0; }

.footer--main {
  background: #f8ebdb;
  color: #000;
  font-size: 0.75rem;
  padding: 40px 20px 20px;
  /* Medium Devices, Desktops */
  /* --- Footer Logo --- */
  /* --- Footer Social --- */
  /* --- Footer Links --- */ }
  .footer--main a {
    color: inherit; }
  @media only screen and (max-width: 700px) {
    .footer--main {
      padding: 20px; } }
  .footer--main .footer__inner {
    margin: 0 auto;
    max-width: 1020px;
    /* Medium Devices, Desktops */
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 1210px) {
      .footer--main .footer__inner {
        padding-right: 0; } }
    @media only screen and (max-width: 700px) {
      .footer--main .footer__inner {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer--main .footer__logo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    /* Medium Devices, Desktops */ }
    .footer--main .footer__logo img {
      max-width: 80px; }
    @media only screen and (max-width: 700px) {
      .footer--main .footer__logo {
        margin-bottom: 10px;
        padding-right: 0;
        text-align: center;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .footer--main .footer__logo > div {
          margin: 10px 0; }
        .footer--main .footer__logo img {
          width: 50%; } }
  .footer--main .footer__social-links {
    font-size: 2rem; }
    .footer--main .footer__social-links i {
      margin-right: 10px;
      transition: color 250ms; }
    .footer--main .footer__social-links a:hover {
      text-decoration: none; }
      .footer--main .footer__social-links a:hover i {
        color: #f89927; }
  .footer--main .footer__links {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .footer--main .footer__links .nav--main {
      border-top: 1px solid #000;
      padding: 30px 0;
      /* Medium Devices, Desktops */ }
      .footer--main .footer__links .nav--main .column--1-4 {
        /* Medium Devices, Desktops */ }
        .footer--main .footer__links .nav--main .column--1-4 > a {
          display: none; }
        @media only screen and (max-width: 1210px) {
          .footer--main .footer__links .nav--main .column--1-4 {
            width: 50%;
            margin-bottom: 20px; } }
        .footer--main .footer__links .nav--main .column--1-4 > .sub-menu > li > a {
          font-weight: bold;
          font-size: 1.125rem;
          display: block;
          margin-bottom: 40px; }
        .footer--main .footer__links .nav--main .column--1-4 > .sub-menu > li .sub-menu .sub-menu {
          padding-left: 12px; }
          .footer--main .footer__links .nav--main .column--1-4 > .sub-menu > li .sub-menu .sub-menu li {
            font-size: 0.875rem; }
        .footer--main .footer__links .nav--main .column--1-4 li {
          font-size: 1rem;
          padding: 5px 0;
          max-width: 90%; }
      .footer--main .footer__links .nav--main .donation-where a {
        margin-top: 30px;
        margin-bottom: 0 !important; }
      .footer--main .footer__links .nav--main .language a {
        color: #f8ebda; }
      @media only screen and (max-width: 700px) {
        .footer--main .footer__links .nav--main {
          display: none; } }
    .footer--main .footer__links .footer__thanks {
      font-size: 1.25rem;
      color: #f89927;
      font-weight: bold; }
      .footer--main .footer__links .footer__thanks strong {
        font-size: 2.1875rem;
        position: relative; }
        .footer--main .footer__links .footer__thanks strong span {
          position: relative;
          z-index: 500;
          text-decoration: none !important; }
        .footer--main .footer__links .footer__thanks strong:before {
          content: "";
          position: absolute;
          z-index: 250;
          left: -3px;
          right: -3px;
          bottom: 10%;
          height: 40%;
          background-color: #f8e765;
          -webkit-transform: skewY(2deg);
                  transform: skewY(2deg); }
        .footer--main .footer__links .footer__thanks strong:after {
          content: "";
          position: absolute;
          z-index: 250;
          left: -3px;
          right: -3px;
          top: 38%;
          height: 30%;
          background-color: #f8e765;
          -webkit-transform: skewY(0);
                  transform: skewY(0); }
    .footer--main .footer__links .footer__second_nav {
      width: 100%;
      margin: 20px 0;
      font-size: 1rem;
      text-align: center; }
      .footer--main .footer__links .footer__second_nav > div {
        display: inline-block;
        float: none; }
      .footer--main .footer__links .footer__second_nav .language {
        float: left;
        text-align: left;
        font-weight: bold;
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 1034px) {
          .footer--main .footer__links .footer__second_nav .language {
            float: none; } }
    .footer--main .footer__links .footer__copyright {
      text-align: center;
      font-size: 0.75rem; }

/* --- Newsletter --- */
.newsletter {
  overflow: hidden;
  padding: 50px 0;
  background: #000;
  color: #fff;
  text-align: center; }
  .newsletter .validation_message {
    display: none; }
  .newsletter .validation_error {
    color: #f5554f;
    font-weight: bold;
    margin-bottom: 20px; }
  .newsletter .gfield_error input, .newsletter .gfield_error select {
    border: 2px solid #f5554f; }
  .newsletter h3 {
    font-size: 2.1875rem;
    font-weight: bold;
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 1034px) {
      .newsletter h3 {
        font-size: 1.25rem; } }
  .newsletter p {
    font-size: 1.375rem; }
  .newsletter a {
    color: inherit; }
  .newsletter .gform_wrapper {
    margin-top: 50px; }
    .newsletter .gform_wrapper form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .newsletter .gform_wrapper form {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .newsletter .gform_wrapper .gform_body,
    .newsletter .gform_wrapper .gform_footer {
      width: auto !important;
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .newsletter .gform_wrapper .gform_body,
        .newsletter .gform_wrapper .gform_footer {
          width: 100% !important; } }
    .newsletter .gform_wrapper label {
      display: none !important; }
    .newsletter .gform_wrapper ul.gform_fields {
      width: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .newsletter .gform_wrapper ul.gform_fields {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .newsletter .gform_wrapper ul.gform_fields .ginput_container {
        margin-right: 20px;
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 1034px) {
          .newsletter .gform_wrapper ul.gform_fields .ginput_container {
            margin-right: 0; } }
      .newsletter .gform_wrapper ul.gform_fields input, .newsletter .gform_wrapper ul.gform_fields select {
        width: 100%;
        height: 55px;
        font-size: 1.375rem;
        border: none;
        /* Medium Devices, Desktops */ }
        @media only screen and (max-width: 1034px) {
          .newsletter .gform_wrapper ul.gform_fields input, .newsletter .gform_wrapper ul.gform_fields select {
            margin: 20px 0; } }
      .newsletter .gform_wrapper ul.gform_fields select {
        border: none;
        background: #000;
        border: 10px solid #000;
        width: 120%;
        padding: 0 30px 0 20px;
        color: #fff;
        font-weight: bold; }
      .newsletter .gform_wrapper ul.gform_fields .ginput_container_select {
        position: relative;
        padding-right: 55px; }
        .newsletter .gform_wrapper ul.gform_fields .ginput_container_select:after {
          position: absolute;
          right: -10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          pointer-events: none;
          content: "\f107";
          font-family: "FontAwesome";
          color: #f89927;
          font-size: 1.875rem;
          width: 50px;
          height: 50px;
          background-color: #000; }
  .newsletter input[type="submit"] {
    height: 55px;
    font-size: 1.375rem;
    /* Medium Devices, Desktops */ }
    .newsletter input[type="submit"]:hover {
      background-color: #fff !important;
      color: #000 !important; }
    @media only screen and (max-width: 1034px) {
      .newsletter input[type="submit"] {
        width: 100%; } }

.page-template-landing .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.page-template-landing .columns {
  max-width: none;
  width: auto;
  margin: 0 -20px; }

.page-template-landing .header {
  padding: 28px 0; }
  .page-template-landing .header--bg-purple {
    background-color: #697abb; }
  .page-template-landing .header__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px; }
  .page-template-landing .header__logo, .page-template-landing .header__navigation {
    padding-left: 20px;
    padding-right: 20px; }
  .page-template-landing .header__navigation-desktop {
    display: none;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .header__navigation-desktop {
        display: block; } }
  .page-template-landing .header__navigation-mobile {
    display: block;
    /* Medium Devices, Desktops */ }
    .page-template-landing .header__navigation-mobile .btn-nav {
      position: relative;
      max-width: 31px; }
      .page-template-landing .header__navigation-mobile .btn-nav-icon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .page-template-landing .header__navigation-mobile .icon-hamburger-menu {
      opacity: 1;
      transition: opacity 0.3s ease; }
    .page-template-landing .header__navigation-mobile .icon-close {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.3s ease; }
    .page-template-landing .header__navigation-mobile--opened .btn-nav {
      position: relative;
      z-index: 1001; }
    .page-template-landing .header__navigation-mobile--opened .icon-hamburger-menu {
      opacity: 0; }
    .page-template-landing .header__navigation-mobile--opened .icon-close {
      opacity: 1; }
    .page-template-landing .header__navigation-mobile--opened .header__mobileNavWrapper {
      opacity: 1;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .header__navigation-mobile {
        display: none; } }
  .page-template-landing .header__logo {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .page-template-landing .header__logo-link {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .page-template-landing .header__logo-img {
      margin: 0;
      width: 104px;
      max-width: none;
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 700px) {
        .page-template-landing .header__logo-img {
          width: 70px; } }
  .page-template-landing .header__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px; }
    .page-template-landing .header__navList {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -15px;
      margin-right: -15px;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .header__navList {
          margin-left: -25px;
          margin-right: -25px; } }
    .page-template-landing .header__navItem {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 1rem;
      font-weight: 700;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .header__navItem {
          padding-left: 25px;
          padding-right: 25px; } }
    .page-template-landing .header__navLink {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #f8ebda; }
      .page-template-landing .header__navLink .icon-external-link {
        display: inline-block;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: 12px;
        width: 26px; }
        .page-template-landing .header__navLink .icon-external-link path {
          fill: #f8ebda; }
  .page-template-landing .header__mobileNavWrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20vh 30px 3vh;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #f8ebda;
    opacity: 0;
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 0.3s ease-out;
    text-align: left;
    z-index: 1000; }
  .page-template-landing .header__mobileNavList {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .page-template-landing .header__mobileNavItem {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .page-template-landing .header__mobileNavItem a {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4vh 0;
      color: #000;
      font-size: 1.5rem;
      line-height: 1.15; }
      .page-template-landing .header__mobileNavItem a.header__mobileNavLink--external {
        display: inline-block; }
        .page-template-landing .header__mobileNavItem a.header__mobileNavLink--external .icon-external-link {
          margin-left: 2px;
          padding-top: 10px;
          width: 15px; }
    .page-template-landing .header__mobileNavItem .icon-donation {
      margin-left: 8px;
      padding-top: 5px;
      width: 36px; }
  .page-template-landing .header__btn {
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1211px) {
      .page-template-landing .header__btn {
        padding: 20px 40px;
        font-size: 1.25rem; } }
  .page-template-landing .header__sticky-buttons {
    position: fixed;
    bottom: 30px;
    right: 2vw;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s; }

@-webkit-keyframes sticky-button-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sticky-button-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .page-template-landing .header__sticky-buttons .btn {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      -webkit-transform: scale(1);
              transform: scale(1);
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .page-template-landing .header__sticky-buttons .btn {
          width: 80px;
          height: 80px;
          min-width: 0;
          padding: 0; } }
    .page-template-landing .header__sticky-buttons .icon-donation {
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .header__sticky-buttons .icon-donation {
          display: none; } }
    .page-template-landing .header__sticky-buttons .text {
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .page-template-landing .header__sticky-buttons .text {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; } }
    .page-template-landing .header__sticky-buttons.is-visible {
      opacity: 1;
      pointer-events: auto; }
      .page-template-landing .header__sticky-buttons.is-visible .btn {
        -webkit-animation: sticky-button-animation 0.5s linear 0.3s;
                animation: sticky-button-animation 0.5s linear 0.3s; }

.page-template-landing .footer {
  padding: 30px 0;
  /* Medium Devices, Desktops */ }
  .page-template-landing .footer--bg-turquoise {
    background-color: #a0d4cb; }
  .page-template-landing .footer .social-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -6px;
    margin-right: -6px; }
  .page-template-landing .footer .social-item {
    padding-left: 6px;
    padding-right: 6px;
    max-width: 82px; }
  .page-template-landing .footer .social-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    transition: opacity 0.3s; }
    .page-template-landing .footer .social-link:hover, .page-template-landing .footer .social-link:focus {
      opacity: 0.6; }
  .page-template-landing .footer .social-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .page-template-landing .footer .column--socials + .column--copyright {
    margin-top: 60px; }
  .page-template-landing .footer .copyright {
    font-size: 1.125rem;
    text-align: center; }
  @media only screen and (min-width: 1035px) {
    .page-template-landing .footer {
      padding-top: 70px;
      padding-bottom: 40px; } }

.page-template-landing .main {
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 1034px) {
    .page-template-landing .main {
      padding-top: 0;
      margin-top: -1px; } }

.page-template-landing .section {
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-template-landing .section .title {
    margin: 0;
    line-height: 1.15;
    font-weight: 700;
    font-size: 2rem;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1211px) {
      .page-template-landing .section .title {
        font-size: 3rem; } }
  .page-template-landing .section .description {
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1211px) {
      .page-template-landing .section .description {
        font-size: 1.75rem; } }
  .page-template-landing .section .link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    /* Medium Devices, Desktops */ }
    .page-template-landing .section .link .icon-external-link {
      display: inline-block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-left: 12px;
      width: 26px; }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section .link {
        font-size: 1.375rem; } }
  .page-template-landing .section--bg-purple {
    background-color: #697abb; }
  .page-template-landing .section--bg-white {
    background-color: #fff; }
  .page-template-landing .section--bg-dark-turquoise {
    background-color: #1AAA9D; }
  .page-template-landing .section--bg-turquoise {
    background-color: #a0d4cb; }
  .page-template-landing .section--header-donation .columns--donation {
    padding: 0 0 30px; }
  .page-template-landing .section--header-donation .columns--stats {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* Medium Devices, Desktops */
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--header-donation .columns--stats {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media only screen and (max-width: 1034px) {
      .page-template-landing .section--header-donation .columns--stats {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .page-template-landing .section--header-donation .column--image {
    text-align: center;
    /* Medium Devices, Desktops */
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--header-donation .column--image {
        text-align: right; } }
    @media only screen and (max-width: 700px) {
      .page-template-landing .section--header-donation .column--image {
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 40px; } }
  .page-template-landing .section--header-donation .title {
    color: #000;
    /* Medium Devices, Desktops */
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--header-donation .title {
        font-size: 3.125rem; } }
    @media only screen and (min-width: 1211px) {
      .page-template-landing .section--header-donation .title {
        font-size: 3.75rem; } }
  .page-template-landing .section--header-donation .title + .description {
    margin-top: 30px;
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 1034px) {
      .page-template-landing .section--header-donation .title + .description {
        margin-top: 15px; } }
  .page-template-landing .section--header-donation .description {
    color: #fff;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1211px) {
      .page-template-landing .section--header-donation .description {
        font-size: 1.375rem; } }
  .page-template-landing .section--header-donation .btn {
    padding: 20px 32px;
    margin-top: 30px;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1211px) {
      .page-template-landing .section--header-donation .btn {
        margin-top: 50px;
        padding: 28px 60px;
        font-size: 1.75rem; } }
  .page-template-landing .section--header-donation .image {
    width: 80%;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--header-donation .image {
        width: 500px; } }
  .page-template-landing .section--header-donation .stat-wrapper {
    color: #fff;
    /* Medium Devices, Desktops */ }
    @media only screen and (max-width: 700px) {
      .page-template-landing .section--header-donation .stat-wrapper {
        margin-top: 40px; } }
  .page-template-landing .section--header-donation .stat-number {
    color: #a0d4cb;
    font-size: 3.125rem;
    font-weight: 700;
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--header-donation .stat-number {
        font-size: 5.625rem; } }
  .page-template-landing .section--header-donation .stat-number + .page-template-landing .section--header-donation .stat-content {
    margin-top: 40px; }
  .page-template-landing .section--header-donation .stat-content {
    /* Medium Devices, Desktops */
    /* Medium Devices, Desktops */ }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--header-donation .stat-content {
        font-size: 1.375rem; } }
    @media only screen and (min-width: 1211px) {
      .page-template-landing .section--header-donation .stat-content {
        font-size: 1.75rem; } }
  .page-template-landing .section--about {
    color: #000;
    /* Medium Devices, Desktops */ }
    .page-template-landing .section--about .column--content {
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--about .column--content {
          padding-top: 15px; } }
    .page-template-landing .section--about .column--spokesperson {
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 700px) {
        .page-template-landing .section--about .column--spokesperson {
          margin-bottom: 40px; } }
    .page-template-landing .section--about .heading {
      position: relative; }
    .page-template-landing .section--about .title {
      position: relative;
      z-index: 1;
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .page-template-landing .section--about .title {
          font-size: 2.1875rem; } }
    .page-template-landing .section--about .question-mark {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 80px;
      opacity: 0.3;
      -webkit-transform: translate(0, -40%);
              transform: translate(0, -40%);
      pointer-events: none;
      /* Medium Devices, Desktops */
      /* Medium Devices, Desktops */ }
      .page-template-landing .section--about .question-mark path {
        fill: #a0d4cb; }
      @media only screen and (min-width: 701px) {
        .page-template-landing .section--about .question-mark {
          -webkit-transform: translate(-50%, -40%);
                  transform: translate(-50%, -40%); } }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--about .question-mark {
          max-width: 242px;
          opacity: 0.5; } }
    .page-template-landing .section--about .heading + .description {
      margin-top: 25px;
      /* Medium Devices, Desktops */ }
      @media only screen and (max-width: 1034px) {
        .page-template-landing .section--about .heading + .description {
          margin-top: 15px; } }
    .page-template-landing .section--about .description {
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--about .description {
          padding-right: 15%;
          font-size: 1.375rem; } }
    .page-template-landing .section--about .link {
      margin-top: 30px;
      color: #f8ebda; }
    .page-template-landing .section--about .icon-external-link path {
      fill: #f8ebda; }
    .page-template-landing .section--about .image-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
      .page-template-landing .section--about .image-container .image {
        width: 500px; }
    .page-template-landing .section--about .caption {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 22px;
      font-size: 1.125rem;
      color: #000; }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--about {
        padding-top: 130px;
        padding-bottom: 130px; } }
  .page-template-landing .section--discover-foundation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-height: 100vh;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #f8ebda; }
    .page-template-landing .section--discover-foundation .container {
      position: relative;
      z-index: 1; }
    .page-template-landing .section--discover-foundation .columns {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-template-landing .section--discover-foundation .link {
      margin-top: 70px; }
    .page-template-landing .section--discover-foundation .icon-external-link path {
      fill: #f8ebda; }
    .page-template-landing .section--discover-foundation::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6); }
    .page-template-landing .section--discover-foundation.section--with-bg {
      height: 653px; }
      .page-template-landing .section--discover-foundation.section--with-bg::before {
        content: ""; }
  .page-template-landing .section--donation-fund {
    /* Medium Devices, Desktops */ }
    .page-template-landing .section--donation-fund .title + .accordion-wrapper {
      margin-top: 30px; }
    .page-template-landing .section--donation-fund .accordion-title {
      color: #000; }
    .page-template-landing .section--donation-fund .accordion-trigger {
      font-size: 1.375rem; }
    .page-template-landing .section--donation-fund .accordion-item.active .accordion-title {
      color: #1AAA9D; }
    .page-template-landing .section--donation-fund .accordion-icon:after {
      border-top-color: #1AAA9D; }
    .page-template-landing .section--donation-fund .accordion-panel-content {
      line-height: 1.7;
      /* Medium Devices, Desktops */ }
      .page-template-landing .section--donation-fund .accordion-panel-content p {
        line-height: inherit; }
        .page-template-landing .section--donation-fund .accordion-panel-content p + p {
          margin-top: 15px; }
      .page-template-landing .section--donation-fund .accordion-panel-content ul {
        display: block;
        margin-top: 15px;
        margin-left: 0;
        list-style: none; }
        .page-template-landing .section--donation-fund .accordion-panel-content ul li + li {
          margin-top: 3px; }
        .page-template-landing .section--donation-fund .accordion-panel-content ul li:before {
          content: "• ";
          color: #1AAA9D; }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--donation-fund .accordion-panel-content {
          padding-bottom: 70px;
          font-size: 1.375rem; } }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--donation-fund {
        padding-top: 125px;
        padding-bottom: 45px; } }
  .page-template-landing .section--fact_stats {
    /* Medium Devices, Desktops */ }
    .page-template-landing .section--fact_stats .title + .content {
      margin-top: 20px; }
    .page-template-landing .section--fact_stats .content {
      font-size: 1.375rem; }
    .page-template-landing .section--fact_stats .heading + .swiper-container {
      margin-top: 36px; }
    .page-template-landing .section--fact_stats .swiper-container {
      overflow: visible; }
    .page-template-landing .section--fact_stats .swiper-slide {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin-right: 40px;
      max-width: calc(100% / 2 - 20px);
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--fact_stats .swiper-slide {
          max-width: calc(100% / 3 - 40px); } }
      .page-template-landing .section--fact_stats .swiper-slide .slider-thumbnail {
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    .page-template-landing .section--fact_stats .swiper-button-text {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    .page-template-landing .section--fact_stats .swiper-btn-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .page-template-landing .section--fact_stats .swiper-btn-overlay .icon-open {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 0;
        background-size: contain;
        -webkit-transform: translate(-100%, 100%);
                transform: translate(-100%, 100%);
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .page-template-landing .section--fact_stats .swiper-btn-overlay:hover + .slider-thumbnail, .page-template-landing .section--fact_stats .swiper-btn-overlay:focus + .slider-thumbnail {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); }
      .page-template-landing .section--fact_stats .swiper-btn-overlay:hover .icon-open, .page-template-landing .section--fact_stats .swiper-btn-overlay:focus .icon-open {
        -webkit-transform: translate(100%, -100%);
                transform: translate(100%, -100%); }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .section--fact_stats {
        padding-top: 45px;
        padding-bottom: 100px; } }
  .page-template-landing .section--promo-video {
    position: relative;
    background-color: transparent; }
    .page-template-landing .section--promo-video .container {
      position: relative;
      z-index: 1; }
    .page-template-landing .section--promo-video .container-bg {
      position: absolute;
      top: 50px;
      bottom: 0;
      left: 0;
      width: 100%;
      /* Medium Devices, Desktops */ }
      .page-template-landing .section--promo-video .container-bg-turquoise {
        background-color: #a0d4cb; }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--promo-video .container-bg {
          top: 118px; } }
    .page-template-landing .section--promo-video .column--video {
      padding-top: 50px;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--promo-video .column--video {
          padding-top: 118px; } }
    .page-template-landing .section--promo-video .video-section {
      margin: -50px auto 0;
      max-width: 945px;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--promo-video .video-section {
          margin-top: -118px; } }
    .page-template-landing .section--promo-video .content {
      margin-top: 30px;
      font-size: 1.125rem;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .section--promo-video .content {
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
    .page-template-landing .section--promo-video .btn-video-modal {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-template-landing .section--promo-video .btn-video-modal:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
        transition: opacity 0.3s;
        z-index: 1; }
      .page-template-landing .section--promo-video .btn-video-modal:hover:before, .page-template-landing .section--promo-video .btn-video-modal:focus:before {
        opacity: 0.15; }
      .page-template-landing .section--promo-video .btn-video-modal:hover .play-wrapper, .page-template-landing .section--promo-video .btn-video-modal:focus .play-wrapper {
        opacity: 1; }
    .page-template-landing .section--promo-video .play-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0.9;
      transition: opacity 0.2s;
      z-index: 2;
      pointer-events: none; }
    .page-template-landing .section--promo-video .play-icon {
      max-width: 40px;
      pointer-events: none;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 701px) {
        .page-template-landing .section--promo-video .play-icon {
          max-width: 80px; } }
    .page-template-landing .section--promo-video .play-text {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }

.page-template-landing .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  margin-top: 0; }
  .page-template-landing .swiper-button:after {
    content: ""; }
  .page-template-landing .swiper-button svg path {
    fill: #1AAA9D; }
  .page-template-landing .swiper-button-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
  .page-template-landing .swiper-button-prev {
    margin-right: 20px; }
  .page-template-landing .swiper-button-disabled svg path {
    fill: #000; }
  .page-template-landing .swiper-button:not(.swiper-button-disabled) {
    opacity: 1;
    transition: opacity 0.3s; }
    .page-template-landing .swiper-button:not(.swiper-button-disabled):hover, .page-template-landing .swiper-button:not(.swiper-button-disabled):focus {
      opacity: 0.5; }

.page-template-landing .modal-content {
  border: 0; }

.page-template-landing .modal-header {
  padding: 0;
  border: 0;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .page-template-landing .modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 1; }
    .page-template-landing .modal-header .close-icon {
      display: block;
      width: 50px;
      height: 50px;
      background-size: contain;
      opacity: 1; }

.page-template-landing .modal-backdrop.show {
  opacity: 0.8; }

.page-template-landing .modal-landing-promo-video .modal-dialog {
  max-width: 100vw;
  /* Medium Devices, Desktops */ }
  @media only screen and (min-width: 1035px) {
    .page-template-landing .modal-landing-promo-video .modal-dialog {
      max-width: 80vw; } }

.page-template-landing .modal-landing-promo-video .modal-content {
  background-color: transparent; }

.page-template-landing .modal-fact-stats-gallery {
  overflow-y: auto; }
  .page-template-landing .modal-fact-stats-gallery .modal-dialog {
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    min-height: 0;
    max-width: none; }
  .page-template-landing .modal-fact-stats-gallery .modal-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh; }
    .page-template-landing .modal-fact-stats-gallery .modal-content.bg-beige {
      background-color: #f8ebda; }
  .page-template-landing .modal-fact-stats-gallery .modal-header {
    padding: 20px; }
  .page-template-landing .modal-fact-stats-gallery .modal-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .page-template-landing .modal-fact-stats-gallery .swiper-container-fade .swiper-wrapper {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-template-landing .modal-fact-stats-gallery .swiper-container-fade .swiper-slide {
    transition-property: opacity; }
  .page-template-landing .modal-fact-stats-gallery .swiper-button-wrapper {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5vh; }
  .page-template-landing .modal-fact-stats-gallery .swiper-button-prev {
    display: none; }
  .page-template-landing .modal-fact-stats-gallery .swiper-button-text {
    color: #000;
    margin-right: 16px; }
  .page-template-landing .modal-fact-stats-gallery .swiper-button svg path {
    fill: #000; }
  .page-template-landing .modal-fact-stats-gallery .gallery-slide {
    /* Medium Devices, Desktops */
    /* Medium Devices, Desktops */ }
    .page-template-landing .modal-fact-stats-gallery .gallery-slide .content {
      font-size: 1.25rem;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-landing .modal-fact-stats-gallery .gallery-slide .content {
          font-size: 1.75rem; } }
    .page-template-landing .modal-fact-stats-gallery .gallery-slide .image-container {
      text-align: center; }
    @media only screen and (min-width: 1035px) {
      .page-template-landing .modal-fact-stats-gallery .gallery-slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: -50px;
        margin-right: -50px; }
        .page-template-landing .modal-fact-stats-gallery .gallery-slide .image-container, .page-template-landing .modal-fact-stats-gallery .gallery-slide .content {
          padding-left: 50px;
          padding-right: 50px; }
        .page-template-landing .modal-fact-stats-gallery .gallery-slide .image-container {
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
        .page-template-landing .modal-fact-stats-gallery .gallery-slide .image {
          max-width: 370px;
          max-height: 50vh; }
        .page-template-landing .modal-fact-stats-gallery .gallery-slide .content {
          max-height: 60vh;
          overflow-y: auto; } }
    @media only screen and (max-width: 1034px) {
      .page-template-landing .modal-fact-stats-gallery .gallery-slide .content {
        margin-top: 25px; }
      .page-template-landing .modal-fact-stats-gallery .gallery-slide .image {
        max-height: 40vh; } }

.page-template-landing.modal-open {
  overflow: hidden; }

.page-template-thank-you .header {
  padding: 25px 0; }
  .page-template-thank-you .header__logo img {
    margin: 0;
    height: 93px;
    width: auto;
    max-width: none; }
  .page-template-thank-you .header--bg-turquoise {
    background-color: #1AAA9D; }

.page-template-thank-you .main {
  /* Medium Devices, Desktops */ }
  @media only screen and (max-width: 1034px) {
    .page-template-thank-you .main {
      padding-top: 0; } }

.page-template-thank-you .section {
  padding: 30px 0; }
  .page-template-thank-you .section--thank-you {
    position: relative;
    overflow: visible;
    min-height: calc(100vh - calc((25px * 2) + 93px)); }
    .page-template-thank-you .section--thank-you .title {
      font-size: 3.125rem;
      font-weight: 700;
      line-height: 1.1;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-thank-you .section--thank-you .title {
          font-size: 6.25rem; } }
    .page-template-thank-you .section--thank-you .description {
      font-size: 1.375rem;
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-thank-you .section--thank-you .description {
          font-size: 2rem; } }
    .page-template-thank-you .section--thank-you .title + .description {
      margin-top: 15px; }
    .page-template-thank-you .section--thank-you .socials {
      position: relative;
      margin-top: 50px; }
      .page-template-thank-you .section--thank-you .socials:hover .social-wrapper {
        pointer-events: auto; }
      .page-template-thank-you .section--thank-you .socials:hover .social-list {
        opacity: 1; }
      .page-template-thank-you .section--thank-you .socials:hover .social-item {
        -webkit-transform: scale(1);
                transform: scale(1); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(0) {
          transition-delay: calc((0 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(1) {
          transition-delay: calc((1 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(2) {
          transition-delay: calc((2 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(3) {
          transition-delay: calc((3 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(4) {
          transition-delay: calc((4 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(5) {
          transition-delay: calc((5 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(6) {
          transition-delay: calc((6 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(7) {
          transition-delay: calc((7 - 1) * 0.2s + 0.2s); }
        .page-template-thank-you .section--thank-you .socials:hover .social-item:nth-child(8) {
          transition-delay: calc((8 - 1) * 0.2s + 0.2s); }
    .page-template-thank-you .section--thank-you .btn-sharer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-template-thank-you .section--thank-you .btn-sharer .icon {
        max-width: 50px; }
      .page-template-thank-you .section--thank-you .btn-sharer .text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; }
    .page-template-thank-you .section--thank-you .social-wrapper {
      position: absolute;
      top: 100%;
      left: 0;
      padding-top: 20px;
      pointer-events: none; }
    .page-template-thank-you .section--thank-you .social-list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      background-color: #f8ebda;
      border-radius: 50px;
      opacity: 0;
      transition: opacity 0.2s; }
    .page-template-thank-you .section--thank-you .social-item {
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .page-template-thank-you .section--thank-you .social-item:not(:first-of-type) {
        margin-left: 8px; }
    .page-template-thank-you .section--thank-you .social-link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .page-template-thank-you .section--thank-you .social-icon {
      max-width: 50px; }
    .page-template-thank-you .section--thank-you .social-text {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    .page-template-thank-you .section--thank-you .link {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 45px;
      color: #f8ebda;
      font-size: 1rem;
      font-weight: 700; }
      .page-template-thank-you .section--thank-you .link .icon-external-link {
        display: inline-block;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: 12px;
        margin-top: -4px;
        width: 26px; }
        .page-template-thank-you .section--thank-you .link .icon-external-link path {
          fill: #f8ebda; }
    .page-template-thank-you .section--thank-you .columns--donation {
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 1035px) {
        .page-template-thank-you .section--thank-you .columns--donation {
          padding-top: 5vh; } }
    .page-template-thank-you .section--thank-you .marvin-container {
      max-width: 38%;
      /* Medium Devices, Desktops */
      /* Medium Devices, Desktops */ }
      @media only screen and (min-width: 701px) {
        .page-template-thank-you .section--thank-you .marvin-container {
          position: absolute;
          top: calc(calc((25px * 2) + 93px) / 2 * -1);
          right: 20px;
          height: 100%; } }
      @media only screen and (max-width: 700px) {
        .page-template-thank-you .section--thank-you .marvin-container {
          margin: 50px auto 0; } }
    .page-template-thank-you .section--thank-you .marvin-image {
      max-height: 100%; }
  .page-template-thank-you .section--bg-turquoise {
    background-color: #1AAA9D; }
