/*
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&display=swap");
.skip-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

:root {
  --hnav-offset: 0px;
}

#uid_image_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

/**
 * 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 svg path, footer .social-footer--container a svg rect {
  fill: #413672;
  fill-opacity: 1;
}
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;
}

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: 1170px) {
  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: 1170px) {
  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: 1170px) {
  header .hbar--container--btns {
    width: 50%;
  }
}
header .hbar--container--btns a.header-mobile-menu {
  display: none;
}
@media only screen and (max-width: 1170px) {
  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 48px 15px 48px;
}
@media only screen and (max-width: 800px) {
  header .hbar--container--btns a.header-cta {
    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: 1171px) {
  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: "Maven Pro", 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#berichten {
  padding-top: 64px;
}
.posts .title {
  color: #302952;
  font-family: "Maven Pro", 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;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: "Maven Pro", 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-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: "Maven Pro", 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: "Maven Pro", 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;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: "Maven Pro", 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;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: "Maven Pro", 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;
}
@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: "Maven Pro", 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%;
}

.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: "Maven Pro", 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;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}

@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: "Maven Pro", 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;
}

.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: "Maven Pro", 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 420px;
}
@media only screen and (max-width: 1170px) {
  .project-hero--content--texts .right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
.project-hero--content--texts .right .metadata-title {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
@media only screen and (max-width: 1170px) {
  .project-hero--content--texts .right .metadata-title {
    max-width: 50px;
  }
}
.project-hero--content--texts .right .metadata {
  color: #302952;
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-top: -8px;
}
@media only screen and (max-width: 1170px) {
  .project-hero--content--texts .right .metadata {
    margin-top: 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;
  }
}

.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: "Maven Pro", 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;
  }
}

/**
 * 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-green {
  background-color: #e8ead6;
}
section.bg-purple {
  background-color: #faf9fe;
}
section.bg-white + section.bg-white, section.bg-green + section.bg-green, section.bg-violet + section.bg-violet {
  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/chevron-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 {
  min-width: 242px;
}
@media only screen and (max-width: 800px) {
  .search-page .results--item .image {
    min-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: #444;
  font-family: "Maven Pro", 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
 */
.intro-content {
  margin: 64px 0 64px -24px;
  padding-left: 24px;
  border-left: #D4CBF6 4px solid;
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.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;
}

.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;
}

.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: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  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: #302952;
  background-color: #302952;
}
.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-slider {
  overflow: hidden;
}
.projects-slider .splide__track {
  margin: 0 auto;
  max-width: 1440px;
  overflow: visible;
}
.projects-slider .section--header .title {
  color: #302952;
  font-family: "Maven Pro", 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;
}
.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%;
}
.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: "Maven Pro", 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;
}

.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: "Maven Pro", 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-filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.07));
  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;
}

.big-video--content {
  max-width: 560px;
  margin: 0 auto;
  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;
  margin-bottom: 68px;
}
.big-video--content .title {
  color: #262625;
  text-align: center;
  font-family: "Maven Pro", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: normal;
}
.big-video--content .text {
  color: rgba(38, 38, 37, 0.7490196078);
  text-align: center;
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.big-video--holder {
  aspect-ratio: 16/9;
  border-radius: 16px;
}
.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;
  border-radius: 16px;
}
.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;
}
.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: "Maven Pro", 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: 36px;
}
.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: "Maven Pro", 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;
  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%;
}
.statistics--items--item .title {
  color: #262625;
  font-family: "Maven Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  letter-spacing: normal;
}
.statistics--items--item .title span {
  padding: 0 14px;
  background-color: #469D5A;
  border-radius: 8px;
  color: white;
}
.statistics--items--item .image {
  height: 72px;
  width: 72px;
}
.statistics--items--item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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;
}

.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: 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 {
  min-width: 756px;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1346px) {
  .alternating-content--container > .image {
    min-width: 564px;
  }
}
@media only screen and (max-width: 1170px) {
  .alternating-content--container > .image {
    min-width: unset;
    max-width: 564px;
    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 {
  min-width: 756px;
}
.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;
}
@media only screen and (max-width: 1346px) {
  .alternating-content--container > .video .alternating-content--container--video-holder {
    min-width: 564px;
  }
}
@media only screen and (max-width: 1170px) {
  .alternating-content--container > .video .alternating-content--container--video-holder {
    min-width: unset;
    max-width: 564px;
    width: 100%;
  }
}
.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;
  }
}

.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: "Maven Pro", 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 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: 24px;
}
.quote .text {
  color: #302952;
  font-family: "Maven Pro", 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;
}
@media only screen and (max-width: 800px) {
  .quote .text {
    font-size: 35px;
  }
}
.quote .person {
  margin: 0;
}

/**
 * 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;
}