/*
Theme Name: WebNL
Description: Een WordPress thema door WebNL.
Author: WebNL
Author URI: https://www.webnl.nl/
Version: 1.1
*/
/**
 * Setup
 */
/* ---------------------------
   Font Setup
---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --hbar-offset: 0px;
  --scrollbar-width: 0px;
}

/**
 * Includes
 */
footer {
  background-color: white;
  position: relative;
  z-index: 2;
}
footer .social-footer--line {
  background: #000;
  opacity: 0.1;
  margin: 0;
  height: 1px;
  width: 100%;
}
footer .social-footer--container {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
footer .social-footer--container p {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  footer .social-footer--container p {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
footer .social-footer--container a path, footer .social-footer--container a rect {
  fill-opacity: 1;
}
footer .social-footer--container a:nth-of-type(1) svg path, footer .social-footer--container a:nth-of-type(1) svg rect {
  fill: #413672;
}
footer .social-footer--container a:nth-of-type(2) svg path, footer .social-footer--container a:nth-of-type(2) svg rect {
  fill: #413672;
}
footer .social-footer--container a:nth-of-type(3) svg path, footer .social-footer--container a:nth-of-type(3) svg rect {
  fill: #413672;
}
footer .social-footer--container a:nth-of-type(4) svg path, footer .social-footer--container a:nth-of-type(4) svg rect {
  fill: #413672;
}
footer .social-footer--container a:nth-of-type(5) svg path, footer .social-footer--container a:nth-of-type(5) svg rect {
  fill: #413672;
}
footer .footer {
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 28px;
}
@media only screen and (max-width: 600px) {
  footer .footer {
    padding: 48px 0;
  }
}
footer .footer--column {
  width: calc(25% - 21px);
}
@media only screen and (max-width: 1170px) {
  footer .footer--column {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 600px) {
  footer .footer--column {
    width: 100%;
  }
}
footer .footer--column-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
footer .footer--column-nav a {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 600px) {
  footer .footer--column-nav a {
    text-align: center;
  }
}
footer .footer--column-nav a:hover {
  opacity: 1;
}
footer .footer--column-nav a.heading {
  color: #302952;
  font-weight: 600;
  margin-bottom: 16px;
  opacity: 1;
}
footer .sub-footer--line {
  background: #000;
  opacity: 0.1;
  margin: 0;
  height: 1px;
  width: 100%;
}
footer .sub-footer--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 0;
  width: 100%;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 12px;
}
footer .sub-footer--items a {
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
footer .sub-footer--items a.webnl {
  font-weight: 400;
}

.footer--image.anbi {
  background-image: url(https://kidsrights.webkey8.nl/wp-content/themes/WebNL/assets/anbi-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 60px;
  width: 60px;
  margin-left: 0;
}

.footer--image.cbf {
  background-image: url(https://kidsrights.webkey8.nl/wp-content/themes/WebNL/assets/cbf-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 60px;
  width: 100px;
  margin-left: -10px;
}

header {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
}
header #notification {
  background-color: #E74427;
  max-height: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  z-index: 9998;
}
header #notification .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 8px;
}
header #notification span svg {
  width: 20px;
  height: 20px;
}
header #notification span svg path {
  fill: white;
}
header #notification span {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header #notification p {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap;
  line-height: 100%;
}
header #notification a {
  color: white;
  margin: 0;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 100%;
}
header .hbar {
  position: relative;
  background-color: transparent;
  z-index: 11;
  background-color: white;
  height: 100px;
}
header .hbar .layout-container {
  height: 100%;
}
header .hbar--container {
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  header .hbar--container {
    gap: 0;
  }
}
header .hbar--container--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 25%;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--logo {
    width: 50%;
  }
}
header .hbar--container--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
}
header .hbar--container--nav > ul.nav-parents {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item {
  position: relative;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > a {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background-color: white;
  border-radius: 8px;
  margin-top: 22px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  height: 22px;
  display: block;
  background: transparent;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 32px;
  min-width: 390px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > span.title {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li {
  position: relative;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > a {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 40px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > a.nav-heading {
  font-size: 19px;
  font-weight: 600;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:hover .icon {
  right: -8px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:has(a.nav-heading) {
  margin-top: 16px;
  padding-right: 0;
  pointer-events: none;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:has(a.nav-heading):first-of-type {
  margin-top: 0;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta {
  background: #302952;
  border-radius: 8px;
  min-width: 390px;
  width: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .title {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: -8px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image {
  width: 100%;
  height: 208px;
  position: relative;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button {
  position: absolute;
  inset: auto 10px 10px 10px;
  background-color: #15A9CE;
  border-radius: 5px;
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 60px 14px 20px;
  text-decoration: none;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  width: 20px;
  height: 20px;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button .icon svg {
  width: 100%;
  height: 100%;
}
header .hbar--container--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--nav {
    display: none;
  }
}
header .hbar--container--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--btns {
    width: 50%;
  }
}
header .hbar--container--btns a.header-mobile-menu {
  display: none;
}
@media only screen and (max-width: 1346px) {
  header .hbar--container--btns a.header-mobile-menu {
    display: block;
  }
}
header .hbar--container--btns a.header-mobile-menu, header .hbar--container--btns a.header-search {
  border: transparent;
}
header .hbar--container--btns a.header-cta {
  padding: 17px 32px 15px 32px;
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns a.header-cta {
    display: none;
  }
}
header .hbar--container--btns a.header-lang {
  padding: 17px 6px;
  font-size: 14px;
  border: transparent;
}
header .hbar--container--btns a.header-lang strong {
  color: #E74427;
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns a.header-lang {
    display: none;
  }
}
header .hnav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  position: relative;
  display: none;
  min-height: calc(100vh - 100px + 24px);
  max-height: calc(100vh - 100px + 24px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 24px 0;
  margin-top: -24px;
}
header .hnav.is-open {
  display: block;
}
@media (min-width: 1347px) {
  header .hnav {
    display: none !important;
  }
}
header .hnav .hnav--nav > ul.nav-parents {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item {
  position: relative;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > a {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  text-decoration: none;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .icon {
  height: 34.5px;
  width: 34.5px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .icon svg {
  height: 34.5px;
  width: 34.5px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > .icon svg path {
  fill: #302952;
  fill-opacity: 1;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child {
  margin-top: 12px;
  display: none;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > span.title {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li {
  position: relative;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > a {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 40px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > a.nav-heading {
  font-size: 19px;
  font-weight: 600;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li > .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:has(a.nav-heading) {
  margin-top: 16px;
  padding-right: 0;
  pointer-events: none;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > ul.nav-child-list > li:has(a.nav-heading):first-of-type {
  margin-top: 0;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  margin: 32px -24px 8px -24px;
  background-color: #302952;
  border-radius: 8px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .title {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: -8px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image {
  position: relative;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button {
  position: absolute;
  inset: auto 10px 10px 10px;
  background-color: #15A9CE;
  border-radius: 5px;
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 60px 14px 20px;
  text-decoration: none;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  width: 20px;
  height: 20px;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image .button .icon svg {
  width: 100%;
  height: 100%;
}
header .hnav .hnav--nav > ul.nav-parents > li.parent-item > div.nav-child > div.nav-child-cta .image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.has-notification .hnav {
  max-height: calc(100vh - 100px - 48px + 24px);
}

body.admin-bar header #notification {
  top: 32px;
}
body.admin-bar header .hbar {
  top: 32px;
}
body.admin-bar header .hnav {
  top: 32px;
}

.search-hero {
  width: 100%;
  color: #fff;
  background-color: #413672;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 0 50px 0;
  min-height: unset;
  position: relative;
}
.search-hero .layout-container {
  position: relative;
}
.search-hero--main-content {
  max-width: 700px;
}
.search-hero--main-content .page_back a {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.search-hero--main-content .page_back a svg path {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.search-hero--main-content .page_back a:hover {
  color: #E74427;
}
.search-hero--main-content .page_back a:hover svg path {
  fill: #E74427;
}
.search-hero--main-content--title h1 {
  color: #FFF;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .search-hero--main-content--title h1 {
    font-size: 35px;
  }
}
.search-hero .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.search-hero .search-form input[type=search] {
  border: 1px solid rgba(65, 54, 114, 0.2509803922);
  border-radius: 4px;
  padding: 14px 20px 14px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  color: rgba(38, 38, 37, 0.7019607843);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.search-hero .search-form input[type=search]::-webkit-input-placeholder {
  color: rgba(38, 38, 37, 0.5019607843);
}
.search-hero .search-form input[type=search]::-moz-placeholder {
  color: rgba(38, 38, 37, 0.5019607843);
}
.search-hero .search-form input[type=search]:-ms-input-placeholder {
  color: rgba(38, 38, 37, 0.5019607843);
}
.search-hero .search-form input[type=search]::-ms-input-placeholder {
  color: rgba(38, 38, 37, 0.5019607843);
}
.search-hero .search-form input[type=search]::placeholder {
  color: rgba(38, 38, 37, 0.5019607843);
}
.search-hero .search-form input[type=submit] {
  text-decoration: none;
  padding: 17px 48px;
  border: 1px solid transparent;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 500;
  line-height: normal;
  color: white;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  border-radius: 4px;
  background-color: #E74427;
  border-color: #E74427;
}
.search-hero .search-form input[type=submit]:hover {
  background-color: color-mix(in hsl, black 10%, #E74427 90%);
  border-color: color-mix(in hsl, black 10%, #E74427 90%);
}

.posts {
  scroll-margin-top: 100px;
}
.posts#news {
  padding-top: 64px;
}
.posts .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 52px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1000px) {
  .posts .title {
    margin-bottom: 24px;
  }
}
.posts--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .posts--container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.posts--container--item {
  background-color: white;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.posts--container--item .image {
  width: 100%;
  min-height: 272px;
  max-height: 272px;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.posts--container--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts--container--item .image .video-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 20px;
  left: 24px;
  padding: 6px 12px 6px 6px;
  border-radius: 4px;
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.posts--container--item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 24px;
}
.posts--container--item .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.posts--container--item .content .top .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts--container--item .content .top .meta .category {
  background-color: #D4CBF6;
  border-radius: 4px;
  padding: 0 8px 2px 8px;
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.posts--container--item .content .top .meta .date {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}
.posts--container--item .content .top .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.posts--container--item .content .top .excerpt {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
  margin: 0;
}
.posts--container--item .content .bottom .button {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #E74427;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.posts--container--item .content .bottom .button:hover {
  color: #E74427;
}

.posts--container--item.theme-na .content > .top > .meta > .category {
  background-color: #95C11F;
  color: #000;
}
.posts--container--item.theme-na .content > .bottom > .button {
  border-bottom: 1px solid #95C11F;
}
.posts--container--item.theme-na .content > .bottom > .button:hover {
  color: #95C11F;
}

.posts--container--item.theme-sa .content > .top > .meta > .category {
  background-color: #3AAA35;
  color: #000;
}
.posts--container--item.theme-sa .content > .bottom > .button {
  border-bottom: 1px solid #3AAA35;
}
.posts--container--item.theme-sa .content > .bottom > .button:hover {
  color: #3AAA35;
}

.posts--container--item.theme-eu .content > .top > .meta > .category {
  background-color: #EE7203;
  color: #fff;
}
.posts--container--item.theme-eu .content > .bottom > .button {
  border-bottom: 1px solid #EE7203;
}
.posts--container--item.theme-eu .content > .bottom > .button:hover {
  color: #EE7203;
}

.posts--container--item.theme-af .content > .top > .meta > .category {
  background-color: #F9B233;
  color: #000;
}
.posts--container--item.theme-af .content > .bottom > .button {
  border-bottom: 1px solid #F9B233;
}
.posts--container--item.theme-af .content > .bottom > .button:hover {
  color: #F9B233;
}

.posts--container--item.theme-as .content > .top > .meta > .category {
  background-color: #D6A5C5;
  color: #000;
}
.posts--container--item.theme-as .content > .bottom > .button {
  border-bottom: 1px solid #D6A5C5;
}
.posts--container--item.theme-as .content > .bottom > .button:hover {
  color: #D6A5C5;
}

.posts--container--item.theme-oc .content > .top > .meta > .category {
  background-color: #F59C00;
  color: #000;
}
.posts--container--item.theme-oc .content > .bottom > .button {
  border-bottom: 1px solid #F59C00;
}
.posts--container--item.theme-oc .content > .bottom > .button:hover {
  color: #F59C00;
}

.posts-advanced .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.posts-advanced .layout-container > .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.posts-advanced--content .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
@media only screen and (max-width: 800px) {
  .posts-advanced--content .title {
    font-size: 35px;
  }
}
.posts-advanced--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
  grid-template-rows: repeat(3, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.posts-advanced--container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.posts-advanced--container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.posts-advanced--container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.posts-advanced--container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.posts-advanced--container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.posts-advanced--container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.posts-advanced--container > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.posts-advanced--container > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.posts-advanced--container > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.posts-advanced--container > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.posts-advanced--container > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.posts-advanced--container > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.posts-advanced--container > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.posts-advanced--container > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.posts-advanced--container > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
@media only screen and (max-width: 1000px) {
  .posts-advanced--container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
  }
  .posts-advanced--container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.posts-advanced--container--big {
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 40px 32px;
}
@media only screen and (max-width: 1000px) {
  .posts-advanced--container--big {
    -ms-grid-row: unset;
        grid-row-start: unset;
    grid-row-end: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
    grid-column-end: unset;
  }
}
.posts-advanced--container--big .image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-advanced--container--big .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-advanced--container--big .overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media only screen and (max-width: 1000px) {
  .posts-advanced--container--big .overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.posts-advanced--container--big .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.posts-advanced--container--big .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts-advanced--container--big .content .meta .category {
  background-color: #D4CBF6;
  border-radius: 4px;
  padding: 0 8px 2px 8px;
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.posts-advanced--container--big .content .meta .date {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}
.posts-advanced--container--big .content .title {
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.posts-advanced--container--small {
  background-color: white;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .posts-advanced--container--small {
    -ms-grid-row: unset;
        grid-row-start: unset;
    grid-row-end: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
    grid-column-end: unset;
  }
}
.posts-advanced--container--small .image {
  min-width: 200px;
  max-width: 200px;
  height: 100%;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-advanced--container--small .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1170px) {
  .posts-advanced--container--small .image {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .posts-advanced--container--small .image {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .posts-advanced--container--small .image {
    display: none;
  }
}
.posts-advanced--container--small .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 24px;
}
.posts-advanced--container--small .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.posts-advanced--container--small .content .top .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts-advanced--container--small .content .top .meta .category {
  background-color: #D4CBF6;
  border-radius: 4px;
  padding: 0 8px 2px 8px;
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.posts-advanced--container--small .content .top .meta .date {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}
.posts-advanced--container--small .content .top .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.posts-advanced--container--small .content .bottom .button {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #E74427;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.posts-advanced--container--small .content .bottom .button:hover {
  color: #E74427;
}
.posts-advanced.news-overview-hero {
  background-color: #F7F7F5;
  border-radius: 16px;
  padding: 64px 0;
  margin: 0 10px;
}
.posts-advanced.news-overview-hero .scroll-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.posts-advanced.news-overview-hero .scroll-guide span {
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-top: 3px;
}
@-webkit-keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
@keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
.posts-advanced.news-overview-hero .scroll-guide svg .dot {
  -webkit-animation: moveVertical 4s ease-in-out infinite;
          animation: moveVertical 4s ease-in-out infinite;
}
.posts-advanced.news-overview-hero .scroll-guide svg {
  fill: #413672;
}
@media only screen and (max-width: 800px) {
  .posts-advanced.news-overview-hero {
    padding: 32px 0;
  }
}
.posts-advanced.news-overview-hero .layout-container {
  padding: 0 54px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .posts-advanced.news-overview-hero .layout-container {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 600px) {
  .posts-advanced.news-overview-hero .layout-container {
    padding: 0 14px;
  }
}
.posts-advanced.news-overview-hero .posts-advanced--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.posts-advanced.news-overview-hero .posts-advanced--content .title {
  color: #413672;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 800px) {
  .posts-advanced.news-overview-hero .posts-advanced--content .title {
    font-size: 35px;
  }
}
.posts-advanced.news-overview-hero .posts-advanced--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.posts-advanced.news-overview-hero .posts-advanced--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.posts-advanced.news-overview-hero .posts-advanced--content .breadcrumbs svg path {
  fill: #413672;
  fill-opacity: 1;
}
.posts-advanced.news-overview-hero .posts-advanced--content .breadcrumbs a, .posts-advanced.news-overview-hero .posts-advanced--content .breadcrumbs span {
  color: #413672;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.posts-advanced.news-overview-hero .posts-advanced--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.posts-advanced.news-overview-hero .posts-advanced--content .breadcrumbs span {
  opacity: 50%;
}
.posts-advanced.text-white .layout-container > .title {
  color: #ffffff !important;
}

.posts-advanced--container--big.theme-na .content > .top > .meta > .category, .posts-advanced--container--small.theme-na .content > .top > .meta > .category {
  background-color: #95C11F;
  color: #000;
}
.posts-advanced--container--big.theme-na .content > .bottom > .button, .posts-advanced--container--small.theme-na .content > .bottom > .button {
  border-bottom: 1px solid #95C11F;
}
.posts-advanced--container--big.theme-na .content > .bottom > .button:hover, .posts-advanced--container--small.theme-na .content > .bottom > .button:hover {
  color: #95C11F;
}

.posts-advanced--container--big.theme-sa .content > .top > .meta > .category, .posts-advanced--container--small.theme-sa .content > .top > .meta > .category {
  background-color: #3AAA35;
  color: #000;
}
.posts-advanced--container--big.theme-sa .content > .bottom > .button, .posts-advanced--container--small.theme-sa .content > .bottom > .button {
  border-bottom: 1px solid #3AAA35;
}
.posts-advanced--container--big.theme-sa .content > .bottom > .button:hover, .posts-advanced--container--small.theme-sa .content > .bottom > .button:hover {
  color: #3AAA35;
}

.posts-advanced--container--big.theme-eu .content > .top > .meta > .category, .posts-advanced--container--small.theme-eu .content > .top > .meta > .category {
  background-color: #EE7203;
  color: #fff;
}
.posts-advanced--container--big.theme-eu .content > .bottom > .button, .posts-advanced--container--small.theme-eu .content > .bottom > .button {
  border-bottom: 1px solid #EE7203;
}
.posts-advanced--container--big.theme-eu .content > .bottom > .button:hover, .posts-advanced--container--small.theme-eu .content > .bottom > .button:hover {
  color: #EE7203;
}

.posts-advanced--container--big.theme-af .content > .top > .meta > .category, .posts-advanced--container--small.theme-af .content > .top > .meta > .category {
  background-color: #F9B233;
  color: #000;
}
.posts-advanced--container--big.theme-af .content > .bottom > .button, .posts-advanced--container--small.theme-af .content > .bottom > .button {
  border-bottom: 1px solid #F9B233;
}
.posts-advanced--container--big.theme-af .content > .bottom > .button:hover, .posts-advanced--container--small.theme-af .content > .bottom > .button:hover {
  color: #F9B233;
}

.posts-advanced--container--big.theme-as .content > .top > .meta > .category, .posts-advanced--container--small.theme-as .content > .top > .meta > .category {
  background-color: #D6A5C5;
  color: #000;
}
.posts-advanced--container--big.theme-as .content > .bottom > .button, .posts-advanced--container--small.theme-as .content > .bottom > .button {
  border-bottom: 1px solid #D6A5C5;
}
.posts-advanced--container--big.theme-as .content > .bottom > .button:hover, .posts-advanced--container--small.theme-as .content > .bottom > .button:hover {
  color: #D6A5C5;
}

.posts-advanced--container--big.theme-oc .content > .top > .meta > .category, .posts-advanced--container--small.theme-oc .content > .top > .meta > .category {
  background-color: #F59C00;
  color: #000;
}
.posts-advanced--container--big.theme-oc .content > .bottom > .button, .posts-advanced--container--small.theme-oc .content > .bottom > .button {
  border-bottom: 1px solid #F59C00;
}
.posts-advanced--container--big.theme-oc .content > .bottom > .button:hover, .posts-advanced--container--small.theme-oc .content > .bottom > .button:hover {
  color: #F59C00;
}

.news-hero {
  background-color: #E4E0F6;
  border-radius: 16px;
  padding: 64px 0;
  margin: 0 10px;
}
@media only screen and (max-width: 800px) {
  .news-hero {
    padding: 32px 0;
  }
}
.news-hero .layout-container {
  padding: 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .news-hero .layout-container {
    padding: 0 22px;
    gap: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .news-hero .layout-container {
    padding: 0 14px;
  }
}
.news-hero .layout-container > .image {
  max-width: 1090px;
  width: 100%;
  aspect-ratio: 16/9;
}
.news-hero .layout-container > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.news-hero .layout-container > .video {
  max-width: 1090px;
  width: 100%;
}
.news-hero .layout-container > .video .news-hero--video-holder {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video .video-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background-color: #302952;
  border-radius: 8px;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video .video-thumb .overlay .play {
  padding: 15px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #E74427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video .video-thumb .overlay .play span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video .video-thumb .overlay .play svg {
  width: 24px;
  height: 24px;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video .video-thumb .overlay .play svg path {
  fill: white;
}
.news-hero .layout-container > .video .news-hero--video-holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-hero--content {
  max-width: 756px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.news-hero--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-hero--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.news-hero--content .breadcrumbs svg path {
  fill: #413672;
  fill-opacity: 1;
}
.news-hero--content .breadcrumbs a, .news-hero--content .breadcrumbs span {
  color: #413672;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.news-hero--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.news-hero--content .breadcrumbs span {
  opacity: 50%;
}
.news-hero--content .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.05px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .news-hero--content .title {
    font-size: 35px;
  }
}
.news-hero--content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.news-hero--content .meta .category {
  background-color: #413672;
  border-radius: 4px;
  padding: 0 8px 2px 8px;
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.news-hero--content .meta .date {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}

main.theme-na .news-hero {
  background-color: #00557F;
  position: relative;
  overflow: hidden;
}
main.theme-na .news-hero .country-icon {
  position: absolute;
  -webkit-transform: translate(-75%, -50%) scale(1.5);
          transform: translate(-75%, -50%) scale(1.5);
}
main.theme-na .news-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-na .news-hero .breadcrumbs a, main.theme-na .news-hero .breadcrumbs span {
  color: white;
}
main.theme-na .news-hero .title {
  color: white;
}
main.theme-na .news-hero .meta .category {
  background-color: #95C11F;
  color: #000;
}
main.theme-na .news-hero .meta .date {
  color: white;
}

main.theme-sa .news-hero {
  background-color: #6A4F9B;
  position: relative;
  overflow: hidden;
}
main.theme-sa .news-hero .country-icon {
  position: absolute;
  -webkit-transform: translate(-50%, -75%) scale(1.5);
          transform: translate(-50%, -75%) scale(1.5);
}
main.theme-sa .news-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-sa .news-hero .breadcrumbs a, main.theme-sa .news-hero .breadcrumbs span {
  color: white;
}
main.theme-sa .news-hero .title {
  color: white;
}
main.theme-sa .news-hero .meta .category {
  background-color: #3AAA35;
  color: #000;
}
main.theme-sa .news-hero .meta .date {
  color: white;
}

main.theme-eu .news-hero {
  background-color: #3B4898;
  position: relative;
  overflow: hidden;
}
main.theme-eu .news-hero .country-icon {
  position: absolute;
  -webkit-transform: translate(-50%, -75%) scale(1.5);
          transform: translate(-50%, -75%) scale(1.5);
}
main.theme-eu .news-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-eu .news-hero .breadcrumbs a, main.theme-eu .news-hero .breadcrumbs span {
  color: white;
}
main.theme-eu .news-hero .title {
  color: white;
}
main.theme-eu .news-hero .meta .category {
  background-color: #EE7203;
  color: #fff;
}
main.theme-eu .news-hero .meta .date {
  color: white;
}

main.theme-af .news-hero {
  background-color: #D91F7D;
  position: relative;
  overflow: hidden;
}
main.theme-af .news-hero .country-icon {
  position: absolute;
  -webkit-transform: translate(-75%, -50%) scale(1.5);
          transform: translate(-75%, -50%) scale(1.5);
}
main.theme-af .news-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-af .news-hero .breadcrumbs a, main.theme-af .news-hero .breadcrumbs span {
  color: white;
}
main.theme-af .news-hero .title {
  color: white;
}
main.theme-af .news-hero .meta .category {
  background-color: #F9B233;
  color: #000;
}
main.theme-af .news-hero .meta .date {
  color: white;
}

main.theme-as .news-hero {
  background-color: #E94E1B;
  position: relative;
  overflow: hidden;
}
main.theme-as .news-hero .country-icon {
  position: absolute;
  -webkit-transform: translate(-50%, -75%) scale(1.5);
          transform: translate(-50%, -75%) scale(1.5);
}
main.theme-as .news-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-as .news-hero .breadcrumbs a, main.theme-as .news-hero .breadcrumbs span {
  color: white;
}
main.theme-as .news-hero .title {
  color: white;
}
main.theme-as .news-hero .meta .category {
  background-color: #D6A5C5;
  color: #000;
}
main.theme-as .news-hero .meta .date {
  color: white;
}

main.theme-oc .news-hero {
  background-color: #951B81;
  position: relative;
  overflow: hidden;
}
main.theme-oc .news-hero .country-icon {
  position: absolute;
  -webkit-transform: translate(-40%, -60%) scale(1.5);
          transform: translate(-40%, -60%) scale(1.5);
}
main.theme-oc .news-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-oc .news-hero .breadcrumbs a, main.theme-oc .news-hero .breadcrumbs span {
  color: white;
}
main.theme-oc .news-hero .title {
  color: white;
}
main.theme-oc .news-hero .meta .category {
  background-color: #F59C00;
  color: #000;
}
main.theme-oc .news-hero .meta .date {
  color: white;
}

@media only screen and (max-width: 1000px) {
  .project-impact {
    max-width: 750px;
  }
}
.project-impact > .title {
  background-color: #D4CBF6;
  border-radius: 4px;
  padding: 0 8px 2px 8px;
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1000px) {
  .project-impact > .title {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: #302952;
    font-family: "Maven Pro", sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.65px;
    width: auto;
    margin: 0.83em 0;
  }
}
.project-impact--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.project-impact--items--item {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: white;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.project-impact--items--item .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: normal;
  margin: 0;
}
.project-impact--items--item .title span {
  padding: 0 14px;
  background-color: #469D5A;
  border-radius: 8px;
  color: white;
}
.project-impact--items--item .image {
  height: 250px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .project-impact--items--item .image {
    display: none;
  }
}
.project-impact--items--item .image img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main.theme-na .project-impact > .title {
  background-color: #95C11F;
  color: #000;
}

main.theme-sa .project-impact > .title {
  background-color: #3AAA35;
  color: #000;
}

main.theme-eu .project-impact > .title {
  background-color: #EE7203;
  color: #fff;
}

main.theme-af .project-impact > .title {
  background-color: #F9B233;
  color: #000;
}

main.theme-as .project-impact > .title {
  background-color: #D6A5C5;
  color: #000;
}

main.theme-oc .project-impact > .title {
  background-color: #F59C00;
  color: #000;
}

.project-hero {
  background-color: #E4E0F6;
  border-radius: 16px;
  padding: 64px 0;
  margin: 0 10px;
}
@media only screen and (max-width: 800px) {
  .project-hero {
    padding: 32px 0;
  }
}
.project-hero .layout-container {
  padding: 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .project-hero .layout-container {
    padding: 0 22px;
    gap: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .project-hero .layout-container {
    padding: 0 14px;
  }
}
.project-hero .layout-container .category-icon {
  position: absolute;
  left: 16px;
  top: 20px;
  height: auto;
  width: auto;
  background-color: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 2.825px 2.825px 0 rgba(0, 0, 0, 0.65);
          box-shadow: 0 2.825px 2.825px 0 rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 600px) {
  .project-hero .layout-container .category-icon {
    display: none;
  }
}
.project-hero .layout-container .category-icon img {
  padding: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 120px;
  max-width: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.project-hero .layout-container > .media {
  width: 100%;
  aspect-ratio: 16/4;
  position: relative;
}
.project-hero .layout-container > .media > .image {
  width: 100%;
  aspect-ratio: 16/9;
  position: absolute;
}
.project-hero .layout-container > .media > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-hero .layout-container > .media > .video {
  width: 100%;
  position: absolute;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video .video-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background-color: #302952;
  border-radius: 8px;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video .video-thumb .overlay .play {
  padding: 15px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #E74427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video .video-thumb .overlay .play span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video .video-thumb .overlay .play svg {
  width: 24px;
  height: 24px;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video .video-thumb .overlay .play svg path {
  fill: white;
}
.project-hero .layout-container > .media > .video .project-hero--video-holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-hero--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 800px) {
  .project-hero--content {
    gap: 24px;
  }
}
.project-hero--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-hero--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.project-hero--content .breadcrumbs svg path {
  fill: #413672;
  fill-opacity: 1;
}
.project-hero--content .breadcrumbs a, .project-hero--content .breadcrumbs span {
  color: #413672;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.project-hero--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.project-hero--content .breadcrumbs span {
  opacity: 50%;
}
.project-hero--content--texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  .project-hero--content--texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.project-hero--content--texts .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 750px;
  width: 100%;
}
.project-hero--content--texts .left .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.6px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .project-hero--content--texts .left .title {
    font-size: 35px;
  }
}
.project-hero--content--texts .left .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-hero--content--texts .left .meta .category {
  background-color: #413672;
  border-radius: 4px;
  padding: 0 8px 2px 8px;
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.project-hero--content--texts .left .excerpt {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .project-hero--content--texts .left .excerpt {
    font-size: 18px;
  }
}
.project-hero--content--texts .right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 16px;
  max-width: 420px;
}
.project-hero--content--texts .right .country-image {
  width: 100%;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
}
.project-hero--content--texts .right .country-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-hero--content--texts .right .metadata-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.project-hero--content--texts .right .metadata-container--country, .project-hero--content--texts .right .metadata-container--organisation {
  width: calc(50% - 8px);
}
@media only screen and (max-width: 800px) {
  .project-hero--content--texts .right .metadata-container--country, .project-hero--content--texts .right .metadata-container--organisation {
    width: 100%;
  }
}
.project-hero--content--texts .right .metadata-container--project {
  width: 100%;
}
.project-hero--content--texts .right .metadata-container .metadata-title {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.project-hero--content--texts .right .metadata-container .metadata {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.project-hero--padding--p {
  width: 100%;
  aspect-ratio: 16/5;
  margin-bottom: -64px;
}
@media only screen and (max-width: 800px) {
  .project-hero--padding--p {
    margin-bottom: -32px;
  }
}

main.theme-na .project-hero {
  background-color: #00557F;
}
main.theme-na .project-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-na .project-hero .breadcrumbs a, main.theme-na .project-hero .breadcrumbs span {
  color: white;
}
main.theme-na .project-hero .left .title, main.theme-na .project-hero .left .excerpt {
  color: white;
}
main.theme-na .project-hero .left .meta .category {
  background-color: #95C11F;
  color: #000;
}
main.theme-na .project-hero .left .meta .date {
  color: white;
}
main.theme-na .project-hero .right .metadata-container p {
  color: white;
}

main.theme-sa .project-hero {
  background-color: #6A4F9B;
}
main.theme-sa .project-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-sa .project-hero .breadcrumbs a, main.theme-sa .project-hero .breadcrumbs span {
  color: white;
}
main.theme-sa .project-hero .left .title, main.theme-sa .project-hero .left .excerpt {
  color: white;
}
main.theme-sa .project-hero .left .meta .category {
  background-color: #3AAA35;
  color: #000;
}
main.theme-sa .project-hero .left .meta .date {
  color: white;
}
main.theme-sa .project-hero .right .metadata-container p {
  color: white;
}

main.theme-eu .project-hero {
  background-color: #3B4898;
}
main.theme-eu .project-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-eu .project-hero .breadcrumbs a, main.theme-eu .project-hero .breadcrumbs span {
  color: white;
}
main.theme-eu .project-hero .left .title, main.theme-eu .project-hero .left .excerpt {
  color: white;
}
main.theme-eu .project-hero .left .meta .category {
  background-color: #EE7203;
  color: #fff;
}
main.theme-eu .project-hero .left .meta .date {
  color: white;
}
main.theme-eu .project-hero .right .metadata-container p {
  color: white;
}

main.theme-af .project-hero {
  background-color: #D91F7D;
}
main.theme-af .project-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-af .project-hero .breadcrumbs a, main.theme-af .project-hero .breadcrumbs span {
  color: white;
}
main.theme-af .project-hero .left .title, main.theme-af .project-hero .left .excerpt {
  color: white;
}
main.theme-af .project-hero .left .meta .category {
  background-color: #F9B233;
  color: #000;
}
main.theme-af .project-hero .left .meta .date {
  color: white;
}
main.theme-af .project-hero .right .metadata-container p {
  color: white;
}

main.theme-as .project-hero {
  background-color: #E94E1B;
}
main.theme-as .project-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-as .project-hero .breadcrumbs a, main.theme-as .project-hero .breadcrumbs span {
  color: white;
}
main.theme-as .project-hero .left .title, main.theme-as .project-hero .left .excerpt {
  color: white;
}
main.theme-as .project-hero .left .meta .category {
  background-color: #D6A5C5;
  color: #000;
}
main.theme-as .project-hero .left .meta .date {
  color: white;
}
main.theme-as .project-hero .right .metadata-container p {
  color: white;
}

main.theme-oc .project-hero {
  background-color: #951B81;
}
main.theme-oc .project-hero .breadcrumbs svg path {
  fill: white;
}
main.theme-oc .project-hero .breadcrumbs a, main.theme-oc .project-hero .breadcrumbs span {
  color: white;
}
main.theme-oc .project-hero .left .title, main.theme-oc .project-hero .left .excerpt {
  color: white;
}
main.theme-oc .project-hero .left .meta .category {
  background-color: #F59C00;
  color: #000;
}
main.theme-oc .project-hero .left .meta .date {
  color: white;
}
main.theme-oc .project-hero .right .metadata-container p {
  color: white;
}

.default-hero {
  background-color: #E4E0F6;
  border-radius: 16px;
  padding: 64px 0;
  margin: 0 10px;
}
@media only screen and (max-width: 800px) {
  .default-hero {
    padding: 32px 0;
  }
}
.default-hero .layout-container {
  padding: 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .default-hero .layout-container {
    padding: 0 22px;
    gap: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .default-hero .layout-container {
    padding: 0 14px;
  }
}
.default-hero .layout-container > .media {
  width: 100%;
  aspect-ratio: 16/3;
  position: relative;
}
.default-hero .layout-container > .media > .image {
  width: 100%;
  aspect-ratio: 16/7;
  position: absolute;
}
.default-hero .layout-container > .media > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.default-hero--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.default-hero--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-hero--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.default-hero--content .breadcrumbs svg path {
  fill: #413672;
  fill-opacity: 1;
}
.default-hero--content .breadcrumbs a, .default-hero--content .breadcrumbs span {
  color: #413672;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.default-hero--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.default-hero--content .breadcrumbs span {
  opacity: 50%;
}
.default-hero--content .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.6px;
  margin: 0;
  max-width: 978px;
}
@media only screen and (max-width: 800px) {
  .default-hero--content .title {
    font-size: 35px;
  }
}
.default-hero--padding--p {
  width: 100%;
  aspect-ratio: 16/4;
  margin-bottom: -64px;
}
@media only screen and (max-width: 800px) {
  .default-hero--padding--p {
    margin-bottom: -32px;
  }
}

.landing-text-hero {
  background-color: #413672;
  border-radius: 16px;
  padding: 36px 0;
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .landing-text-hero {
    padding: 32px 0;
  }
}
.landing-text-hero.has-cta {
  padding: 36px 0 120px 0;
}
@media only screen and (max-width: 800px) {
  .landing-text-hero.has-cta {
    padding: 32px 0 120px 0;
  }
}
.landing-text-hero .layout-container {
  padding: 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .landing-text-hero .layout-container {
    padding: 0 22px;
    gap: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .landing-text-hero .layout-container {
    padding: 0 14px;
  }
}
.landing-text-hero > .media {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.landing-text-hero > .media > .image {
  width: 100%;
  height: 100%;
}
.landing-text-hero > .media > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.landing-text-hero > .media > .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(81.89%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 81.89%);
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  border-radius: 16px;
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero > .media > .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
.landing-text-hero--content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  min-height: calc(100vh - 400px);
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero--content {
    min-height: unset;
  }
}
.landing-text-hero--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-text-hero--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.landing-text-hero--content .breadcrumbs svg path {
  fill: white;
  fill-opacity: 1;
}
.landing-text-hero--content .breadcrumbs a, .landing-text-hero--content .breadcrumbs span {
  color: white;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.landing-text-hero--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.landing-text-hero--content .breadcrumbs span {
  opacity: 50%;
}
.landing-text-hero--content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero--content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 24px;
  }
}
.landing-text-hero--content .content .title {
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  width: 50%;
  max-width: 683px;
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero--content .content .title {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .landing-text-hero--content .content .title {
    font-size: 35px;
  }
}
.landing-text-hero--content .content .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  width: 50%;
  max-width: 445px;
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero--content .content .text {
    width: 100%;
    max-width: unset;
  }
}
.landing-text-hero--content .scroll-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.landing-text-hero--content .scroll-guide span {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-top: 3px;
}
@keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
.landing-text-hero--content .scroll-guide svg .dot {
  -webkit-animation: moveVertical 4s ease-in-out infinite;
          animation: moveVertical 4s ease-in-out infinite;
}
.landing-text-hero--cta {
  padding-top: 0;
  margin-top: -84px;
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero--cta {
    margin-top: -128px;
  }
}
.landing-text-hero--cta .block {
  background-color: #302952;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  .landing-text-hero--cta .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-text-hero--cta--content {
  padding: 80px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 40%;
}
@media only screen and (max-width: 1170px) {
  .landing-text-hero--cta--content {
    width: 100%;
    padding: 54px;
  }
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero--cta--content {
    padding: 32px;
  }
}
.landing-text-hero--cta--content .title {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.75px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .landing-text-hero--cta--content .title {
    font-size: 28px;
  }
}
.landing-text-hero--cta--content .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.landing-text-hero--cta .image {
  height: 100%;
  width: 60%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1170px) {
  .landing-text-hero--cta .image {
    display: none;
  }
}
.landing-text-hero--cta .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-text-hero--cta.bg-green {
  background: linear-gradient(180deg, transparent 0%, transparent 84px, #f4f4e9 100px, #f4f4e9 100%);
}
.landing-text-hero--cta.bg-purple {
  background: linear-gradient(180deg, transparent 0%, transparent 84px, #faf9fe 100px, #faf9fe 100%);
}
@media only screen and (max-width: 1000px) {
  .landing-text-hero--cta.bg-green {
    background: linear-gradient(180deg, transparent 0%, transparent 128px, #f4f4e9 144px, #f4f4e9 100%);
  }
  .landing-text-hero--cta.bg-purple {
    background: linear-gradient(180deg, transparent 0%, transparent 128px, #faf9fe 144px, #faf9fe 100%);
  }
}

.landing-video-hero {
  background-color: #E74427;
  padding: 36px 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .landing-video-hero {
    padding: 32px 0;
  }
}
.landing-video-hero.has-cta {
  padding: 36px 0 124px 0;
}
@media only screen and (max-width: 1000px) {
  .landing-video-hero.has-cta {
    padding: 32px 0 168px 0;
  }
}
.landing-video-hero .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  max-width: 1420px;
}
.landing-video-hero > .media {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.landing-video-hero > .media > .image {
  width: 100%;
  height: 100%;
}
.landing-video-hero > .media > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-video-hero > .media > .video {
  width: 100%;
  height: 100%;
}
.landing-video-hero > .media > .video .video-slot {
  width: 100%;
  height: 100%;
}
.landing-video-hero > .media > .video .video-slot video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-video-hero > .media > .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.landing-video-hero--content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  min-height: calc(100vh - 400px);
}
@media only screen and (max-width: 1000px) {
  .landing-video-hero--content {
    min-height: 400px;
  }
}
.landing-video-hero--content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media only screen and (max-width: 1000px) {
  .landing-video-hero--content .content {
    gap: 24px;
  }
}
.landing-video-hero--content .content .title {
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  max-width: 683px;
}
@media only screen and (max-width: 800px) {
  .landing-video-hero--content .content .title {
    font-size: 35px;
  }
}
.landing-video-hero--content .content .title span {
  font-weight: 400;
}
.landing-video-hero--content .scroll-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.landing-video-hero--content .scroll-guide span {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-top: 3px;
}
@keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
.landing-video-hero--content .scroll-guide svg .dot {
  -webkit-animation: moveVertical 4s ease-in-out infinite;
          animation: moveVertical 4s ease-in-out infinite;
}
.landing-video-hero--cta {
  padding-top: 0;
  margin-top: -84px;
}
@media only screen and (max-width: 1000px) {
  .landing-video-hero--cta {
    margin-top: -128px;
  }
}
.landing-video-hero--cta .block {
  background-color: #302952;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  .landing-video-hero--cta .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-video-hero--cta--content {
  padding: 80px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 40%;
}
@media only screen and (max-width: 1170px) {
  .landing-video-hero--cta--content {
    width: 100%;
    padding: 54px;
  }
}
@media only screen and (max-width: 1000px) {
  .landing-video-hero--cta--content {
    padding: 32px;
  }
}
.landing-video-hero--cta--content .title {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.75px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .landing-video-hero--cta--content .title {
    font-size: 28px;
  }
}
.landing-video-hero--cta--content .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.landing-video-hero--cta .image {
  height: 100%;
  width: 60%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1170px) {
  .landing-video-hero--cta .image {
    display: none;
  }
}
.landing-video-hero--cta .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-video-hero--cta.bg-green {
  background: linear-gradient(180deg, transparent 0%, transparent 84px, #faf9fe 84px, #f4f4e9 100%);
}
.landing-video-hero--cta.bg-purple {
  background: linear-gradient(180deg, transparent 0%, transparent 84px, #faf9fe 84px, #faf9fe 100%);
}
@media only screen and (max-width: 1000px) {
  .landing-video-hero--cta.bg-green {
    background: linear-gradient(180deg, transparent 0%, transparent 128px, #f4f4e9 128px, #f4f4e9 100%);
  }
  .landing-video-hero--cta.bg-purple {
    background: linear-gradient(180deg, transparent 0%, transparent 128px, #faf9fe 128px, #faf9fe 100%);
  }
}

.landing-simple-hero {
  background-color: #413672;
  border-radius: 16px;
  padding: 36px 0 52px 0;
  margin: 0 10px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .landing-simple-hero {
    padding: 32px 0 52px 0;
  }
}
.landing-simple-hero .layout-container {
  padding: 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .landing-simple-hero .layout-container {
    padding: 0 22px;
    gap: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .landing-simple-hero .layout-container {
    padding: 0 14px;
  }
}
.landing-simple-hero > .media {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.landing-simple-hero > .media > .image {
  width: 100%;
  height: 100%;
}
.landing-simple-hero > .media > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.landing-simple-hero > .media > .overlay {
  background: -webkit-gradient(linear, right top, left top, color-stop(28.11%, rgba(0, 0, 0, 0)), color-stop(79.48%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 28.11%, rgba(0, 0, 0, 0.6) 79.48%);
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  border-radius: 16px;
}
@media only screen and (max-width: 1000px) {
  .landing-simple-hero > .media > .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
.landing-simple-hero--content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  min-height: 500px;
}
@media only screen and (max-width: 1000px) {
  .landing-simple-hero--content {
    min-height: unset;
  }
}
.landing-simple-hero--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-simple-hero--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.landing-simple-hero--content .breadcrumbs svg path {
  fill: white;
  fill-opacity: 1;
}
.landing-simple-hero--content .breadcrumbs a, .landing-simple-hero--content .breadcrumbs span {
  color: white;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.landing-simple-hero--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.landing-simple-hero--content .breadcrumbs span {
  opacity: 50%;
}
.landing-simple-hero--content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media only screen and (max-width: 1000px) {
  .landing-simple-hero--content .content {
    gap: 24px;
  }
}
.landing-simple-hero--content .content .title {
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 683px;
}
@media only screen and (max-width: 800px) {
  .landing-simple-hero--content .content .title {
    font-size: 35px;
  }
}
.landing-simple-hero--content .scroll-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.landing-simple-hero--content .scroll-guide span {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-top: 3px;
}
@keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
.landing-simple-hero--content .scroll-guide svg .dot {
  -webkit-animation: moveVertical 4s ease-in-out infinite;
          animation: moveVertical 4s ease-in-out infinite;
}
.landing-simple-hero--cta {
  padding-top: 0;
  margin-top: -160px;
}
@media only screen and (max-width: 1000px) {
  .landing-simple-hero--cta {
    margin-top: -48px;
  }
}
.landing-simple-hero--cta .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.landing-simple-hero--cta--content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 478px;
  width: 100%;
  background-color: #302952;
  border-radius: 8px;
}
.landing-simple-hero--cta--content .title {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.65px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .landing-simple-hero--cta--content .title {
    font-size: 28px;
  }
}
.landing-simple-hero--cta--content .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.landing-simple-hero--cta--content .btn {
  margin-top: 8px;
}
.landing-simple-hero--cta.bg-green {
  background: linear-gradient(180deg, transparent 0%, transparent 160px, #f4f4e9 172px, #f4f4e9 100%);
}
.landing-simple-hero--cta.bg-purple {
  background: linear-gradient(180deg, transparent 0%, transparent 160px, #faf9fe 172px, #faf9fe 100%);
}
@media only screen and (max-width: 1000px) {
  .landing-simple-hero--cta.bg-green {
    background: linear-gradient(180deg, transparent 0%, transparent 48px, #f4f4e9 64px, #f4f4e9 100%);
  }
  .landing-simple-hero--cta.bg-purple {
    background: linear-gradient(180deg, transparent 0%, transparent 48px, #faf9fe 64px, #faf9fe 100%);
  }
}

.landing-slider-hero {
  background-color: #E74427;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .landing-slider-hero {
    padding: 32px 0;
  }
}
.landing-slider-hero.has-cta {
  padding: 36px 0 124px 0;
}
@media only screen and (max-width: 1000px) {
  .landing-slider-hero.has-cta {
    padding: 32px 0 168px 0;
  }
}
.landing-slider-hero .hero-media-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.landing-slider-hero .hero-media-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.landing-slider-hero .hero-media-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.landing-slider-hero .hero-media-item.prev {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transition: none;
  transition: none;
}
.landing-slider-hero .hero-media-item .image {
  width: 100%;
  height: 100%;
}
.landing-slider-hero .hero-media-item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-slider-hero .hero-media-item .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.landing-slider-hero .hero-slides-wrapper {
  position: relative;
  width: 100%;
  z-index: 3;
}
.landing-slider-hero .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.landing-slider-hero .hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  position: relative;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.landing-slider-hero .hero-slide.prev {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transition: none;
  transition: none;
}
.landing-slider-hero .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  max-width: 1420px;
}
.landing-slider-hero--content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  min-height: calc(100vh - 400px);
}
@media only screen and (max-width: 1000px) {
  .landing-slider-hero--content {
    min-height: 400px;
  }
}
.landing-slider-hero--content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media only screen and (max-width: 1000px) {
  .landing-slider-hero--content .content {
    gap: 24px;
  }
}
.landing-slider-hero--content .content .title {
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  max-width: 683px;
}
@media only screen and (max-width: 800px) {
  .landing-slider-hero--content .content .title {
    font-size: 35px;
  }
}
.landing-slider-hero--content .content .title span {
  font-weight: 400;
}
.landing-slider-hero--content .scroll-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.landing-slider-hero--content .scroll-guide span {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-top: 3px;
}
@keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
.landing-slider-hero--content .scroll-guide svg .dot {
  -webkit-animation: moveVertical 4s ease-in-out infinite;
          animation: moveVertical 4s ease-in-out infinite;
}
.landing-slider-hero--cta {
  padding-top: 0;
  margin-top: -84px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  .landing-slider-hero--cta {
    margin-top: -128px;
  }
}
.landing-slider-hero--cta .block {
  background-color: #302952;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  .landing-slider-hero--cta .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landing-slider-hero--cta--content {
  padding: 80px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 40%;
}
@media only screen and (max-width: 1170px) {
  .landing-slider-hero--cta--content {
    width: 100%;
    padding: 54px;
  }
}
@media only screen and (max-width: 1000px) {
  .landing-slider-hero--cta--content {
    padding: 32px;
  }
}
.landing-slider-hero--cta--content .title {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.75px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .landing-slider-hero--cta--content .title {
    font-size: 28px;
  }
}
.landing-slider-hero--cta--content .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.landing-slider-hero--cta .image {
  height: 100%;
  width: 60%;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1170px) {
  .landing-slider-hero--cta .image {
    display: none;
  }
}
.landing-slider-hero--cta .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-slider-hero--cta.bg-green {
  background: linear-gradient(180deg, transparent 0%, transparent 84px, #faf9fe 84px, #f4f4e9 100%);
}
.landing-slider-hero--cta.bg-purple {
  background: linear-gradient(180deg, transparent 0%, transparent 84px, #faf9fe 84px, #faf9fe 100%);
}
@media only screen and (max-width: 1000px) {
  .landing-slider-hero--cta.bg-green {
    background: linear-gradient(180deg, transparent 0%, transparent 128px, #f4f4e9 128px, #f4f4e9 100%);
  }
  .landing-slider-hero--cta.bg-purple {
    background: linear-gradient(180deg, transparent 0%, transparent 128px, #faf9fe 128px, #faf9fe 100%);
  }
}

.stories {
  scroll-margin-top: 100px;
}
.stories#stories {
  padding-top: 64px;
}
.stories .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 52px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1000px) {
  .stories .title {
    margin-bottom: 24px;
  }
}
.stories--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .stories--container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.stories--container--item {
  background-color: white;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stories--container--item .image {
  width: 100%;
  min-height: 272px;
  max-height: 272px;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.stories--container--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories--container--item .image .video-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 20px;
  left: 24px;
  padding: 6px 12px 6px 6px;
  border-radius: 4px;
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.stories--container--item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 24px;
}
.stories--container--item .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.stories--container--item .content .top .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stories--container--item .content .top .meta .category {
  background-color: #D4CBF6;
  border-radius: 4px;
  padding: 0 8px 2px 8px;
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.stories--container--item .content .top .meta .date {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}
.stories--container--item .content .top .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.stories--container--item .content .top .excerpt {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
  margin: 0;
}
.stories--container--item .content .bottom .button {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #E74427;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.stories--container--item .content .bottom .button:hover {
  color: #E74427;
}

.stories-overview-hero {
  background-color: #F7F7F5;
  border-radius: 16px;
  padding: 64px 0;
  margin: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media only screen and (max-width: 800px) {
  .stories-overview-hero {
    padding: 32px 0;
  }
}
.stories-overview-hero .layout-container {
  padding: 0 54px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .stories-overview-hero .layout-container {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 600px) {
  .stories-overview-hero .layout-container {
    padding: 0 14px;
  }
}
.stories-overview-hero .scroll-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: -24px;
}
.stories-overview-hero .scroll-guide span {
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-top: 3px;
}
@keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
.stories-overview-hero .scroll-guide svg .dot {
  -webkit-animation: moveVertical 4s ease-in-out infinite;
          animation: moveVertical 4s ease-in-out infinite;
}
.stories-overview-hero .scroll-guide svg {
  fill: #413672;
}
.stories-overview-hero--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -32px;
}
.stories-overview-hero--controls--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.stories-overview-hero--controls--buttons button {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  background-color: #413672;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.stories-overview-hero--controls--buttons button:hover {
  background-color: color-mix(in hsl, black 10%, #413672 90%);
}
.stories-overview-hero--controls--buttons button svg {
  width: 30px;
  height: 30px;
}
.stories-overview-hero--controls--buttons button svg path {
  fill: white;
  fill-opacity: 1;
}
.stories-overview-hero--controls--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.stories-overview-hero--controls--pagination button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #413672;
  border: none;
  cursor: pointer;
  opacity: 0.12;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.stories-overview-hero--controls--pagination button:hover {
  opacity: 0.5;
}
.stories-overview-hero--controls--pagination button.is-active {
  opacity: 1;
}
.stories-overview-hero--controls--pagination button svg {
  width: 30px;
  height: 30px;
}
.stories-overview-hero--controls--pagination button svg path {
  fill: white;
  fill-opacity: 1;
}
.stories-overview-hero--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.stories-overview-hero--content .title {
  color: #413672;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .stories-overview-hero--content .title {
    font-size: 35px;
  }
}
.stories-overview-hero--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stories-overview-hero--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.stories-overview-hero--content .breadcrumbs svg path {
  fill: #413672;
  fill-opacity: 1;
}
.stories-overview-hero--content .breadcrumbs a, .stories-overview-hero--content .breadcrumbs span {
  color: #413672;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.stories-overview-hero--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.stories-overview-hero--content .breadcrumbs span {
  opacity: 50%;
}
.stories-overview-hero .splide__track {
  margin: 0 auto;
  max-width: 1420px;
  overflow: visible;
}
.stories-overview-hero .project-hero-card {
  height: 652px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 32px 28px;
}
@media only screen and (max-width: 800px) {
  .stories-overview-hero .project-hero-card {
    height: 440px;
    padding: 24px 16px;
  }
}
.stories-overview-hero .project-hero-card .image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stories-overview-hero .project-hero-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories-overview-hero .project-hero-card .overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.stories-overview-hero .project-hero-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 64px;
  position: relative;
}
.stories-overview-hero .project-hero-card .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 560px;
}
.stories-overview-hero .project-hero-card .content .left .title-container {
  width: 100%;
}
.stories-overview-hero .project-hero-card .content .left .title-container h3.title {
  display: inline;
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 800px) {
  .stories-overview-hero .project-hero-card .content .left .title-container h3.title {
    font-size: 24px;
  }
}
.stories-overview-hero .project-hero-card .content .left .title-container h3.title .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  padding: 8px;
  margin-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  background-color: transparent;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border 0.2s ease, background-color 0.2s ease;
  transition: border 0.2s ease, background-color 0.2s ease;
}
.stories-overview-hero .project-hero-card .content .left .title-container h3.title .button:hover {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.stories-overview-hero .project-hero-card .content .left .organisation {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.stories-overview-hero .project-hero-card .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .stories-overview-hero .project-hero-card .content .right {
    display: none;
  }
}
.stories-overview-hero .project-hero-card .content .right .country {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: right;
}
.stories-overview-hero .project-hero-card .content .right .country-icon svg {
  width: 64px;
  height: 64px;
}

.projects-overview-slider .category-header .main-title {
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 40px;
}
.projects-overview-slider .category-header .category-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  background: #F7F7F5;
  padding: 32px;
  margin-bottom: 32px;
  gap: 48px;
}
@media only screen and (max-width: 800px) {
  .projects-overview-slider .category-header .category-header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.projects-overview-slider .category-header .category-header-content .category-icon {
  height: auto;
  width: auto;
}
.projects-overview-slider .category-header .category-header-content .category-icon img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 120px;
  max-width: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .projects-overview-slider .category-header .category-header-content .category-icon img {
    -o-object-position: left;
       object-position: left;
  }
}
.projects-overview-slider .category-header .category-header-content .category-header-content-text {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 800px) {
  .projects-overview-slider .category-header .category-header-content .category-header-content-text {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}
.projects-overview-slider .category-header .category-header-content .category-header-content-text .category-title {
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.85px;
  margin: 0;
  margin-bottom: 4px;
}
.projects-overview-slider .category-header .category-header-content .category-header-content-text .category-text {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.projects-overview-slider .category-header .category-header-content .category-link {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-decoration: none;
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #E74427;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 800px) {
  .projects-overview-slider .category-header .category-header-content .category-link {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
}
.projects-overview-slider .category-header .category-header-content .category-link:hover {
  color: #E74427;
}
.projects-overview-slider--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.projects-overview-slider--controls--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.projects-overview-slider--controls--buttons button {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  background-color: #413672;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.projects-overview-slider--controls--buttons button:hover {
  background-color: color-mix(in hsl, black 10%, #413672 90%);
}
.projects-overview-slider--controls--buttons button svg {
  width: 30px;
  height: 30px;
}
.projects-overview-slider--controls--buttons button svg path {
  fill: white;
  fill-opacity: 1;
}
.projects-overview-slider--controls--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.projects-overview-slider--controls--pagination button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #413672;
  border: none;
  cursor: pointer;
  opacity: 0.12;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.projects-overview-slider--controls--pagination button:hover {
  opacity: 0.5;
}
.projects-overview-slider--controls--pagination button.is-active {
  opacity: 1;
}
.projects-overview-slider--controls--pagination button svg {
  width: 30px;
  height: 30px;
}
.projects-overview-slider--controls--pagination button svg path {
  fill: white;
  fill-opacity: 1;
}
.projects-overview-slider .project-overview-card {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 32px 28px;
}
@media only screen and (max-width: 800px) {
  .projects-overview-slider .project-overview-card {
    height: 300px;
  }
}
.projects-overview-slider .project-overview-card .image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects-overview-slider .project-overview-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-overview-slider .project-overview-card .overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.projects-overview-slider .project-overview-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 64px;
  position: relative;
}
.projects-overview-slider .project-overview-card .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 560px;
}
.projects-overview-slider .project-overview-card .content .left .title-container {
  width: 100%;
}
.projects-overview-slider .project-overview-card .content .left .title-container h3.title {
  display: inline;
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 800px) {
  .projects-overview-slider .project-overview-card .content .left .title-container h3.title {
    font-size: 24px;
  }
}
.projects-overview-slider .project-overview-card .content .left .title-container h3.title .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  padding: 8px;
  margin-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  background-color: transparent;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border 0.2s ease, background-color 0.2s ease;
  transition: border 0.2s ease, background-color 0.2s ease;
}
.projects-overview-slider .project-overview-card .content .left .title-container h3.title .button:hover {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.projects-overview-slider .project-overview-card .content .left .organisation {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.projects-overview-slider .project-overview-card .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .projects-overview-slider .project-overview-card .content .right {
    display: none;
  }
}
.projects-overview-slider .project-overview-card .content .right .country {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: right;
}
.projects-overview-slider .project-overview-card .content .right .country-icon svg {
  width: 64px;
  height: 64px;
}

.projects-overview-hero {
  background-color: #F7F7F5;
  border-radius: 16px;
  padding: 64px 0;
  margin: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media only screen and (max-width: 800px) {
  .projects-overview-hero {
    padding: 32px 0;
  }
}
.projects-overview-hero .layout-container {
  padding: 0 54px;
  max-width: 1420px;
}
@media only screen and (max-width: 800px) {
  .projects-overview-hero .layout-container {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 600px) {
  .projects-overview-hero .layout-container {
    padding: 0 14px;
  }
}
.projects-overview-hero .scroll-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: -24px;
}
.projects-overview-hero .scroll-guide span {
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-top: 3px;
}
@keyframes moveVertical {
  0%, 70% {
    y: 4;
  }
  20%, 50% {
    y: 16;
  }
}
.projects-overview-hero .scroll-guide svg .dot {
  -webkit-animation: moveVertical 4s ease-in-out infinite;
          animation: moveVertical 4s ease-in-out infinite;
}
.projects-overview-hero .scroll-guide svg {
  fill: #413672;
}
.projects-overview-hero--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -32px;
}
.projects-overview-hero--controls--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.projects-overview-hero--controls--buttons button {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  background-color: #413672;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.projects-overview-hero--controls--buttons button:hover {
  background-color: color-mix(in hsl, black 10%, #413672 90%);
}
.projects-overview-hero--controls--buttons button svg {
  width: 30px;
  height: 30px;
}
.projects-overview-hero--controls--buttons button svg path {
  fill: white;
  fill-opacity: 1;
}
.projects-overview-hero--controls--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.projects-overview-hero--controls--pagination button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #413672;
  border: none;
  cursor: pointer;
  opacity: 0.12;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.projects-overview-hero--controls--pagination button:hover {
  opacity: 0.5;
}
.projects-overview-hero--controls--pagination button.is-active {
  opacity: 1;
}
.projects-overview-hero--controls--pagination button svg {
  width: 30px;
  height: 30px;
}
.projects-overview-hero--controls--pagination button svg path {
  fill: white;
  fill-opacity: 1;
}
.projects-overview-hero--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.projects-overview-hero--content .title {
  color: #413672;
  font-family: "Noto Serif", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .projects-overview-hero--content .title {
    font-size: 35px;
  }
}
.projects-overview-hero--content .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projects-overview-hero--content .breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.projects-overview-hero--content .breadcrumbs svg path {
  fill: #413672;
  fill-opacity: 1;
}
.projects-overview-hero--content .breadcrumbs a, .projects-overview-hero--content .breadcrumbs span {
  color: #413672;
  text-decoration: none;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.projects-overview-hero--content .breadcrumbs a:hover {
  text-decoration: underline;
}
.projects-overview-hero--content .breadcrumbs span {
  opacity: 50%;
}
.projects-overview-hero .splide__track {
  margin: 0 auto;
  max-width: 1420px;
  overflow: visible;
}
.projects-overview-hero .project-hero-card {
  height: 652px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 32px 28px;
}
@media only screen and (max-width: 800px) {
  .projects-overview-hero .project-hero-card {
    height: 300px;
    padding: 24px 16px;
  }
}
.projects-overview-hero .project-hero-card .image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects-overview-hero .project-hero-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-overview-hero .project-hero-card .overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.projects-overview-hero .project-hero-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 64px;
  position: relative;
}
.projects-overview-hero .project-hero-card .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 560px;
}
.projects-overview-hero .project-hero-card .content .left .title-container {
  width: 100%;
}
.projects-overview-hero .project-hero-card .content .left .title-container h3.title {
  display: inline;
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 800px) {
  .projects-overview-hero .project-hero-card .content .left .title-container h3.title {
    font-size: 24px;
  }
}
.projects-overview-hero .project-hero-card .content .left .title-container h3.title .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  padding: 8px;
  margin-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  background-color: transparent;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border 0.2s ease, background-color 0.2s ease;
  transition: border 0.2s ease, background-color 0.2s ease;
}
.projects-overview-hero .project-hero-card .content .left .title-container h3.title .button:hover {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.projects-overview-hero .project-hero-card .content .left .organisation {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.projects-overview-hero .project-hero-card .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .projects-overview-hero .project-hero-card .content .right {
    display: none;
  }
}
.projects-overview-hero .project-hero-card .content .right .country {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: right;
}
.projects-overview-hero .project-hero-card .content .right .country-icon svg {
  width: 64px;
  height: 64px;
}

/**
 * Global
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100vw - var(--scrollbar-width));
  max-width: calc(100vw - var(--scrollbar-width));
  overflow-x: hidden;
  overflow-y: auto;
}
html.menu-opened {
  overflow: hidden;
}
@media (min-width: 1171px) {
  html.menu-opened {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

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

body {
  margin: 0;
  padding: 0;
  color: #413672;
  background-color: white;
  font-family: "Maven Pro", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

main {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

body.has-notification main {
  margin-top: 148px;
}

p, ul, ol, a {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
p strong, ul strong, ol strong, a strong {
  font-weight: 700;
  color: #413672;
}

p, ul, ol {
  margin: 27px 0;
}

a {
  color: #E74427;
}

h2, div.h2 {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.65px;
}

h3, div.h3 {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.65px;
  margin: 54px 0 27px;
}

blockquote {
  margin: 36px -8px;
  padding: 8px;
  background-color: rgba(212, 203, 246, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
blockquote > * {
  margin: 0;
}

img, svg, video {
  display: block;
  max-width: 100%;
}

img {
  -o-object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
     object-position: calc(var(--focal-point-left) * 100%) calc(var(--focal-point-top) * 100%);
}

section {
  position: relative;
  padding: 96px 0;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  section {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding: 64px 0;
  }
}
section.bg-white {
  background-color: transparent;
}
section.bg-white + section.bg-white.bg-white {
  padding-top: 0;
}
section.bg-green {
  background-color: #f4f4e9;
}
section.bg-green + section.bg-green.bg-green {
  padding-top: 0;
}
section.bg-purple {
  background-color: #D6A5C5;
}
section.bg-purple + section.bg-purple.bg-purple {
  padding-top: 0;
}
section.bg-na-pri {
  background-color: #95C11F;
}
section.bg-na-pri + section.bg-na-pri.bg-na-pri {
  padding-top: 0;
}
section.bg-na-sec {
  background-color: #00557F;
}
section.bg-na-sec + section.bg-na-sec.bg-na-sec {
  padding-top: 0;
}
section.bg-sa-pri {
  background-color: #3AAA35;
}
section.bg-sa-pri + section.bg-sa-pri.bg-sa-pri {
  padding-top: 0;
}
section.bg-sa-sec {
  background-color: #6A4F9B;
}
section.bg-sa-sec + section.bg-sa-sec.bg-sa-sec {
  padding-top: 0;
}
section.bg-eu-pri {
  background-color: #3B4898;
}
section.bg-eu-pri + section.bg-eu-pri.bg-eu-pri {
  padding-top: 0;
}
section.bg-eu-sec {
  background-color: #EE7203;
}
section.bg-eu-sec + section.bg-eu-sec.bg-eu-sec {
  padding-top: 0;
}
section.bg-af-pri {
  background-color: #F9B233;
}
section.bg-af-pri + section.bg-af-pri.bg-af-pri {
  padding-top: 0;
}
section.bg-af-sec {
  background-color: #D91F7D;
}
section.bg-af-sec + section.bg-af-sec.bg-af-sec {
  padding-top: 0;
}
section.bg-as-pri {
  background-color: #E94E1B;
}
section.bg-as-pri + section.bg-as-pri.bg-as-pri {
  padding-top: 0;
}
section.bg-as-sec {
  background-color: #D6A5C5;
}
section.bg-as-sec + section.bg-as-sec.bg-as-sec {
  padding-top: 0;
}
section.bg-oc-pri {
  background-color: #951B81;
}
section.bg-oc-pri + section.bg-oc-pri.bg-oc-pri {
  padding-top: 0;
}
section.bg-oc-sec {
  background-color: #F59C00;
}
section.bg-oc-sec + section.bg-oc-sec.bg-oc-sec {
  padding-top: 0;
}
section.content .layout-container *:first-child {
  margin-top: 0;
}
section.content .layout-container *:last-child {
  margin-bottom: 0;
}

.section--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
@media only screen and (max-width: 800px) {
  .section--header {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .section--header .btn {
    display: none;
  }
}
.section--footer {
  display: none;
}
@media only screen and (max-width: 800px) {
  .section--footer {
    display: block;
    margin-top: 24px;
  }
}

.layout-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.layout-container--inset {
  width: 100%;
  max-width: 750px;
}
.layout-container--inset--center {
  margin: 0 auto;
}
.layout-container {
  padding: 0 64px;
}
@media only screen and (max-width: 800px) {
  .layout-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 600px) {
  .layout-container {
    padding: 0 24px;
  }
}
.layout-container--project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1000px) {
  .layout-container--project {
    gap: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

.alignleft {
  float: left;
  margin: 5px 16px 16px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 16px 16px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 16px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0;
}

.wp-caption.alignleft {
  margin: 5px 16px 16px 0;
}

.wp-caption.alignright {
  margin: 5px 0 16px 16px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.7);
}

#swipebox-close {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 36px;
  height: 36px;
  background-image: url("./assets/svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 10000;
}
@media (max-width: 1024px) {
  #swipebox-close {
    top: 25px;
    right: 25px;
  }
}

#swipebox-slider .slide .swipebox-video-container {
  padding: 0 !important;
}

#spotify-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#spotify-popup-content {
  position: relative;
  max-width: 1080px;
  aspect-ratio: 16/9;
  width: 90%;
  padding: 0;
  border-radius: 12px;
}

#spotify-popup-close {
  position: fixed;
  top: 35px;
  right: 35px;
  width: 36px;
  height: 36px;
  background-image: url("./assets/svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 10000;
}
@media (max-width: 1024px) {
  #spotify-popup-close {
    top: 25px;
    right: 25px;
  }
}

#spotify-popup-iframe-container {
  padding: 0 !important;
  height: 100%;
}

#spotify-popup-iframe-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

#spotify-popup-overlay[data-active-type=track] #spotify-popup-content {
  max-width: 1080px;
  height: 352px;
  aspect-ratio: unset;
}

#spotify-popup-overlay[data-active-type=video] #spotify-popup-content {
  max-width: 1080px;
  aspect-ratio: 16/9;
}

.logo {
  height: 100%;
  width: 100%;
}
.logo img {
  max-height: 56px;
  width: auto;
}
.logo--center img {
  margin: 0 auto;
}

/**
 * Elements
 */
.btn {
  text-decoration: none;
  padding: 17px 48px;
  border: 1px solid transparent;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 500;
  line-height: normal;
  color: white;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  border-radius: 4px;
}

.btn-pri {
  background-color: #413672;
  border-color: #413672;
}
.btn-pri:hover {
  background-color: color-mix(in hsl, black 10%, #413672 90%);
  border-color: color-mix(in hsl, black 10%, #413672 90%);
  color: white;
}

.btn-sec {
  background-color: #E74427;
  border-color: #E74427;
}
.btn-sec:hover {
  background-color: color-mix(in hsl, black 10%, #E74427 90%);
  border-color: color-mix(in hsl, black 10%, #E74427 90%);
}

.btn-whi {
  background-color: white;
  border-color: white;
  color: #413672;
}
.btn-whi:hover {
  background-color: color-mix(in hsl, black 10%, white 90%);
  border-color: color-mix(in hsl, black 10%, white 90%);
}

.btn-gho {
  background-color: transparent;
}
.btn-gho.btn-pri {
  border-color: rgba(65, 54, 114, 0.2509803922);
  color: #413672;
}
.btn-gho.btn-pri:before {
  background-color: rgba(65, 54, 114, 0.1490196078);
}
.btn-gho.btn-sec {
  border-color: rgba(231, 68, 39, 0.2509803922);
  color: #E74427;
}
.btn-gho.btn-sec:before {
  background-color: rgba(231, 68, 39, 0.1490196078);
}
.btn-gho.btn-whi {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.btn-gho.btn-whi:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn-gho:hover {
  background-color: transparent;
  border-color: inherit;
}
.btn-gho:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.btn-gho:hover:before {
  opacity: 1;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.btn-icon span svg {
  width: 18px;
  height: 18px;
}

.btn-pri.btn-icon span svg path {
  fill: white;
}

.btn-pri.btn-gho.btn-icon span svg path {
  fill: #413672;
}

.btn-sec.btn-icon span svg path {
  fill: white;
}

.btn-sec.btn-gho.btn-icon span svg path {
  fill: #E74427;
}

.btn-whi.btn-icon span svg path {
  fill: #413672;
}

.btn-whi.btn-gho.btn-icon span svg path {
  fill: white;
}

.btn-no-title {
  padding: 13px;
}
.btn-no-title span svg {
  width: 28px;
  height: 28px;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-hero {
  margin-bottom: 68px;
}

.disabled-btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

nav.pagination {
  margin-top: 32px;
}
nav.pagination ul.page-numbers {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
nav.pagination ul.page-numbers li span, nav.pagination ul.page-numbers li a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #413672;
}
nav.pagination ul.page-numbers li span:not(.dots)::after, nav.pagination ul.page-numbers li a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #413672;
  position: absolute;
  bottom: 0;
  left: 1;
}
nav.pagination ul.page-numbers li a {
  text-decoration: none;
}
nav.pagination ul.page-numbers li .next, nav.pagination ul.page-numbers li .prev {
  padding: 6px;
  border-radius: 2px;
  background-color: #413672;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
nav.pagination ul.page-numbers li .next svg, nav.pagination ul.page-numbers li .prev svg {
  width: 20px;
  height: 20px;
}
nav.pagination ul.page-numbers li .next:hover, nav.pagination ul.page-numbers li .prev:hover {
  background-color: color-mix(in hsl, black 10%, #413672 90%);
  color: white;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .filters {
    margin-bottom: 32px;
  }
}
.filters a {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.35px;
  border-radius: 4px;
  border: 1px solid rgba(48, 41, 82, 0.5019607843);
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.filters a:hover, .filters a.active {
  background-color: #302952;
  border-color: #302952;
  color: white;
}
.filters a.active {
  pointer-events: none;
}

/**
 * Templates
 */
.search-page {
  padding: 64px 0;
}
@media only screen and (max-width: 800px) {
  .search-page {
    padding: 32px 0;
  }
}
.search-page .information {
  margin-bottom: 24px;
}
@media only screen and (max-width: 800px) {
  .search-page .information {
    margin-left: 0;
  }
}
.search-page .information--title {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.75px;
  margin: 0;
  margin-bottom: 24px;
}
.search-page .information--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 600px) {
  .search-page .information--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
}
.search-page .information--meta--count {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.search-page .information--meta--filter {
  width: 200px;
  height: 48px;
  position: relative;
}
.search-page .information--meta--filter:after {
  content: "";
  rotate: 180deg;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 12px;
  width: 20px;
  height: 20px;
  background-image: url(./assets/svg/down.svg);
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.search-page .information--meta--filter select {
  border: 1px solid rgba(65, 54, 114, 0.2509803922);
  border-radius: 4px;
  padding: 14px 20px 14px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  color: rgba(38, 38, 37, 0.5019607843);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.search-page .information--meta--filter select:has(option:checked:not([value=""])) {
  color: rgba(38, 38, 37, 0.7019607843);
}
.search-page .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.search-page .results--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
}
.search-page .results--item .image {
  width: 242px;
  height: 160px;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item .image {
    width: 155px;
  }
}
@media only screen and (max-width: 600px) {
  .search-page .results--item .image {
    display: none;
  }
}
.search-page .results--item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-page .results--item .image .placeholder {
  width: 100%;
  height: 100%;
  background-color: #E4E0F6;
  opacity: 0.6;
}
.search-page .results--item .content {
  background-color: white;
  padding: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.search-page .results--item .content .label {
  color: #413672;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  padding: 1px 8px;
  background: #E4E0F6;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-page .results--item .content .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.search-page .results--item .content .readmore {
  color: #5E5E5E;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-page .results--item .content .readmore:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E74427;
  bottom: 0;
  left: 0;
}

.error-container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.error-container h1 {
  margin: 0;
  font-size: 64px;
  text-align: center;
  color: #413672;
}
@media only screen and (max-width: 800px) {
  .error-container h1 {
    font-size: 32px;
  }
}
.error-container p {
  margin: 0;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .error-container p {
    font-size: 24px;
  }
}
.error-container .btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Partials: Content
 */
.accordion {
  max-width: 800px;
  margin: 0 auto 16px auto;
  border: 1px solid #E74427;
  border-radius: 4px;
  overflow: hidden;
}
.accordion--header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
  background: #E74427;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
}
.accordion--header--title {
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
  font-family: "Maven Pro", sans-serif;
}
.accordion--header--icon {
  position: relative;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
}
.accordion--header--icon::before, .accordion--header--icon::after {
  content: "";
  position: absolute;
  background-color: white;
}
.accordion--header--icon::before {
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
}
.accordion--header--icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
}
.accordion--header.is-open .accordion--header--icon::after {
  opacity: 0;
}
.accordion--content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  background-color: white;
}
.accordion--content--inner {
  padding: 24px;
  color: #262625;
  font-family: "Maven Pro", sans-serif;
}
.accordion--content--inner p:last-child {
  margin-bottom: 0;
}

.quote-content {
  margin: 64px 0;
  padding: 40px 44px;
  background-color: #D4CBF6;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
.quote-content p {
  color: #302952;
}
.quote-content p.quote {
  font-family: "Noto Serif", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.quote-content p.source {
  text-align: right;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0;
}

main.theme-na .quote-content {
  background: #00557F;
}
main.theme-na .quote-content p {
  color: white;
}

main.theme-eu .quote-content {
  background: #3B4898;
}
main.theme-eu .quote-content p {
  color: white;
}

main.theme-sa .quote-content {
  background: #6A4F9B;
}
main.theme-sa .quote-content p {
  color: white;
}

main.theme-af .quote-content {
  background: #D91F7D;
}
main.theme-af .quote-content p {
  color: white;
}

main.theme-as .quote-content {
  background: #E94E1B;
}
main.theme-as .quote-content p {
  color: white;
}

main.theme-oc .quote-content {
  background: #951B81;
}
main.theme-oc .quote-content p {
  color: white;
}

.intro-content {
  margin: 64px 0 64px -24px;
  padding-left: 24px;
  border-left: #D4CBF6 4px solid;
}
.intro-content p {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

main.theme-na .intro-content {
  border-color: #00557F;
}

main.theme-eu .intro-content {
  border-color: #3B4898;
}

main.theme-sa .intro-content {
  border-color: #6A4F9B;
}

main.theme-af .intro-content {
  border-color: #D91F7D;
}

main.theme-as .intro-content {
  border-color: #E94E1B;
}

main.theme-oc .intro-content {
  border-color: #951B81;
}

.video-content--caption {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-top: 22px;
  border-left: #D4CBF6 3px solid;
  padding-left: 8px;
}
.video-content--video-holder {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.video-content--video-holder a.video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.video-content--video-holder a.video .video-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background-color: #302952;
  border-radius: 8px;
}
.video-content--video-holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-content--video-holder a.video .video-thumb .overlay .play {
  padding: 15px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #E74427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.video-content--video-holder a.video .video-thumb .overlay .play span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.video-content--video-holder a.video .video-thumb .overlay .play svg {
  width: 24px;
  height: 24px;
}
.video-content--video-holder a.video .video-thumb .overlay .play svg path {
  fill: white;
}
.video-content--video-holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main.theme-na .video-content--caption {
  border-color: #00557F;
}

main.theme-eu .video-content--caption {
  border-color: #3B4898;
}

main.theme-sa .video-content--caption {
  border-color: #6A4F9B;
}

main.theme-af .video-content--caption {
  border-color: #D91F7D;
}

main.theme-as .video-content--caption {
  border-color: #E94E1B;
}

main.theme-oc .video-content--caption {
  border-color: #951B81;
}

.image-content {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 56px 0;
}
.image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.image-content--caption {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-top: 22px;
  border-left: #D4CBF6 3px solid;
  padding-left: 8px;
}

main.theme-na .image-content--caption {
  border-color: #00557F;
}

main.theme-eu .image-content--caption {
  border-color: #3B4898;
}

main.theme-sa .image-content--caption {
  border-color: #6A4F9B;
}

main.theme-af .image-content--caption {
  border-color: #D91F7D;
}

main.theme-as .image-content--caption {
  border-color: #E94E1B;
}

main.theme-oc .image-content--caption {
  border-color: #951B81;
}

.content_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 100px auto 28px auto;
  position: relative;
}
.content_share:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: #000;
}
.content_share p {
  margin: 0;
  margin-right: 8px;
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 600px) {
  .content_share p {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.content_share a:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content_share .btn-link {
  position: relative;
}
.content_share .btn-link > span > svg {
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip {
  position: absolute;
  left: 50%;
  top: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.content_share .btn-link > span > .copy-tooltip svg path {
  fill: white;
}
.content_share .btn-link.copied {
  border-color: #E74427;
  background-color: #E74427;
}
.content_share .btn-link.copied > span > svg {
  opacity: 0;
}
.content_share .btn-link.copied .copy-tooltip {
  opacity: 1;
}
.content_share .btn {
  border-radius: 50%;
  padding: 8px;
}
.content_share .btn svg {
  width: 20px;
  height: 20px;
}

.button_content {
  margin: 34px 0;
}

/**
 * Partials: Sections
 */
.projects-map .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1170px) {
  .projects-map .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projects-map .title {
  color: rgba(38, 38, 37, 0.5019607843);
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  margin: 0;
  max-width: 360px;
}
@media only screen and (max-width: 800px) {
  .projects-map .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1170px) {
  .projects-map .title {
    max-width: 720px;
  }
}
.projects-map .title span {
  color: #302952;
}
.projects-map .map-wrapper {
  position: relative;
}
.projects-map .map-wrapper svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-map .map-wrapper svg path {
  fill: #F9B233;
  stroke-width: 0.5px;
  stroke: #F4F4E9;
  vector-effect: non-scaling-stroke;
}
.projects-map .map-wrapper .project-pin {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .projects-map .map-wrapper .project-pin {
    display: none;
  }
}
.projects-map .map-wrapper .project-pin svg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-map .map-wrapper .project-pin svg path {
  fill: #413672;
  stroke-width: 0;
  stroke: transparent;
}
.projects-map .map-wrapper .map-tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 10;
  background: #413672;
  color: #fff;
  font-family: "Maven Pro", sans-serif;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}
.projects-map .map-wrapper .map-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}
.projects-map.text-white .title {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}
.projects-map.text-white .title span {
  color: #ffffff !important;
}

.chapters-map .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1170px) {
  .chapters-map .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.chapters-map .title {
  color: rgba(38, 38, 37, 0.5019607843);
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  margin: 0;
  max-width: 360px;
}
@media only screen and (max-width: 800px) {
  .chapters-map .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1170px) {
  .chapters-map .title {
    max-width: 720px;
  }
}
.chapters-map .title span {
  color: #302952;
}
.chapters-map .map-wrapper {
  position: relative;
}
.chapters-map .map-wrapper svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.chapters-map .map-wrapper svg path {
  fill: #F9B233;
  stroke-width: 0.5px;
  stroke: #F4F4E9;
  vector-effect: non-scaling-stroke;
}
@media only screen and (max-width: 600px) {
  .chapters-map .map-wrapper .project-pin {
    display: none;
  }
}
.chapters-map .map-wrapper .project-pin svg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.chapters-map .map-wrapper .project-pin svg path {
  fill: #413672;
  stroke-width: 0;
  stroke: transparent;
}
.chapters-map .map-wrapper .map-tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 10;
  background: #413672;
  color: #fff;
  font-family: "Maven Pro", sans-serif;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}
.chapters-map .map-wrapper .map-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}
.chapters-map.text-white .title {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}
.chapters-map.text-white .title span {
  color: #ffffff !important;
}

.stories-map .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1170px) {
  .stories-map .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stories-map .title {
  color: rgba(38, 38, 37, 0.5019607843);
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  margin: 0;
  max-width: 360px;
}
@media only screen and (max-width: 800px) {
  .stories-map .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1170px) {
  .stories-map .title {
    max-width: 720px;
  }
}
.stories-map .title span {
  color: #302952;
}
.stories-map .map-wrapper {
  position: relative;
}
.stories-map .map-wrapper svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.stories-map .map-wrapper svg path {
  fill: #F9B233;
  stroke-width: 0.5px;
  stroke: #F4F4E9;
  vector-effect: non-scaling-stroke;
}
.stories-map .map-wrapper .project-pin {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .stories-map .map-wrapper .project-pin {
    display: none;
  }
}
.stories-map .map-wrapper .project-pin svg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.stories-map .map-wrapper .project-pin svg path {
  fill: #413672;
  stroke-width: 0;
  stroke: transparent;
}
.stories-map .map-wrapper .map-tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 10;
  background: #413672;
  color: #fff;
  font-family: "Maven Pro", sans-serif;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}
.stories-map .map-wrapper .map-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}
.stories-map.text-white .title {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}
.stories-map.text-white .title span {
  color: #ffffff !important;
}

.projects-slider {
  overflow: hidden;
}
.projects-slider .splide__track {
  margin: 0 auto;
  max-width: 1440px;
  overflow: visible;
}
.projects-slider--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.projects-slider--controls--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.projects-slider--controls--buttons button {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  background-color: #413672;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.projects-slider--controls--buttons button:hover {
  background-color: color-mix(in hsl, black 10%, #413672 90%);
}
.projects-slider--controls--buttons button svg {
  width: 30px;
  height: 30px;
}
.projects-slider--controls--buttons button svg path {
  fill: white;
  fill-opacity: 1;
}
.projects-slider--controls--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.projects-slider--controls--pagination button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #413672;
  border: none;
  cursor: pointer;
  opacity: 0.12;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.projects-slider--controls--pagination button:hover {
  opacity: 0.5;
}
.projects-slider--controls--pagination button.is-active {
  opacity: 1;
}
.projects-slider--controls--pagination button svg {
  width: 30px;
  height: 30px;
}
.projects-slider--controls--pagination button svg path {
  fill: white;
  fill-opacity: 1;
}
.projects-slider .section--header .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.2px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .projects-slider .section--header .title {
    font-size: 35px;
  }
}
.projects-slider .project-card {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 32px 28px;
}
@media only screen and (max-width: 800px) {
  .projects-slider .project-card {
    height: 300px;
  }
}
.projects-slider .project-card .image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects-slider .project-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-slider .project-card .overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.projects-slider .project-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 64px;
  position: relative;
}
.projects-slider .project-card .content .category-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  background-color: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 2.825px 2.825px 0 rgba(0, 0, 0, 0.65);
          box-shadow: 0 2.825px 2.825px 0 rgba(0, 0, 0, 0.65);
}
.projects-slider .project-card .content .category-icon img {
  padding: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 120px;
  max-width: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .projects-slider .project-card .content .category-icon img {
    max-height: 90px;
    max-width: 120px;
  }
}
.projects-slider .project-card .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 560px;
}
.projects-slider .project-card .content .left .title-container {
  width: 100%;
}
.projects-slider .project-card .content .left .title-container h3.title {
  display: inline;
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 800px) {
  .projects-slider .project-card .content .left .title-container h3.title {
    font-size: 24px;
  }
}
.projects-slider .project-card .content .left .title-container h3.title .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  padding: 8px;
  margin-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  background-color: transparent;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border 0.2s ease, background-color 0.2s ease;
  transition: border 0.2s ease, background-color 0.2s ease;
}
.projects-slider .project-card .content .left .title-container h3.title .button:hover {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.projects-slider .project-card .content .left .organisation {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.projects-slider .project-card .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .projects-slider .project-card .content .right {
    display: none;
  }
}
.projects-slider .project-card .content .right .country {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: right;
}
.projects-slider .project-card .content .right .country-icon svg {
  width: 64px;
  height: 64px;
}
.projects-slider.text-white .section--header > .title {
  color: #ffffff !important;
}
.projects-slider.text-white .projects-slider--controls--pagination .projects-slider__dot {
  background-color: #ffffff !important;
}

.changemakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 84px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .changemakers {
    gap: 64px;
  }
}
.changemakers--container--top {
  max-width: 970px;
  float: left;
}
.changemakers--container--top .title {
  color: rgba(38, 38, 37, 0.5019607843);
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .changemakers--container--top .title {
    font-size: 35px;
  }
}
.changemakers--container--top .title span {
  color: #302952;
}
.changemakers--container--bottom {
  max-width: 490px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.changemakers--container--bottom .title {
  color: rgba(38, 38, 37, 0.5019607843);
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .changemakers--container--bottom .title {
    font-size: 35px;
  }
}
.changemakers--container--bottom .title span {
  color: #302952;
}
.changemakers--container--bottom .text {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  margin-bottom: 6px;
}
.changemakers--images {
  height: 562px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-perspective: 900px;
          perspective: 900px;
}
.changemakers--images--main {
  height: 100%;
  min-width: 433px;
  width: 433px;
  position: relative;
  -webkit-box-shadow: 8px 36px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 8px 36px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
}
.changemakers--images--main img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  border-radius: 16px;
}
.changemakers--images--main img:first-child {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.changemakers--images--main img.expression {
  height: unset;
  min-width: calc(100% + 120px);
  margin: -60px;
  border-radius: 0;
  -webkit-transform: translateZ(30px);
          transform: translateZ(30px);
}
.changemakers--images--main img:last-child:not(.expression) {
  -webkit-transform: translateZ(60px);
          transform: translateZ(60px);
  border-radius: 16px;
}
.changemakers--images--ex {
  position: absolute;
  width: 280px;
  height: 363px;
  -webkit-box-shadow: 8px 36px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 8px 36px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  -webkit-transition: opacity 0.5s ease, inset 0.5s ease, -webkit-transform 0.15s ease-out;
  transition: opacity 0.5s ease, inset 0.5s ease, -webkit-transform 0.15s ease-out;
  transition: opacity 0.5s ease, inset 0.5s ease, transform 0.15s ease-out;
  transition: opacity 0.5s ease, inset 0.5s ease, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  opacity: 0;
  will-change: transform;
}
.changemakers--images--ex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.changemakers--images--ex--left--1 {
  left: calc(50% - 140px - 433px + 50px);
  bottom: -50px;
}
.changemakers--images--ex--left--2 {
  left: calc(50% - 140px - 433px - 360px + 50px);
  bottom: 50px;
}
.changemakers--images--ex--right--1 {
  right: calc(50% - 140px - 433px + 50px);
  top: -50px;
}
.changemakers--images--ex--right--2 {
  right: calc(50% - 140px - 433px - 360px + 50px);
  top: 50px;
}
.changemakers--images.is-visible .changemakers--images--ex {
  opacity: 1;
}
.changemakers--images.is-visible .changemakers--images--ex--left--1 {
  left: calc(50% - 140px - 433px);
  bottom: -100px;
}
.changemakers--images.is-visible .changemakers--images--ex--left--2 {
  left: calc(50% - 140px - 433px - 360px);
  bottom: 0;
}
.changemakers--images.is-visible .changemakers--images--ex--right--1 {
  right: calc(50% - 140px - 433px);
  top: -100px;
}
.changemakers--images.is-visible .changemakers--images--ex--right--2 {
  right: calc(50% - 140px - 433px - 360px);
  top: 0;
}
.changemakers.text-white .title {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}
.changemakers.text-white .title span {
  color: #ffffff !important;
}
.changemakers.text-white .text {
  color: rgba(255, 255, 255, 0.7490196078) !important;
}

section.bg-sa-sec.text-white.changemakers {
  background-color: #403763 !important;
}

.cards-section .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media only screen and (max-width: 1170px) {
  .cards-section .layout-container {
    gap: 64px;
  }
}
@media only screen and (max-width: 800px) {
  .cards-section .layout-container {
    gap: 48px;
  }
}
.cards-section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 128px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  .cards-section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .cards-section--content {
    gap: 16px;
  }
}
.cards-section--content h2 {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.55px;
  margin: 0;
  max-width: 670px;
}
@media only screen and (max-width: 1170px) {
  .cards-section--content h2 {
    max-width: unset;
  }
}
@media only screen and (max-width: 800px) {
  .cards-section--content h2 {
    font-size: 35px;
  }
}
.cards-section--content p {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  max-width: 460px;
  padding-top: 10px;
}
@media only screen and (max-width: 1170px) {
  .cards-section--content p {
    max-width: unset;
  }
}
.cards-section--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  .cards-section--items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .cards-section--items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards-section--items--item {
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.03), 0 0 36px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.03), 0 0 36px 0 rgba(0, 0, 0, 0.1);
  background: white;
  overflow: hidden;
  text-decoration: none;
}
.cards-section--items--item .image {
  height: 240px;
  width: 100%;
}
.cards-section--items--item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-section--items--item .content {
  padding: 36px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  height: calc(100% - 240px);
}
.cards-section--items--item .content .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.cards-section--items--item .content .texts .title {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.cards-section--items--item .content .texts .text {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  opacity: 0.7;
}
.cards-section--items--item .content .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 4px;
}
.cards-section--items--item .content .list .listitem {
  color: rgba(38, 38, 37, 0.7490196078);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
  padding-left: 29px;
  position: relative;
}
.cards-section--items--item .content .list .listitem svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.cards-section--items--item .content .list .listitem svg path {
  fill: #469D5A;
}
.cards-section--items--item .content .button {
  margin-top: auto;
}
.cards-section--items--item.cardtheme-na-pri {
  background: rgba(149, 193, 31, 0.1490196078);
}
.cards-section--items--item.cardtheme-na-sec {
  background: rgba(0, 85, 127, 0.1490196078);
}
.cards-section--items--item.cardtheme-sa-pri {
  background: rgba(58, 170, 53, 0.1490196078);
}
.cards-section--items--item.cardtheme-sa-sec {
  background: rgba(106, 79, 155, 0.1490196078);
}
.cards-section--items--item.cardtheme-eu-pri {
  background: rgba(59, 72, 152, 0.1490196078);
}
.cards-section--items--item.cardtheme-eu-sec {
  background: rgba(238, 114, 3, 0.1490196078);
}
.cards-section--items--item.cardtheme-af-pri {
  background: rgba(249, 178, 51, 0.1490196078);
}
.cards-section--items--item.cardtheme-af-sec {
  background: rgba(217, 31, 125, 0.1490196078);
}
.cards-section--items--item.cardtheme-as-pri {
  background: rgba(233, 78, 27, 0.1490196078);
}
.cards-section--items--item.cardtheme-as-sec {
  background: rgba(214, 165, 197, 0.1490196078);
}
.cards-section--items--item.cardtheme-oc-pri {
  background: rgba(149, 27, 129, 0.1490196078);
}
.cards-section--items--item.cardtheme-oc-sec {
  background: rgba(245, 156, 0, 0.1490196078);
}
.cards-section.text-white .cards-section--content h2, .cards-section.text-white .cards-section--content p {
  color: #fff !important;
}

.orgs .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media only screen and (max-width: 1170px) {
  .orgs .layout-container {
    gap: 64px;
  }
}
@media only screen and (max-width: 800px) {
  .orgs .layout-container {
    gap: 48px;
  }
}
.orgs--content {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.orgs--content h2, .orgs--content p {
  text-align: center;
  width: 100%;
}
.orgs--content h2 {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.55px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .orgs--content h2 {
    font-size: 35px;
  }
}
.orgs--content p {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.orgs--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1170px) {
  .orgs--items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .orgs--items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.orgs--items--item {
  text-decoration: none;
  border-radius: 16px;
  background: white;
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.03), 0 0 36px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.03), 0 0 36px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.orgs--items--item .icon {
  height: 98px;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.orgs--items--item .icon img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 120px;
  max-width: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 4px 10px;
}
.orgs--items--item .content {
  position: relative;
  height: 530px;
  padding: 32px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .orgs--items--item .content {
    height: 400px;
  }
}
@media only screen and (max-width: 800px) {
  .orgs--items--item .content {
    height: 300px;
  }
}
.orgs--items--item .content .image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("assets/placeholder.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.orgs--items--item .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.orgs--items--item .content .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.orgs--items--item .content .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.orgs--items--item .content .texts .name {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.orgs--items--item .content .texts .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.orgs--items--item .content .texts .btn {
  margin-top: 24px;
}
.orgs--items--item.cardtheme-na-pri {
  background: rgba(149, 193, 31, 0.1490196078);
}
.orgs--items--item.cardtheme-na-sec {
  background: rgba(0, 85, 127, 0.1490196078);
}
.orgs--items--item.cardtheme-sa-pri {
  background: rgba(58, 170, 53, 0.1490196078);
}
.orgs--items--item.cardtheme-sa-sec {
  background: rgba(106, 79, 155, 0.1490196078);
}
.orgs--items--item.cardtheme-eu-pri {
  background: rgba(59, 72, 152, 0.1490196078);
}
.orgs--items--item.cardtheme-eu-sec {
  background: rgba(238, 114, 3, 0.1490196078);
}
.orgs--items--item.cardtheme-af-pri {
  background: rgba(249, 178, 51, 0.1490196078);
}
.orgs--items--item.cardtheme-af-sec {
  background: rgba(217, 31, 125, 0.1490196078);
}
.orgs--items--item.cardtheme-as-pri {
  background: rgba(233, 78, 27, 0.1490196078);
}
.orgs--items--item.cardtheme-as-sec {
  background: rgba(214, 165, 197, 0.1490196078);
}
.orgs--items--item.cardtheme-oc-pri {
  background: rgba(149, 27, 129, 0.1490196078);
}
.orgs--items--item.cardtheme-oc-sec {
  background: rgba(245, 156, 0, 0.1490196078);
}
.orgs--items a.orgs--items--item .content .texts {
  -webkit-transform: translateY(87px);
          transform: translateY(87px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.orgs--items a.orgs--items--item:hover .content .texts {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.orgs.text-white .orgs--content h2, .orgs.text-white .orgs--content p {
  color: #fff !important;
}

.big-video {
  padding: 0;
}
.big-video--holder {
  aspect-ratio: 16/9;
}
.big-video--holder a.video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.big-video--holder a.video .video-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background-color: #302952;
}
.big-video--holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media only screen and (max-width: 800px) {
  .big-video--holder a.video .video-thumb .overlay {
    gap: 20px;
  }
}
.big-video--holder a.video .video-thumb .overlay .title {
  color: white;
  text-align: center;
  font-family: "Noto Serif", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
  max-width: 560px;
}
@media only screen and (max-width: 800px) {
  .big-video--holder a.video .video-thumb .overlay .title {
    font-size: 24px;
  }
}
.big-video--holder a.video .video-thumb .overlay .play {
  padding: 15px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #E74427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.big-video--holder a.video .video-thumb .overlay .play span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.big-video--holder a.video .video-thumb .overlay .play svg {
  width: 24px;
  height: 24px;
}
.big-video--holder a.video .video-thumb .overlay .play svg path {
  fill: white;
}
.big-video--holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-video--holder--slot video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-image--container {
  aspect-ratio: 16/9;
  position: relative;
}
.big-image--container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media only screen and (max-width: 800px) {
  .big-image--container img {
    border-radius: 8px 8px 0 0;
  }
}
.big-image--container--statistic {
  border-radius: 8px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 33%;
  position: absolute;
}
@media only screen and (max-width: 800px) {
  .big-image--container--statistic {
    position: static;
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
.big-image--container--statistic .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  letter-spacing: normal;
}
.big-image--container--statistic .title span {
  padding: 0 14px;
  background-color: #469D5A;
  border-radius: 8px;
  color: white;
}
.big-image--container--statistic .image {
  height: 72px;
  width: 72px;
}
.big-image--container--statistic .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.big-image--container--statistic--topleft {
  top: 18px;
  left: 18px;
}
.big-image--container--statistic--topright {
  top: 18px;
  right: 18px;
}
.big-image--container--statistic--green {
  background-color: #F4F4E9;
}
.big-image--container--statistic--green .title span {
  background-color: #15A9CE;
}

.statistics .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media only screen and (max-width: 1000px) {
  .statistics .layout-container {
    gap: 32px;
  }
}
.statistics--content {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.statistics--content h2, .statistics--content p {
  text-align: center;
  width: 100%;
}
.statistics--content h2 {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.55px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .statistics--content h2 {
    font-size: 35px;
  }
}
.statistics--content p {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.statistics--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .statistics--items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .statistics--items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.statistics--items--item {
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.03), 0 0 36px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.03), 0 0 36px 0 rgba(0, 0, 0, 0.1);
  background: white;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  text-decoration: none;
}
.statistics--items--item--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.statistics--items--item--header .title {
  color: #262625;
  font-family: "Noto Serif", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  letter-spacing: normal;
}
.statistics--items--item--header .title span {
  padding: 0 14px;
  background-color: #469D5A;
  border-radius: 8px;
  color: white;
}
.statistics--items--item--header .image {
  width: 100%;
  height: 214px;
}
.statistics--items--item--header .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.statistics--items--item--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.statistics--items--item--footer .text {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  width: 100%;
}
.statistics--items--item--footer .button {
  min-width: 36px;
  min-height: 36px;
  border-radius: 24px;
  border: 1px solid rgba(38, 38, 37, 0.2509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistics--items--item--footer .button svg {
  width: 20px;
  height: 20px;
}
.statistics--items--item--footer .button svg path {
  fill: #262625;
}
.statistics--items--item.cardtheme-na-pri {
  background: rgba(149, 193, 31, 0.1490196078);
}
.statistics--items--item.cardtheme-na-sec {
  background: rgba(0, 85, 127, 0.1490196078);
}
.statistics--items--item.cardtheme-sa-pri {
  background: rgba(58, 170, 53, 0.1490196078);
}
.statistics--items--item.cardtheme-sa-sec {
  background: rgba(106, 79, 155, 0.1490196078);
}
.statistics--items--item.cardtheme-eu-pri {
  background: rgba(59, 72, 152, 0.1490196078);
}
.statistics--items--item.cardtheme-eu-sec {
  background: rgba(238, 114, 3, 0.1490196078);
}
.statistics--items--item.cardtheme-af-pri {
  background: rgba(249, 178, 51, 0.1490196078);
}
.statistics--items--item.cardtheme-af-sec {
  background: rgba(217, 31, 125, 0.1490196078);
}
.statistics--items--item.cardtheme-as-pri {
  background: rgba(233, 78, 27, 0.1490196078);
}
.statistics--items--item.cardtheme-as-sec {
  background: rgba(214, 165, 197, 0.1490196078);
}
.statistics--items--item.cardtheme-oc-pri {
  background: rgba(149, 27, 129, 0.1490196078);
}
.statistics--items--item.cardtheme-oc-sec {
  background: rgba(245, 156, 0, 0.1490196078);
}
.statistics.text-white .statistics--content h2, .statistics.text-white .statistics--content p {
  color: #ffffff !important;
}

.partners .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.partners--content {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.partners--content h2, .partners--content p {
  text-align: center;
  width: 100%;
}
.partners--content h2 {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.75px;
  margin: 0;
}
.partners--content p {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.partners--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.partners--images .image img {
  height: 135px;
  width: auto;
}
.partners.text-white .partners--content h2, .partners.text-white .partners--content p {
  color: #fff !important;
}

.alternating-content--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1170px) {
  .alternating-content--container {
    gap: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .alternating-content--container {
    gap: 32px;
  }
}
.alternating-content--container > .image, .alternating-content--container > .content, .alternating-content--container > .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alternating-content--container > .content {
  gap: 24px;
  width: 40%;
}
@media only screen and (max-width: 1170px) {
  .alternating-content--container > .content {
    width: 100%;
  }
}
.alternating-content--container > .content .title {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.75px;
  margin: 0;
}
.alternating-content--container > .content .text p {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.alternating-content--container > .image {
  width: 60%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1170px) {
  .alternating-content--container > .image {
    width: 100%;
  }
}
.alternating-content--container > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.alternating-content--container > .video {
  width: 60%;
}
@media only screen and (max-width: 1170px) {
  .alternating-content--container > .video {
    width: 100%;
  }
}
.alternating-content--container > .video .caption {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-top: 22px;
  border-left: #D4CBF6 3px solid;
  padding-left: 8px;
}
.alternating-content--container > .video .alternating-content--container--video-holder {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video .video-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background-color: #302952;
  border-radius: 8px;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video .video-thumb .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video .video-thumb .overlay .play {
  padding: 15px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background-color: #E74427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video .video-thumb .overlay .play span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video .video-thumb .overlay .play svg {
  width: 24px;
  height: 24px;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video .video-thumb .overlay .play svg path {
  fill: white;
}
.alternating-content--container > .video .alternating-content--container--video-holder a.video .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alternating-content.alternate-sides .alternating-content--container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1170px) {
  .alternating-content.alternate-sides .alternating-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.alternating-content.text-white .title {
  color: #ffffff !important;
}
.alternating-content.text-white .text p {
  color: #ffffff !important;
}
.alternating-content.text-white .video .caption {
  color: #ffffff !important;
}

.cta-section .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
@media only screen and (max-width: 1170px) {
  .cta-section .layout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.cta-section--content, .cta-section--form {
  width: 50%;
}
@media only screen and (max-width: 1170px) {
  .cta-section--content, .cta-section--form {
    width: 100%;
  }
}
.cta-section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1170px) {
  .cta-section--content {
    gap: 16px;
  }
}
.cta-section--content .title {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.85px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .cta-section--content .title {
    font-size: 35px;
  }
}
.cta-section--content .text {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 480px;
  margin: 0;
}
.cta-section--form .amount-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 2fr;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 800px) {
  .cta-section--form .amount-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.cta-section--form .amount-grid input[type=radio] {
  display: none;
}
.cta-section--form .amount-grid input[type=radio]:checked + .amount-card {
  border: 1px solid #59A9CC;
}
.cta-section--form .amount-grid input[type=radio]:checked + .amount-card .radio-circle::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #59A9CC;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cta-section--form .amount-grid .amount-card {
  background: white;
  border: 1px solid white;
  border-radius: 8px;
  padding: 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
}
.cta-section--form .amount-grid .amount-card .radio-circle {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(38, 38, 37, 0.1019607843);
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta-section--form .amount-grid .amount-card .label-text {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
}
.cta-section--form button {
  margin-left: auto;
}
.cta-section.text-white .cta-section--content .title, .cta-section.text-white .cta-section--content .text {
  color: #ffffff !important;
}

.form-section .block {
  background-color: #413672;
  padding: 80px 64px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 24px;
}
@media only screen and (max-width: 1170px) {
  .form-section .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1000px) {
  .form-section .block {
    padding: 64px;
  }
}
@media only screen and (max-width: 800px) {
  .form-section .block {
    padding: 48px;
  }
}
@media only screen and (max-width: 600px) {
  .form-section .block {
    padding: 32px;
  }
}
.form-section--content, .form-section--form {
  width: 50%;
}
@media only screen and (max-width: 1170px) {
  .form-section--content, .form-section--form {
    width: 100%;
  }
}
.form-section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1170px) {
  .form-section--content {
    gap: 16px;
  }
}
.form-section--content .title {
  color: white;
  font-family: "Noto Serif", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.75px;
  margin: 0;
}
.form-section--content .text {
  color: white;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
  margin: 0;
}
.form-section--form .gform_confirmation_wrapper {
  color: white !important;
  font-family: "Maven Pro", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 150% !important;
  opacity: 0.7 !important;
  margin: 0 !important;
}
.form-section--form form {
  width: 100%;
  margin-bottom: 0;
  margin-top: -26px;
}
.form-section--form form .gfield_label {
  color: rgba(38, 38, 37, 0.5019607843);
  font-family: "Maven Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(12px, 8px);
          transform: translate(12px, 8px);
  -webkit-transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, -webkit-transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease;
  transition: font-size 0.1s ease, line-height 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.form-section--form form .gfield_label.label-empty-not-focused {
  font-size: 16px;
  line-height: 130%;
  -webkit-transform: translate(12px, 20px);
          transform: translate(12px, 20px);
}
.form-section--form form .gfield_label span {
  color: rgba(65, 54, 114, 0.5019607843);
}
.form-section--form form .charleft {
  color: #413672;
}
.form-section--form form .gform_fields {
  gap: 16px;
}
.form-section--form form .gform_footer {
  margin-top: 24px;
}
.form-section--form form .gfield_required {
  display: none;
}
.form-section--form form .gchoice label.gform-field-label {
  color: white;
  font-size: 12px;
  margin-left: 8px;
}
.form-section--form form .gchoice label.gform-field-label a {
  font-size: 12px;
  color: white;
}
.form-section--form form .gchoice input.gfield-choice-input {
  border: 1px solid rgba(65, 54, 114, 0.2509803922);
  border-radius: 4px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.form-section--form form .gchoice input.gfield-choice-input:before {
  accent-color: #413672;
  color: #413672;
}
.form-section--form form input[type=text], .form-section--form form input[type=email], .form-section--form form textarea {
  border: 1px solid rgba(65, 54, 114, 0.2509803922);
  border-radius: 4px;
  padding: 24px 20px 11px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  color: rgba(38, 38, 37, 0.7019607843);
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form-section--form form input[type=submit] {
  text-decoration: none !important;
  padding: 17px 48px !important;
  border: 1px solid transparent !important;
  font-family: "Maven Pro", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  display: block !important;
  font-weight: 500 !important;
  line-height: normal !important;
  color: white !important;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left !important;
  border-radius: 4px !important;
  background-color: #E74427 !important;
  border-color: #E74427 !important;
}
.form-section--form form input[type=submit]:hover {
  background-color: color-mix(in hsl, black 10%, #E74427 90%) !important;
  border-color: color-mix(in hsl, black 10%, #E74427 90%) !important;
}
.form-section--form p.gform_not_found {
  color: #413672;
  margin: 0;
}

.quote .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-top: 128px;
  padding-bottom: 128px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .quote .layout-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.quote .text {
  color: #302952;
  font-family: "Noto Serif", sans-serif;
  text-align: center;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.05px;
  margin: 0 auto;
  max-width: 755px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .quote .text {
    font-size: 35px;
  }
}
.quote .source {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  margin: 0 auto;
  max-width: 755px;
  width: 100%;
  text-align: end;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  text-transform: uppercase;
}
.quote.text-white .text, .quote.text-white .source {
  color: #ffffff !important;
}

/**
 * External
 */
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}