@charset "UTF-8";
/*!
Theme Name: GEN Theme
Author: we are boq
Author URI: http://weareboq.com
Description: Custom theme for the GEN website
Version: 1.0
Text Domain: gen-theme
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --white: #FFFFFF;
  --black: #000000;
  --gray0: #F8FAF8;
  --gray1: #f2f4f2;
  --gray2: #DCDCDC;
  --gray3: #C2C2C2;
  --gray4: #A8A8A8;
  --gray5: #666666;
  --dark-green-link: #171914;
  --green-link: #4a8200;
  --green-link-h: #5ea600;
  --green-bg: #3b6900;
  --darkbg-link-h: #abe361;
  --darkbg-inputs: #305400;
  --filtersbar-bg: #305400;
  --option-bg: #274500;
  --green-link-darken: #3b6900;
  --green-light: #CADB6B;
  --faded-white: rgba(255,255,255,.3);
  --faded-white-2: rgba(255,255,255,.7);
  --faded-green-3: rgba(108,138,100,.2);
  --faded-black: rgba(0,0,0,.05);
  --deselectbg: rgba(48, 84, 0, 0.75);
  --highlightbox-bg: rgba(0,0,0,.55);
  --highlightbox-border: #FFFFFF;
  --heronav-bg: rgba(0,0,0,.075);
  --herocontrol-bg: rgba(0,0,0,.2);
  --menushadow: 0 0 8px 0 rgba(0,0,0,.075);
  --cardshadow: 0 0 12px 0 rgba(0,0,0,.05);
  --cardshadowhover: 0 0 8px 0 rgba(0,0,0,0.1);
  --themehover: 0 0 8px 0 rgba(0,0,0,0.2);
  --inputshadow: inset 0 0 8px 0 rgba(0,0,0,0.05);
  --highlightboxshadow: 0px 0px 120px 80px rgba(0,0,0,0.5);
  --transition: 200ms;
  --transitionhover: 50ms;
  --menuoutline: 1px solid var(--faded-green-3);
  --cardoutline: 1px solid var(--faded-green-3);
  --font-gen: "ITC", Arial, sans-serif;
  --font-text: "FIRA", Arial, sans-serif;
  --size-9l: 2.125rem;
  --size-8l: 2rem;
  --size-7l: 1.875rem;
  --size-6l: 1.75rem;
  --size-5l: 1.625rem;
  --size-4l: 1.5rem;
  --size-3l: 1.375rem;
  --size-2l: 1.25rem;
  --size-l: 1.125rem;
  --size-ml: 1.0625rem;
  --size-m: 1rem;
  --size-s: 0.9375rem;
  --size-2s: 0.875rem;
  --size-3s: 0.8125rem;
  --size-4s: 0.75rem;
  --height-text: 1.75rem;
  --height-title: 1em;
}

@font-face {
  font-family: "ITC";
  src: url("fonts/ITCAvantGardeStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC";
  src: url("fonts/ITCAvantGardeStd-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC";
  src: url("fonts/ITCAvantGardeStd-Md.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FIRA";
  src: url("fonts/FiraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FIRA";
  src: url("fonts/FiraSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "FIRA";
  src: url("fonts/FiraSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FIRA";
  src: url("fonts/FiraSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: var(--size-m);
  line-height: var(--height-text);
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-gen);
  font-weight: bold;
  line-height: var(--height-title);
}

h1 {
  font-size: var(--size-9l);
  line-height: var(--height-title);
  margin-bottom: var(--size-9l);
}

h2 {
  font-size: var(--size-8l);
  line-height: var(--height-title);
  margin-top: 5rem;
  margin-bottom: var(--size-8l);
}

h3 {
  font-size: var(--size-3l);
  line-height: var(--height-title);
  margin-top: 2rem;
  margin-bottom: var(--size-l);
}

h4 {
  font-size: var(--size-l);
  line-height: var(--height-title);
  margin-top: 2rem;
  margin-bottom: var(--size-l);
}

p {
  margin: 0 0 1.5rem;
}

.button,
.link {
  font-family: var(--font-gen);
  font-weight: normal;
}

a {
  color: var(--green-link);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--green-link-h);
}

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

html {
  height: 100%;
  width: 100%;
}

body {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

#main-content {
  min-height: 50vh;
}

.max-with-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .max-with-wrap {
    padding: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .max-with-wrap {
    padding: 2.5rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.turbolinks-progress-bar {
  height: 3px;
  background-color: var(--darkbg-link-h);
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-only-toggleable .toggleable-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-only-toggleable.expanded .toggleable-content {
    display: grid;
  }
}

.button,
[type=submit],
[type=button] {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid var(--green-link);
  text-align: center;
  text-decoration: none;
  height: 2.75rem;
  line-height: 1em;
  box-shadow: var(--cardshadow);
  background: var(--green-link);
  color: var(--white);
}
.button svg,
[type=submit] svg,
[type=button] svg {
  fill: var(--white);
}
.button .content,
[type=submit] .content,
[type=button] .content {
  line-height: 0.875rem;
  font-size: 0.875rem;
}
.button.righticon svg,
[type=submit].righticon svg,
[type=button].righticon svg {
  margin: 0 0 -0.05em 0.4em;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.button.lefticon svg,
[type=submit].lefticon svg,
[type=button].lefticon svg {
  margin: 0 0.4em -0.05em 0;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.button.disabled,
[type=submit].disabled,
[type=button].disabled {
  border: 1px solid var(--darkbg-inputs);
  background: var(--darkbg-inputs);
}
.button.spinner svg,
[type=submit].spinner svg,
[type=button].spinner svg {
  margin: -0.2em 0 -0.35em 0.4em;
  width: 1.5em;
  height: 1.5em;
  animation: spinner 3s linear infinite;
}
.button:not(.disabled):hover, .button:not(.disabled):focus,
[type=submit]:not(.disabled):hover,
[type=submit]:not(.disabled):focus,
[type=button]:not(.disabled):hover,
[type=button]:not(.disabled):focus {
  text-decoration: none;
  box-shadow: var(--cardshadowhover);
  border-color: var(--green-link-h);
  background: var(--green-link-h);
  color: var(--white);
  cursor: pointer;
}
.button:not(.disabled):hover svg, .button:not(.disabled):focus svg,
[type=submit]:not(.disabled):hover svg,
[type=submit]:not(.disabled):focus svg,
[type=button]:not(.disabled):hover svg,
[type=button]:not(.disabled):focus svg {
  fill: var(--white);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body > footer .button {
  border-color: var(--green-link);
  background: var(--green-link);
  color: var(--white);
}
body > footer .button:hover, body > footer .button:focus {
  border-color: var(--green-link-h);
  background: var(--green-link-h);
}

.link {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  line-height: 1em;
  color: var(--green-link);
}
.link .content {
  line-height: 1rem;
  font-size: 1rem;
}
.link.small-link .content {
  line-height: var(--size-2s);
  font-size: var(--size-2s);
}
.link.righticon svg {
  margin: 0 0 -0.05em 0.4em;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: var(--green-link);
}
.link.lefticon svg {
  margin: 0 0.4em -0.05em 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: var(--green-link);
}
.link:hover, .link:focus {
  color: var(--green-link-h);
}
.link:hover svg, .link:focus svg {
  fill: var(--green-link-h);
}

[type=text],
[type=email],
[type=tel],
[type=number] {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  text-decoration: none;
  height: 2.75rem;
  box-shadow: var(--cardshadow);
  color: var(--black);
}

textarea {
  display: inline-block;
  padding: 1.25rem 1.5rem;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0.1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  text-decoration: none;
  height: 2.75rem;
  box-shadow: var(--cardshadow);
  color: var(--black);
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=checkbox],
.checkbox-wrap .nf-field-element li input[type=checkbox],
.list-checkbox-wrap .nf-field-element li input[type=checkbox],
[type=radio],
.list-radio-wrap .nf-field-element li input[type=radio] {
  position: absolute;
  width: 1px !important;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[type=checkbox] + label,
.nf-form-cont .checkbox-wrap .nf-field-label label,
.list-checkbox-wrap .nf-field-element li [type=checkbox] + label,
[type=radio] + label,
.list-radio-wrap .nf-field-element li [type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 2.25rem;
  margin-left: 0;
  cursor: pointer;
}

[type=checkbox] + label:before,
.nf-form-cont .checkbox-wrap .nf-field-label label:before {
  height: 1.75rem;
  width: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  left: 0px;
  top: 0px;
  color: var(--black);
  box-shadow: var(--cardshadow);
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 0.25rem;
}

[type=checkbox] + label:after,
.nf-form-cont .checkbox-wrap .nf-field-label label:after {
  height: 0.6rem;
  width: 1.1rem;
  border-left: 3px solid var(--green-link);
  border-bottom: 3px solid var(--green-link);
  transform: rotate(-45deg);
  left: 0.35rem;
  top: 0.4rem;
  border-color: var(--green-link);
  content: none;
  position: absolute;
  display: inline-block;
}

[type=checkbox] + label.nf-checked-label:after,
.nf-form-cont .checkbox-wrap .nf-field-label label.nf-checked-label:after {
  content: "";
}

[type=checkbox] + label.nf-checked-label:hover:after,
.nf-form-cont .checkbox-wrap .nf-field-label label.nf-checked-label:hover:after {
  border-color: var(--green-link-h);
}

[type=radio] + label:before {
  height: 1.75rem;
  width: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  left: 0px;
  top: 0px;
  color: var(--black);
  box-shadow: var(--cardshadow);
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 1rem;
}

[type=radio] + label:after {
  height: 0.75rem;
  width: 0.75rem;
  background: var(--green-link);
  left: 0.5rem;
  top: 0.5rem;
  content: none;
  position: absolute;
  display: inline-block;
  border-radius: 0.5rem;
}

[type=checkbox] + label:hover,
[type=radio] + label:hover,
.nf-form-cont .checkbox-wrap .nf-field-label label:hover {
  color: var(--green-link-h);
}

[type=checkbox] + label:hover:before,
[type=radio] + label:hover:before,
.nf-form-cont .checkbox-wrap .nf-field-label label:hover:before {
  border-color: var(--green-link-h);
}

[type=radio] + label.nf-checked-label:after {
  content: "";
}

[type=radio] + label.nf-checked-label:hover:after {
  background: var(--green-link-h);
}

.search-box {
  display: flex;
}
.search-box [type=text],
.search-box [type=email],
.search-box [type=tel],
.search-box [type=number] {
  margin-right: -2.75rem;
}
.search-box [type=submit] {
  padding: 0.7rem;
  width: 2.75rem;
  cursor: pointer;
}
.search-box [type=submit] svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.05rem 0 0 -0.15rem;
  display: block;
  content: "\e721";
}

.page-header [type=text],
.page-header [type=email],
.page-header [type=tel],
.page-header [type=number] {
  border: var(--darkbg-s);
  background: var(--darkbg-inputs);
  color: var(--white);
}
.page-header ::placeholder {
  color: var(--white);
  opacity: 1;
}

body > footer [type=text],
body > footer [type=email],
body > footer [type=tel],
body > footer [type=number] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: var(--white);
  color: var(--black);
  box-shadow: var(--cardshadow);
}
body > footer [type=submit] {
  border-color: transparent;
  background: transparent;
  color: var(--black);
  box-shadow: none;
}
body > footer [type=submit] svg {
  fill: var(--black);
}
body > footer [type=submit]:hover, body > footer [type=submit]:focus {
  border-color: var(--green-link-h);
  background: var(--green-link-h);
  color: var(--white);
}
body > footer [type=submit]:hover svg, body > footer [type=submit]:focus svg {
  fill: var(--white);
}
body > footer ::placeholder {
  color: var(--black);
  opacity: 1;
}

.form-box {
  margin-top: 4rem;
  background: var(--gray1);
  border: 1px solid var(--gray2);
  padding: 30px 20px;
}

.form-heading {
  margin: 0 0 2rem;
}

.form-columns {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 20px;
  align-items: flex-end;
}
@media (min-width: 620px) {
  .form-columns {
    grid-column-gap: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .form-columns {
    grid-column-gap: 2.5rem;
  }
}

.form-3-columns {
  grid-template-columns: 1fr;
}
@media (min-width: 620px) {
  .form-3-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .form-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 2/span 3;
  }
}

.form-column-item {
  max-width: calc(100% + 0.5rem);
  width: calc(100% + 0.5rem);
  margin: 0 -4px;
}
.form-column-item label {
  font-size: var(--size-m);
  line-height: var(--size-m);
  margin: 0 0.25rem 0.5rem;
  display: block;
  font-weight: 700;
}
.form-column-item > :not(label):first-child {
  margin-top: 1.375rem;
}

#subscribe-form .form-column-item label {
  font-weight: 400;
}

.form-columns [type=submit],
.form-columns [type=button],
.form-columns [type=text],
.form-columns [type=email],
.form-columns select {
  display: block;
  width: 100%;
  max-width: 100%;
}

.form-box input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: var(--white);
  color: var(--black);
  box-shadow: var(--cardshadow);
}

.subscribe-form ::placeholder {
  color: transparent;
  opacity: 0;
  display: none;
}

.content-col > .nf-form-cont {
  margin-top: 5rem;
}

.content-col > h2 + .ninja-forms-noscript-message + .nf-form-cont,
.content-col > h3 + .ninja-forms-noscript-message + .nf-form-cont,
.content-col > h4 + .ninja-forms-noscript-message + .nf-form-cont,
.content-col > .nf-form-cont:first-child {
  margin-top: 0;
}

.nf-form-cont nf-field {
  margin: 0 -0.25rem;
  width: calc(100% + 0.5rem);
  display: block;
}
.nf-form-cont .nf-before-form-content {
  margin-bottom: 3rem;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 2rem;
}
.nf-form-cont .nf-field-label,
.nf-form-cont .nf-field-description,
.nf-form-cont .checkbox-wrap .nf-field-element,
.nf-form-cont .list-checkbox-wrap .nf-field-element,
.nf-form-cont .list-radio-wrap .nf-field-element,
.nf-form-cont .listimage-wrap .nf-field-element {
  margin: 0 0.25rem;
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li,
.nf-form-cont .list-image-wrap .nf-field-element li,
.nf-form-cont .list-radio-wrap .nf-field-element li {
  margin: 0 0 0.75rem !important;
}
.nf-form-cont .listimage-wrap label:before,
.nf-form-cont .listimage-wrap label:after {
  content: none;
}
.nf-form-cont .listimage-wrap .nf-field-element > ul {
  margin: 0;
  padding: 0;
}
.nf-form-cont .listimage-wrap li label {
  padding: 0.75rem;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: var(--cardshadow);
  text-align: center;
}
.nf-form-cont .listimage-wrap li label.nf-checked-label {
  border: 1px solid var(--green-link);
  color: var(--green-link);
  transition: none;
}
.nf-form-cont .listimage-wrap li label:hover,
.nf-form-cont .listimage-wrap li label.nf-checked-label:hover,
.nf-form-cont .listimage-wrap li label:focus,
.nf-form-cont .listimage-wrap li label.nf-checked-label:focus {
  border: 1px solid var(--green-link-h);
  color: var(--green-link-h);
}
.nf-form-cont .listimage-wrap li label img {
  margin: 0.5rem auto 0;
  display: block;
}
.nf-form-cont .label-right .checkbox-wrap .nf-field-label {
  padding: 0;
  order: unset;
}
.nf-form-cont .field-wrap:not(.checkbox-wrap) .nf-field-label label {
  font-weight: 700;
  font-size: var(--size-m);
  line-height: var(--size-m);
  margin: 0 0 0.5rem;
  padding: 0;
}
.nf-form-cont .nf-field-description p:last-child {
  margin: 0 0 1.5rem;
}
.nf-form-cont hr {
  border: none;
  border-top: 1px solid var(--gray1);
  margin: 1.25rem 0 2rem;
}
.nf-form-cont .nf-response-msg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 3rem;
  background: var(--gray0);
  border: 1px solid var(--faded-black);
  padding: 20px;
}
.nf-form-cont .nf-response-msg p {
  margin: 0;
  font-size: var(--size-l);
}
.nf-form-cont .nf-response-msg p:first-child {
  font-weight: bold;
  font-size: var(--size-2l);
}

.skip-link {
  padding: 0.25rem calc(1rem + 3vw);
  position: absolute;
  top: -110rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--white);
  z-index: 100;
  text-decoration: none;
  background: var(--green-link);
}
.skip-link:focus {
  top: 0;
  background: var(--green-link-h);
  color: var(--white);
}

.admin-bar .skip-link:focus {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .skip-link:focus {
    top: 46px;
  }
}

#top-header {
  font-family: var(--font-gen);
  font-weight: 400;
  background: var(--white);
}
#top-header li {
  list-style: none;
}

.toggleable-switch {
  border: none;
  background: none;
  padding: 1.25em 20px;
  color: var(--green-link);
  font-family: var(--font-gen);
  font-weight: bold;
  font-size: var(--size-m);
  line-height: var(--height-title);
  cursor: pointer;
}
.toggleable-switch svg {
  fill: var(--green-link);
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  margin: 0 0 -0.1em 0.15em;
  transition: transform 50ms;
}
@media (min-width: 768px) {
  .toggleable-switch {
    display: none;
  }
}
.toggleable-switch:hover, .toggleable-switch:focus {
  color: var(--green-link-h);
}
.toggleable-switch:hover svg, .toggleable-switch:focus svg {
  fill: var(--green-link-h);
}

.menu-expanded .toggleable-switch svg {
  transform: scaleY(-1);
}

#fixed-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--white);
  box-shadow: var(--menushadow);
  outline: var(--menuoutline);
  margin-top: -60px;
  transition: margin 200ms;
  z-index: 19;
}
#fixed-menu .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: flex-end;
}

.admin-bar #fixed-menu {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar #fixed-menu {
    top: 32px;
  }
}

.return-to-top {
  border: none;
  background: none;
  padding: 1.25em 0 1.25em 20px;
  color: var(--green-link);
  font-family: var(--font-gen);
  font-weight: bold;
  font-size: var(--size-m);
  line-height: var(--height-title);
  cursor: pointer;
}
.return-to-top svg {
  fill: var(--green-link);
  width: 0.9em;
  height: 0.9em;
  transform: rotate(-90deg);
  display: inline-block;
  margin: 0 0 -0.1em 0.15em;
}
.return-to-top:hover, .return-to-top:focus {
  color: var(--green-link-h);
}
.return-to-top:hover svg, .return-to-top:focus svg {
  fill: var(--green-link-h);
}

.fixed-menu #fixed-menu {
  display: block;
}

.fixed-menu.fixed-menu-fixed #fixed-menu {
  margin-top: 0;
}

#top-navs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #top-navs {
    display: block;
  }
}

#top-navs-content {
  display: none;
  border-top: 1px solid var(--faded-black);
  background: var(--gray0);
  max-height: 0;
  transition: max-height 200ms;
  overflow: hidden;
  width: 100%;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  #top-navs-content {
    padding-bottom: 0;
    max-height: unset;
    border: none;
    background: none;
    display: block;
  }
}

@media (max-width: 767px) {
  #top-navs.expanding #top-navs-content {
    display: grid;
    grid-auto-flow: row;
  }
  #top-navs.expanding #top-navs-content #lang-nav {
    grid-row: 2;
  }
  #top-navs.expanding #top-navs-content #lang-nav .lang-nav {
    border-top: 1px solid var(--gray2);
    padding: 0.75rem 0 0;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #top-navs.expanded #top-navs-content {
    max-height: 2000px;
  }
}

#logo .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

#logo,
#logo .site-title,
#logo .site-title a {
  display: block;
  margin: 0;
}

#logo .site-title {
  position: relative;
}

#logo .site-title img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 60px;
  margin: -2px 0;
}
@media (min-width: 768px) {
  #logo .site-title img {
    top: 0.15rem;
    height: 99px;
  }
}
@media (min-width: 1024px) {
  #logo .site-title img {
    top: 7px;
    height: 94px;
  }
}
@media (min-width: 1124px) {
  #logo .site-title img {
    top: 0;
    height: 104px;
  }
}

.fixed-menu #logo {
  position: fixed;
  width: 100%;
  z-index: 20;
  margin-top: -56px;
}
.fixed-menu #logo .site-title img {
  height: 60px;
  top: 0;
}

.fixed-menu.fixed-menu-fixed #logo {
  margin-top: 0;
  transition: margin 200ms;
}

#lang-nav {
  min-height: 35.75px;
}
@media (max-width: 767px) {
  #lang-nav {
    min-height: unset;
  }
}
#lang-nav .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
@media (min-width: 768px) {
  #lang-nav .max-with-wrap {
    justify-content: flex-end;
  }
}

.lang-nav {
  display: flex;
  justify-content: flex-end;
  font-size: var(--size-s);
  line-height: var(--height-title);
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .lang-nav {
    font-size: var(--size-3s);
  }
}

.lang-nav li + li {
  margin-left: 1rem;
}

.lang-nav a {
  padding: 0.9em 0 0.85em;
  display: block;
}

#site-nav {
  font-size: var(--size-2s);
}
#site-nav .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-column-gap: 1.875rem;
  margin: 0 auto;
  align-items: start;
  justify-items: start;
  grid-row-gap: 20px;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 768px) {
  #site-nav {
    margin: 4.75em 0 0;
    border-top: 1px solid var(--gray0);
  }
}
@media (min-width: 1024px) {
  #site-nav {
    border-top: none;
    margin-top: 0.25rem;
  }
}

#primary-menu {
  width: 100%;
  position: relative;
  display: block;
  margin: 1rem 0 0;
  padding: 0;
  grid-column: 1/span 4;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.35em;
}
@media (min-width: 768px) {
  #primary-menu {
    display: flex;
    font-size: 1.15em;
    margin: 0;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  #primary-menu {
    grid-column: 2/span 3;
  }
}
@media (min-width: 1280px) {
  #primary-menu {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  :lang(fr-FR) #primary-menu {
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  :lang(fr-FR) #primary-menu {
    justify-content: flex-start;
  }
}

#primary-menu .menu-item-has-children > a {
  padding: 26px 0 12px;
}
@media (min-width: 768px) {
  #primary-menu .menu-item-has-children > a {
    padding: 24px 0 19px;
  }
}

#primary-menu > li:not(.menu-item-has-children) > a {
  padding: 26px 0 30px;
}
@media (min-width: 768px) {
  #primary-menu > li:not(.menu-item-has-children) > a {
    padding: 24px 0 19px;
  }
}

#primary-menu a {
  padding: 26px 0 10px;
  display: block;
  line-height: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  #primary-menu a {
    padding: 24px 0 19px;
  }
}

#primary-menu > .menu-item {
  padding-bottom: 0;
}
@media (min-width: 756px) {
  #primary-menu > .menu-item {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #primary-menu > .menu-item {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  #primary-menu > .menu-item-has-children.current_page_item, #primary-menu > .menu-item-has-children.current-menu-item, #primary-menu > .menu-item-has-children.current_page_ancestor, #primary-menu > .menu-item-has-children.current-menu-ancestor {
    padding-bottom: 58px;
  }
}

.sub-menu {
  padding: 0;
  margin: 2px 0 24px;
}
@media (min-width: 768px) {
  .sub-menu {
    margin: 0;
    display: none;
  }
}

#primary-menu .sub-menu a {
  padding: 8px 0 6px;
  line-height: var(--height-title);
}
@media (min-width: 768px) {
  #primary-menu .sub-menu a {
    padding: 1.45rem 0 1.35rem;
    height: 58px;
  }
}

#primary-menu .sub-menu > .current-menu-item > a,
#primary-menu .sub-menu > .current-menu-ancestor > a {
  position: relative;
}
@media (min-width: 768px) {
  #primary-menu .sub-menu > .current-menu-item > a:before,
#primary-menu .sub-menu > .current-menu-ancestor > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0px;
    z-index: 10;
    background: var(--green-bg);
  }
}

.sub-menu .menu-item {
  font-weight: 400;
  font-size: 0.85em;
  margin-left: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .sub-menu .menu-item {
    margin-left: 0;
    font-size: 0.95em;
  }
}

@media (min-width: 768px) {
  #primary-menu > .current_page_item .sub-menu, #primary-menu > .current-menu-item .sub-menu, #primary-menu > .current_page_ancestor .sub-menu, #primary-menu > .current-menu-ancestor .sub-menu {
    display: flex;
    position: absolute;
    left: -1500px;
    padding: 0 1500px;
    top: 3.75rem;
    width: calc(100% + 3000px);
  }
}

@media (min-width: 768px) {
  :lang(en-US) #site-nav li + li {
    margin-left: 2.4vw;
  }
}
@media (min-width: 768px) {
  :lang(en-US) #site-nav .sub-menu li + li {
    margin-left: 2.4vw;
  }
}

@media (min-width: 1260px) {
  :lang(fr-FR) #site-nav li + li {
    margin-left: 2.4vw;
  }
}
@media (min-width: 768px) {
  :lang(fr-FR) #site-nav .sub-menu li + li {
    margin-left: 2.4vw;
  }
}

#primary-menu > li + li {
  border-top: 1px solid #E7E8E7;
}
@media (min-width: 768px) {
  #primary-menu > li + li {
    border: none;
  }
}

.menu-item.current-menu-ancestor > a,
.menu-item.current-menu-item > a,
.lang-item.current-lang > a {
  color: var(--black);
}

@media (min-width: 768px) {
  .menu-item.current-menu-ancestor > a {
    color: var(--black);
  }
}

@media (min-width: 768px) {
  #primary-menu > .current-menu-item > a,
#primary-menu > .current-menu-ancestor > a {
    position: relative;
  }
  #primary-menu > .current-menu-item > a:before,
#primary-menu > .current-menu-ancestor > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0px;
    z-index: 10;
    background: var(--green-bg);
  }
}

@media (min-width: 768px) {
  #primary-menu > .menu-item-has-children.current-menu-item > a, #primary-menu > .menu-item-has-children.current-menu-ancestor > a {
    position: relative;
  }
  #primary-menu > .menu-item-has-children.current-menu-item > a:after, #primary-menu > .menu-item-has-children.current-menu-ancestor > a:after {
    content: "";
    position: absolute;
    width: 10000%;
    height: 61px;
    left: -5000%;
    bottom: -61px;
    z-index: 0;
    box-shadow: inset 0 12px 18px -12px rgba(0, 0, 0, 0.025);
    background: var(--gray0);
    border-top: 1px solid var(--faded-black);
  }
}

@media (min-width: 768px) {
  :lang(fr-FR) #primary-menu > li > a {
    font-size: calc(1.325vw + 0.25em);
  }
  :lang(fr-FR) #primary-menu > li > .sub-menu a {
    font-size: 1.685vw;
  }
}
@media (min-width: 898px) {
  :lang(fr-FR) #primary-menu > li > a {
    font-size: 1em;
  }
  :lang(fr-FR) #primary-menu > li > .sub-menu a {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  :lang(fr-FR) #primary-menu > li > a {
    font-size: calc(0.95vw + 0.25em);
  }
  :lang(fr-FR) #primary-menu > li > .sub-menu a {
    font-size: 1.235vw;
  }
}
@media (min-width: 1224px) {
  :lang(fr-FR) #primary-menu > li > a {
    font-size: 1em;
  }
  :lang(fr-FR) #primary-menu > li > .sub-menu a {
    font-size: 1em;
  }
}

body > footer {
  background: var(--gray0);
  border-top: 1px solid var(--faded-black);
}
body > footer .max-with-wrap {
  display: grid;
  margin: 0 auto;
  align-items: start;
  grid-template-columns: 1fr;
  justify-items: start;
  grid-column-gap: 1.25rem;
  grid-row-gap: 40px;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
body > footer .max-with-wrap > * {
  width: 100%;
}
@media (min-width: 580px) {
  body > footer .max-with-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  body > footer .max-with-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body > footer .max-with-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1.875rem;
  }
}
@media (min-width: 1280px) {
  body > footer .max-with-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.5rem;
  }
}
@media (min-width: 580px) {
  body > footer .search,
body > footer .credits {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  body > footer .search,
body > footer .credits {
    grid-column: span 3;
  }
}
body > footer .terms {
  margin-top: 2rem;
  font-size: var(--size-3s);
}
@media (min-width: 580px) {
  body > footer .terms {
    margin-top: 0;
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  body > footer .terms {
    grid-column: span 4;
  }
}
body > footer ul {
  padding: 0;
  margin: 0;
}
body > footer li {
  list-style: none;
}
body > footer a {
  color: var(--green-bg);
}
body > footer a:hover, body > footer a:focus {
  color: var(--green-link-h);
}
body > footer h2 {
  font-family: var(--font-gen);
  font-weight: 400;
  margin: 1rem 0 1.5rem;
  font-size: var(--size-2s);
  line-height: var(--height-title);
  display: block;
  width: 100%;
}
body > footer .button {
  width: 100%;
}
body > footer .social li {
  margin: 0.25rem 0 0.5rem;
}
body > footer .social a {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
}
body > footer .social a span {
  padding-left: 1.75rem;
  display: block;
  font-family: var(--font-gen);
}
body > footer .social a svg {
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  fill: var(--green-bg);
}
body > footer .social a:hover svg, body > footer .social a:focus svg {
  fill: var(--green-link-h);
}
body > footer .search-box {
  width: 100%;
}
@media (max-width: 767px) {
  body > footer .search-box {
    grid-column: 1/span 3;
  }
}
@media (min-width: 768px) {
  body > footer .search-box {
    grid-column: 2/span 3;
  }
}
body > footer .search-box > label {
  width: 100%;
}
body > footer .search-box > label [type=text] {
  width: calc(100% + 2.75rem);
}
@media (min-width: 580px) {
  body > footer .credits {
    margin-top: 2rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body > footer .credits {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
body > footer .unep {
  width: 200px;
  padding: 0 20px 0 0;
}
body > footer .unep h2 {
  margin-bottom: 2px;
}
body > footer .unep a {
  display: block;
}
body > footer .unep img {
  max-width: 100px;
  display: block;
}
body > footer .swiss {
  width: 300px;
  padding: 0 20px 0 0;
}
body > footer .swiss h2 {
  margin-bottom: -4px;
}
body > footer .swiss a {
  display: block;
}
body > footer .swiss img {
  max-width: 280px;
  margin-top: 30px;
  display: block;
}

.page-header {
  background: var(--green-bg);
  color: var(--white);
}

.page-header .max-with-wrap {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .page-header .max-with-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .page-header .max-with-wrap {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

.single .page-header .max-with-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .single .page-header .max-with-wrap {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .single .page-header .max-with-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

.page-header .node-top-label {
  font-size: var(--size-s);
  line-height: 1.2em;
  color: var(--white);
  margin: 0 0 0.25rem;
}
@media (min-width: 768px) {
  .page-header .node-top-label {
    font-size: var(--size-m);
  }
}
.page-header .node-top-label span + span {
  margin-left: 0.4rem;
}
.page-header .node-top-label span + span:before {
  content: "|";
  margin-right: 0.4rem;
  font-weight: normal;
}

.page-header h1,
.page-header .subtitle {
  display: block;
  line-height: 1.2em;
}

.page-header h1 {
  font-size: var(--size-6l);
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: var(--size-9l);
  }
}
.page-header h1 .org {
  font-weight: normal;
}

.page-header .subtitle {
  font-size: var(--size-3l);
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-header .subtitle {
    font-size: var(--size-5l);
  }
}

.sub-header {
  background: var(--gray1);
  padding-top: 1.825rem;
  min-height: 5.5rem;
  border-bottom: 1px solid var(--faded-black);
  display: block;
}
@media (min-width: 640px) {
  .sub-header {
    background: var(--gray0);
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sub-header:after {
  content: "";
  clear: both;
  display: table;
}

.sub-header .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.sub-header .max-with-wrap:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .sub-header .max-with-wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .sub-header .max-with-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.sub-header .intro {
  padding: 0 0 1rem;
  margin-left: 0;
  margin-bottom: -0.5rem;
  max-width: 800px;
  display: flex;
  align-items: center;
  grid-row: 1;
}
@media (min-width: 640px) {
  .sub-header .intro {
    min-height: 10rem;
    margin-left: calc(240px + 1.25rem);
    padding: 3rem 0 1.3rem;
  }
}
@media (min-width: 1024px) {
  .sub-header .intro {
    margin-left: calc((100% - 5.625rem) / 4 + 1.875rem);
  }
}
@media (min-width: 1280px) {
  .sub-header .intro {
    margin-left: calc((100% - 5.625rem) / 4 + 1.875rem);
  }
}
.sub-header .intro p {
  font-size: var(--size-l);
  line-height: 1.5em;
  font-style: italic;
}
@media (min-width: 640px) {
  .sub-header .intro p {
    font-size: var(--size-2l);
  }
}

.sub-header > .max-with-wrap > .labels {
  width: 100%;
  margin: 0 0 1.825rem;
  grid-row: 2;
}
@media (min-width: 640px) {
  .sub-header > .max-with-wrap > .labels {
    width: 240px;
    position: absolute;
    left: 1.25rem;
    top: 3rem;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sub-header > .max-with-wrap > .labels {
    top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .sub-header > .max-with-wrap > .labels {
    width: calc((100% - 5rem - 5.625rem) / 4 + 0.5rem);
    position: absolute;
    left: 1.875rem;
    top: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .sub-header > .max-with-wrap > .labels {
    width: calc((100% - 5rem - 5.625rem) / 4);
    left: 2.5rem;
    top: 4rem;
  }
}
.sub-header > .max-with-wrap > .labels .node-label-label {
  display: block;
  font-weight: normal;
  text-transform: none;
  margin: 0.5em 0 0.1em;
  font-size: var(--size-2s);
  line-height: 1.2em;
  font-weight: bold;
  display: block;
}
.sub-header > .max-with-wrap > .labels + .intro {
  min-height: unset;
}

.page-header-card {
  background: var(--white);
  border: 1px solid var(--gray2);
  width: 100%;
  margin: 0 0 1.825rem;
  grid-row: 2;
}
@media (min-width: 640px) {
  .page-header-card {
    width: 240px;
    position: absolute;
    left: 1.25rem;
    top: 2.75rem;
    margin: 0;
    box-shadow: var(--cardshadow);
  }
}
@media (min-width: 1024px) {
  .page-header-card {
    width: calc((100% - 5rem - 5.625rem) / 4 + 0.5rem);
    position: absolute;
    left: 1.875rem;
    top: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .page-header-card {
    width: calc((100% - 5rem - 5.625rem) / 4);
    left: 2.5rem;
  }
}
.page-header-card figure {
  margin: 0;
  padding: 0;
  height: 0;
  position: relative;
  padding-top: 60%;
  display: block;
}
.page-header-card figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  margin: 0;
}
.page-header-card figure.expert_photo {
  padding-top: 100%;
}
.page-header-card > div {
  border-top: 1px solid var(--faded-black);
}
.page-header-card figure + div {
  border-top: 1px solid var(--gray2);
}
.page-header-card .labels,
.page-header-card .themes,
.page-header-card .info,
.page-header-card .link-to-content {
  padding: 1rem;
  background: var(--gray0);
}
.page-header-card .labels {
  width: 100%;
  margin: 0;
  color: var(--black);
  padding: 1rem;
}
.page-header-card .node-label {
  font-weight: 400;
  font-size: var(--size-m);
  line-height: 1.2em;
  color: var(--black);
  margin: 0;
}
.page-header-card .node-label + .node-label {
  margin: 0.25rem 0 0;
}
.page-header-card .node-date {
  font-family: var(--font-gen);
  text-transform: uppercase;
  font-size: var(--size-ml);
  line-height: 1.2em;
  font-weight: bold;
  color: var(--black);
  display: block;
  margin: 0.15em 0 0.75em;
}
@media (min-width: 1024px) {
  .page-header-card .node-date {
    font-size: var(--size-l);
  }
}
@media (min-width: 1280px) {
  .page-header-card .node-date {
    font-size: var(--size-2l);
  }
}
.page-header-card .node-label-label {
  display: block;
  font-weight: normal;
  text-transform: none;
  margin: 0.5em 0 0.1em;
  font-size: var(--size-2s);
  line-height: 1.2em;
  font-weight: bold;
  display: block;
}
.page-header-card .node-label:first-child .node-label-label {
  margin-top: 0;
}
.page-header-card .themes {
  width: 100%;
  padding: 1.25rem 1rem 1rem;
}
.page-header-card .node-theme {
  font-size: var(--size-2s);
  line-height: 1.2em;
  margin-top: -0.25em;
  margin-bottom: 0;
  margin-left: 1em;
}
@media (min-width: 1024px) {
  .page-header-card .node-theme {
    font-size: var(--size-s);
    line-height: 1.2em;
  }
}
.page-header-card .node-theme svg {
  fill: var(--black);
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  margin: 0 0.05em -0.3em -1.4em;
}
.page-header-card .node-theme a {
  color: var(--green-link);
  overflow: hidden;
  margin: 0.2em -2px -0.2em 0;
}
.page-header-card .node-theme a:hover, .page-header-card .node-theme a:focus {
  color: var(--green-link-h);
}
.page-header-card .node-theme a:hover svg, .page-header-card .node-theme a:focus svg {
  fill: var(--green-link-h);
}
.page-header-card .node-theme a:after {
  content: "|";
  color: var(--gray2);
  display: inline-block;
  margin: 0 0 0 0.1em;
}
.page-header-card .node-theme a:last-child:after {
  content: none;
}
.page-header-card .node-theme .divider {
  display: none;
}
.page-header-card .node-theme + .node-theme {
  margin-top: 0.25rem;
}
.page-header-card .info {
  line-height: 1.2em;
  font-size: var(--size-s);
}
.page-header-card .info strong {
  margin: 0.5rem 0 0;
  font-size: var(--size-2s);
  font-weight: bold;
  display: inline-block;
}
.page-header-card .info strong:first-child {
  margin-top: 0;
}
.page-header-card .info p {
  margin: 0 0 0.2em;
}
.page-header-card .info a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 8px);
  margin: 0 0 -0.25em;
}
.page-header-card .link-to-content {
  padding: 0.9rem;
}
.page-header-card .link-to-content .button {
  width: 100%;
}

@media (min-width: 640px) {
  .single-update .page-header-card {
    background: var(--gray0);
    min-height: calc(100% - 4.75rem);
  }
  .single-update .page-header-card .labels {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .single-update .page-header-card .themes {
    min-height: 6rem;
    padding: 1.5rem 1rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .single-update .page-header-card {
    min-height: calc(100% - 4.75rem);
  }
}
@media (min-width: 1024px) {
  .single-update .page-header-card .labels {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .single-update .page-header-card .themes {
    margin-top: -1rem;
    min-height: 6rem;
    padding: 1.5rem 1rem 1.5rem;
  }
}

.single-organization .page-header-card figure img,
.single-job .page-header-card figure img {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  object-fit: contain;
}

.tax-key_area .sub-header,
.tax-sdg .sub-header {
  background: var(--gray0);
  padding-top: 0;
}
.tax-key_area .sub-header .max-with-wrap,
.tax-sdg .sub-header .max-with-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .tax-key_area .sub-header .max-with-wrap,
.tax-sdg .sub-header .max-with-wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tax-key_area .sub-header svg,
.tax-key_area .sub-header img,
.tax-sdg .sub-header svg,
.tax-sdg .sub-header img {
  float: left;
}
@media (min-width: 590px) {
  .tax-key_area .sub-header svg,
.tax-key_area .sub-header img,
.tax-sdg .sub-header svg,
.tax-sdg .sub-header img {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tax-key_area .sub-header svg,
.tax-key_area .sub-header img,
.tax-sdg .sub-header svg,
.tax-sdg .sub-header img {
    left: 1.875rem;
    top: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .tax-key_area .sub-header svg,
.tax-key_area .sub-header img,
.tax-sdg .sub-header svg,
.tax-sdg .sub-header img {
    left: 2.5rem;
  }
}
.tax-key_area .sub-header svg,
.tax-sdg .sub-header svg {
  width: 6.5rem;
  height: 6.5rem;
  max-width: 18vw;
  max-height: 18vw;
  margin: 2rem 1.25rem 1.25rem 0;
}
@media (min-width: 590px) {
  .tax-key_area .sub-header svg,
.tax-sdg .sub-header svg {
    margin: 1rem 1.25rem 1.25rem 0;
  }
}
@media (min-width: 1024px) {
  .tax-key_area .sub-header svg,
.tax-sdg .sub-header svg {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .tax-key_area .sub-header svg,
.tax-sdg .sub-header svg {
    width: 8.5rem;
    height: 8.5rem;
    margin: 0;
  }
}
.tax-key_area .sub-header img,
.tax-sdg .sub-header img {
  width: 8.5rem;
  height: 8.5rem;
  max-width: 24vw;
  max-height: 24vw;
  margin: calc(2rem - 3.5vw) 0 -1vw -1.55rem;
}
@media (min-width: 590px) {
  .tax-key_area .sub-header img,
.tax-sdg .sub-header img {
    margin: 0 0 0 -1.75rem;
  }
}
@media (min-width: 1024px) {
  .tax-key_area .sub-header img,
.tax-sdg .sub-header img {
    width: 9.75rem;
    height: 9.75rem;
    margin: -1.1rem 0 0 -1.75rem;
  }
}
@media (min-width: 1280px) {
  .tax-key_area .sub-header img,
.tax-sdg .sub-header img {
    width: 11rem;
    height: 11rem;
    margin: -1.25rem 0 0 -2rem;
  }
}
.tax-key_area .sub-header + .highlights-list,
.tax-sdg .sub-header + .highlights-list {
  padding-top: 0;
}
.tax-key_area .sub-header + .highlights-list .max-with-wrap,
.tax-sdg .sub-header + .highlights-list .max-with-wrap {
  padding-top: 0;
}
.tax-key_area .sub-header + .highlights-list .with-seeall-link,
.tax-sdg .sub-header + .highlights-list .with-seeall-link {
  margin-bottom: 0;
}
.tax-key_area .sub-header + .highlights-list .with-seeall-link + .link,
.tax-sdg .sub-header + .highlights-list .with-seeall-link + .link {
  margin-bottom: var(--size-8l);
}
.tax-key_area .sub-header .intro,
.tax-sdg .sub-header .intro {
  padding: 2rem 0 1.3rem;
}
@media (max-width: 1023px) {
  .tax-key_area .sub-header .intro,
.tax-sdg .sub-header .intro {
    align-items: flex-start;
    margin-left: 7.75rem;
    min-height: 10.5rem;
  }
}
@media (max-width: 589px) {
  .tax-key_area .sub-header .intro,
.tax-sdg .sub-header .intro {
    margin-left: 0;
    display: block;
  }
}
@media (min-width: 1024px) {
  .tax-key_area .sub-header .intro,
.tax-sdg .sub-header .intro {
    min-height: 12.5rem;
  }
}
.tax-key_area .sub-header .intro p,
.tax-sdg .sub-header .intro p {
  font-size: var(--size-l);
  line-height: 1.5em;
  font-style: normal;
}

.nl-banner {
  margin: 0;
}
.nl-banner img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.single-newsletter .page-header .max-with-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .single-newsletter .page-header .max-with-wrap {
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .single-newsletter .page-header .max-with-wrap {
    padding-top: 2rem;
    padding-bottom: 1.25rem;
  }
}
.single-newsletter .with-seeall-link {
  margin-bottom: 0;
}
.single-newsletter .with-seeall-link + .link {
  margin-bottom: var(--size-8l);
}

#filters {
  background: var(--filtersbar-bg);
  color: var(--white);
  width: 100%;
  box-shadow: var(--menushadow);
  outline: var(--menuoutline);
  overflow: hidden;
}
#filters .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#filters .max-with-wrap > div {
  position: relative;
}
#filters .max-with-wrap > div::after {
  content: "";
  clear: both;
  display: table;
}

#filters-group {
  position: relative;
  width: 100%;
  position: relative;
  padding: 0.25rem 0 1rem;
}
@media (min-width: 768px) {
  #filters-group {
    width: calc(100% - 6rem);
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    grid-column-gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #filters-group {
    grid-column-gap: 1.875rem;
  }
}
@media (min-width: 1280px) {
  #filters-group {
    grid-column-gap: 2.5rem;
  }
}
#filters-group ul {
  margin: 0;
}
@media (min-width: 767px) {
  #filters-group ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
#filters-group li {
  list-style: none;
}

.toggle-filters {
  cursor: pointer;
  background: none;
  border: none;
  width: calc(100% - 6rem);
  height: 2.5rem;
  padding: 0.75rem 0 0;
  z-index: 1;
  display: block;
  color: var(--white);
  text-align: left;
  font-family: var(--font-gen);
  font-weight: bold;
  font-size: var(--size-m);
  line-height: var(--height-title);
  position: relative;
}
.toggle-filters svg {
  fill: var(--white);
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin: 0.5em 0 -0.15rem 0.25em;
  transition: transform transition;
}
@media (min-width: 768px) {
  .toggle-filters {
    height: 3.75rem;
    padding: 0;
    position: absolute;
  }
  .toggle-filters svg {
    display: none;
  }
}

.bar-expanded .toggle-filters svg {
  transform: scaleY(-1);
}

.options-container-heading {
  transition: padding transition;
  margin: 0;
  font-family: var(--font-gen);
  font-size: var(--size-m);
  line-height: var(--height-title);
  font-weight: bold;
  padding: 1rem 0 1rem;
  display: none;
}
.options-container-heading svg {
  fill: var(--white);
  display: inline-block;
}
.options-container-heading .filter-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.15em 0.25em -0.35rem -0.3rem;
}
.options-container-heading .drop-icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0.5em 0 -0.15rem 0.25em;
  display: none;
  transition: transform transition;
}
@media (min-width: 767px) {
  .options-container-heading {
    display: block;
  }
  .options-container-heading .drop-icon {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .toggle-filters:hover + #filters-group .options-container-heading,
.toggle-filters:focus + #filters-group .options-container-heading {
    color: var(--darkbg-link-h);
  }
  .toggle-filters:hover + #filters-group .options-container-heading svg,
.toggle-filters:focus + #filters-group .options-container-heading svg {
    fill: var(--darkbg-link-h);
  }
}

.filter {
  display: inline;
  min-width: 80px;
  max-width: 400px;
  transition: min-width transition;
}
@media (min-width: 768px) {
  .filter {
    display: block;
  }
}

.options-container {
  display: inline;
}
@media (min-width: 768px) {
  .options-container {
    display: block;
  }
}

.options {
  display: inline;
  padding: 0;
}
@media (min-width: 768px) {
  .options {
    margin-top: -0.5rem;
    display: block;
  }
}

.options > ul {
  padding: 0 0 0.25rem;
  margin: 0 -0.25rem;
  width: calc(100% + 0.5rem);
  display: inline;
}
@media (min-width: 768px) {
  .options > ul {
    display: block;
    padding-bottom: 0.75rem;
  }
}

.option-container {
  margin: 0 1rem 0.25rem 0;
  display: none;
}

.option-container.selected {
  display: inline;
}
@media (min-width: 768px) {
  .option-container.selected {
    display: block;
  }
}

.option {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-family: var(--font-gen);
  font-size: var(--size-2s);
  line-height: var(--height-title);
  color: var(--white);
  opacity: 0.75;
  display: inline-block;
}
.option:hover, .option:focus {
  color: var(--white);
  opacity: 1;
}
.option > span {
  white-space: nowrap;
}

.option-container.selected .option .option-remove {
  position: absolute;
  width: 3.5em;
  background: #396b00;
  background: linear-gradient(90deg, rgba(57, 107, 0, 0) 0%, rgba(57, 107, 0, 0.65) 60%, #396b00 70%, #396b00 100%);
  top: -0.5em;
  right: -0.25em;
  display: none;
}
.option-container.selected .option .option-remove svg {
  fill: var(--darkbg-link-h);
  width: 1.35em;
  height: 1.35em;
  margin: 0.25em;
  float: right;
}

.option-container.selected .option:hover,
.option-container.selected .option:focus {
  color: var(--darkbg-link-h);
}
.option-container.selected .option:hover .option-remove,
.option-container.selected .option:focus .option-remove {
  display: block;
}

.toggle-reset-filters {
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-gen);
  font-size: var(--size-2s);
  line-height: var(--height-title);
  font-weight: normal;
  text-align: left;
  transition: padding transition;
  color: var(--white);
  margin-bottom: 1rem;
  position: absolute;
  right: 0;
  top: 1.1rem;
}
@media (min-width: 767px) {
  .toggle-reset-filters {
    top: 1.5rem;
  }
}
.toggle-reset-filters svg {
  fill: var(--white);
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  margin: 0 0 -0.25rem 0.25rem;
  transition: transform transition;
}
.toggle-reset-filters:hover, .toggle-reset-filters:focus {
  color: var(--darkbg-link-h);
}
.toggle-reset-filters:hover svg, .toggle-reset-filters:focus svg {
  fill: var(--darkbg-link-h);
}

.filters-expanded .options {
  opacity: 0;
  transition: opacity transition;
}
@media (min-width: 768px) {
  .filters-expanded .options {
    margin: 0 -0.2rem;
  }
}
.filters-expanded#filters-group {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .filters-expanded#filters-group {
    padding-top: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .filters-expanded#filters-group ul {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .filters-expanded .filter {
    min-width: calc((100vw - 5rem - 74px) / 3 - 3px);
  }
}
@media (min-width: 1024px) {
  .filters-expanded .filter {
    min-width: calc((100vw - 7.5rem - 74px) / 3 - 3px);
  }
}
@media (min-width: 1280px) {
  .filters-expanded .filter {
    min-width: calc((100vw - 10rem - 74px) / 3 - 3px);
  }
}
@media (min-width: 1440px) {
  .filters-expanded .filter {
    min-width: calc((1360px - 5rem - 74px) / 3 - 3px);
  }
}
.filters-expanded .options {
  opacity: 1;
}
.filters-expanded .options > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-bottom: 1.5rem;
}
.filters-expanded .option-container {
  display: block;
  margin: 0 0.25rem 0.25rem 0;
}
.filters-expanded .options-container-heading {
  display: block;
}
.filters-expanded .options-container-heading .drop-icon {
  transform: scaleY(-1);
}
.filters-expanded .option {
  cursor: pointer;
  position: relative;
  padding: 0.7rem 0.75rem 0.5rem;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  font-family: var(--font-gen);
  font-size: var(--size-2s);
  line-height: var(--height-title);
  border: 1px solid var(--faded-white);
  position: relative;
  color: var(--white);
  opacity: 1;
}
.filters-expanded .option > span {
  white-space: initial;
}
.filters-expanded .option:not(.selected):hover,
.filters-expanded .option:not(.selected):focus,
.filters-expanded .option-container.selected .option,
.filters-expanded .option-container.selected .option:hover,
.filters-expanded .option-container.selected .option:focus {
  background-color: var(--green-link-h);
  border-color: var(--green-link-h);
}
.filters-expanded .option-container.selected .option .option-remove {
  position: absolute;
  width: 4em;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 20px;
  background: #68b900;
  background: linear-gradient(90deg, rgba(57, 107, 0, 0) 0%, rgba(104, 185, 0, 0.65) 60%, #68b900 70%, #68b900 100%);
}
.filters-expanded .option-container.selected .option .option-remove svg {
  width: 24px;
  height: 24px;
  margin: 4px;
  fill: var(--white);
}
.filters-expanded #sdg-option1 .option:not(.selected):hover,
.filters-expanded #sdg-option1 .option:not(.selected):focus,
.filters-expanded #sdg-option1.option-container.selected .option,
.filters-expanded #sdg-option1.option-container.selected .option:hover,
.filters-expanded #sdg-option1.option-container.selected .option:focus {
  background-color: #E5243B;
  border-color: #E5243B;
}
.filters-expanded #sdg-option1 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option1 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option1.option-container.selected .option .option-remove,
.filters-expanded #sdg-option1.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option1.option-container.selected .option:focus .option-remove {
  background: #E5243B;
  background: linear-gradient(90deg, rgba(229, 36, 59, 0) 0%, rgba(229, 36, 59, 0.65) 60%, #E5243B 70%, #E5243B 100%);
}
.filters-expanded #sdg-option2.option-container .option:hover,
.filters-expanded #sdg-option2.option-container .option:focus,
.filters-expanded #sdg-option6.option-container .option:hover,
.filters-expanded #sdg-option6.option-container .option:focus,
.filters-expanded #sdg-option7.option-container .option:hover,
.filters-expanded #sdg-option7.option-container .option:focus,
.filters-expanded #sdg-option11.option-container .option:hover,
.filters-expanded #sdg-option11.option-container .option:focus,
.filters-expanded #sdg-option15.option-container .option:hover,
.filters-expanded #sdg-option15.option-container .option:focus {
  color: black;
}
.filters-expanded #sdg-option2.option-container.selected .option,
.filters-expanded #sdg-option6.option-container.selected .option,
.filters-expanded #sdg-option7.option-container.selected .option,
.filters-expanded #sdg-option11.option-container.selected .option,
.filters-expanded #sdg-option15.option-container.selected .option {
  color: black;
}
.filters-expanded #sdg-option2 .option:not(.selected):hover,
.filters-expanded #sdg-option2 .option:not(.selected):focus,
.filters-expanded #sdg-option2.option-container.selected .option,
.filters-expanded #sdg-option2.option-container.selected .option:hover,
.filters-expanded #sdg-option2.option-container.selected .option:focus {
  background-color: #F5B431;
  border-color: #F5B431;
}
.filters-expanded #sdg-option2 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option2 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option2.option-container.selected .option .option-remove,
.filters-expanded #sdg-option2.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option2.option-container.selected .option:focus .option-remove {
  background: #F5B431;
  background: linear-gradient(90deg, rgba(245, 180, 49, 0) 0%, rgba(245, 180, 49, 0.65) 60%, #F5B431 70%, #F5B431 100%);
}
.filters-expanded #sdg-option3 .option:not(.selected):hover,
.filters-expanded #sdg-option3 .option:not(.selected):focus,
.filters-expanded #sdg-option3.option-container.selected .option,
.filters-expanded #sdg-option3.option-container.selected .option:hover,
.filters-expanded #sdg-option3.option-container.selected .option:focus {
  background-color: #57B441;
  border-color: #57B441;
}
.filters-expanded #sdg-option3 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option3 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option3.option-container.selected .option .option-remove,
.filters-expanded #sdg-option3.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option3.option-container.selected .option:focus .option-remove {
  background: #57B441;
  background: linear-gradient(90deg, rgba(87, 180, 65, 0) 0%, rgba(87, 180, 65, 0.65) 60%, #57B441 70%, #57B441 100%);
}
.filters-expanded #sdg-option4 .option:not(.selected):hover,
.filters-expanded #sdg-option4 .option:not(.selected):focus,
.filters-expanded #sdg-option4.option-container.selected .option,
.filters-expanded #sdg-option4.option-container.selected .option:hover,
.filters-expanded #sdg-option4.option-container.selected .option:focus {
  background-color: #C5192D;
  border-color: #C5192D;
}
.filters-expanded #sdg-option4 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option4 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option4.option-container.selected .option .option-remove,
.filters-expanded #sdg-option4.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option4.option-container.selected .option:focus .option-remove {
  background: #C5192D;
  background: linear-gradient(90deg, rgba(197, 25, 45, 0) 0%, rgba(197, 25, 45, 0.65) 60%, #C5192D 70%, #C5192D 100%);
}
.filters-expanded #sdg-option5 .option:not(.selected):hover,
.filters-expanded #sdg-option5 .option:not(.selected):focus,
.filters-expanded #sdg-option5.option-container.selected .option,
.filters-expanded #sdg-option5.option-container.selected .option:hover,
.filters-expanded #sdg-option5.option-container.selected .option:focus {
  background-color: #FF3A21;
  border-color: #FF3A21;
}
.filters-expanded #sdg-option5 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option5 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option5.option-container.selected .option .option-remove,
.filters-expanded #sdg-option5.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option5.option-container.selected .option:focus .option-remove {
  background: #FF3A21;
  background: linear-gradient(90deg, rgba(255, 58, 33, 0) 0%, rgba(255, 58, 33, 0.65) 60%, #FF3A21 70%, #FF3A21 100%);
}
.filters-expanded #sdg-option6 .option:not(.selected):hover,
.filters-expanded #sdg-option6 .option:not(.selected):focus,
.filters-expanded #sdg-option6.option-container.selected .option,
.filters-expanded #sdg-option6.option-container.selected .option:hover,
.filters-expanded #sdg-option6.option-container.selected .option:focus {
  background-color: #5DD8F6;
  border-color: #5DD8F6;
}
.filters-expanded #sdg-option6 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option6 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option6.option-container.selected .option .option-remove,
.filters-expanded #sdg-option6.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option6.option-container.selected .option:focus .option-remove {
  background: #5DD8F6;
  background: linear-gradient(90deg, rgba(93, 216, 246, 0) 0%, rgba(93, 216, 246, 0.65) 60%, #5DD8F6 70%, #5DD8F6 100%);
}
.filters-expanded #sdg-option7 .option:not(.selected):hover,
.filters-expanded #sdg-option7 .option:not(.selected):focus,
.filters-expanded #sdg-option7.option-container.selected .option,
.filters-expanded #sdg-option7.option-container.selected .option:hover,
.filters-expanded #sdg-option7.option-container.selected .option:focus {
  background-color: #FFCF0F;
  border-color: #FFCF0F;
}
.filters-expanded #sdg-option7 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option7 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option7.option-container.selected .option .option-remove,
.filters-expanded #sdg-option7.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option7.option-container.selected .option:focus .option-remove {
  background: #FFCF0F;
  background: linear-gradient(90deg, rgba(255, 207, 15, 0) 0%, rgba(255, 207, 15, 0.65) 60%, #FFCF0F 70%, #FFCF0F 100%);
}
.filters-expanded #sdg-option8 .option:not(.selected):hover,
.filters-expanded #sdg-option8 .option:not(.selected):focus,
.filters-expanded #sdg-option8.option-container.selected .option,
.filters-expanded #sdg-option8.option-container.selected .option:hover,
.filters-expanded #sdg-option8.option-container.selected .option:focus {
  background-color: #A21942;
  border-color: #A21942;
}
.filters-expanded #sdg-option8 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option8 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option8.option-container.selected .option .option-remove,
.filters-expanded #sdg-option8.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option8.option-container.selected .option:focus .option-remove {
  background: #A21942;
  background: linear-gradient(90deg, rgba(162, 25, 66, 0) 0%, rgba(162, 25, 66, 0.65) 60%, #A21942 70%, #A21942 100%);
}
.filters-expanded #sdg-option9 .option:not(.selected):hover,
.filters-expanded #sdg-option9 .option:not(.selected):focus,
.filters-expanded #sdg-option9.option-container.selected .option,
.filters-expanded #sdg-option9.option-container.selected .option:hover,
.filters-expanded #sdg-option9.option-container.selected .option:focus {
  background-color: #FD6925;
  border-color: #FD6925;
}
.filters-expanded #sdg-option9 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option9 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option9.option-container.selected .option .option-remove,
.filters-expanded #sdg-option9.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option9.option-container.selected .option:focus .option-remove {
  background: #FD6925;
  background: linear-gradient(90deg, rgba(253, 105, 37, 0) 0%, rgba(253, 105, 37, 0.65) 60%, #FD6925 70%, #FD6925 100%);
}
.filters-expanded #sdg-option10 .option:not(.selected):hover,
.filters-expanded #sdg-option10 .option:not(.selected):focus,
.filters-expanded #sdg-option10.option-container.selected .option,
.filters-expanded #sdg-option10.option-container.selected .option:hover,
.filters-expanded #sdg-option10.option-container.selected .option:focus {
  background-color: #DD1367;
  border-color: #DD1367;
}
.filters-expanded #sdg-option10 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option10 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option10.option-container.selected .option .option-remove,
.filters-expanded #sdg-option10.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option10.option-container.selected .option:focus .option-remove {
  background: #DD1367;
  background: linear-gradient(90deg, rgba(221, 19, 103, 0) 0%, rgba(221, 19, 103, 0.65) 60%, #DD1367 70%, #DD1367 100%);
}
.filters-expanded #sdg-option11 .option:not(.selected):hover,
.filters-expanded #sdg-option11 .option:not(.selected):focus,
.filters-expanded #sdg-option11.option-container.selected .option,
.filters-expanded #sdg-option11.option-container.selected .option:hover,
.filters-expanded #sdg-option11.option-container.selected .option:focus {
  background-color: #FD9D24;
  border-color: #FD9D24;
}
.filters-expanded #sdg-option11 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option11 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option11.option-container.selected .option .option-remove,
.filters-expanded #sdg-option11.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option11.option-container.selected .option:focus .option-remove {
  background: #FD9D24;
  background: linear-gradient(90deg, rgba(253, 157, 36, 0) 0%, rgba(253, 157, 36, 0.65) 60%, #FD9D24 70%, #FD9D24 100%);
}
.filters-expanded #sdg-option12 .option:not(.selected):hover,
.filters-expanded #sdg-option12 .option:not(.selected):focus,
.filters-expanded #sdg-option12.option-container.selected .option,
.filters-expanded #sdg-option12.option-container.selected .option:hover,
.filters-expanded #sdg-option12.option-container.selected .option:focus {
  background-color: #BF8B2E;
  border-color: #BF8B2E;
}
.filters-expanded #sdg-option12 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option12 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option12.option-container.selected .option .option-remove,
.filters-expanded #sdg-option12.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option12.option-container.selected .option:focus .option-remove {
  background: #BF8B2E;
  background: linear-gradient(90deg, rgba(191, 139, 46, 0) 0%, rgba(191, 139, 46, 0.65) 60%, #BF8B2E 70%, #BF8B2E 100%);
}
.filters-expanded #sdg-option13 .option:not(.selected):hover,
.filters-expanded #sdg-option13 .option:not(.selected):focus,
.filters-expanded #sdg-option13.option-container.selected .option,
.filters-expanded #sdg-option13.option-container.selected .option:hover,
.filters-expanded #sdg-option13.option-container.selected .option:focus {
  background-color: #319C39;
  border-color: #319C39;
}
.filters-expanded #sdg-option13 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option13 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option13.option-container.selected .option .option-remove,
.filters-expanded #sdg-option13.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option13.option-container.selected .option:focus .option-remove {
  background: #319C39;
  background: linear-gradient(90deg, rgba(49, 156, 57, 0) 0%, rgba(49, 156, 57, 0.65) 60%, #319C39 70%, #319C39 100%);
}
.filters-expanded #sdg-option14 .option:not(.selected):hover,
.filters-expanded #sdg-option14 .option:not(.selected):focus,
.filters-expanded #sdg-option14.option-container.selected .option,
.filters-expanded #sdg-option14.option-container.selected .option:hover,
.filters-expanded #sdg-option14.option-container.selected .option:focus {
  background-color: #0A97D9;
  border-color: #0A97D9;
}
.filters-expanded #sdg-option14 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option14 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option14.option-container.selected .option .option-remove,
.filters-expanded #sdg-option14.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option14.option-container.selected .option:focus .option-remove {
  background: #0A97D9;
  background: linear-gradient(90deg, rgba(10, 151, 217, 0) 0%, rgba(10, 151, 217, 0.65) 60%, #0A97D9 70%, #0A97D9 100%);
}
.filters-expanded #sdg-option15 .option:not(.selected):hover,
.filters-expanded #sdg-option15 .option:not(.selected):focus,
.filters-expanded #sdg-option15.option-container.selected .option,
.filters-expanded #sdg-option15.option-container.selected .option:hover,
.filters-expanded #sdg-option15.option-container.selected .option:focus {
  background-color: #56C02B;
  border-color: #56C02B;
}
.filters-expanded #sdg-option15 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option15 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option15.option-container.selected .option .option-remove,
.filters-expanded #sdg-option15.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option15.option-container.selected .option:focus .option-remove {
  background: #56C02B;
  background: linear-gradient(90deg, rgba(86, 192, 43, 0) 0%, rgba(86, 192, 43, 0.65) 60%, #56C02B 70%, #56C02B 100%);
}
.filters-expanded #sdg-option16 .option:not(.selected):hover,
.filters-expanded #sdg-option16 .option:not(.selected):focus,
.filters-expanded #sdg-option16.option-container.selected .option,
.filters-expanded #sdg-option16.option-container.selected .option:hover,
.filters-expanded #sdg-option16.option-container.selected .option:focus {
  background-color: #145170;
  border-color: #145170;
}
.filters-expanded #sdg-option16 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option16 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option16.option-container.selected .option .option-remove,
.filters-expanded #sdg-option16.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option16.option-container.selected .option:focus .option-remove {
  background: #145170;
  background: linear-gradient(90deg, rgba(20, 81, 112, 0) 0%, rgba(20, 81, 112, 0.65) 60%, #145170 70%, #145170 100%);
}
.filters-expanded #sdg-option17 .option:not(.selected):hover,
.filters-expanded #sdg-option17 .option:not(.selected):focus,
.filters-expanded #sdg-option17.option-container.selected .option,
.filters-expanded #sdg-option17.option-container.selected .option:hover,
.filters-expanded #sdg-option17.option-container.selected .option:focus {
  background-color: #153E5C;
  border-color: #153E5C;
}
.filters-expanded #sdg-option17 .option:not(.selected):hover .option-remove,
.filters-expanded #sdg-option17 .option:not(.selected):focus .option-remove,
.filters-expanded #sdg-option17.option-container.selected .option .option-remove,
.filters-expanded #sdg-option17.option-container.selected .option:hover .option-remove,
.filters-expanded #sdg-option17.option-container.selected .option:focus .option-remove {
  background: #153E5C;
  background: linear-gradient(90deg, rgba(21, 62, 92, 0) 0%, rgba(21, 62, 92, 0.65) 60%, #153E5C 70%, #153E5C 100%);
}
.filters-expanded #filter_sdg .option-container.selected .option:hover,
.filters-expanded #filter_sdg .option-container.selected .option:focus {
  color: rgba(255, 255, 255, 0.85);
}
.filters-expanded #filter_sdg #sdg-option2.option-container.selected .option:hover,
.filters-expanded #filter_sdg #sdg-option2.option-container.selected .option:focus,
.filters-expanded #filter_sdg #sdg-option6.option-container.selected .option:hover,
.filters-expanded #filter_sdg #sdg-option6.option-container.selected .option:focus,
.filters-expanded #filter_sdg #sdg-option7.option-container.selected .option:hover,
.filters-expanded #filter_sdg #sdg-option7.option-container.selected .option:focus,
.filters-expanded #filter_sdg #sdg-option11.option-container.selected .option:hover,
.filters-expanded #filter_sdg #sdg-option11.option-container.selected .option:focus,
.filters-expanded #filter_sdg #sdg-option15.option-container.selected .option:hover,
.filters-expanded #filter_sdg #sdg-option15.option-container.selected .option:focus {
  color: rgba(0, 0, 0, 0.85);
}

.max-with-wrap.content-cols {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .max-with-wrap.content-cols {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .max-with-wrap.content-cols {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .max-with-wrap.content-cols {
    display: grid;
    grid-column-gap: 1.875rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .max-with-wrap.content-cols {
    grid-column-gap: 2.5rem;
  }
}

.max-with-wrap.content-full-width-header h2 {
  margin: 0;
  font-size: var(--size-9l);
}

.max-with-wrap.content-cols .highlights-list {
  padding: 3rem 0 0;
}
.max-with-wrap.content-cols .highlights-list > div > :first-child {
  margin-top: 0;
}

.content-col {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .content-col {
    grid-column: 2/span 3;
    grid-row: 1/span 2;
  }
}
.content-col > :first-child {
  margin-top: 2rem;
}
.content-col .highlight:not(.card) {
  margin-top: 5rem;
  background: var(--green-bg);
  color: var(--white);
  padding: 30px 20px;
  box-shadow: var(--cardshadow);
}
.content-col .highlight:not(.card) > :first-child {
  margin-top: 0;
}
.content-col .highlight:not(.card) > :last-child {
  margin-bottom: 0;
}
.content-col .highlight:not(.card) a {
  color: var(--darkbg-link-h);
}
.content-col .highlight:not(.card) a:hover, .content-col .highlight:not(.card) a:focus-visible {
  color: var(--darkbg-link-h);
}
.content-col .highlight:not(.card) ul li::before {
  background-color: var(--darkbg-link-h);
}
.content-col .highlight:not(.card) ol li::before {
  color: var(--darkbg-link-h);
}
.content-col .highlight:not(.card) blockquote {
  background: none;
  border: 1px solid var(--faded-white);
}
.content-col .highlight:not(.card) blockquote::before {
  color: var(--darkbg-link-h);
}
.content-col .videos-list {
  margin-top: 5rem;
}
.content-col .videos-list > :first-child {
  margin-top: 0;
}
.content-col .videos-list > :last-child {
  margin-bottom: 0;
}
.content-col .entrycont-button {
  margin: 3rem 0;
}
.content-col .button {
  margin: 0;
}
.content-col .wp-caption {
  max-width: 100%;
}
.content-col img {
  max-width: 100%;
  height: auto;
}
.content-col > figure {
  padding: 0;
  margin: 1rem 0 1.5rem;
  max-width: 100%;
}
.content-col > figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-col > ul, .content-col > ol, .content-col > div > ul, .content-col > div > ol {
  margin: 0 0 15px;
  padding: 0;
}
.content-col > ul ul,
.content-col > ul ol, .content-col > ol ul,
.content-col > ol ol, .content-col > div > ul ul,
.content-col > div > ul ol, .content-col > div > ol ul,
.content-col > div > ol ol {
  margin: 0;
  padding: 0;
}
.content-col > ul li, .content-col > ol li, .content-col > div > ul li, .content-col > div > ol li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
.content-col > ul h2,
.content-col > ul h3,
.content-col > ul h4,
.content-col > ul h5,
.content-col > ul p, .content-col > ol h2,
.content-col > ol h3,
.content-col > ol h4,
.content-col > ol h5,
.content-col > ol p, .content-col > div > ul h2,
.content-col > div > ul h3,
.content-col > div > ul h4,
.content-col > div > ul h5,
.content-col > div > ul p, .content-col > div > ol h2,
.content-col > div > ol h3,
.content-col > div > ol h4,
.content-col > div > ol h5,
.content-col > div > ol p {
  margin: 0;
}
.content-col > * + ul, .content-col > * + ol {
  margin: -0.75rem 0 15px;
}
.content-col > ul li:before, .content-col > div > ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: var(--green-link);
  border-radius: 50%;
}
.content-col > ol, .content-col > div > ol {
  counter-reset: my-awesome-counter;
}
.content-col > ol li, .content-col > div > ol li {
  counter-increment: my-awesome-counter;
}
.content-col > ol li:before, .content-col > div > ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-link);
}
.content-col > ol ol, .content-col > div > ol ol {
  counter-reset: my-awesome-counter2;
}
.content-col > ol ol li, .content-col > div > ol ol li {
  counter-increment: my-awesome-counter2;
}
.content-col > ol ol li:before, .content-col > div > ol ol li:before {
  content: counter(my-awesome-counter2);
}
.content-col > ol ol ol, .content-col > div > ol ol ol {
  counter-reset: my-awesome-counter3;
}
.content-col > ol ol ol li, .content-col > div > ol ol ol li {
  counter-increment: my-awesome-counter3;
}
.content-col > ol ol ol li:before, .content-col > div > ol ol ol li:before {
  content: counter(my-awesome-counter3);
}
.content-col > ol ol ol ol, .content-col > div > ol ol ol ol {
  counter-reset: my-awesome-counter4;
}
.content-col > ol ol ol ol li, .content-col > div > ol ol ol ol li {
  counter-increment: my-awesome-counter4;
}
.content-col > ol ol ol ol li:before, .content-col > div > ol ol ol ol li:before {
  content: counter(my-awesome-counter4);
}
.content-col > ol ol ol ol ol, .content-col > div > ol ol ol ol ol {
  counter-reset: my-awesome-counter5;
}
.content-col > ol ol ol ol ol li, .content-col > div > ol ol ol ol ol li {
  counter-increment: my-awesome-counter5;
}
.content-col > ol ol ol ol ol li:before, .content-col > div > ol ol ol ol ol li:before {
  content: counter(my-awesome-counter5);
}
.content-col > ol ol ol ol ol ol, .content-col > div > ol ol ol ol ol ol {
  counter-reset: my-awesome-counter6;
}
.content-col > ol ol ol ol ol ol li, .content-col > div > ol ol ol ol ol ol li {
  counter-increment: my-awesome-counter6;
}
.content-col > ol ol ol ol ol ol li:before, .content-col > div > ol ol ol ol ol ol li:before {
  content: counter(my-awesome-counter6);
}
.content-col > ol ol ol ol ol ol ol, .content-col > div > ol ol ol ol ol ol ol {
  counter-reset: my-awesome-counter7;
}
.content-col > ol ol ol ol ol ol ol li, .content-col > div > ol ol ol ol ol ol ol li {
  counter-increment: my-awesome-counter7;
}
.content-col > ol ol ol ol ol ol ol li:before, .content-col > div > ol ol ol ol ol ol ol li:before {
  content: counter(my-awesome-counter7);
}
.content-col > ol ol ol ol ol ol ol ol, .content-col > div > ol ol ol ol ol ol ol ol {
  counter-reset: my-awesome-counter8;
}
.content-col > ol ol ol ol ol ol ol ol li, .content-col > div > ol ol ol ol ol ol ol ol li {
  counter-increment: my-awesome-counter8;
}
.content-col > ol ol ol ol ol ol ol ol li:before, .content-col > div > ol ol ol ol ol ol ol ol li:before {
  content: counter(my-awesome-counter8);
}
.content-col > ol ol ol ol ol ol ol ol ol, .content-col > div > ol ol ol ol ol ol ol ol ol {
  counter-reset: my-awesome-counter9;
}
.content-col > ol ol ol ol ol ol ol ol ol li, .content-col > div > ol ol ol ol ol ol ol ol ol li {
  counter-increment: my-awesome-counter9;
}
.content-col > ol ol ol ol ol ol ol ol ol li:before, .content-col > div > ol ol ol ol ol ol ol ol ol li:before {
  content: counter(my-awesome-counter9);
}
.content-col > ol ol ol ol ol ol ol ol ol ol, .content-col > div > ol ol ol ol ol ol ol ol ol ol {
  counter-reset: my-awesome-counter10;
}
.content-col > ol ol ol ol ol ol ol ol ol ol li, .content-col > div > ol ol ol ol ol ol ol ol ol ol li {
  counter-increment: my-awesome-counter10;
}
.content-col > ol ol ol ol ol ol ol ol ol ol li:before, .content-col > div > ol ol ol ol ol ol ol ol ol ol li:before {
  content: counter(my-awesome-counter10);
}

.timeline {
  margin: 2rem 0;
}
.timeline .item {
  position: relative;
}
.timeline .item:before {
  content: "";
  position: absolute;
  height: calc(100% - 0.2rem);
  width: 2px;
  border-left: 1px dashed var(--gray5);
  top: 1.5rem;
  left: 1.5rem;
  opacity: 0.5;
}
.timeline .item:last-child:before {
  display: none;
}
.timeline .date {
  position: absolute;
  font-family: var(--font-gen);
  font-size: var(--size-s);
  line-height: var(--height-text);
  color: var(--green-link);
  width: 3rem;
  text-align: center;
  margin: 0.0625rem 0;
}
.timeline .description {
  margin: 0 0 1.5rem 3.5rem;
}

blockquote {
  background: var(--gray1);
  margin: 2.5rem 0 2.5rem;
  padding: 25px 20px 25px 70px;
  position: relative;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 50px;
  left: 20px;
  display: block;
  font-size: 90px;
  color: var(--green-link);
}

.gallery {
  margin: 3rem 0;
  padding: 0;
  width: 100%;
}
.gallery::after {
  content: "";
  clear: both;
  display: table;
}
.gallery figure {
  display: block;
  width: 135px;
  height: 135px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}
.gallery figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery figure img {
  display: block;
  max-width: 100%;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery figure img:hover, .gallery figure img:focus {
  opacity: 0.95;
  transform: scale(1.05);
}

@media (min-width: 1024px) {
  .experts {
    display: grid;
    grid-column-gap: 1.875rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .experts {
    display: block;
  }
}

.experts > h2 {
  max-width: 380px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 620px) {
  .experts > h2 {
    margin: 0;
    max-width: 800px;
    grid-column: 2/span 3;
  }
}
@media (min-width: 1280px) {
  .experts > h2 {
    max-width: unset;
  }
}

.persons-list {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin: 3rem 0;
  max-width: 380px;
  grid-template-columns: 1fr;
}
@media (min-width: 620px) {
  .persons-list {
    max-width: 800px;
    margin: 3rem 0;
    grid-column: 2/span 3;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .persons-list {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .persons-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .persons-list {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: unset;
  }
}
.persons-list .person {
  margin: 0 0.5rem 0.5rem 0;
}
@media (min-width: 1024px) {
  .persons-list .person {
    margin: 0 0.75rem 0.75rem 0;
  }
}
@media (min-width: 1280px) {
  .persons-list .person {
    margin: 0 1rem 1rem 0;
  }
}
.persons-list .person figure {
  display: block;
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 0 0.75rem;
  box-shadow: var(--cardshadow);
}
.persons-list .person figure:after {
  background: rgba(0, 0, 0, 0.1);
}
.persons-list .person figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: var(--cardoutline);
  border-radius: 100%;
  opacity: 0.975;
  object-fit: cover;
}
.persons-list .person figure a:hover,
.persons-list .person figure a:focus {
  cursor: pointer;
  box-shadow: var(--cardshadowhover);
  transform: scale(1.025);
}
.persons-list .person figure a:hover img,
.persons-list .person figure a:focus img {
  border-color: var(--green-link-h);
  background: black;
  opacity: 0.9;
}
.persons-list .person h2,
.persons-list .person h3,
.persons-list .person h4,
.persons-list .person h5,
.persons-list .person p {
  margin: 0;
  line-height: 1.5em;
}
.persons-list .person h3,
.persons-list .person h4 {
  font-size: var(--size-l);
}

@media (min-width: 1280px) {
  .list-4-columns .persons-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.entrycont-iframe {
  margin: 3rem 0;
  border: 1px solid var(--herocontrol-bg);
}

.entrycont-iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.entrycont-embed {
  margin: 3rem 0;
}

#search-results h2 {
  margin-bottom: 3rem;
}
#search-results article h3 {
  margin-bottom: 0;
}
#search-results article .content-type {
  font-weight: bold;
  margin-bottom: 0;
}

.single .max-with-wrap.content-cols .spacer {
  width: 240px;
  float: left;
  margin-right: 1.25rem;
  margin-bottom: -1rem;
}
.single .max-with-wrap.content-cols .spacer + * {
  margin-top: 0;
}

.content-col.past-events > ul li::before {
  content: none;
}
.content-col.past-events li {
  list-style: none;
  padding: 0;
}
.content-col.past-events h2 {
  margin: 5rem 0 0;
  font-size: var(--size-9l);
  line-height: 1.2em;
  position: relative;
}
@media (min-width: 640px) {
  .content-col.past-events h2 {
    margin: 3rem 0 2rem;
  }
  .content-col.past-events h2:before {
    content: "";
    position: absolute;
    height: 2rem;
    width: 2px;
    border-left: 1px dashed var(--green-link);
    top: 2.25rem;
    left: 43px;
    opacity: 0.5;
  }
}
.content-col.past-events h3 {
  display: block;
  font-size: var(--size-3l);
  line-height: 1.2em;
  margin: 3rem 0 1.5rem;
}
@media (min-width: 640px) {
  .content-col.past-events h3 {
    width: 86px;
    text-align: center;
    margin: 0 0 1.5rem;
    font-size: var(--size-s);
    line-height: 1.2em;
  }
  .content-col.past-events h3:before {
    content: "";
    position: absolute;
    height: calc(100% - 1.75rem);
    width: 2px;
    border-left: 1px dashed var(--green-link);
    top: 1.5rem;
    left: 43px;
    opacity: 0.5;
    border-radius: 0;
    background: none;
  }
}
.content-col.past-events h4 {
  font-family: var(--font-gen);
  font-size: var(--size-ml);
  font-weight: normal;
  line-height: 1.2em;
}
.content-col.past-events .past-events-year:first-child h2 {
  margin-top: 0;
}
.content-col.past-events .past-events-month {
  margin: 0;
}
@media (min-width: 640px) {
  .content-col.past-events .past-events-month {
    display: grid;
    grid-template-columns: 160px 1fr;
    position: relative;
  }
}
.content-col.past-events .past-events-year:last-child .past-events-month:last-child h3:before {
  content: none;
  display: none;
}
.content-col.past-events .past-events-year:not(:last-child) .past-events-month:last-child h3:before {
  height: calc(100% + 1.25rem);
}
.content-col.past-events .past-event-item {
  margin: 0 0 1.25rem;
}
@media (min-width: 640px) {
  .content-col.past-events .past-event-item {
    margin: 0 0 1.75rem;
  }
}
.content-col.past-events .org {
  font-weight: 400;
  font-size: var(--size-3s);
  line-height: var(--height-title);
  color: var(--gray5);
  font-family: var(--font-gen);
  margin-top: 0.15rem;
}
.content-col.past-events .gen-event h4,
.content-col.past-events .gen-event .org {
  font-weight: bold;
}
.content-col.past-events .gen-event h4 {
  font-size: var(--size-l);
  line-height: 1.2em;
}
.content-col.past-events .gen-event .org {
  font-size: var(--size-2s);
  color: var(--black);
}

.years-menu {
  margin-bottom: 4rem;
}
@media (min-width: 640px) {
  .years-menu {
    margin-left: 160px;
  }
}
.years-menu ul {
  padding: 0;
}
.years-menu .year-item {
  display: inline-block;
}
.years-menu .year-item .year-link.active {
  color: #000;
}
.years-menu .year-item:not(:last-child):after {
  content: "|";
  color: var(--green-link);
}

.content-col #updates.highlights-list .list-3-columns {
  padding-bottom: 4rem;
}

.content-col #updates.highlights-list + .pagination.load-more {
  margin-bottom: -4rem;
}

.highlights-list .nl-highlights.list-2-columns {
  margin-bottom: 3rem;
}
.highlights-list .nl-highlights.list-2-columns .cards-list {
  max-width: unset;
}
@media (min-width: 620px) {
  .highlights-list .nl-highlights.list-2-columns .cards-list {
    max-width: unset;
  }
}
@media (min-width: 620px) {
  .highlights-list .nl-highlights.list-2-columns .card:first-child {
    grid-column: span 2;
  }
}

.expandable details {
  --details-transition-time: 150ms;
  max-height: var(--details-height-closed, auto);
  overflow: hidden;
  transition: all var(--details-transition-time);
}
.expandable details summary {
  font-family: var(--font-gen);
  font-weight: bold;
  font-size: var(--size-l);
  line-height: var(--height-title);
  margin-top: calc(2rem - var(--size-l));
  padding-top: var(--size-l);
  padding-bottom: var(--size-l);
  color: var(--green-link);
  list-style: none;
  cursor: pointer;
}
.expandable details summary ::-webkit-details-marker,
.expandable details summary ::marker, .expandable details summary::-webkit-details-marker, .expandable details summary::marker {
  display: none;
  content: "";
}
.expandable details summary .drop-icon {
  fill: var(--green-link);
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 -0.1em 0;
  display: inline-block;
  transition: transform 100ms;
}
.expandable details summary:hover, .expandable details summary:focus {
  color: var(--green-link-h);
}
.expandable details summary:hover .drop-icon, .expandable details summary:focus .drop-icon {
  fill: var(--green-link-h);
}
.expandable .details-description {
  max-height: 0;
  overflow: hidden;
  animation-name: slideDown;
  animation-duration: var(--details-transition-time);
  transition: all var(--details-transition-time);
}
.expandable details[open] {
  max-height: var(--details-height-open, auto);
}
.expandable details.is--open summary .drop-icon {
  transform: rotate(180deg);
}
.expandable details.is--open .details-description {
  max-height: var(--details-content-height-open, auto);
}

@keyframes slideDown {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: var(--details-height-open);
  }
}
@media (prefers-reduced-motion: reduce) {
  .expandable details summary svg {
    transition: transform 1ms;
  }
  .expandable .details-description {
    --details-transition-time: 1ms;
  }
}
.scroll-nav {
  display: none;
  transition: opacity 200ms;
}
.scroll-nav .scroll-nav__list {
  padding: 2.35rem 0 0;
  margin: -0.25rem 0 0 0;
}
.scroll-nav li {
  list-style: none;
  padding-bottom: 12px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
.scroll-nav li:before {
  content: "";
  position: absolute;
  height: calc(100% - 6px);
  width: 2px;
  border-left: 1px dashed var(--green-link);
  top: 12px;
  left: 8px;
  opacity: 0.5;
}
.scroll-nav li:last-child:before {
  display: none;
}
.scroll-nav .scroll-nav__list a {
  font-family: var(--font-gen);
  font-weight: normal;
  color: var(--green-link);
  position: relative;
  margin-left: 24px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}
.scroll-nav .scroll-nav__list a:before, .scroll-nav .scroll-nav__list a:after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.scroll-nav .scroll-nav__list a:before {
  width: 7px;
  height: 7px;
  left: -19px;
  top: 3px;
  background: var(--green-link);
}
.scroll-nav .scroll-nav__list a:hover {
  color: var(--green-link-h);
}
.scroll-nav .scroll-nav__item--active a {
  color: var(--black);
}
.scroll-nav .scroll-nav__item--active a:after {
  width: 17px;
  height: 17px;
  left: -24px;
  top: -2px;
  border: 2px solid var(--green-light);
}
.scroll-nav .scroll-nav__item--active a:hover {
  color: var(--black);
}
@media (min-width: 1024px) {
  .scroll-nav {
    display: block;
    grid-column: 1;
  }
}
.scroll-nav.shown {
  opacity: 1;
}

.node-top-label,
.card-item {
  font-family: var(--font-gen);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.node-top-label .divider,
.card-item .divider {
  font-weight: normal;
  margin: 0 0.1em;
}

.node-top-label,
.card-item.type {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.825rem;
  line-height: 1.25em;
  color: var(--black);
  margin: 0 0 0.4rem;
}
.node-top-label .divider,
.card-item.type .divider {
  color: var(--gray4);
  margin: 0 0.2em;
}

.card-item {
  font-weight: 400;
  font-size: var(--size-3s);
  line-height: var(--height-title);
  color: var(--gray5);
  margin: 0 0 0.25rem;
}

.card-item.date {
  text-transform: uppercase;
  font-size: var(--size-3s);
  font-weight: bold;
  color: var(--black);
}

.card-theme {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: var(--size-3s);
  line-height: 1.2em;
  color: var(--gray5);
  margin: 0.5em 0 0 1.45em;
  position: relative;
}
.card-theme svg {
  position: absolute;
  left: -1.7em;
  top: -0.3em;
  width: 1.6em;
  height: 1.6em;
  margin: 0;
}
.card-theme .divider {
  margin: -0.1em -0.15em;
  display: inline-block;
  width: 0.6em;
  text-indent: 100%;
  overflow: hidden;
  height: 1em;
  position: relative;
}
.card-theme .divider::after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--gray2);
  position: absolute;
  left: 0.4em;
  top: 0;
}

.list-area .max-with-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .list-area .max-with-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .list-area .max-with-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}
@media (min-width: 1024px) {
  .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}
@media (min-width: 620px) {
  .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 950px) {
  .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.cards-list.layout-rows,
.cards-list.layout-highlights {
  display: grid;
  grid-row-gap: 0;
}

.highlights-list {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .highlights-list {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .highlights-list {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.highlights-list .highlights-group {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.highlights-list .header {
  padding-bottom: 1rem;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (min-width: 620px) {
  .highlights-list .header {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .highlights-list .header {
    max-width: unset;
    margin: 0;
  }
}
.highlights-list .header h2 {
  margin: 0;
  font-size: var(--size-4l);
  line-height: var(--height-title);
}
.highlights-list .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  height: 100%;
  display: grid;
  max-width: 380px;
  margin: 0;
}
@media (min-width: 620px) {
  .highlights-list .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    max-width: unset;
    margin: 0;
    grid-template-columns: 1fr 1fr;
  }
}
.highlights-list .list-2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  grid-template-columns: 1fr;
}
@media (min-width: 1280px) {
  .highlights-list .list-2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
  }
}
.highlights-list .list-4-columns {
  display: block;
}
.highlights-list .list-4-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  grid-template-columns: 1fr;
}
@media (min-width: 620px) {
  .highlights-list .list-4-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    grid-column: 2/span 3;
  }
}
@media (min-width: 1280px) {
  .highlights-list .list-4-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: unset;
    margin: 0;
  }
}
.highlights-list .list-3-columns {
  display: block;
}
.highlights-list .list-3-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  grid-template-columns: 1fr;
}
@media (min-width: 620px) {
  .highlights-list .list-3-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    grid-column: 2/span 3;
  }
}
@media (min-width: 1280px) {
  .highlights-list .list-3-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: unset;
    margin: 0;
  }
}
.highlights-list .list-2-columns {
  display: block;
}
.highlights-list .list-2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  grid-template-columns: 1fr;
}
@media (min-width: 620px) {
  .highlights-list .list-2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    grid-column: 2/span 3;
  }
}
@media (min-width: 1280px) {
  .highlights-list .list-2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
    max-width: unset;
    margin: 0;
  }
}
.highlights-list .groups-2x2-columns {
  display: grid;
  grid-row-gap: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 1280px) {
  .highlights-list .groups-2x2-columns {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.highlights-list .groups-2x2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  grid-template-columns: 1fr;
}
@media (min-width: 620px) {
  .highlights-list .groups-2x2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .highlights-list .groups-2x2-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
    max-width: unset;
    margin: 0;
  }
}
.highlights-list .groups-1x4-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  grid-template-columns: 1fr;
}
@media (min-width: 620px) {
  .highlights-list .groups-1x4-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .highlights-list .groups-1x4-columns .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: unset;
    margin: 0;
  }
}
.highlights-list .groups-2x2-columns + .groups-2x2-columns,
.highlights-list .groups-2x2-columns + .groups-1x4-columns,
.highlights-list .groups-1x4-columns + .groups-1x4-columns,
.highlights-list .groups-1x4-columns + .groups-2x2-columns {
  margin-top: 3.75rem;
}
@media (min-width: 1024px) {
  .highlights-list .groups-2x2-columns + .groups-2x2-columns,
.highlights-list .groups-2x2-columns + .groups-1x4-columns,
.highlights-list .groups-1x4-columns + .groups-1x4-columns,
.highlights-list .groups-1x4-columns + .groups-2x2-columns {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1280px) {
  .highlights-list .groups-2x2-columns + .groups-2x2-columns,
.highlights-list .groups-2x2-columns + .groups-1x4-columns,
.highlights-list .groups-1x4-columns + .groups-1x4-columns,
.highlights-list .groups-1x4-columns + .groups-2x2-columns {
    margin-top: 2.5rem;
  }
}

.home .highlights-list .cards-list:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
  margin: 0 auto;
}

.card {
  background: var(--white);
  box-shadow: var(--cardshadow);
  outline: var(--cardoutline);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  max-width: 380px;
}
.card figure, .card .placeholder {
  margin: 0;
  height: 0;
  position: relative;
  padding-top: 60%;
}
.card figure:after, .card .placeholder:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.025);
}
.card img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  margin: 0;
}
.card.job figure, .card.organization figure {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.card.job img, .card.organization img {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  top: 40px;
  left: 40px;
  object-fit: contain;
}
.card .content {
  padding: 20px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
.card .content:first-child {
  grid-row: span 2;
}
.card .footer {
  padding-top: 32px;
  position: relative;
}
.card h3 {
  margin: 0 0 0.4rem;
  color: var(--green-link);
  font-family: var(--font-gen);
  font-size: var(--size-2l);
  line-height: var(--height-title);
}
.card h3 a {
  color: var(--green-link);
  text-decoration: none;
  display: block;
}
.card h3 a.linkinternal svg {
  display: none;
}
.card h3 a.linkexternal svg {
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 1.25rem;
  height: 1.25rem;
  fill: var(--gray3);
}
.card h3 a:hover, .card h3 a:focus {
  color: var(--green-link-h);
}
.card h3 a:hover.linkexternal svg, .card h3 a:focus.linkexternal svg {
  fill: var(--green-link-h);
}
.card.hover {
  cursor: pointer;
  box-shadow: var(--cardshadowhover);
  outline-color: var(--green-link-h);
  transform: scale(1.01);
}
.card.hover figure:after {
  background: rgba(0, 0, 0, 0.1);
}
.card.hover h3,
.card.hover h3 a {
  color: var(--green-link-h);
}
.card.hover .linkexternal svg {
  fill: var(--green-link-h);
}

.card.newsletter {
  max-width: unset;
}
.card.newsletter figure {
  padding-top: 25%;
}
.card.newsletter .content {
  padding: 1.75rem 20px;
}
.card.newsletter h3 {
  font-size: var(--size-3l);
  line-height: var(--size-3l);
}
.card.newsletter .card-summary {
  margin: 0;
}

.card.video {
  position: relative;
}
.card.video figure,
.card.video .placeholder {
  padding-top: 56.25%;
}
.card.video .video-toggle {
  margin: 0;
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.card.video .video-toggle .icn {
  width: 5rem;
  height: 5rem;
  position: relative;
}
.card.video .video-toggle .icn::before {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: var(--white);
  position: absolute;
  left: 30%;
  top: 30%;
  border-radius: 100%;
}
.card.video .video-toggle .icn svg {
  width: 5rem;
  height: 5rem;
  fill: #f00;
  position: relative;
}
.card.video .video-toggle:hover .icn svg, .card.video .video-toggle:focus-visible .icn svg {
  fill: #f00;
}
.card.video:has(.video-toggle:hover), .card.video:has(.video-toggle-toglle:focus-visible) {
  outline: 1px solid var(--green-link-h);
  box-shadow: var(--cardshadowhover);
  outline-color: var(--green-link-h);
  transform: scale(1.01);
}
.card.video:has(.video-toggle:hover) .video-toggle .icn svg, .card.video:has(.video-toggle-toglle:focus-visible) .video-toggle .icn svg {
  fill: #f00;
}

.pagination.load-more {
  margin: 0 auto;
  text-align: center;
}

.tax-load-more.load-more {
  margin-top: 4rem;
  text-align: center;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: -0.6rem 0 0 -0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cards-list .highlight {
  outline-color: var(--filtersbar-bg);
}

.cards-list .highlight .content {
  background: var(--green-bg);
}

.cards-list .highlight.hover .content {
  background: var(--green-link);
}

.cards-list .highlight.hover {
  outline-color: var(--green-link-h);
}

.cards-list .card.highlight .card-item,
.cards-list .card.highlight .card-item.type,
.cards-list .card.highlight h3 a,
.cards-list .card.highlight .card-theme {
  color: var(--white);
}

.cards-list .card.highlight h3 a {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.cards-list .card.highlight .card-item,
.cards-list .card.highlight .card-item.type,
.cards-list .card.highlight .card-theme {
  opacity: 0.85;
}

.cards-list .card.highlight .card-theme svg {
  fill: var(--white);
}

.content-col .cards-list.body-cards {
  margin: 3rem 0;
}
@media (min-width: 620px) {
  .content-col .cards-list.body-cards:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 950px) {
  .content-col .cards-list.body-cards:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .content-col .cards-list.body-cards:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.content-col .cards-list.body-cards:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) .content {
  padding: 20px 20px 12px;
}
.content-col .cards-list.body-cards:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) h3 {
  margin: 0.25rem 0 0.5rem;
  line-height: 1.2em;
}
.content-col .cards-list.body-cards:not(.layout-rows):not(.layout-rowsslider):not(.layout-highlights):not(.layout-highlightsslider) p {
  margin: 0 0 0.5rem;
  line-height: 1.5rem;
}
.content-col .cards-list.body-cards.layout-rows .card, .content-col .cards-list.body-cards.layout-rowsslider .card, .content-col .cards-list.body-cards.layout-highlights .card, .content-col .cards-list.body-cards.layout-highlightsslider .card {
  max-width: unset;
}
.content-col .cards-list.body-cards.layout-rows figure, .content-col .cards-list.body-cards.layout-rowsslider figure, .content-col .cards-list.body-cards.layout-highlights figure, .content-col .cards-list.body-cards.layout-highlightsslider figure {
  width: calc(100% - 40px);
  margin: 20px 20px 0 20px;
  padding-top: 0;
  aspect-ratio: 1.66666667;
  height: auto;
}
@media (min-width: 480px) {
  .content-col .cards-list.body-cards.layout-rows figure, .content-col .cards-list.body-cards.layout-rowsslider figure, .content-col .cards-list.body-cards.layout-highlights figure, .content-col .cards-list.body-cards.layout-highlightsslider figure {
    width: calc(100% - 20px);
    margin: 20px 0 20px 20px;
  }
}
.content-col .cards-list.body-cards.layout-rows .card .content .top :last-child, .content-col .cards-list.body-cards.layout-rowsslider .card .content .top :last-child, .content-col .cards-list.body-cards.layout-highlights .card .content .top :last-child, .content-col .cards-list.body-cards.layout-highlightsslider .card .content .top :last-child {
  margin-bottom: 0;
}
.content-col .cards-list.body-cards.layout-rows .card, .content-col .cards-list.body-cards.layout-rowsslider .card {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media (min-width: 480px) {
  .content-col .cards-list.body-cards.layout-rows .card, .content-col .cards-list.body-cards.layout-rowsslider .card {
    grid-template-columns: calc((100% - 5rem) / 3) 1fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 768px) {
  .content-col .cards-list.body-cards.layout-rows .card, .content-col .cards-list.body-cards.layout-rowsslider .card {
    max-width: unset;
    grid-template-columns: calc((100% - 7.5rem) / 4) 1fr;
    grid-template-rows: auto;
  }
}
.content-col .cards-list.body-cards.layout-rows .card figure, .content-col .cards-list.body-cards.layout-rowsslider .card figure {
  width: calc(100% - 40px);
  margin: 20px 20px 0 20px;
  padding-top: 0;
  aspect-ratio: 1.66666667;
  max-width: 140px;
  height: auto;
}
@media (min-width: 480px) {
  .content-col .cards-list.body-cards.layout-rows .card figure, .content-col .cards-list.body-cards.layout-rowsslider .card figure {
    width: calc(100% - 20px);
    margin: 20px 0 20px 20px;
    max-width: unset;
  }
}
.content-col .cards-list.body-cards.layout-rows figure, .content-col .cards-list.body-cards.layout-rowsslider figure {
  max-width: 200px;
}
@media (min-width: 480px) {
  .content-col .cards-list.body-cards.layout-rows figure, .content-col .cards-list.body-cards.layout-rowsslider figure {
    max-width: unset;
  }
}
@media (min-width: 620px) {
  .content-col .cards-list.body-cards.layout-highlights .card, .content-col .cards-list.body-cards.layout-highlightsslider .card {
    max-width: unset;
    grid-template-columns: calc((100% - 2.5rem) / 2) 1fr;
    grid-template-rows: auto;
  }
}
.content-col .cards-list.body-cards.layout-highlights .card figure, .content-col .cards-list.body-cards.layout-highlightsslider .card figure {
  width: calc(100% - 40px);
  margin: 20px 20px 0 20px;
  padding-top: 0;
  aspect-ratio: 1.66666667;
  max-width: 320px;
  height: auto;
}
@media (min-width: 620px) {
  .content-col .cards-list.body-cards.layout-highlights .card figure, .content-col .cards-list.body-cards.layout-highlightsslider .card figure {
    width: calc(100% - 20px);
    margin: 20px 0 20px 20px;
    max-width: unset;
  }
}
@media (min-width: 620px) {
  .content-col .cards-list.body-cards.layout-highlightsslider .card {
    display: inline-grid;
  }
}

.video-dialog {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222 !important;
  background-color: rgba(0, 0, 0, 0.95) !important;
  transition: opacity 0.5s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-dialog.visible {
  opacity: 1;
}
.video-dialog .video-container {
  width: calc((100vh - 7rem) * 1.77777778);
  height: calc(100% - 7rem);
  margin: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  container-type: inline-size;
  container-name: videocontainer;
}
.video-dialog .video-container iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.video-dialog .video-wrapper {
  display: block;
  width: 100%;
  height: 56.25cqw;
}
.video-dialog .close-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  color: #ddd;
  font: 1.6em sans-serif;
  background: none;
  top: 0.5vw;
  right: 0.5%;
  width: 40px;
  height: 40px;
}
.video-dialog .close-button svg {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 10px;
  transition: transform var(--transitionhover);
  z-index: 2;
}
.video-dialog .close-button svg,
.video-dialog .close-button g,
.video-dialog .close-button line,
.video-dialog .close-button polyline {
  stroke: var(--white);
}
.video-dialog .close-button:hover, .video-dialog .close-button:focus-visible {
  text-decoration: none;
  box-shadow: var(--cardshadowhover);
  border-color: var(--green-link-h);
  background: var(--green-link-h);
  color: var(--white);
  cursor: pointer;
}
.video-dialog .close-button:hover svg, .video-dialog .close-button:focus-visible svg {
  transform: scale(1.2);
}

.keyareas-header span,
.sdgs-header span {
  position: relative;
  margin-top: 1.65em;
  display: inline-block;
}
@media (min-width: 768px) {
  .keyareas-header span,
.sdgs-header span {
    margin-top: 0;
    margin-left: 1.65em;
  }
}
.keyareas-header span svg,
.sdgs-header span svg {
  position: absolute;
  left: 50%;
  top: -3em;
  width: 3em;
  height: 3em;
  margin: 0 0 0 -1.5em;
}
@media (min-width: 768px) {
  .keyareas-header span svg,
.sdgs-header span svg {
    left: -2em;
    top: -0.675em;
    margin: 0;
    width: 2em;
    height: 2em;
  }
}

.page-template-default .keyareas-header,
.page-template-default .sdgs-header {
  position: relative;
  padding-top: 1.5em;
  display: inline-block;
}
@media (min-width: 768px) {
  .page-template-default .keyareas-header,
.page-template-default .sdgs-header {
    padding-top: 0;
    padding-left: 1.65em;
  }
}
.page-template-default .keyareas-header span,
.page-template-default .sdgs-header span {
  margin: 0;
  display: inline;
}
.page-template-default .keyareas-header:before,
.page-template-default .sdgs-header:before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: -0.65em;
  margin: 0;
  width: 2em;
  height: 2em;
}

.page-template-default .keyareas-header:before {
  background: url("/wp-content/themes/gen-theme/img/icon_keyarea.svg");
}

.page-template-default .sdgs-header:before {
  background: url("/wp-content/themes/gen-theme/img/icon_sdg.svg");
}

.keyareas-list ul,
.sdgs-list ul {
  margin: 2rem 0 0;
  padding: 0;
  width: 100%;
}
.keyareas-list ul:after,
.sdgs-list ul:after {
  content: "";
  clear: both;
  display: table;
}

.keyareas-list li {
  list-style: none;
  display: block;
  width: 9.5rem;
  height: 9.5rem;
  float: left;
  margin: 0 13px 10px -3px;
  position: relative;
  padding: 0 !important;
  position: relative;
}
.keyareas-list li::before {
  content: none !important;
}
.keyareas-list a {
  text-decoration: none;
  position: relative;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 25px 25px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 100ms;
  transform-origin: 50% 50%;
  border-radius: 100%;
  background: var(--green-link);
}
.keyareas-list a:before {
  content: "";
  background: var(--green-link);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
}
.keyareas-list a:hover, .keyareas-list a:focus {
  transform: scale(1.12);
}
.keyareas-list a:hover:before, .keyareas-list a:focus:before {
  background: var(--green-link-h);
  box-shadow: var(--themehover);
}

.sdgs-list li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 16px 16px 0;
  position: relative;
  padding: 0;
}
.sdgs-list li:before {
  display: none;
}
.sdgs-list svg {
  width: 6rem;
  height: 6rem;
  display: block;
  transition: all 100ms;
  transform-origin: 50% 50%;
}
.sdgs-list a:hover svg,
.sdgs-list a:focus svg {
  opacity: 0.95;
  background: var(--white);
  box-shadow: var(--themehover);
  transform: scale(1.25);
  z-index: 20;
}

.page-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-footer .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.page-footer .darkened {
  background: var(--gray0);
  border: 1px solid var(--faded-black);
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-footer .darkened {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .page-footer .darkened {
    grid-column-gap: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .page-footer .darkened {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.5rem;
  }
}
.page-footer .darkened h2 {
  font-family: var(--font-gen);
  font-weight: 400;
  margin: 0.3rem 0.4rem 0.5rem 0;
  font-size: var(--size-s);
  line-height: var(--height-title);
  display: block;
  width: 100%;
}

.share {
  padding-left: 20px;
}
.share p {
  margin: 0.3rem 0.4rem 0.5rem 0;
  font-size: 14px;
  display: block;
  width: 100%;
}
.share ul {
  margin: -0.15rem 0 0 -5px;
  padding: 0;
  display: flex;
  width: 100%;
}
.share li {
  list-style: none;
  margin: 0 0.5rem 0 -0.35rem;
}
.share a {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  overflow: hidden;
}
.share a span {
  padding-left: 2rem;
  text-indent: 300%;
  overflow: hidden;
}
.share a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  fill: var(--green-link);
}
.share a:hover svg, .share a:focus svg {
  fill: var(--green-link-h);
}

.section-also {
  color: var(--black);
}
@media (max-width: 767px) {
  .section-also {
    padding-left: 20px;
    grid-column: 2/span 3;
  }
}
.section-also ul {
  width: 100%;
  margin: 0 0 -6px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.section-also li {
  list-style: none;
  margin: 1px 20px 9px 0;
}
.section-also .link .content {
  font-size: var(--size-ml);
}

.withsectionlinks .section-also {
  grid-column: 1;
}
@media (max-width: 767px) {
  .withsectionlinks .section-also {
    grid-column: 1/span 2;
  }
}
@media (min-width: 768px) {
  .withsectionlinks .section-also {
    grid-column: 2/span 2;
  }
}

.section-links {
  grid-column: 1;
}
@media (max-width: 767px) {
  .section-links {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .section-links {
    grid-column: 4;
  }
}
.section-links .link {
  margin-top: 8px;
}
.section-links .link .content {
  font-size: var(--size-ml);
}

.back-link {
  grid-column: 1;
}
@media (min-width: 768px) {
  .back-link {
    padding-left: 20px;
    grid-column: 2/span 3;
  }
}
.back-link .link {
  margin-top: 8px;
}
.back-link .link .content {
  font-size: var(--size-ml);
}

.pagination:not(.load-more) {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .pagination:not(.load-more) {
    padding-left: 160px;
  }
}
.pagination:not(.load-more) .icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: var(--white);
}
.pagination:not(.load-more) .icon.left {
  margin: -0.1em 0.4em -0.1em 0;
}
.pagination:not(.load-more) .icon.right {
  margin: -0.1em 0 -0.1em 0.4em;
}
.pagination:not(.load-more) .button.disabled {
  background: var(--gray3);
  border-color: var(--gray3);
}

#search-results .content-col > h2 {
  font-size: var(--size-l);
  font-weight: normal;
}
#search-results .content-col > h2 .title span {
  font-weight: bold;
}
#search-results article {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-row-gap: 0.5rem;
}
#search-results article h3 {
  margin-top: 0;
  line-height: 1.2em;
  grid-row: 2;
}
#search-results article .content-type {
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--size-s);
  line-height: 1.2em;
  color: var(--black);
  margin: 0;
  font-family: var(--font-gen);
}
#search-results #load-more {
  margin-top: 3.5rem;
  text-align: left;
}

[data-tns-role=wrapper] {
  padding: 0 !important;
}

[data-tns-role=wrapper].ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

[data-tns-role=content] {
  position: relative;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

[data-tns-mode=carousel][data-tns-axis=horizontal] {
  white-space: nowrap;
  left: 0;
}

[data-tns-mode=carousel][data-tns-axis=horizontal]:after {
  content: "";
  display: table;
  clear: both;
}

[data-tns-mode=carousel][data-tns-axis=horizontal] > div, [data-tns-mode=carousel][data-tns-axis=horizontal] > li, [data-tns-mode=carousel][data-tns-axis=horizontal] > span, [data-tns-mode=carousel][data-tns-axis=horizontal] > a {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

[data-tns-mode=gallery] {
  overflow: hidden;
}

[data-tns-mode=gallery] > div, [data-tns-mode=gallery] > li, [data-tns-mode=gallery] > span, [data-tns-mode=gallery] > a {
  position: absolute;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

[data-tns-role=nav] button {
  vertical-align: middle;
}

[data-tns-role=lazy-img] {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

[data-tns-role=lazy-img].loaded {
  opacity: 1;
}

[hidden] {
  display: none !important;
}

[data-controls], [data-action], [data-nav] {
  cursor: pointer;
  border-width: 0;
  padding: 0;
}

[data-tns-hidden=x] {
  overflow-x: hidden;
}

[data-tns-hidden=y] {
  overflow-y: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
[data-tns-role=wrapper] {
  padding: 0;
  position: relative;
  height: 100%;
}
[data-tns-role=wrapper] [hidden] {
  display: none !important;
}
[data-tns-role=wrapper] [aria-controls], [data-tns-role=wrapper] [data-action] {
  cursor: pointer;
}
[data-tns-role=wrapper] [aria-controls]:focus, [data-tns-role=wrapper] [data-action]:focus {
  outline: 1px dotted var(--white);
}

.slider-controls-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
}
.slider-controls-container .max-with-wrap {
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.slider-controls {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.slider-controls:focus {
  outline: none;
}
.slider-controls:focus button {
  outline: 1px dotted var(--white);
}
.slider-controls:focus svg {
  transform: scale(1.2);
}
.slider-controls li {
  list-style: none;
}
.slider-controls button {
  color: var(--white);
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.slider-controls button:disabled {
  opacity: 0;
}
.slider-controls button:not(:disabled):before {
  content: "";
  position: absolute;
  left: -400%;
  top: -400%;
  width: 900%;
  height: 900%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.225) 8%, rgba(0, 0, 0, 0) 65%);
}
.slider-controls button:hover svg, .slider-controls button:focus svg {
  transform: scale(1.2);
}
.slider-controls svg {
  transition: transform var(--transitionhover);
  fill: var(--white);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  height: 100%;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
  height: 100%;
}

[data-tns-role=nav] {
  position: absolute;
  bottom: 4.2rem;
  left: 50%;
  z-index: 1;
  display: flex;
  margin-left: -120px;
  justify-content: center;
  width: 320px;
  flex-wrap: wrap;
  box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.23);
  background: rgba(0, 0, 0, 0.225);
  height: 2rem;
  border-radius: 1rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 640px) {
  [data-tns-role=nav] {
    display: none;
  }
}
[data-tns-role=nav] button {
  margin: 0;
  display: flex;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  border: none;
  padding: 0.5rem;
  background: transparent;
  align-items: center;
  justify-content: center;
}
[data-tns-role=nav] button::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: var(--white);
  border: none;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
[data-tns-role=nav] button[aria-selected=true]::before {
  box-shadow: none;
}
[data-tns-role=nav] button[aria-selected=true]::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--white);
  border-radius: 100%;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  z-index: 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.15);
}
[data-tns-role=nav] button[aria-selected=true]:focus {
  background: none;
  border: none;
  outline: none;
}
[data-tns-role=nav] button[aria-selected=true]:hover, [data-tns-role=nav] button[aria-selected=true]:focus-visible {
  background: none;
  border: none;
}
[data-tns-role=nav] button[aria-selected=true]:hover::after, [data-tns-role=nav] button[aria-selected=true]:focus-visible::after {
  background: var(--green-link-h);
}
[data-tns-role=nav] button:not([aria-selected=true]):focus {
  background: none;
  border: none;
  outline: none;
}
[data-tns-role=nav] button:not([aria-selected=true]):hover, [data-tns-role=nav] button:not([aria-selected=true]):focus-visible {
  background: none;
  border: none;
}
[data-tns-role=nav] button:not([aria-selected=true]):hover::before, [data-tns-role=nav] button:not([aria-selected=true]):focus-visible::before {
  box-shadow: none;
}
[data-tns-role=nav] button:not([aria-selected=true]):hover::after, [data-tns-role=nav] button:not([aria-selected=true]):focus-visible::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--green-link-h);
  border-radius: 100%;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  background: var(--green-link-h);
  z-index: 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

[data-tns-role=content-wrapper] {
  overflow: hidden;
  height: 100%;
}

.tns-inner {
  height: 100%;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.hero {
  height: 85vh;
  min-height: 360px;
  max-height: 700px;
  position: relative;
  background: var(--dark-green-link);
  overflow: hidden;
}
.hero .slider {
  height: 100%;
}
.hero .slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hero .slide .max-with-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 9rem;
  padding-bottom: 12rem;
}
.hero .slide .max-with-wrap > div {
  position: relative;
  z-index: 1;
}
.hero .slide a,
.hero .slide > .max-with-wrap > div > p {
  background: none;
  box-shadow: none;
  border: 1px solid var(--highlightbox-border);
  padding: 25px 20px;
  display: inline-block;
  max-width: 480px;
  min-width: 280px;
  white-space: normal;
  color: var(--white);
  cursor: pointer;
  position: relative;
}
.hero .slide a::before,
.hero .slide > .max-with-wrap > div > p::before {
  content: "";
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  display: block;
  background: red;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 100px 100px rgba(0, 0, 0, 0.71);
  z-index: -1;
}
.hero .slide a:hover, .hero .slide a:focus,
.hero .slide > .max-with-wrap > div > p:hover,
.hero .slide > .max-with-wrap > div > p:focus {
  background: var(--green-link-h);
  border-color: var(--green-link-h);
  color: var(--white);
}
.hero .slide > .max-with-wrap > div > p {
  padding: 15px 20px;
}
.hero .slide h2,
.hero .slide p {
  margin: 0;
  line-height: var(--height-title);
  font-family: var(--font-gen);
}
.hero .slide .slogan {
  display: block;
  font-size: var(--size-8l);
  font-weight: bold;
  line-height: var(--height-title);
}
.hero .slide .sub-slogan {
  display: block;
  font-size: var(--size-l);
  font-weight: 400;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
.hero .slide .max-with-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.hero .slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.fcbody-slider-container {
  position: relative;
  overflow: hidden;
  margin: 2rem -1rem;
}
.fcbody-slider-container > [data-tns-role=wrapper] {
  display: grid;
  grid-template-rows: auto auto;
}
.fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] {
  position: initial;
  grid-row: 2;
  width: 100%;
  margin: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 4rem;
}
@media screen and (max-width: 640px) {
  .fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] {
    display: block;
    opacity: 0;
    width: 0;
    overflow: hidden;
  }
}
.fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] button {
  box-shadow: none;
}
.fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] button::before {
  background: var(--green-link);
  box-shadow: none;
}
.fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] button:not([aria-selected=true]):hover::after, .fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] button:not([aria-selected=true]):focus-visible::after {
  border: none;
  background: #5EA6004D;
  box-shadow: none;
}
.fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] button[aria-selected=true]::after {
  border-color: var(--green-link);
  box-shadow: none;
  background: none;
}
.fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] button[aria-selected=true]:hover::after, .fcbody-slider-container > [data-tns-role=wrapper] [data-tns-role=nav] button[aria-selected=true]:focus-visible::after {
  border-color: var(--green-link);
  background: #5EA6004D;
}
.fcbody-slider-container .slider {
  height: 100%;
  margin: 0 !important;
}
.fcbody-slider-container .slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
}
.fcbody-slider-container .slider-controls-container {
  background: none;
  height: 0;
  z-index: 2;
  padding: 0 1rem;
}
.fcbody-slider-container .slider-controls-container .max-with-wrap {
  padding: 0 !important;
  display: flex;
  align-items: end;
}
.fcbody-slider-container .slider-controls-container .slider-controls {
  width: 100%;
  height: 0;
  align-items: end;
}
.fcbody-slider-container .slider-controls-container .slider-controls button::before {
  content: none;
  display: none;
}
.fcbody-slider-container .slider-controls-container .slider-controls svg {
  filter: none;
  fill: var(--green-link);
}
.fcbody-slider-container .card {
  width: 100%;
}

.small-hero {
  position: relative;
  font-family: var(--font-gen);
  background: var(--dark-green-link);
  overflow: hidden;
}
.small-hero .max-with-wrap {
  padding-top: calc(3rem + 2vw);
  padding-bottom: calc(3rem + 2vw);
}
.small-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.small-hero a {
  color: var(--white);
  background: var(--highlightbox-bg);
  border: 1px solid var(--highlightbox-border);
  padding: 25px 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 480px;
  box-shadow: var(--highlightboxshadow);
}
.small-hero a:hover, .small-hero a:focus {
  cursor: pointer;
  background: var(--green-link-h);
  border-color: var(--green-link-h);
  color: var(--white);
}
.small-hero .slogan {
  display: block;
  font-size: var(--size-5l);
  font-weight: bold;
  line-height: var(--height-title);
}
.small-hero .sub-slogan {
  display: block;
  font-size: var(--size-l);
  font-weight: 400;
  line-height: var(--height-title);
  margin-top: 0.2rem;
}

.themes + .small-hero .max-with-wrap {
  padding-top: calc(6rem + 3vw);
  padding-bottom: calc(6rem + 3vw);
}

.home .slogan-box {
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}
.home .slogan-box .max-with-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.home .slogan-box h2 {
  display: block;
  background: var(--green-link);
  color: var(--white);
  text-align: center;
  margin: 0;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .home .slogan-box h2 {
    padding: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .home .slogan-box h2 {
    padding: 2.5rem;
  }
}
.home .slogan-box h2 span {
  text-align: center;
  display: block;
  font-size: var(--size-9l);
  font-weight: bold;
  line-height: var(--height-title);
}
.home .slogan-box h2 span + span {
  margin-top: 0.25rem;
  font-size: var(--size-4l);
}

.home .themes .max-with-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .home .themes .max-with-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {
  .home .themes .max-with-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.home .themes h2 {
  font-size: var(--size-5l);
  line-height: var(--height-title);
  text-align: center;
  margin-top: 0;
}
.home .themes .sdgs-header {
  margin-top: 6rem;
}
.home .themes ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
}
.home .themes .keyareas-list ul {
  max-width: 860px;
}
.home .themes li {
  display: block;
  margin: 8px;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222 !important;
  background-color: rgba(0, 0, 0, 0.95) !important;
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: calc(100% - 2vw - 80px);
  max-width: calc(98% - 80px);
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 14px);
  width: 40px;
  height: 40px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  color: #ddd;
  font: 1.6em sans-serif;
  background: none;
}
.baguetteBox-button svg,
.baguetteBox-button g,
.baguetteBox-button line,
.baguetteBox-button polyline {
  stroke: var(--white);
}
.baguetteBox-button:focus svg, .baguetteBox-button:hover svg {
  transform: scale(1.2);
}
.baguetteBox-button#next-button {
  right: 0.5%;
}
.baguetteBox-button#previous-button {
  left: 0.5%;
}
.baguetteBox-button#close-button {
  top: 0.5vw;
  right: 0.5%;
  width: 40px;
  height: 40px;
}
.baguetteBox-button#close-button svg {
  width: 20px;
  height: 20px;
  margin: 10px;
}
.baguetteBox-button svg {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 8px;
  transition: transform var(--transitionhover);
  z-index: 2;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 44px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
  padding: 0.4rem 0;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container .select2-selection__choice + .select2-search--inline {
  margin-left: 0.75rem;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: var(--cardshadow);
  overflow: hidden;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 0.4rem 1.5rem;
  user-select: none;
  -webkit-user-select: none;
  font-size: var(--size-s);
  line-height: var(--size-m);
}
.select2-results__option[data-selected] {
  cursor: pointer;
}
.select2-results__option:last-child {
  margin-bottom: 1rem;
}
.select2-results__option:first-child {
  margin-top: 1rem;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.admin-bar .select2-container--open .select2-dropdown {
  margin-top: 0;
}
@media (max-width: 782px) {
  .admin-bar .select2-container--open .select2-dropdown {
    margin-top: 0;
  }
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.selection {
  max-width: 100%;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: var(--cardshadow);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 1.15;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 9px;
  right: 16px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: var(--cardshadow);
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--gray1);
  border: none;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.15rem 0.75rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--green-link);
  cursor: pointer;
  display: inline-block;
  margin-right: 0.35rem;
  font-size: var(--size-2l);
  font-weight: 400;
  line-height: var(--size-2l);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--green-link-h);
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--gray2);
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--green-link-h);
  color: var(--white);
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.gen-25th-anniversary .hero {
  height: auto;
  aspect-ratio: 1.5;
  min-height: unset;
  max-height: unset;
}
@media (min-width: 480px) {
  .gen-25th-anniversary .hero {
    aspect-ratio: 2.5;
  }
}
@media (min-width: 640px) {
  .gen-25th-anniversary .hero {
    aspect-ratio: 3;
  }
}
@media (min-width: 960px) {
  .gen-25th-anniversary .hero {
    aspect-ratio: 3.5;
  }
}
@media (min-width: 1440px) {
  .gen-25th-anniversary .hero {
    aspect-ratio: 4;
  }
}
.gen-25th-anniversary .hero .slide .max-with-wrap {
  padding-top: 0;
  padding-bottom: 2rem;
}
.gen-25th-anniversary .slider-controls-container .max-with-wrap {
  padding-bottom: 1.5rem;
}
.gen-25th-anniversary [data-tns-role=nav] {
  bottom: 1.7rem;
}
.gen-25th-anniversary .block-1 {
  overflow: hidden;
}
.gen-25th-anniversary .block-1 h2:first-child {
  margin-top: 0;
  padding-top: 0.25rem;
}
.gen-25th-anniversary .block-1 h2 + p:has(img) {
  display: block;
  margin-bottom: 2.5rem;
}
@media (min-width: 620px) {
  .gen-25th-anniversary .block-1 h2 + p:has(img) {
    float: left;
    width: calc((100% - 2.5rem) / 2);
    margin-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .gen-25th-anniversary .block-1 h2 + p:has(img) {
    width: calc((100% - 5rem) / 3);
  }
}
.gen-25th-anniversary .block-1 h2 + p:has(img) img {
  width: 100%;
  height: auto;
  max-width: 20rem;
}
@media (min-width: 620px) {
  .gen-25th-anniversary .block-1 h2 + p:has(img) + p {
    float: right;
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (min-width: 1280px) {
  .gen-25th-anniversary .block-1 h2 + p:has(img) + p {
    width: calc((100% - 5rem) / 3 * 2 + 2.5rem);
  }
}
.gen-25th-anniversary .logos {
  overflow: hidden;
  position: relative;
  background: var(--white);
  margin-top: 2.25rem;
  border-radius: 4rem;
}
.gen-25th-anniversary .logos .scroll-left,
.gen-25th-anniversary .logos .scroll-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4.5rem;
  margin: 0;
  border-radius: 0;
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  cursor: pointer;
  display: none;
}
.gen-25th-anniversary .logos .scroll-left .icn,
.gen-25th-anniversary .logos .scroll-right .icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: var(--white);
  box-shadow: 0 0 30px 30px var(--white);
}
.gen-25th-anniversary .logos .scroll-left .icn svg,
.gen-25th-anniversary .logos .scroll-right .icn svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--green-link);
  stroke: transparent;
}
.gen-25th-anniversary .logos .scroll-left:hover .icn svg, .gen-25th-anniversary .logos .scroll-left:focus-visible .icn svg,
.gen-25th-anniversary .logos .scroll-right:hover .icn svg,
.gen-25th-anniversary .logos .scroll-right:focus-visible .icn svg {
  fill: var(--green-link-h);
  transform: scale(1.2);
}
.gen-25th-anniversary .logos .scroll-left {
  left: 0;
  padding-right: 0.5rem;
  background: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 100%);
}
.gen-25th-anniversary .logos .scroll-right {
  right: 0;
  padding-left: 0.5rem;
  background: linear-gradient(-90deg, white 50%, rgba(255, 255, 255, 0) 100%);
}
.gen-25th-anniversary .logos.with-scroll-left .scroll-left {
  display: flex;
}
.gen-25th-anniversary .logos.with-scroll-right .scroll-right {
  display: flex;
}
.gen-25th-anniversary .logos-inner {
  white-space: nowrap;
  padding-bottom: 3rem;
  margin-bottom: -4rem;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}
.gen-25th-anniversary .logos-inner ul {
  display: flex;
  padding: 0 1.5rem;
  margin: 0 1rem 0 0;
  width: max-content;
  height: min-content;
}
.gen-25th-anniversary .logos-inner ul li {
  display: inline-block;
  padding: 0.75rem;
  margin: 0;
}
.gen-25th-anniversary .logos-inner ul li img {
  display: block;
  width: 90px;
  height: 60px;
  position: relative;
  color: #fff;
  object-fit: contain;
}
.gen-25th-anniversary .videos-list {
  background: var(--white);
  outline: var(--cardoutline);
  padding: 30px 20px;
  box-shadow: var(--cardshadow);
}

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