@charset "UTF-8";
@font-face {
  font-family: "Apercu-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Apercu/Apercu-Regular.otf") format("opentype"); }

@font-face {
  font-family: "Apercu-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Apercu/Apercu-Medium.otf") format("opentype"); }

@font-face {
  font-family: "Apercu-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Apercu/Apercu-Bold.otf") format("opentype"); }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none;
  outline: none; }

a {
  text-decoration: none; }

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

html {
  font-size: 10px;
  scroll-behavior: smooth; }

body {
  font-family: "Apercu-Regular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  body ::selection {
    background: #76C37B; }

button,
input,
select,
option,
textarea {
  font-family: inherit !important;
  font-size: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none; }

input[type="button"] {
  -webkit-appearance: none; }

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html,
body {
  width: 100%;
  overflow-x: hidden; }
  html.overflow-hidden,
  body.overflow-hidden {
    overflow: hidden; }

#main {
  position: relative;
  width: 100%;
  padding-top: 5rem; }
  @media (min-width: 1025px) {
    #main {
      padding-top: 14.5rem; } }

@font-face {
  font-family: "edlab";
  src: url("../fonts/edlab/edlab.eot?p615qz");
  src: url("../fonts/edlab/edlab.eot?p615qz#iefix") format("embedded-opentype"), url("../fonts/edlab/edlab.ttf?p615qz") format("truetype"), url("../fonts/edlab/edlab.woff?p615qz") format("woff"), url("../fonts/edlab/edlab.svg?p615qz#edlab") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "edlab" !important;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: ""; }

.icon-bulb:before {
  content: ""; }

.icon-burger:before {
  content: ""; }

.icon-chevron:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-logo:before {
  content: ""; }

.icon-logo-large:before {
  content: ""; }

.icon-rectangle:before {
  content: "";
  color: #9de4a2; }

.icon-search:before {
  content: ""; }

.icon-target:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

.icon-triangle:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.l {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 144rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (min-width: 1024px) {
    .l {
      padding-left: 12rem;
      padding-right: 12rem; } }

.c-btn-holder {
  text-align: center; }

.c-btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000000;
  padding: 1.5rem 4rem;
  border: 1px solid #000000;
  background: #ffffff; }
  @media (min-width: 1024px) {
    .c-btn-primary {
      transition: all .25s ease; }
      .c-btn-primary:hover {
        color: #ffffff;
        background: #000000; } }

/* Slider */
.slick-slider {
  overflow: hidden;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 9px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .7;
  color: #B4B6BA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #B4B6BA; }

.c-lang-picker {
  display: none; }
  .c-lang-picker-mob {
    font-size: 1.5rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap; }
    @media (min-width: 1025px) {
      .c-lang-picker-mob {
        display: none; } }
    .c-lang-picker-mob.dropdown-active .icon-chevron {
      transform: rotateX(0); }
    .c-lang-picker-mob .icon-chevron {
      font-size: 0.9rem;
      transform: rotateX(180deg);
      transition: all .25s ease; }
    .c-lang-picker-mob .dropdown {
      display: none;
      width: 100%;
      padding: 4rem 1rem 1rem 1rem;
      margin-bottom: 0; }
      .c-lang-picker-mob .dropdown::after {
        display: none; }
      .c-lang-picker-mob .dropdown .item {
        color: #787878;
        margin-bottom: 2rem; }
        .c-lang-picker-mob .dropdown .item:last-child {
          margin-bottom: 0; }
        .c-lang-picker-mob .dropdown .item.selected {
          color: #000000; }
          .c-lang-picker-mob .dropdown .item.selected .icon-tick {
            display: inline-block; }
        .c-lang-picker-mob .dropdown .item .text {
          color: #000000;
          margin-right: 0.5rem; }
        .c-lang-picker-mob .dropdown .item .icon-tick {
          font-size: 1rem;
          display: none; }
  @media (min-width: 1025px) {
    .c-lang-picker {
      position: relative;
      display: flex;
      width: 5.21rem;
      align-items: center;
      justify-content: space-between;
      background: transparent;
      cursor: pointer; }
      .c-lang-picker.dropdown-active .picker .icon-chevron {
        transform: rotateX(0); }
      .c-lang-picker .picker {
        padding: 0.4rem 0.7rem;
        border: 2px solid #000000; }
        .c-lang-picker .picker .selected {
          font-family: "Apercu-Medium", Arial, sans-serif;
          font-size: 1.3rem;
          text-transform: uppercase;
          margin-right: 0.6rem; }
        .c-lang-picker .picker .icon-chevron {
          display: inline-block;
          position: relative;
          top: -0.15rem;
          font-size: 0.9rem;
          transform: rotateX(180deg);
          transition: all .25s ease; }
      .c-lang-picker .dropdown {
        display: none;
        width: 52px;
        position: absolute;
        top: 2.5rem;
        left: 1px;
        width: 4.7rem;
        background: #ffffff;
        padding: 0.4rem 0;
        background: #ffffff;
        font-family: "Apercu-Medium", Arial, sans-serif;
        font-size: 1.3rem; }
        .c-lang-picker .dropdown .item {
          text-transform: uppercase;
          margin-bottom: 0.6rem;
          padding-left: 0.8rem; }
          .c-lang-picker .dropdown .item a {
            display: block;
            color: inherit; }
          .c-lang-picker .dropdown .item:last-child {
            margin-bottom: 0; } }

.c-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.c-media {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  object-fit: cover;
  flex: 1; }
  @media (min-width: 768px) {
    .c-media {
      max-width: 22.4rem;
      min-height: 42.1rem; } }
  .c-media a img {
    width: 100%;
    margin-bottom: 2.4rem; }
    @media (min-width: 768px) {
      .c-media a img {
        max-height: 29.5rem;
        object-fit: cover; } }
  .c-media__content {
    position: relative;
    z-index: 2; }
  .c-media__read-more {
    margin-top: auto; }
  .c-media__description {
    color: #000000;
    font-weight: 500;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .c-media__description {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .c-media__description {
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .c-media__description {
        line-height: 2.4rem; } }
    @media (max-width: 767px) {
      .c-media__description {
        line-height: 2.8rem; } }
    @media (min-width: 768px) {
      .c-media__description {
        margin-bottom: 0; } }
  .c-media__cat-tab, .related .c-media .tagline,
  .b-spotlight__tabs .c-media .tagline {
    border: 1px solid #1a1a1a;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 4px 8px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 1.6rem;
    color: #1a1a1a;
    width: fit-content; }
  .c-media__image {
    height: 33.5rem;
    object-fit: cover;
    margin-bottom: 2.4rem; }
    @media (min-width: 768px) {
      .c-media__image {
        height: 22.4rem; } }
  .c-media__link {
    margin-top: auto;
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 100%;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #000000; }
  .c-media__read-more svg {
    margin-left: 2rem; }
  @media (min-width: 768px) {
    .c-media--big {
      flex-basis: 59rem;
      min-height: 40rem;
      max-width: 100%; } }
  .c-media .authors {
    position: relative;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .c-media .authors {
        margin-top: auto;
        min-height: 6.6rem; } }
    .c-media .authors span {
      font-weight: 700;
      font-size: inherit;
      color: #000000; }
    .c-media .authors a {
      color: #000000;
      text-decoration: none;
      font-size: inherit; }

.related .c-media,
.b-spotlight__tabs .c-media {
  max-width: 100%; }
  .related .c-media .tagline,
  .b-spotlight__tabs .c-media .tagline {
    position: relative;
    z-index: 3; }
  .related .c-media .tagline-empty,
  .b-spotlight__tabs .c-media .tagline-empty {
    border: none;
    box-shadow: none;
    min-height: 2.26rem; }
  .related .c-media .title,
  .b-spotlight__tabs .c-media .title {
    font-size: 1.8rem;
    line-height: 150%;
    font-family: "Apercu-Medium", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1.6rem;
    color: #000000; }
  .related .c-media .desc,
  .b-spotlight__tabs .c-media .desc {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000000; }
    @media (min-width: 768px) {
      .related .c-media .desc,
      .b-spotlight__tabs .c-media .desc {
        margin-bottom: 1.5rem;
        word-break: break-all; } }
    .related .c-media .desc p,
    .b-spotlight__tabs .c-media .desc p {
      margin-bottom: 2.4rem;
      text-align: left;
      color: #000000; }
      .related .c-media .desc p:not(:last-of-type),
      .b-spotlight__tabs .c-media .desc p:not(:last-of-type) {
        margin-bottom: 0; }
  .related .c-media__content,
  .b-spotlight__tabs .c-media__content {
    display: flex;
    flex-direction: column; }
    .related .c-media__content p,
    .b-spotlight__tabs .c-media__content p {
      margin-bottom: 0 !important; }

#hp-themes .c-media__content {
  margin-top: 0; }

@media (min-width: 768px) {
  #theme-projects {
    padding: 4rem 0 4.8rem; } }

#theme-projects .b-media-list__wrapper {
  padding-bottom: 4rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2.4rem; }
  @media (min-width: 768px) {
    #theme-projects .b-media-list__wrapper .c-media > a {
      height: 100%;
      display: flex;
      flex-direction: column; } }
  #theme-projects .b-media-list__wrapper .c-media .image {
    height: 277px;
    object-fit: cover; }
    @media (min-width: 768px) {
      #theme-projects .b-media-list__wrapper .c-media .image {
        height: 277px; } }
  @media (min-width: 768px) {
    #theme-projects .b-media-list__wrapper {
      display: flex;
      gap: 2.2rem;
      justify-content: center;
      padding-bottom: 6.4rem;
      align-items: stretch; } }

#theme-projects #projects-pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  #theme-projects #projects-pagination .next {
    font-size: 1.6rem;
    line-height: 100%;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700; }
  #theme-projects #projects-pagination .prev {
    width: fit-content !important;
    text-decoration: underline;
    font-weight: 700;
    text-underline-offset: 3px;
    font-size: 1.6rem; }
  #theme-projects #projects-pagination .current {
    border-radius: 10rem;
    background-color: #76C37B;
    color: #000000 !important; }
  #theme-projects #projects-pagination .page-numbers {
    cursor: pointer; }
  #theme-projects #projects-pagination .page-numbers:not(.next) {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 150%;
    justify-content: center;
    margin-right: 0.8rem; }
    #theme-projects #projects-pagination .page-numbers:not(.next):last-of-type {
      margin-right: 0; }

#theme-projects .c-media {
  justify-content: center; }
  @media (min-width: 768px) {
    #theme-projects .c-media {
      max-width: 23.5%;
      min-height: 26.4rem;
      width: 100%;
      height: auto; } }
  @media (min-width: 768px) {
    #theme-projects .c-media--big {
      flex-basis: 49%;
      max-width: 100%;
      min-height: 46.4rem; } }
  #theme-projects .c-media--big .title {
    display: block !important; }
  #theme-projects .c-media--big .c-media__link {
    margin-top: auto !important; }
  @media (min-width: 768px) {
    #theme-projects .c-media--big .c-media__content {
      margin-top: unset !important; } }
  #theme-projects .c-media--big a {
    display: flex;
    flex-direction: column;
    flex: 1; }
  #theme-projects .c-media__link {
    margin-top: auto; }
  #theme-projects .c-media .desc {
    line-height: 150%;
    color: #000000;
    margin-bottom: 2.4rem; }
    @media (min-width: 768px) {
      #theme-projects .c-media .desc {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      #theme-projects .c-media .desc {
        font-size: 1.6rem; } }
  #theme-projects .c-media .title {
    margin-bottom: 1rem;
    display: block;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      #theme-projects .c-media .title {
        font-size: 2.4rem; } }
    @media (max-width: 767px) {
      #theme-projects .c-media .title {
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      #theme-projects .c-media .title {
        line-height: 2.7rem; } }
    @media (max-width: 767px) {
      #theme-projects .c-media .title {
        line-height: 2.4rem; } }
    @media (min-width: 768px) {
      #theme-projects .c-media .title {
        min-height: 5.4rem; } }
  #theme-projects .c-media__content {
    margin-top: 2.4rem; }
    @media (min-width: 768px) {
      #theme-projects .c-media__content {
        margin-top: 4rem; } }
    #theme-projects .c-media__content-wrapper {
      flex: 1;
      display: flex;
      flex-direction: column; }
    #theme-projects .c-media__content p {
      margin-bottom: 0 !important; }

.p-partners .b-media-list,
.p-blog .b-media-list,
.p-blog-single .b-media-list {
  position: relative;
  padding: 4rem 0 6rem 0; }
  @media (min-width: 1025px) {
    .p-partners .b-media-list,
    .p-blog .b-media-list,
    .p-blog-single .b-media-list {
      padding: 6rem 0 4rem 0; } }
  .p-partners .b-media-list .l,
  .p-blog .b-media-list .l,
  .p-blog-single .b-media-list .l {
    display: flex;
    flex-flow: row wrap; }

.p-partners .c-media,
.p-blog .c-media,
.p-blog-single .c-media {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
  color: #000000;
  position: relative;
  max-width: 100% !important;
  min-height: unset !important;
  flex: unset !important;
  padding-inline: unset !important;
  padding: unset !important; }
  @media (min-width: 1025px) {
    .p-partners .c-media,
    .p-blog .c-media,
    .p-blog-single .c-media {
      width: 30.43%;
      margin-right: 4.355%;
      padding-bottom: 2.7rem !important; } }
  .p-partners .c-media .partner,
  .p-blog .c-media .partner,
  .p-blog-single .c-media .partner {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-family: "Apercu-Bold", Arial, sans-serif !important; }
    @media (min-width: 1025px) {
      .p-partners .c-media .partner,
      .p-blog .c-media .partner,
      .p-blog-single .c-media .partner {
        margin-bottom: 2rem;
        font-size: 2.4rem; } }
  .p-partners .c-media .desc,
  .p-blog .c-media .desc,
  .p-blog-single .c-media .desc {
    font-size: 1.5rem !important;
    line-height: 2.2rem;
    margin-bottom: 2rem; }
    @media (min-width: 1025px) {
      .p-partners .c-media .desc,
      .p-blog .c-media .desc,
      .p-blog-single .c-media .desc {
        margin-bottom: 2.5rem; } }
  .p-partners .c-media .link,
  .p-blog .c-media .link,
  .p-blog-single .c-media .link {
    font-family: "Apercu-Medium", Arial, sans-serif;
    font-size: 1.5rem;
    text-decoration: underline;
    color: inherit; }
  @media (min-width: 1025px) {
    .p-partners .c-media :nth-of-type(2n + 0),
    .p-blog .c-media :nth-of-type(2n + 0),
    .p-blog-single .c-media :nth-of-type(2n + 0) {
      margin-right: 4.355%; } }
  @media (min-width: 1025px) {
    .p-partners .c-media:nth-of-type(3n + 0),
    .p-blog .c-media:nth-of-type(3n + 0),
    .p-blog-single .c-media:nth-of-type(3n + 0) {
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .p-partners .c-media:last-of-type,
    .p-blog .c-media:last-of-type,
    .p-blog-single .c-media:last-of-type {
      margin-bottom: 6rem; } }

.p-blog .c-media img,
.p-blog-single .c-media img {
  position: static;
  width: 100%;
  margin-bottom: 2.5rem; }
  @media (min-width: 1025px) {
    .p-blog .c-media img,
    .p-blog-single .c-media img {
      margin-bottom: 4rem; } }

.p-blog .c-media .tagline,
.p-blog-single .c-media .tagline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  background-color: transparent !important;
  border: none !important;
  box-shadow: unset !important; }
  @media (min-width: 1025px) {
    .p-blog .c-media .tagline,
    .p-blog-single .c-media .tagline {
      margin-bottom: 3rem; } }

.p-blog .c-media .date,
.p-blog-single .c-media .date {
  font-size: 1.4rem;
  color: #969696; }

.p-blog .c-media .title,
.p-blog-single .c-media .title {
  font-family: "Apercu-Bold", Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .p-blog .c-media .title,
    .p-blog-single .c-media .title {
      font-size: 2.4rem;
      line-height: 3rem;
      margin-bottom: 2.5rem; } }

.p-blog .c-media .desc,
.p-blog-single .c-media .desc {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 2rem; }
  @media (min-width: 1025px) {
    .p-blog .c-media .desc,
    .p-blog-single .c-media .desc {
      margin-bottom: 2.5rem; } }

.p-blog .c-media .c-media__content,
.p-blog-single .c-media .c-media__content {
  position: static; }
  .p-blog .c-media .c-media__content *,
  .p-blog-single .c-media .c-media__content * {
    color: #000 !important; }

.p-blog .c-media .c-media__link,
.p-blog-single .c-media .c-media__link {
  font-size: 1.4rem;
  color: #000000;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
  font-weight: 400;
  text-decoration: none; }
  @media (min-width: 1025px) {
    .p-blog .c-media .c-media__link,
    .p-blog-single .c-media .c-media__link {
      position: absolute;
      bottom: 0; } }

.p-blog-single .b-media-list.related {
  padding: 4rem 0 6rem 0;
  background: #eef4ff; }
  @media (min-width: 1025px) {
    .p-blog-single .b-media-list.related {
      padding-bottom: 2rem; } }
  .p-blog-single .b-media-list.related .list-title {
    width: 100%;
    font-family: "Apercu-Bold", Arial, sans-serif;
    font-size: 3rem;
    width: 100%;
    margin-bottom: 3.5rem; }
    @media (min-width: 1025px) {
      .p-blog-single .b-media-list.related .list-title {
        font-size: 4.2rem;
        margin-bottom: 5rem; } }

.p-blog-single .icon-rectangle {
  position: absolute;
  font-size: 10.5rem;
  top: -5.25rem;
  right: -2rem; }
  @media (min-width: 1025px) {
    .p-blog-single .icon-rectangle {
      font-size: 22.7rem;
      top: -11.35rem;
      right: -3rem; } }

.p-blog-single .c-media .desc,
.p-blog-single .c-media .title,
.p-blog-single .c-media .read-more {
  color: #000; }

.p-blog-single .c-media .read-more {
  font-size: 1.4rem;
  color: #000000;
  display: flex;
  align-items: center;
  transition: color 0.25s ease; }
  @media (min-width: 1025px) {
    .p-blog-single .c-media .read-more {
      position: absolute;
      bottom: 0; } }

#contact-form {
  width: 100%; }
  @media (min-width: 768px) {
    #contact-form {
      width: 50%; } }
  #contact-form input,
  #contact-form textarea {
    border: 1px solid #ebebeb;
    padding: 1.5rem 1.8rem 1.5rem 1.8rem;
    width: 100%;
    color: #707070;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
    max-width: 100%; }
  #contact-form .wpforms-field {
    margin-bottom: 1.6rem;
    padding: 0; }
  #contact-form textarea {
    min-height: 15rem;
    margin-bottom: 1.6rem; }
  #contact-form button {
    background: #1a1a1a;
    padding: 1.5rem 4rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8rem;
    width: 100%;
    min-height: 4.8rem; }

.b-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #76C37B;
  transition: all .25s ease;
  padding: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  height: 5rem; }
  @media (min-width: 768px) {
    .b-header {
      max-height: 9rem; } }
  .b-header .l {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .b-header.menu-active {
    background: #ffffff; }
    .b-header.menu-active .icon-close {
      font-size: 1.9rem;
      color: #000000; }
    .b-header.menu-active .brand .icon-logo {
      color: #76C37B; }
  @media (min-width: 1025px) {
    .b-header {
      padding: 1.6rem 0 1.6rem 0;
      height: auto; } }
  .b-header .brand {
    display: flex;
    align-items: center; }
    .b-header .brand .icon-logo {
      font-size: 3.3rem;
      color: #ffffff;
      margin-right: 1.13rem;
      transition: all .25s ease; }
      @media (min-width: 1025px) {
        .b-header .brand .icon-logo {
          font-size: 6rem;
          margin-right: 2rem; } }
    .b-header .brand .info .title {
      font-family: "Apercu-Medium", Arial, sans-serif;
      font-size: 1.6rem;
      margin-bottom: 0.2rem; }
      @media (min-width: 1025px) {
        .b-header .brand .info .title {
          font-size: 2.8rem;
          margin-bottom: 0.1rem; } }
    .b-header .brand .info .tagline {
      font-size: 0.85rem; }
      @media (min-width: 1025px) {
        .b-header .brand .info .tagline {
          font-size: 1.5rem; } }
    .b-header .brand .info img {
      width: 15.65rem; }
      @media (min-width: 1025px) {
        .b-header .brand .info img {
          height: 6.2rem;
          width: auto; } }
  .b-header .icon-burger {
    color: #ffffff;
    font-size: 1.8rem;
    cursor: pointer; }
    @media (min-width: 1025px) {
      .b-header .icon-burger {
        display: none; } }

.b-footer {
  position: relative;
  background: #000000;
  padding: 5rem 0 4rem 0;
  text-align: center; }
  .b-footer .l {
    position: relative; }
  @media (min-width: 1024px) {
    .b-footer {
      padding: 7.6rem 0;
      text-align: left;
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .b-footer .top {
      display: flex;
      margin-bottom: 8rem; } }
  .b-footer .top .research {
    color: #ffffff;
    margin-bottom: 4.5rem; }
    @media (min-width: 1024px) {
      .b-footer .top .research {
        margin-bottom: 0;
        width: 30.5%;
        margin-right: 10.1%; } }
    .b-footer .top .research .title {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .b-footer .top .research .title {
          font-size: 2.4rem; } }
      @media (max-width: 767px) {
        .b-footer .top .research .title {
          font-size: 2.4rem; } }
      @media (min-width: 1024px) {
        .b-footer .top .research .title {
          margin-bottom: 1.7rem; } }
    .b-footer .top .research .desc {
      font-size: 1.8rem;
      line-height: 2.5rem;
      padding: 0 1rem; }
      @media (min-width: 1024px) {
        .b-footer .top .research .desc {
          padding: 0;
          font-size: 1.8rem; } }
  .b-footer .top .links {
    font-size: 1.8rem; }
    @media (min-width: 1024px) {
      .b-footer .top .links {
        width: 20%;
        padding-top: 0.9rem;
        font-size: 1.8rem; } }
    .b-footer .top .links .title {
      color: inherit;
      letter-spacing: 0.2rem;
      text-transform: uppercase;
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 2.5rem; }
    .b-footer .top .links .link-list .link {
      margin-bottom: 1.8rem; }
      .b-footer .top .links .link-list .link:last-of-type {
        margin-bottom: 0; }
      .b-footer .top .links .link-list .link a {
        color: inherit;
        font-family: "Apercu-Medium", Arial, sans-serif;
        font-size: 1.8rem;
        transition: color .25s ease; }
        @media (min-width: 768px) {
          .b-footer .top .links .link-list .link a {
            font-size: 1.8rem; } }
  .b-footer .top .expertise {
    color: #76C37B;
    margin-bottom: 4.5rem; }
    @media (min-width: 1024px) {
      .b-footer .top .expertise {
        margin-right: 9.5%;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .b-footer .top .expertise .link a:hover {
        color: #455F47; } }
  .b-footer .top .about {
    color: #ffffff;
    margin-bottom: 5rem; }
    @media (min-width: 1024px) {
      .b-footer .top .about {
        margin-right: 3%;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .b-footer .top .about .link a:hover {
        color: #808080; } }
  .b-footer .top .social {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 5rem; }
    @media (min-width: 1024px) {
      .b-footer .top .social {
        padding-top: 0.9rem;
        font-size: 1.8rem; } }
    .b-footer .top .social .title {
      margin-bottom: 2rem; }
    .b-footer .top .social .icon {
      color: inherit;
      font-size: 1.8rem; }
      @media (min-width: 1024px) {
        .b-footer .top .social .icon {
          transition: color .25s ease; }
          .b-footer .top .social .icon:hover {
            color: #808080; } }
      .b-footer .top .social .icon.icon-twitter {
        margin-right: 1.5rem; }
  @media (min-width: 1024px) {
    .b-footer .bottom {
      display: flex;
      align-items: center; } }
  .b-footer .bottom .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .b-footer .bottom .brand {
        margin-right: 18.3rem;
        margin-bottom: 0; } }
    .b-footer .bottom .brand .icon-logo {
      color: #76C37B;
      margin-right: 1.66rem; }
      @media (min-width: 768px) {
        .b-footer .bottom .brand .icon-logo {
          font-size: 6rem; } }
      @media (max-width: 767px) {
        .b-footer .bottom .brand .icon-logo {
          font-size: 4.8rem; } }
      @media (min-width: 1024px) {
        .b-footer .bottom .brand .icon-logo {
          margin-right: 2rem; } }
    .b-footer .bottom .brand .info .title {
      font-family: "Apercu-Medium", Arial, sans-serif;
      margin-bottom: 0.4rem; }
      @media (min-width: 768px) {
        .b-footer .bottom .brand .info .title {
          font-size: 2.8rem; } }
      @media (max-width: 767px) {
        .b-footer .bottom .brand .info .title {
          font-size: 2.3rem; } }
      @media (min-width: 1024px) {
        .b-footer .bottom .brand .info .title {
          margin-bottom: 0.1rem; } }
    @media (min-width: 768px) {
      .b-footer .bottom .brand .info .tagline {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .b-footer .bottom .brand .info .tagline {
        font-size: 1.23rem; } }
    .b-footer .bottom .brand .info img {
      width: 23.2rem; }
      @media (min-width: 768px) {
        .b-footer .bottom .brand .info img {
          height: 6.2rem;
          width: auto; } }
  .b-footer .bottom .logo {
    height: 17.5rem;
    overflow: hidden;
    border-bottom: 1px solid #464646;
    margin-bottom: 3rem; }
    @media (min-width: 1024px) {
      .b-footer .bottom .logo {
        border: 0;
        position: absolute;
        right: 12rem;
        bottom: -8rem;
        margin-bottom: 0; } }
    .b-footer .bottom .logo .icon-logo-large {
      font-size: 21.7rem;
      color: #464646; }
  .b-footer .bottom .copyright {
    font-size: 1.2rem;
    color: #646464; }

.b-nav {
  width: 100%;
  height: calc(100% - 5rem);
  position: fixed;
  top: 5rem;
  overflow: auto;
  background: #ffffff;
  padding: 3.5rem 0 3.5rem 0;
  transform: translateX(-100%);
  transition: all 0.25s ease;
  z-index: 10; }
  @media (min-width: 1025px) {
    .b-nav {
      top: 8.54rem;
      height: auto;
      transform: translateX(0);
      padding: 1.1rem 0 1.1rem 0;
      overflow: visible;
      box-shadow: 0 0 1px 1px #DEDEDE; } }
  @media (min-width: 1025px) {
    .b-nav.scrolling {
      top: 0; } }
  @media (min-width: 1025px) {
    .b-nav-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .b-nav.menu-active {
    transform: translateX(0); }
  .b-nav ul {
    color: #000000;
    margin-bottom: 3rem; }
    @media (min-width: 1025px) {
      .b-nav ul {
        margin-bottom: 0;
        display: flex;
        flex-flow: row nowrap; } }
    .b-nav ul::after {
      display: block;
      content: "";
      width: 100%;
      height: 0.2rem;
      background: #DEDEDE; }
      @media (min-width: 1025px) {
        .b-nav ul::after {
          display: none; } }
    .b-nav ul a {
      text-decoration: none;
      color: inherit; }
  .b-nav .main-nav {
    font-family: "Apercu-Bold", Arial, sans-serif;
    font-size: 1.8rem; }
    @media (min-width: 1025px) {
      .b-nav .main-nav {
        width: 80%;
        line-height: 2.8rem;
        flex-wrap: wrap; } }
    .b-nav .main-nav .item {
      margin-bottom: 3rem;
      transition: all 0.2s ease; }
      @media (min-width: 1025px) {
        .b-nav .main-nav .item {
          margin-bottom: 0;
          margin-right: 1.2rem;
          padding-inline: 0.8rem;
          position: relative;
          text-transform: uppercase; }
          .b-nav .main-nav .item:last-of-type {
            margin-right: 0; }
          .b-nav .main-nav .item::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 0;
            background-color: #76C37B;
            transition: all 0.3s;
            z-index: 1; }
          .b-nav .main-nav .item:hover {
            color: #ffffff; }
            .b-nav .main-nav .item:hover::after {
              height: 100%; }
          .b-nav .main-nav .item a {
            position: relative;
            z-index: 2; } }
    .b-nav .main-nav .item.active {
      text-decoration: underline; }
  .b-nav .sub-nav {
    font-size: 1.8rem; }
    @media (min-width: 1025px) {
      .b-nav .sub-nav {
        align-items: center; } }
    .b-nav .sub-nav .item {
      margin-bottom: 3rem; }
      @media (min-width: 1025px) {
        .b-nav .sub-nav .item {
          margin-bottom: 0;
          margin-right: 2.4rem; }
          .b-nav .sub-nav .item:last-of-type {
            margin-right: 0; } }
      .b-nav .sub-nav .item:last-of-type {
        display: flex;
        align-items: center;
        padding-inline: 1.6rem;
        height: 4.8rem;
        justify-content: center;
        background-color: #1a1a1a;
        text-align: center; }
        @media (min-width: 768px) {
          .b-nav .sub-nav .item:last-of-type {
            height: 3.7rem;
            min-width: 11rem;
            padding-inline: 1rem; } }
        .b-nav .sub-nav .item:last-of-type a {
          font-size: 1.8rem;
          line-height: 1.7rem;
          color: #fff; }
      .b-nav .sub-nav .item.has-dropdown {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between; }
        @media (min-width: 1025px) {
          .b-nav .sub-nav .item.has-dropdown {
            cursor: pointer;
            position: relative;
            justify-content: flex-end;
            min-width: 9rem; } }
        .b-nav .sub-nav .item.has-dropdown.dropdown-active .icon-chevron {
          transform: rotateX(0); }
        .b-nav .sub-nav .item.has-dropdown .icon-chevron {
          display: inline-block;
          font-size: 0.9rem;
          transform: rotateX(180deg);
          transition: all 0.25s ease; }
          @media (min-width: 1025px) {
            .b-nav .sub-nav .item.has-dropdown .icon-chevron {
              margin-left: 0.6rem; } }
        .b-nav .sub-nav .item.has-dropdown .dropdown {
          display: none;
          width: 100%;
          padding: 4rem 1rem 1rem 1rem;
          margin: 0;
          color: #787878; }
          @media (min-width: 1025px) {
            .b-nav .sub-nav .item.has-dropdown .dropdown {
              width: 21.4rem;
              position: absolute;
              top: 1.6rem;
              left: -5rem;
              background: #ffffff;
              padding: 3.9rem 3rem 2.5rem 3rem; } }
          .b-nav .sub-nav .item.has-dropdown .dropdown::after {
            display: none; }
          @media (min-width: 1025px) {
            .b-nav .sub-nav .item.has-dropdown .dropdown .item {
              color: #000000;
              margin-right: 0;
              margin-bottom: 1.9rem; } }
          .b-nav .sub-nav .item.has-dropdown .dropdown .item:last-child {
            display: block;
            margin-bottom: 0;
            height: auto;
            background-color: unset;
            padding-inline: 0;
            text-align: left; }
            .b-nav .sub-nav .item.has-dropdown .dropdown .item:last-child a {
              font-size: inherit;
              line-height: inherit;
              color: inherit; }

.b-hp-hero {
  position: relative; }
  @media (max-width: 767px) {
    .b-hp-hero {
      padding-block: 3.2rem;
      min-height: 44.4rem; } }
  .b-hp-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 767px) {
      .b-hp-hero__image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; } }
    .b-hp-hero__image img {
      width: 100%;
      height: 100%;
      min-height: 44rem;
      object-fit: cover; }
  @media (min-width: 768px) {
    .b-hp-hero .l {
      display: flex;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%); } }
  .b-hp-hero__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .b-hp-hero__wrapper {
        padding-block: 3.2rem; } }
  .b-hp-hero__content {
    text-align: center; }
    @media (min-width: 768px) {
      .b-hp-hero__content {
        max-width: 56rem;
        margin-right: auto;
        text-align: left; } }
  .b-hp-hero__title {
    margin-bottom: 2rem;
    color: #ffffff; }
    @media (min-width: 768px) {
      .b-hp-hero__title {
        font-size: 4.2rem; } }
    @media (max-width: 767px) {
      .b-hp-hero__title {
        font-size: 3.6rem; } }
    @media (min-width: 768px) {
      .b-hp-hero__title {
        line-height: 4.7rem; } }
    @media (max-width: 767px) {
      .b-hp-hero__title {
        line-height: 4.4rem; } }
    @media (min-width: 768px) {
      .b-hp-hero__title {
        margin-bottom: 1rem; } }
  .b-hp-hero__copy {
    font-size: 1.8rem;
    line-height: 150%;
    margin-bottom: 3.2rem;
    color: #ffffff; }
    @media (min-width: 768px) {
      .b-hp-hero__copy {
        margin-bottom: 4rem;
        font-size: 2rem; } }
  .b-hp-hero .c-btn-primary {
    border: none;
    height: 4.8rem;
    text-align: center;
    min-width: 100%; }
    @media (min-width: 768px) {
      .b-hp-hero .c-btn-primary {
        min-width: 21.7rem; } }
  @media (min-width: 1025px) {
    .b-hp-hero br {
      display: none; } }

.b-media-list {
  padding-block: 4.8rem; }
  @media (min-width: 768px) {
    .b-media-list {
      padding-block: 6.4rem; } }
  .b-media-list__header {
    margin-bottom: 3.2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .b-media-list__header {
        margin-bottom: 6.4rem; } }
  @media (min-width: 768px) {
    .b-media-list__title {
      font-size: 3.6rem; } }
  @media (max-width: 767px) {
    .b-media-list__title {
      font-size: 3rem; } }
  @media (min-width: 768px) {
    .b-media-list__title {
      line-height: 4.4rem; } }
  @media (max-width: 767px) {
    .b-media-list__title {
      line-height: 3.8rem; } }
  @media (max-width: 767px) {
    .b-media-list__title {
      max-width: 25rem;
      margin-inline: auto; } }
  .b-media-list__preheadline {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .b-media-list__preheadline {
        margin-bottom: 1.2rem; } }
  .b-media-list__wrapper {
    display: grid;
    row-gap: 4.8rem; }
    @media (min-width: 768px) {
      .b-media-list__wrapper {
        display: flex;
        flex-wrap: wrap;
        column-gap: 2rem;
        row-gap: 4rem; } }
    .b-media-list__wrapper > a {
      flex: 1; }
  .b-media-list__theme-projects-heading {
    max-width: 76.8rem;
    margin-inline: auto;
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
      .b-media-list__theme-projects-heading {
        margin-bottom: 6.4rem; } }
  .b-media-list__theme-projects-title {
    text-align: center;
    margin-bottom: 1.6rem;
    font-size: 3rem;
    line-height: 3.8rem; }
    @media (min-width: 768px) {
      .b-media-list__theme-projects-title {
        margin-bottom: 2rem;
        font-size: 3.6rem;
        line-height: 4.4rem; } }
  .b-media-list__theme-projects-subtitle {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400; }
    @media (min-width: 768px) {
      .b-media-list__theme-projects-subtitle {
        font-size: 2rem;
        line-height: 3rem; } }
  @media (min-width: 768px) {
    .b-media-list.related .b-media-list__wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem; } }
  .b-media-list.related .list-title {
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
      .b-media-list.related .list-title {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .b-media-list.related .list-title {
        font-size: 2.4rem; } }
    @media (min-width: 768px) {
      .b-media-list.related .list-title {
        line-height: 3.8rem; } }
    @media (max-width: 767px) {
      .b-media-list.related .list-title {
        line-height: 3.2rem; } }
    @media (min-width: 768px) {
      .b-media-list.related .list-title {
        margin-bottom: 6.4rem; } }
  .b-media-list.related .c-media .tagline {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    width: fit-content;
    background-color: #ffffff;
    border: 1px solid #1a1a1a;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 3; }
    .b-media-list.related .c-media .tagline p {
      font-size: 1.3rem;
      line-height: 100%; }
  .b-media-list.related .c-media .desc {
    margin-bottom: 2.4rem;
    word-break: break-all; }

.b-hero {
  padding-block: 4.8rem;
  position: relative;
  padding-bottom: 0rem; }
  @media (min-width: 768px) {
    .b-hero {
      padding-block: 6.4rem; } }
  .b-hero .l {
    position: relative;
    z-index: 3; }
  .b-hero__wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.2rem; }
    @media (min-width: 768px) {
      .b-hero__wrapper {
        flex-direction: row;
        gap: 8rem;
        align-items: center; } }
  .b-hero__content {
    flex: 1; }
    @media (max-width: 767px) {
      .b-hero__content {
        text-align: center; } }
  .b-hero__title {
    margin-bottom: 1.6rem; }
    @media (min-width: 768px) {
      .b-hero__title {
        font-size: 4.8rem; } }
    @media (max-width: 767px) {
      .b-hero__title {
        font-size: 3.6rem; } }
    @media (min-width: 768px) {
      .b-hero__title {
        line-height: 6rem; } }
    @media (max-width: 767px) {
      .b-hero__title {
        line-height: 4.4rem; } }
    @media (min-width: 768px) {
      .b-hero__title {
        margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    .b-hero__copy {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .b-hero__copy {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .b-hero__copy {
      line-height: 3rem; } }
  @media (max-width: 767px) {
    .b-hero__copy {
      line-height: 2.8rem; } }
  @media (max-width: 767px) {
    .b-hero__copy p {
      text-align: center !important; } }
  .b-hero__button {
    margin-top: 3.2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    min-width: 100%; }
    @media (min-width: 768px) {
      .b-hero__button {
        min-width: 33.5rem; } }
  .b-hero__image {
    height: 22.8rem; }
    @media (min-width: 768px) {
      .b-hero__image {
        height: 36.3rem;
        width: 56rem; } }
    .b-hero__image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .b-hero--team {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(90deg, rgba(118, 195, 123, 0.4) 0%, rgba(188, 212, 255, 0.4) 100%); }
    .b-hero--team__content {
      text-align: left; }
      @media (min-width: 768px) {
        .b-hero--team__content {
          padding-block: 2.4rem;
          max-width: 76.8rem; } }
      .b-hero--team__content p {
        text-align: left !important; }

.p-team .b-hero--team {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(90deg, rgba(118, 195, 123, 0.4) 0%, rgba(188, 212, 255, 0.4) 100%) !important; }

.b-hero-simple {
  padding: 2.5rem 0;
  font-family: "Apercu-Bold", Arial, sans-serif;
  margin-bottom: 3rem;
  background: #EEF4FF; }
  @media (min-width: 768px) {
    .b-hero-simple {
      font-size: 4.2rem; } }
  @media (max-width: 767px) {
    .b-hero-simple {
      font-size: 2.7rem; } }
  @media (min-width: 1024px) {
    .b-hero-simple {
      margin-bottom: 10.5rem;
      padding: 6rem 0; } }

.b-hero-event__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  position: relative;
  z-index: 4; }
  @media (min-width: 768px) {
    .b-hero-event__wrapper {
      gap: 6.4rem;
      flex-direction: row-reverse; } }
  .b-hero-event__wrapper .back-button {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
    line-height: 150%;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #1a1a1a;
    margin-bottom: 3.2rem;
    justify-content: center;
    text-align: center; }
    @media (min-width: 768px) {
      .b-hero-event__wrapper .back-button {
        margin-bottom: 4.8rem;
        justify-content: flex-start;
        text-align: left; } }
    @media (max-width: 767px) {
      .b-hero-event__wrapper .back-button--desk {
        display: none; } }
    @media (min-width: 768px) {
      .b-hero-event__wrapper .back-button--mob {
        display: none; } }

.b-hero-event__main {
  max-width: 76.8rem; }
  @media (min-width: 768px) {
    .b-hero-event__main {
      margin-right: 4.8rem; } }

.b-hero-event__published {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  padding: 0.4rem 1.2rem;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  border: 1px solid #191919;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .b-hero-event__published {
      justify-content: flex-start; } }
  @media (max-width: 767px) {
    .b-hero-event__published {
      margin-inline: auto; } }
  .b-hero-event__published-date, .b-hero-event__published-place {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1a1a1a; }
  .b-hero-event__published-place {
    font-family: "Apercu-Medium", Arial, sans-serif;
    font-weight: 500; }
  .b-hero-event__published svg {
    margin-right: 4px; }

.b-hero-event__headline {
  margin-bottom: 1.6rem;
  text-align: center; }
  @media (min-width: 768px) {
    .b-hero-event__headline {
      font-size: 4.8rem; } }
  @media (max-width: 767px) {
    .b-hero-event__headline {
      font-size: 2.8rem; } }
  @media (min-width: 768px) {
    .b-hero-event__headline {
      line-height: 6rem; } }
  @media (max-width: 767px) {
    .b-hero-event__headline {
      line-height: 3.6rem; } }
  @media (min-width: 768px) {
    .b-hero-event__headline {
      text-align: left; } }

.b-hero-event__content {
  font-size: 1.6rem;
  line-height: 150%; }
  .b-hero-event__content p:not(:last-of-type) {
    margin-bottom: 1.6rem; }

.b-hero-event__info {
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .b-hero-event__info {
      width: 32rem;
      padding-top: 0;
      margin-right: auto; } }

.b-hero-event__details {
  font-size: 1.8rem;
  line-height: 150%;
  margin-bottom: 2.4rem;
  display: grid;
  gap: 1.2rem; }

.b-hero-event__button {
  font-size: 1.8rem;
  line-height: 100%;
  padding: 1.5rem 2rem;
  text-align: center;
  border: 1px solid #1a1a1a;
  background-color: #ffffff;
  width: 100%;
  color: #1a1a1a;
  text-decoration: none;
  display: block; }

.b-hero {
  position: relative;
  background: #EEF4FF;
  padding-top: 2rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .b-hero {
      padding: 6.4rem 0; } }
  .b-hero.basic {
    background: #76C37B; }
    .b-hero.basic .background-mask {
      background: #EEF4FF; }
    .b-hero.basic .icon-logo-large {
      color: #A0DB96; }
    .b-hero.basic .text-block .title {
      letter-spacing: 0.3rem;
      color: #76C37B;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
      @media (min-width: 768px) {
        .b-hero.basic .text-block .title {
          font-size: 2.5rem; } }
      @media (max-width: 767px) {
        .b-hero.basic .text-block .title {
          font-size: 1.8rem; } }
      @media (min-width: 1024px) {
        .b-hero.basic .text-block .title {
          width: 60%;
          margin-bottom: 3rem; } }
  .b-hero .background-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50%;
    left: 0;
    z-index: 1; }
    @media (min-width: 1024px) {
      .b-hero .background-mask {
        right: 50%;
        bottom: 0; } }
  .b-hero .l {
    position: relative;
    padding-bottom: 0rem;
    z-index: 2; }
    @media (min-width: 1024px) {
      .b-hero .l {
        padding-bottom: 0; } }
  .b-hero .text-block {
    padding: 2rem 1.5rem;
    background: #ffffff;
    font-family: "Apercu-Bold", Arial, sans-serif; }
    @media (min-width: 1024px) {
      .b-hero .text-block {
        padding: 5.5rem 6rem 5.5rem 6.5rem;
        max-width: 88rem; } }
    .b-hero .text-block .title {
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .b-hero .text-block .title {
          font-size: 4.2rem; } }
      @media (max-width: 767px) {
        .b-hero .text-block .title {
          font-size: 2.7rem; } }
    @media (min-width: 768px) {
      .b-hero .text-block .text {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .b-hero .text-block .text {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .b-hero .text-block .text {
        line-height: 2.8rem; } }
    @media (max-width: 767px) {
      .b-hero .text-block .text {
        line-height: 2.3rem; } }
  .b-hero .icon {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -5.5rem;
    left: 0; }
    @media (min-width: 1024px) {
      .b-hero .icon {
        width: auto;
        right: -12.5rem;
        left: auto;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg); } }
  .b-hero .icon-logo-large {
    color: #ffffff; }
    @media (min-width: 768px) {
      .b-hero .icon-logo-large {
        font-size: 42rem; } }
    @media (max-width: 767px) {
      .b-hero .icon-logo-large {
        font-size: 28rem; } }
  .b-hero ul {
    list-style-type: disc; }
  .b-hero ol {
    list-style-type: decimal; }

.b-project-info {
  padding-block: 4.8rem;
  position: relative; }
  @media (min-width: 768px) {
    .b-project-info {
      padding-block: 6.4rem; } }
  .b-project-info .c-gradient {
    max-height: 84.8rem; }
    @media (min-width: 768px) {
      .b-project-info .c-gradient {
        max-height: 48rem; } }
  .b-project-info__wrapper {
    position: relative;
    z-index: 9; }
    @media (min-width: 768px) {
      .b-project-info__wrapper {
        margin-inline: auto; } }
    .b-project-info__wrapper-back {
      text-align: center;
      margin-bottom: 4rem;
      font-size: 1.8rem;
      line-height: 150%;
      color: #1a1a1a; }
      .b-project-info__wrapper-back a {
        color: #1a1a1a; }
      .b-project-info__wrapper-back span {
        color: #1a1a1a;
        text-decoration: underline; }
  .b-project-info__header {
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
      .b-project-info__header {
        margin-bottom: 6.4rem;
        max-width: 76.8rem;
        margin-inline: auto; } }
  .b-project-info__title {
    margin-bottom: 1.6rem;
    text-align: center; }
    @media (min-width: 768px) {
      .b-project-info__title {
        font-size: 4.8rem; } }
    @media (max-width: 767px) {
      .b-project-info__title {
        font-size: 3.6rem; } }
    @media (min-width: 768px) {
      .b-project-info__title {
        line-height: 6.4rem; } }
    @media (max-width: 767px) {
      .b-project-info__title {
        line-height: 4.4rem; } }
    @media (min-width: 768px) {
      .b-project-info__title {
        margin-bottom: 2rem; } }
  .b-project-info__subtitle {
    text-align: center; }
    @media (min-width: 768px) {
      .b-project-info__subtitle {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .b-project-info__subtitle {
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .b-project-info__subtitle {
        line-height: 3rem; } }
    @media (max-width: 767px) {
      .b-project-info__subtitle {
        line-height: 2.8rem; } }
  .b-project-info__image {
    height: 22.8rem;
    margin-bottom: 4.8rem;
    object-fit: cover; }
    @media (min-width: 768px) {
      .b-project-info__image {
        height: 40.4rem;
        margin-bottom: 3.2rem; } }
  .b-project-info__copy {
    padding-top: 4.8rem; }
    @media (min-width: 768px) {
      .b-project-info__copy {
        padding-top: 3.2rem;
        max-width: 76.8rem;
        margin-inline: auto; } }
    .b-project-info__copy-title {
      margin-bottom: 2rem;
      text-align: center; }
      @media (min-width: 768px) {
        .b-project-info__copy-title {
          font-size: 3.6rem; } }
      @media (max-width: 767px) {
        .b-project-info__copy-title {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        .b-project-info__copy-title {
          line-height: 4.4rem; } }
      @media (max-width: 767px) {
        .b-project-info__copy-title {
          line-height: 3.8rem; } }
    .b-project-info__copy-text {
      font-size: 1.8rem;
      line-height: 150%;
      text-align: center; }
      .b-project-info__copy-text ul {
        list-style: disc;
        width: fit-content;
        margin-inline: auto;
        font-size: 1.8rem; }
        .b-project-info__copy-text ul li {
          text-align: left; }
      .b-project-info__copy-text ol {
        list-style: numeric;
        width: fit-content;
        margin-inline: auto;
        font-size: 1.8rem; }
        .b-project-info__copy-text ol li {
          text-align: left; }
  .b-project-info__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.2rem; }
  .b-project-info__popup-trigger {
    display: flex;
    padding: 1.5rem 4rem;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #ffffff !important;
    text-align: center;
    font-family: "Apercu-Medium", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-decoration: none !important;
    width: 100%; }
    @media (min-width: 768px) {
      .b-project-info__popup-trigger {
        width: 21.6rem; } }
  .b-project-info__popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 15;
    display: none;
    align-items: center;
    justify-content: center; }
    .b-project-info__popup.active {
      display: flex; }
  .b-project-info__popup-wrapper {
    max-width: 34rem;
    width: 100%;
    background: #ffffff;
    padding: 2rem 2.4rem;
    min-height: 58rem;
    position: relative;
    z-index: 2;
    max-height: calc(100vh - 4rem);
    overflow: scroll; }
    @media (min-width: 768px) {
      .b-project-info__popup-wrapper {
        padding: 4.8rem;
        max-width: 100rem;
        overflow: auto; } }
  .b-project-info__popup-content {
    display: flex;
    gap: 1.6rem;
    flex-direction: column; }
    @media (min-width: 768px) {
      .b-project-info__popup-content {
        gap: 4.8rem;
        flex-direction: row; } }
  .b-project-info__popup-desc {
    max-width: 42.8rem; }
    .b-project-info__popup-desc h2 {
      color: #1a1a1a;
      font-family: "Apercu-Bold", Arial, sans-serif;
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 4.4rem;
      margin-bottom: 2rem; }
    .b-project-info__popup-desc p {
      color: #1a1a1a;
      font-family: "Apercu-Regular", Arial, sans-serif;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%; }
  .b-project-info__popup-close {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    cursor: pointer; }
  .b-project-info__popup-outside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1; }
  .b-project-info strong, .b-project-info b {
    font-weight: 700; }
  .b-project-info i, .b-project-info em {
    font-style: italic; }
  .b-project-info a {
    text-decoration: underline;
    color: inherit; }
  .b-project-info ol {
    list-style-position: inside;
    list-style: numeric;
    font-family: "Apercu-Regular", Arial, sans-serif;
    color: #000000;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px; }
  .b-project-info ol li {
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px; }
  .b-project-info ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-inline: auto;
    font-family: "Apercu-Regular", Arial, sans-serif;
    color: #000000;
    list-style-position: inside; }
    .b-project-info ul li {
      text-align: left;
      padding-bottom: 5px;
      padding-top: 5px; }

.b-copy-blocks {
  padding-block: 4rem; }
  @media (min-width: 768px) {
    .b-copy-blocks {
      padding-block: 6.4rem; } }
  .b-copy-blocks__content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem; }
    @media (min-width: 768px) {
      .b-copy-blocks__content {
        gap: 4.8rem 3.8rem;
        flex-direction: row;
        flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .b-copy-blocks__block {
      max-width: 36.8rem; } }
  .b-copy-blocks__block-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #1a1a1a;
    margin-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .b-copy-blocks__block-title {
        height: 4.8rem; } }
  .b-copy-blocks__block-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #1a1a1a; }

.b-experts {
  padding-block: 4.8rem; }
  @media (min-width: 768px) {
    .b-experts {
      padding: 4.8rem 0 9.6rem; } }
  .b-experts__heading {
    max-width: 76.8rem;
    margin-inline: auto;
    margin-bottom: 3.2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .b-experts__heading {
        margin-bottom: 4.8rem; } }
  .b-experts__title {
    margin-bottom: 1.6rem; }
    @media (min-width: 768px) {
      .b-experts__title {
        font-size: 3.6rem; } }
    @media (max-width: 767px) {
      .b-experts__title {
        font-size: 3rem; } }
    @media (min-width: 768px) {
      .b-experts__title {
        line-height: 4.4rem; } }
    @media (max-width: 767px) {
      .b-experts__title {
        line-height: 3.8rem; } }
    @media (min-width: 768px) {
      .b-experts__title {
        margin-bottom: 2rem; } }
  .b-experts__copy {
    font-weight: 400; }
    @media (min-width: 768px) {
      .b-experts__copy {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .b-experts__copy {
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .b-experts__copy {
        line-height: 3rem; } }
    @media (max-width: 767px) {
      .b-experts__copy {
        line-height: 2.8rem; } }
  .b-experts__wrapper {
    overflow: visible;
    margin-bottom: 3.2rem !important; }
    @media (min-width: 768px) {
      .b-experts__wrapper {
        margin-bottom: 5.2rem !important; } }
    .b-experts__wrapper--no-slick {
      margin-bottom: 0 !important; }
      @media (min-width: 768px) {
        .b-experts__wrapper--no-slick {
          display: flex;
          justify-content: center;
          gap: 3.2rem; } }
      @media (min-width: 768px) {
        .b-experts__wrapper--no-slick .b-experts__expert {
          flex-basis: 17.3rem; } }
  .b-experts .slick-track {
    display: flex; }
  @media (min-width: 768px) {
    .b-experts .slick-list {
      margin-inline: -1.6rem; } }
  @media (min-width: 768px) {
    .b-experts .slick-list .slick-slide {
      height: auto;
      margin-inline: 1.6rem; } }
  .b-experts .slick-list .slick-slide > div {
    height: 100%;
    display: flex; }
    @media (max-width: 767px) {
      .b-experts .slick-list .slick-slide > div {
        gap: 2rem;
        justify-content: center; }
        .b-experts .slick-list .slick-slide > div:last-of-type .b-experts__expert {
          border-top: none; }
        .b-experts .slick-list .slick-slide > div:first-of-type .b-experts__expert {
          border-bottom: none; } }
  .b-experts__expert {
    padding-block: 1.2rem;
    border-top: 1px solid #76C37B;
    border-bottom: 1px solid #76C37B;
    display: flex !important;
    flex-direction: column; }
    @media (min-width: 768px) {
      .b-experts__expert {
        min-width: 27.6rem; } }
    .b-experts__expert img, .b-experts__expert svg {
      width: 15rem;
      height: 15rem;
      border-radius: 100px;
      margin-bottom: 1.6rem; }
    .b-experts__expert-name {
      font-size: 2.4rem;
      line-height: 2.4rem;
      margin-bottom: 0.4rem;
      color: #1a1a1a; }
      @media (min-width: 768px) {
        .b-experts__expert-name {
          margin-bottom: 0.9rem; } }
    .b-experts__expert-role {
      font-size: 1.8rem;
      line-height: 150%;
      color: #76C37B;
      font-family: "Apercu-Medium", Arial, sans-serif;
      font-weight: 500;
      margin-top: auto; }
      @media (min-width: 768px) {
        .b-experts__expert-role {
          min-height: 5.4rem; } }
  .b-experts__arrows {
    display: flex;
    justify-content: center;
    width: 32rem;
    margin-inline: auto;
    gap: 10.6rem; }
  .b-experts__arrow {
    position: relative;
    z-index: 3;
    cursor: pointer; }
  .b-experts .slick-dots {
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    list-style-type: none;
    bottom: -4.4rem; }
    @media (min-width: 768px) {
      .b-experts .slick-dots {
        left: 0;
        bottom: -6.2rem; } }
    .b-experts .slick-dots li {
      width: 8px;
      height: 8px; }
    .b-experts .slick-dots button {
      display: block;
      width: 0.8rem;
      height: 0.8rem;
      padding: 0;
      border-radius: 100%;
      background-color: transparent;
      border: 1px solid #000000;
      text-indent: -9999px; }
    .b-experts .slick-dots li.slick-active button {
      background-color: #76C37B;
      border: none;
      opacity: 1; }
  .b-experts ul {
    list-style: disc;
    list-style-position: inside; }
  .b-experts ol {
    list-style: decimal;
    list-style-position: inside; }

.b-output {
  padding-block: 4.8rem; }
  @media (min-width: 768px) {
    .b-output {
      padding-block: 9.6rem; } }
  .b-output__heading {
    margin-bottom: 3.2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .b-output__heading {
        margin-bottom: 6.4rem; } }
  .b-output__preheadline {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .b-output__preheadline {
        margin-bottom: 1.2rem; } }
  @media (min-width: 768px) {
    .b-output__headline {
      font-size: 3.6rem; } }
  @media (max-width: 767px) {
    .b-output__headline {
      font-size: 3rem; } }
  @media (min-width: 768px) {
    .b-output__headline {
      line-height: 4.4rem; } }
  @media (max-width: 767px) {
    .b-output__headline {
      line-height: 3.8rem; } }
  .b-output__wrapper {
    display: grid;
    gap: 2rem;
    margin-bottom: 4rem; }
    @media (min-width: 768px) {
      .b-output__wrapper {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 6.4rem;
        align-items: start; } }
    .b-output__wrapper .c-media {
      min-width: 100%; }
  .b-output .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.4rem;
    border-top: 1px solid #ebebeb; }
    .b-output .pagination .next, .b-output .pagination .prev {
      font-size: 1.8rem;
      line-height: 100%;
      text-decoration: underline;
      text-underline-offset: 3px;
      font-weight: 700; }
    .b-output .pagination .prev {
      width: fit-content !important; }
    .b-output .pagination .current {
      border-radius: 10rem;
      background-color: #76C37B;
      color: #ffffff !important; }
    .b-output .pagination .page-numbers {
      cursor: pointer; }
    .b-output .pagination .page-numbers:not(.next) {
      width: 4rem;
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.8rem;
      font-size: 1.8rem;
      line-height: 100%; }
      .b-output .pagination .page-numbers:not(.next):last-of-type {
        margin-right: 0; }

.b-partnership {
  padding-block: 4.8rem;
  position: relative; }
  @media (min-width: 768px) {
    .b-partnership {
      padding-block: 6.4rem; } }
  .b-partnership__title {
    margin-bottom: 1.6rem;
    text-align: center;
    color: #1a1a1a;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .b-partnership__title {
        font-size: 3.6rem; } }
    @media (max-width: 767px) {
      .b-partnership__title {
        font-size: 3rem; } }
    @media (min-width: 768px) {
      .b-partnership__title {
        line-height: 4.4rem; } }
    @media (max-width: 767px) {
      .b-partnership__title {
        line-height: 3.8rem; } }
    @media (min-width: 768px) {
      .b-partnership__title {
        margin-bottom: 2rem; } }
  .b-partnership__copy {
    line-height: 150%;
    color: #1a1a1a;
    margin-bottom: 3.2rem;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .b-partnership__copy {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .b-partnership__copy {
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .b-partnership__copy {
        margin-bottom: 4.8rem;
        max-width: 76.8rem;
        margin-inline: auto; } }
    .b-partnership__copy > p {
      text-align: center; }
  .b-partnership__wrapper {
    overflow: visible;
    position: relative;
    z-index: 3;
    margin-bottom: 4.2rem !important; }
    @media (min-width: 768px) {
      .b-partnership__wrapper {
        display: flex;
        justify-content: center; } }
    .b-partnership__wrapper-logo {
      display: flex;
      justify-content: center; }
      .b-partnership__wrapper-logo img {
        max-width: 15rem;
        height: auto; }
    .b-partnership__wrapper--no-slick {
      gap: 4rem 8.2rem;
      width: 100%;
      max-width: 120rem;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .b-partnership__wrapper--no-slick .b-partnership__logo-wrapper {
          max-width: 12.8rem; } }
  @media (min-width: 768px) {
    .b-partnership .slick-list {
      margin-inline: -3.6rem;
      max-width: 120rem; } }
  @media (min-width: 768px) {
    .b-partnership .slick-slide {
      display: flex;
      justify-content: center;
      margin-inline: 3.6rem; } }
  .b-partnership .slick-slide > div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .b-partnership .slick-slide > div {
        max-width: 15.7rem;
        justify-content: center; } }
    @media (max-width: 767px) {
      .b-partnership .slick-slide > div:not(:last-of-type) {
        margin-bottom: 3.2rem; } }
    @media (max-width: 767px) {
      .b-partnership .slick-slide > div > a {
        width: fit-content !important; } }
  .b-partnership__logo-wrapper {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15rem; }
    @media (min-width: 768px) {
      .b-partnership__logo-wrapper {
        height: 8rem;
        width: 15.7rem; } }
  .b-partnership__logo {
    object-fit: contain;
    height: 100%; }
  .b-partnership__arrows {
    display: flex;
    justify-content: center;
    width: 32rem;
    margin-inline: auto;
    gap: 10.6rem; }
  .b-partnership__arrow {
    position: relative;
    z-index: 3;
    cursor: pointer; }
  .b-partnership .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    list-style-type: none;
    bottom: -5.2rem; }
    @media (min-width: 768px) {
      .b-partnership .slick-dots {
        position: absolute;
        left: 0; } }
    .b-partnership .slick-dots li {
      width: 8px;
      height: 8px; }
    .b-partnership .slick-dots button {
      display: block;
      width: 0.8rem;
      height: 0.8rem;
      padding: 0;
      border-radius: 100%;
      background-color: transparent;
      border: 1px solid #000000;
      text-indent: -9999px; }
    .b-partnership .slick-dots li.slick-active button {
      background-color: #76C37B;
      border: none;
      opacity: 1; }
  .b-partnership ul {
    list-style: disc;
    list-style-position: inside; }
  .b-partnership ol {
    list-style: decimal;
    list-style-position: inside; }

.b-spotlight {
  padding-block: 4rem; }
  @media (min-width: 768px) {
    .b-spotlight {
      padding-block: 6.4rem; } }
  .b-spotlight__header {
    margin-bottom: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .b-spotlight__header {
        min-width: 76.8rem;
        margin-inline: auto;
        margin-bottom: 6.4rem; } }
  .b-spotlight__subtitle {
    font-size: 1.6rem;
    line-height: 3rem;
    font-family: "Apercu-Medium", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .b-spotlight__subtitle {
        margin-bottom: 1.2rem; } }
  .b-spotlight__title {
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
      .b-spotlight__title {
        font-size: 3.6rem; } }
    @media (max-width: 767px) {
      .b-spotlight__title {
        font-size: 3rem; } }
    @media (min-width: 768px) {
      .b-spotlight__title {
        line-height: 4.4rem; } }
    @media (max-width: 767px) {
      .b-spotlight__title {
        line-height: 3.8rem; } }
  .b-spotlight__select {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      .b-spotlight__select {
        width: 40rem;
        margin-inline: auto; } }
    .b-spotlight__select select {
      width: 100%;
      height: 4.4rem;
      padding-inline: 1.6rem;
      padding-block: 1rem;
      background-color: #F5F5F5;
      font-size: 1.8rem;
      line-height: 150%;
      color: #1a1a1a;
      border: none;
      outline: none;
      cursor: pointer; }
    .b-spotlight__select svg {
      position: absolute;
      right: 1.6rem;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none; }
  .b-spotlight-tab {
    display: none; }
    .b-spotlight-tab.active {
      display: block; }
  .b-spotlight__tab {
    padding-bottom: 4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #ebebeb;
    flex-direction: column;
    gap: 2.4rem;
    display: flex; }
    @media (min-width: 768px) {
      .b-spotlight__tab {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 4.2rem 2rem;
        padding-bottom: 6.4rem; } }
    @media (min-width: 768px) {
      .b-spotlight__tab .c-media {
        max-width: 38.66rem;
        flex-basis: 31.33%;
        height: auto; } }
    .b-spotlight__tab .c-media__read-more svg {
      display: none; }
    .b-spotlight__tab .c-media .desc {
      margin-bottom: 2.4rem;
      font-size: 1.8rem;
      line-height: 150%;
      font-family: "Apercu-Medium", Arial, sans-serif;
      font-weight: 500;
      word-break: break-word; }
    @media (min-width: 768px) {
      .b-spotlight__tab .c-media.first {
        max-width: 71.2rem;
        height: auto;
        flex-basis: 50%; }
        .b-spotlight__tab .c-media.first img {
          width: 100%;
          height: 27.4rem;
          object-fit: cover;
          margin-bottom: 24px; } }
    @media (min-width: 768px) {
      .b-spotlight__tab .c-media.second {
        max-width: 46.8rem;
        height: auto;
        flex-basis: 50%;
        height: auto; }
        .b-spotlight__tab .c-media.second img {
          width: 100%;
          height: 27.4rem;
          object-fit: cover;
          margin-bottom: 24px; } }
  .b-spotlight .pagination {
    display: flex;
    justify-content: center;
    align-items: center; }
    .b-spotlight .pagination .next {
      font-size: 1.4rem;
      line-height: 100%;
      white-space: nowrap;
      text-decoration: underline;
      text-underline-offset: 3px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .b-spotlight .pagination .next {
          font-size: 1.8rem; } }
    .b-spotlight .pagination .prev {
      width: fit-content !important;
      text-decoration: underline;
      font-weight: 700;
      text-underline-offset: 3px;
      font-size: 1.4rem !important;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .b-spotlight .pagination .prev {
          font-size: 1.8rem; } }
    .b-spotlight .pagination .current {
      border-radius: 10rem;
      background-color: #76C37B;
      color: #ffffff !important; }
    .b-spotlight .pagination .page-numbers {
      cursor: pointer; }
    .b-spotlight .pagination .page-numbers:not(.next) {
      width: 4rem;
      height: 4rem;
      display: flex;
      align-items: center;
      font-size: 1.8rem;
      line-height: 150%;
      justify-content: center;
      margin-right: 0.8rem; }
      .b-spotlight .pagination .page-numbers:not(.next):last-of-type {
        margin-right: 0; }

@media (min-width: 1024px) {
  .b-wysiwyg {
    width: 48.2%; } }

.b-wysiwyg .title {
  font-family: "Apercu-Bold", Arial, sans-serif;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .b-wysiwyg .title {
      font-size: 3.6rem; } }
  @media (max-width: 767px) {
    .b-wysiwyg .title {
      font-size: 2.5rem; } }
  @media (min-width: 1024px) {
    .b-wysiwyg .title {
      margin-bottom: 4rem;
      width: 100%; } }

.b-wysiwyg p {
  margin-bottom: 2rem;
  font-family: "Apercu-Regular", Arial, sans-serif;
  font-size: 1.5rem;
  color: #000000;
  line-height: 2.2rem; }
  .b-wysiwyg p:last-of-type {
    margin-bottom: 0; }

.b-wysiwyg strong, .b-wysiwyg b {
  font-weight: 700; }

.b-wysiwyg i, .b-wysiwyg em {
  font-style: italic; }

.b-wysiwyg a {
  text-decoration: underline;
  color: inherit; }

.b-wysiwyg img {
  width: 100%;
  margin-bottom: 3rem; }

.b-wysiwyg ol {
  list-style-position: inside;
  list-style: numeric;
  font-family: "Apercu-Regular", Arial, sans-serif;
  font-size: 1.5rem;
  color: #000000;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px; }

.b-wysiwyg ol li {
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px; }

.b-wysiwyg ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-inline: auto;
  font-family: "Apercu-Regular", Arial, sans-serif;
  font-size: 1.5rem;
  color: #000000; }
  .b-wysiwyg ul li {
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px; }

.b-team-members {
  padding-block: 4.8rem; }
  @media (min-width: 768px) {
    .b-team-members {
      padding-block: 9.6rem; } }
  .b-team-members__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 2rem; }
    @media (min-width: 768px) {
      .b-team-members__wrapper {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 4.8rem; } }
    .b-team-members__wrapper:not(:last-of-type) {
      margin-bottom: 4.8rem; }
      @media (min-width: 768px) {
        .b-team-members__wrapper:not(:last-of-type) {
          margin-bottom: 6.4rem; } }
  .b-team-members__title {
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
      .b-team-members__title {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .b-team-members__title {
        font-size: 2.4rem; } }
    @media (min-width: 768px) {
      .b-team-members__title {
        line-height: 3.8rem; } }
    @media (max-width: 767px) {
      .b-team-members__title {
        line-height: 3.2rem; } }
  .b-team-members__member {
    display: flex;
    flex-direction: column; }
    .b-team-members__member-image {
      height: 16rem;
      object-fit: cover;
      margin-bottom: 1.6rem; }
      @media (min-width: 768px) {
        .b-team-members__member-image {
          height: 26.4rem;
          margin-bottom: 2.4rem; } }
    .b-team-members__member-author {
      font-weight: 500;
      font-family: "Apercu-Medium", Arial, sans-serif;
      color: #1a1a1a;
      margin-bottom: 0.8rem;
      display: block; }
      @media (min-width: 768px) {
        .b-team-members__member-author {
          font-size: 1.8rem; } }
      @media (max-width: 767px) {
        .b-team-members__member-author {
          font-size: 1.6rem; } }
      @media (min-width: 768px) {
        .b-team-members__member-author {
          line-height: 2.7rem; } }
      @media (max-width: 767px) {
        .b-team-members__member-author {
          line-height: 2.4rem; } }
    .b-team-members__member-description {
      color: #1a1a1a; }
      @media (min-width: 768px) {
        .b-team-members__member-description {
          font-size: 1.6rem; } }
      @media (max-width: 767px) {
        .b-team-members__member-description {
          font-size: 1.4rem; } }
      @media (min-width: 768px) {
        .b-team-members__member-description {
          line-height: 2.4rem; } }
      @media (max-width: 767px) {
        .b-team-members__member-description {
          line-height: 2rem; } }
    .b-team-members__member-role {
      color: #76C37B;
      font-family: "Apercu-Medium", Arial, sans-serif;
      font-weight: 500;
      margin-top: auto; }
      @media (min-width: 768px) {
        .b-team-members__member-role {
          font-size: 1.8rem; } }
      @media (max-width: 767px) {
        .b-team-members__member-role {
          font-size: 1.6rem; } }
      @media (min-width: 768px) {
        .b-team-members__member-role {
          line-height: 2.4rem; } }
      @media (max-width: 767px) {
        .b-team-members__member-role {
          line-height: 2rem; } }
      @media (min-width: 768px) {
        .b-team-members__member-role {
          min-height: 48px; } }

.b-publication-hero {
  padding-block: 4.8rem;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .b-publication-hero {
      padding-block: 6.4rem; } }
  .b-publication-hero .c-gradient {
    max-height: 42.2rem; }
    @media (min-width: 768px) {
      .b-publication-hero .c-gradient {
        max-height: 49.4rem; } }
  .b-publication-hero__main {
    max-width: 80rem;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 4.8rem; }
    @media (min-width: 768px) {
      .b-publication-hero__main {
        margin-bottom: 6.4rem; } }
  .b-publication-hero__wrapper {
    position: relative;
    z-index: 3; }
    .b-publication-hero__wrapper-back {
      text-align: center;
      margin-bottom: 4rem;
      font-size: 1.6rem;
      line-height: 150%;
      color: #1a1a1a; }
      .b-publication-hero__wrapper-back span {
        color: #1a1a1a;
        text-decoration: underline; }
      .b-publication-hero__wrapper-back a {
        color: inherit; }
  .b-publication-hero__published-date {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .b-publication-hero__published-date {
        margin-bottom: 1.2em; } }
  .b-publication-hero__headline {
    margin-bottom: 1.6rem; }
    @media (min-width: 768px) {
      .b-publication-hero__headline {
        font-size: 4.8rem; } }
    @media (max-width: 767px) {
      .b-publication-hero__headline {
        font-size: 2.8rem; } }
    @media (min-width: 768px) {
      .b-publication-hero__headline {
        line-height: 6rem; } }
    @media (max-width: 767px) {
      .b-publication-hero__headline {
        line-height: 3.6rem; } }
    @media (min-width: 768px) {
      .b-publication-hero__headline {
        margin-bottom: 2rem; } }
  .b-publication-hero__description {
    color: #ffffff;
    text-align: center; }
    @media (min-width: 768px) {
      .b-publication-hero__description {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .b-publication-hero__description {
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .b-publication-hero__description {
        line-height: 3rem; } }
    @media (max-width: 767px) {
      .b-publication-hero__description {
        line-height: 2.7rem; } }
    .b-publication-hero__description p {
      color: #000000;
      text-align: center; }
      @media (min-width: 768px) {
        .b-publication-hero__description p {
          font-size: 2rem; } }
      @media (max-width: 767px) {
        .b-publication-hero__description p {
          font-size: 1.8rem; } }
      @media (min-width: 768px) {
        .b-publication-hero__description p {
          line-height: 3rem; } }
      @media (max-width: 767px) {
        .b-publication-hero__description p {
          line-height: 2.7rem; } }
  .b-publication-hero__info {
    display: flex;
    flex-direction: column;
    padding-top: 2.4rem; }
    @media (min-width: 768px) {
      .b-publication-hero__info {
        padding-top: 6.4rem;
        flex-direction: row;
        gap: 6.4rem; } }
    @media (min-width: 768px) {
      .b-publication-hero__info-left {
        padding-inline: 2.4rem;
        max-width: 32rem; } }
    .b-publication-hero__info .separator {
      width: 100%;
      height: 1px;
      background-color: #eaeaea;
      margin-block: 2.4rem; }
      @media (min-width: 768px) {
        .b-publication-hero__info .separator {
          width: 32rem;
          margin-inline: -2.4rem; } }
      @media (min-width: 768px) {
        .b-publication-hero__info .separator--mob {
          display: none; } }
  .b-publication-hero__content {
    font-size: 1.6rem;
    line-height: 150%; }
    @media (min-width: 768px) {
      .b-publication-hero__content {
        max-width: 76.8rem; } }
    .b-publication-hero__content p:not(:last-of-type) {
      margin-bottom: 1.8rem; }
  .b-publication-hero__authors .title {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 500;
    font-family: "Apercu-Medium", Arial, sans-serif;
    margin-bottom: 3.2rem; }
  .b-publication-hero__authors .list {
    display: grid;
    gap: 1.6rem;
    padding: 0; }
  .b-publication-hero__authors .item {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding-bottom: 0 !important; }
    .b-publication-hero__authors .item img {
      width: 6.4rem;
      height: 6.4rem;
      border-radius: 100px;
      object-fit: cover; }
    .b-publication-hero__authors .item .author-info {
      display: flex;
      flex-direction: column; }
      .b-publication-hero__authors .item .author-info a {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-family: "Apercu-Medium", Arial, sans-serif;
        color: #1a1a1a; }
      .b-publication-hero__authors .item .author-info .b-publication-hero__author-position {
        font-size: 1.4rem !important;
        line-height: 2.4rem;
        color: #1a1a1a; }
  .b-publication-hero__media {
    position: relative; }
    .b-publication-hero__media h4 {
      position: absolute;
      top: 8.6rem;
      left: 4rem;
      font-size: 1.6rem;
      line-height: 2.2rem;
      max-width: 21.6rem; }
    .b-publication-hero__media span {
      padding: 4px 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #1a1a1a;
      font-size: 1.2rem;
      line-height: 1.4rem;
      position: absolute;
      width: fit-content;
      left: 4rem;
      top: 3.2rem; }
  @media (max-width: 767px) {
    .b-publication-hero__pdf {
      padding-inline: 2.4rem; } }
  .b-publication-hero__pdf img {
    border-radius: 5.4px 1.8px 1.8px 5.4px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    height: 36rem;
    object-fit: cover;
    margin-bottom: 2.4rem; }
  .b-publication-hero__pdf .download {
    font-size: 1.8rem;
    line-height: 100%;
    padding: 1.5rem 2rem;
    text-align: center;
    border: 1px solid #1a1a1a;
    background-color: #ffffff; }
    .b-publication-hero__pdf .download a {
      color: #1a1a1a;
      text-decoration: none; }
  @media (max-width: 767px) {
    .b-publication-hero__pdf--desktop {
      display: none; } }
  @media (min-width: 768px) {
    .b-publication-hero__pdf--mobile {
      display: none; } }

@media (min-width: 1024px) {
  .b-publication-info .l {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; } }

.b-publication-info .left {
  width: 100%;
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .b-publication-info .left {
      width: 29.85%;
      margin-right: 5.15%; } }
  .b-publication-info .left .title {
    font-family: "Apercu-Bold", Arial, sans-serif; }
    @media (min-width: 768px) {
      .b-publication-info .left .title {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .b-publication-info .left .title {
        font-size: 2rem; } }
  .b-publication-info .left a {
    text-decoration: underline;
    color: inherit; }
    @media (min-width: 1024px) {
      .b-publication-info .left a {
        text-decoration: none; }
        .b-publication-info .left a:hover {
          text-decoration: underline; } }
  .b-publication-info .left .authors .title {
    margin-bottom: 3rem; }
    @media (min-width: 1024px) {
      .b-publication-info .left .authors .title {
        margin-bottom: 4rem; } }
  .b-publication-info .left .authors .list {
    font-family: "Apercu-Bold", Arial, sans-serif;
    padding-bottom: 2rem;
    border-bottom: 1px solid #76C37B;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .b-publication-info .left .authors .list {
        font-size: 2.2rem; } }
    @media (max-width: 767px) {
      .b-publication-info .left .authors .list {
        font-size: 1.5rem; } }
    @media (min-width: 1024px) {
      .b-publication-info .left .authors .list {
        margin-bottom: 3.05rem;
        padding-bottom: 3.95rem; } }
    .b-publication-info .left .authors .list .item {
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        .b-publication-info .left .authors .list .item {
          margin-bottom: 1.9rem; } }
      .b-publication-info .left .authors .list .item:last-of-type {
        margin-bottom: 0; }
  .b-publication-info .left .download {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #76C37B; }
    @media (min-width: 1024px) {
      .b-publication-info .left .download {
        padding-bottom: 4rem; } }
    .b-publication-info .left .download .title {
      margin-bottom: 0.5rem; }
      @media (min-width: 1024px) {
        .b-publication-info .left .download .title {
          margin-bottom: 1.5rem; } }
    @media (min-width: 768px) {
      .b-publication-info .left .download a {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .b-publication-info .left .download a {
        font-size: 1.3rem; } }

.b-publication-info .right {
  width: 100%; }
  @media (min-width: 1024px) {
    .b-publication-info .right {
      width: 65%; } }
  .b-publication-info .right .title {
    font-family: "Apercu-Bold", Arial, sans-serif;
    margin-bottom: 3.5rem; }
    @media (min-width: 768px) {
      .b-publication-info .right .title {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .b-publication-info .right .title {
        font-size: 2.5rem; } }
    @media (min-width: 1024px) {
      .b-publication-info .right .title {
        margin-bottom: 4rem; } }
  .b-publication-info .right .icon-holder {
    display: block;
    font-size: 3.5rem;
    margin-bottom: 2rem;
    width: 3.5rem; }
    @media (min-width: 1024px) {
      .b-publication-info .right .icon-holder {
        display: inline-block;
        font-size: 4.7rem;
        width: 4.7rem;
        margin-bottom: 0;
        margin-right: 3.8rem; } }
    .b-publication-info .right .icon-holder .image {
      display: none; }
    .b-publication-info .right .icon-holder.custom-icon {
      font-size: 0; }
      .b-publication-info .right .icon-holder.custom-icon .image {
        display: block;
        width: 100%; }
  .b-publication-info .right .subtitle {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .b-publication-info .right .subtitle {
        font-size: 2.3rem; } }
    @media (max-width: 767px) {
      .b-publication-info .right .subtitle {
        font-size: 2.2rem; } }
    @media (min-width: 1024px) {
      .b-publication-info .right .subtitle {
        padding-top: 1.4rem;
        margin-bottom: 7.2rem; } }
  .b-publication-info .right .research {
    background: #EEF4FF;
    padding: 3rem 1.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      .b-publication-info .right .research {
        padding: 6rem;
        margin-bottom: 2.5rem;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start; } }
    .b-publication-info .right .research .separator {
      width: 100%;
      height: 1px;
      background: #DEDEDE;
      margin-bottom: 2rem; }
    .b-publication-info .right .research .text {
      font-size: 1.5rem;
      line-height: 2.2rem;
      margin-bottom: 2rem; }
      @media (min-width: 1024px) {
        .b-publication-info .right .research .text {
          margin-bottom: 2.5rem; } }
      .b-publication-info .right .research .text ol, .b-publication-info .right .research .text ul {
        list-style-position: inside; }
        .b-publication-info .right .research .text ol li, .b-publication-info .right .research .text ul li {
          margin-bottom: 1rem; }
          .b-publication-info .right .research .text ol li:last-of-type, .b-publication-info .right .research .text ul li:last-of-type {
            margin-bottom: 0; }
      .b-publication-info .right .research .text ul {
        list-style-type: disc; }
      .b-publication-info .right .research .text ol {
        list-style-type: decimal; }
      .b-publication-info .right .research .text p {
        margin-bottom: 1rem; }
        .b-publication-info .right .research .text p:last-child, .b-publication-info .right .research .text p:only-child {
          margin-bottom: 0; }
    .b-publication-info .right .research .section-title {
      font-family: "Apercu-Bold", Arial, sans-serif;
      font-size: 2.2rem;
      margin-bottom: 2rem; }
    .b-publication-info .right .research ul {
      font-size: 1.5rem; }
      .b-publication-info .right .research ul li {
        margin-bottom: 0.5rem;
        line-height: 2.2rem; }
        .b-publication-info .right .research ul li:last-of-type {
          margin-bottom: 0; }
  .b-publication-info .right .plan {
    background: #FECCD7;
    padding: 3rem 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 1024px) {
      .b-publication-info .right .plan {
        padding: 6rem;
        margin-bottom: 6rem;
        display: flex;
        flex-flow: row wrap; } }
    .b-publication-info .right .plan ol {
      font-size: 1.5rem;
      line-height: 2.2rem;
      counter-reset: section;
      list-style-type: none; }
      .b-publication-info .right .plan ol li {
        position: relative;
        margin-bottom: 2.5rem; }
        @media (min-width: 1024px) {
          .b-publication-info .right .plan ol li {
            margin-bottom: 3rem;
            padding-left: 8.8rem; } }
        .b-publication-info .right .plan ol li:last-of-type {
          margin-bottom: 0; }
        .b-publication-info .right .plan ol li::before {
          counter-increment: section;
          content: counters(section, ".") ". ";
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3rem;
          height: 3rem;
          border-radius: 50%;
          font-family: "Apercu-Bold", Arial, sans-serif;
          background: #ffffff;
          margin-bottom: 1.5rem; }
          @media (min-width: 1024px) {
            .b-publication-info .right .plan ol li::before {
              width: 3.3rem;
              height: 3.3rem;
              position: absolute;
              left: 0.8rem; } }

.b-theme-description {
  padding: 48px 0; }
  @media (min-width: 768px) {
    .b-theme-description {
      padding: 80px 0; } }
  .b-theme-description__content {
    max-width: 76.8rem;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4.8rem; }
    @media (min-width: 768px) {
      .b-theme-description__content {
        gap: 8rem; } }
  .b-theme-description__preheadline {
    font-size: 1.6rem;
    line-height: 3rem;
    font-family: "Apercu-Medium", Arial, sans-serif;
    margin-bottom: 0.9rem;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .b-theme-description__preheadline {
        margin-bottom: 1.2rem; } }
  @media (min-width: 768px) {
    .b-theme-description__headline {
      font-size: 3.6rem; } }
  @media (max-width: 767px) {
    .b-theme-description__headline {
      font-size: 3rem; } }
  @media (min-width: 768px) {
    .b-theme-description__headline {
      line-height: 4.4rem; } }
  @media (max-width: 767px) {
    .b-theme-description__headline {
      line-height: 3.8rem; } }
  .b-theme-description__heading {
    margin-bottom: 3.2rem; }
  .b-theme-description__copy {
    font-size: 1.8rem;
    line-height: 150%;
    color: #1a1a1a; }
    .b-theme-description__copy ul {
      list-style: disc;
      margin-inline: auto;
      list-style-position: inside; }
    .b-theme-description__copy ol {
      list-style: numeric;
      margin-inline: auto;
      list-style-position: inside; }

.b-mission-hero {
  overflow: hidden;
  margin-bottom: 4rem; }
  @media (min-width: 1024px) {
    .b-mission-hero {
      margin-bottom: 8rem; } }
  .b-mission-hero .base {
    position: relative;
    background: #76C37B; }
    @media (min-width: 1024px) {
      .b-mission-hero .base {
        display: flex;
        flex-flow: row-reverse wrap; } }
  .b-mission-hero .top {
    width: 100%; }
    @media (min-width: 1024px) {
      .b-mission-hero .top {
        width: 50%; } }
    .b-mission-hero .top img {
      width: 100%; }
  .b-mission-hero .icon-logo-large {
    font-size: 28rem;
    color: #A0DB96;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8rem; }
  .b-mission-hero .bottom {
    padding-bottom: 5.3rem; }
    @media (min-width: 1024px) {
      .b-mission-hero .bottom {
        position: relative;
        width: 50%; } }
    .b-mission-hero .bottom .info {
      width: 89.35%;
      background: #ffffff;
      padding: 2.5rem 1.5rem;
      margin: auto;
      font-family: "Apercu-Bold", Arial, sans-serif;
      position: relative;
      top: -5rem; }
      @media (min-width: 1024px) {
        .b-mission-hero .bottom .info {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: -6.8rem;
          width: auto;
          max-width: 66.5rem;
          padding: 6.5rem 5.5rem; } }
      .b-mission-hero .bottom .info .title {
        color: #76C37B;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        margin-bottom: 1.5rem; }
        @media (min-width: 768px) {
          .b-mission-hero .bottom .info .title {
            font-size: 2.5rem; } }
        @media (max-width: 767px) {
          .b-mission-hero .bottom .info .title {
            font-size: 1.8rem; } }
        @media (min-width: 1024px) {
          .b-mission-hero .bottom .info .title {
            margin-bottom: 3rem; } }
      @media (min-width: 768px) {
        .b-mission-hero .bottom .info .desc {
          font-size: 2rem; } }
      @media (max-width: 767px) {
        .b-mission-hero .bottom .info .desc {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .b-mission-hero .bottom .info .desc {
          line-height: 2.8rem; } }
      @media (max-width: 767px) {
        .b-mission-hero .bottom .info .desc {
          line-height: 2.3rem; } }

.b-mission-info .title {
  font-family: "Apercu-Bold", Arial, sans-serif;
  text-align: center;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .b-mission-info .title {
      font-size: 4.2rem; } }
  @media (max-width: 767px) {
    .b-mission-info .title {
      font-size: 2.8rem; } }
  @media (min-width: 1024px) {
    .b-mission-info .title {
      width: 100%;
      margin-bottom: 6rem; } }

.b-mission-info .top {
  margin-bottom: 6rem; }
  @media (min-width: 1024px) {
    .b-mission-info .top {
      display: flex;
      flex-flow: row wrap; } }
  .b-mission-info .top .section {
    margin-bottom: 4rem; }
    @media (min-width: 1024px) {
      .b-mission-info .top .section {
        width: 30.432%;
        margin-right: 4.352%;
        margin-bottom: 0; }
        .b-mission-info .top .section:nth-of-type(3n+0) {
          margin-right: 0; } }
    .b-mission-info .top .section:last-of-type {
      margin-bottom: 0; }
    .b-mission-info .top .section .subtitle {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .b-mission-info .top .section .subtitle {
          font-size: 2.4rem; } }
      @media (max-width: 767px) {
        .b-mission-info .top .section .subtitle {
          font-size: 2rem; } }
    .b-mission-info .top .section p {
      font-size: 1.5rem;
      line-height: 2.2rem; }

.b-mission-info .bottom {
  background: #EEF4FF;
  padding: 6rem 2rem 6.5rem 2rem; }
  @media (min-width: 1024px) {
    .b-mission-info .bottom {
      padding: 6.5rem 6rem 1.5rem 6rem; } }
  @media (min-width: 1024px) {
    .b-mission-info .bottom .l {
      display: flex;
      flex-flow: row wrap; } }
  .b-mission-info .bottom .section {
    text-align: center;
    margin-bottom: 7rem; }
    .b-mission-info .bottom .section:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .b-mission-info .bottom .section {
        width: 44.2%;
        margin-right: 11.6%; }
        .b-mission-info .bottom .section:nth-of-type(2n+0) {
          margin-right: 0; }
        .b-mission-info .bottom .section:last-of-type {
          margin-bottom: 7rem; } }
    .b-mission-info .bottom .section .icon-holder {
      display: block;
      margin: auto;
      margin-bottom: 2rem;
      font-size: 5.6rem;
      width: 5.6rem; }
      @media (min-width: 1024px) {
        .b-mission-info .bottom .section .icon-holder {
          margin-bottom: 4.6rem; } }
      .b-mission-info .bottom .section .icon-holder .image {
        display: none; }
      .b-mission-info .bottom .section .icon-holder.custom-icon {
        font-size: 0; }
        .b-mission-info .bottom .section .icon-holder.custom-icon .image {
          display: block;
          width: 100%; }
    .b-mission-info .bottom .section .title {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .b-mission-info .bottom .section .title {
          font-size: 3.6rem; } }
      @media (max-width: 767px) {
        .b-mission-info .bottom .section .title {
          font-size: 2.5rem; } }
      @media (min-width: 1024px) {
        .b-mission-info .bottom .section .title {
          margin-bottom: 2rem; } }
    @media (min-width: 768px) {
      .b-mission-info .bottom .section p {
        font-size: 2rem; } }
    @media (max-width: 767px) {
      .b-mission-info .bottom .section p {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .b-mission-info .bottom .section p {
        line-height: 2.6rem; } }
    @media (max-width: 767px) {
      .b-mission-info .bottom .section p {
        line-height: 2.2rem; } }

.b-hero-toolkit {
  padding-block: 4.8rem; }
  @media (min-width: 768px) {
    .b-hero-toolkit {
      padding-block: 6.4rem; } }
  .b-hero-toolkit__wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    position: relative;
    z-index: 5; }
    @media (min-width: 768px) {
      .b-hero-toolkit__wrapper {
        gap: 4.8rem;
        flex-direction: row; } }
    .b-hero-toolkit__wrapper .back-button {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      font-size: 1.6rem;
      line-height: 150%;
      text-decoration: underline;
      text-underline-offset: 3px;
      color: #1a1a1a;
      margin-bottom: 3.2rem;
      justify-content: center;
      text-align: center; }
      @media (min-width: 768px) {
        .b-hero-toolkit__wrapper .back-button {
          margin-bottom: 4.8rem;
          justify-content: flex-start;
          text-align: left; } }
  .b-hero-toolkit__main, .b-hero-toolkit__info {
    flex: 1;
    max-width: 57.6rem; }
  .b-hero-toolkit__main-heading {
    text-align: center;
    margin-bottom: 4.8rem; }
    @media (min-width: 768px) {
      .b-hero-toolkit__main-heading {
        text-align: left; } }
  .b-hero-toolkit__published-date {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 0.8rem; }
    @media (min-width: 768px) {
      .b-hero-toolkit__published-date {
        margin-bottom: 1.2rem; } }
  .b-hero-toolkit__headline {
    margin-bottom: 1.6rem;
    color: #000000; }
    @media (min-width: 768px) {
      .b-hero-toolkit__headline {
        font-size: 4.8rem; } }
    @media (max-width: 767px) {
      .b-hero-toolkit__headline {
        font-size: 2.8rem; } }
    @media (min-width: 768px) {
      .b-hero-toolkit__headline {
        line-height: 4rem; } }
    @media (max-width: 767px) {
      .b-hero-toolkit__headline {
        line-height: 4rem; } }
    @media (min-width: 768px) {
      .b-hero-toolkit__headline {
        margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    .b-hero-toolkit__description {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .b-hero-toolkit__description {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .b-hero-toolkit__description {
      line-height: 3rem; } }
  @media (max-width: 767px) {
    .b-hero-toolkit__description {
      line-height: 2.7rem; } }
  .b-hero-toolkit__content {
    font-size: 1.8rem;
    line-height: 150%; }
    @media (max-width: 767px) {
      .b-hero-toolkit__content {
        padding-top: 2.4rem; } }
    .b-hero-toolkit__content p {
      font-size: 18px; }
      .b-hero-toolkit__content p:not(:last-of-type) {
        margin-bottom: 1.6rem; }
    .b-hero-toolkit__content ul li {
      font-size: 18px !important;
      line-height: 27px; }
  .b-hero-toolkit__image {
    height: 23rem;
    margin-bottom: 4.8rem; }
    @media (min-width: 768px) {
      .b-hero-toolkit__image {
        height: 36.3rem;
        margin-bottom: 2.4rem; } }
    .b-hero-toolkit__image img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  @media (max-width: 767px) {
    .b-hero-toolkit__authors {
      padding-top: 2.4rem; } }
  .b-hero-toolkit__authors .title {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 500;
    font-family: "Apercu-Medium", Arial, sans-serif;
    margin-bottom: 2.4rem; }
  .b-hero-toolkit__authors .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    margin-bottom: 2.4rem;
    padding: 0; }
    @media (min-width: 768px) {
      .b-hero-toolkit__authors .list {
        grid-template-columns: repeat(2, 1fr); } }
  .b-hero-toolkit__authors .item {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 0 !important; }
    .b-hero-toolkit__authors .item img {
      width: 6.4rem;
      height: 6.4rem;
      border-radius: 100px;
      object-fit: cover; }
    .b-hero-toolkit__authors .item .author-info {
      display: flex;
      flex-direction: column; }
      .b-hero-toolkit__authors .item .author-info .author-name {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-family: "Apercu-Medium", Arial, sans-serif;
        color: #1a1a1a; }
      .b-hero-toolkit__authors .item .author-info .b-hero-toolkit__author-position {
        font-size: 1.4rem !important;
        line-height: 2.4rem;
        color: #1a1a1a; }
  .b-hero-toolkit__authors-info {
    margin-bottom: 2.4rem; }
    @media (max-width: 767px) {
      .b-hero-toolkit__authors-info {
        padding-top: 2.4rem; } }
    .b-hero-toolkit__authors-info ul {
      display: grid;
      gap: 0.4rem;
      padding-left: 2rem !important;
      padding-bottom: 0 !important; }
      .b-hero-toolkit__authors-info ul li {
        padding-bottom: 0 !important;
        font-size: 1.6rem !important;
        line-height: 150%; }
  .b-hero-toolkit__pdf .download {
    font-size: 1.8rem;
    line-height: 100%;
    padding: 1.5rem 2rem;
    text-align: center;
    border: 1px solid #1a1a1a;
    background-color: #ffffff;
    width: 100%; }
    .b-hero-toolkit__pdf .download a {
      color: #1a1a1a;
      text-decoration: none; }

.b-board {
  background: #FECCD7;
  padding: 3rem 1.5rem 1rem 3rem;
  margin-bottom: 6rem; }
  @media (min-width: 1024px) {
    .b-board {
      padding: 6rem 6.5rem;
      margin-bottom: 10rem; } }
  .b-board .title {
    font-family: "Apercu-Bold", Arial, sans-serif;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .b-board .title {
        font-size: 4.2rem; } }
    @media (max-width: 767px) {
      .b-board .title {
        font-size: 2.7rem; } }
    @media (min-width: 1024px) {
      .b-board .title {
        margin-bottom: 3.5rem; } }
  .b-board .desc {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 3rem; }
    @media (min-width: 1024px) {
      .b-board .desc {
        margin-bottom: 5rem; } }
  @media (min-width: 1024px) {
    .b-board .member-list {
      display: flex;
      flex-flow: row wrap; } }
  .b-board .member-list .member {
    width: 100%;
    padding-top: 2.5rem;
    margin-bottom: 3rem;
    border-top: 1px solid #B88590; }
    @media (min-width: 1024px) {
      .b-board .member-list .member {
        width: 21.41%;
        margin-right: 17.885%;
        padding-top: 3rem; }
        .b-board .member-list .member:nth-of-type(3n+0) {
          margin-right: 0; } }
    .b-board .member-list .member .name {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .b-board .member-list .member .name {
          font-size: 2.2rem; } }
      @media (max-width: 767px) {
        .b-board .member-list .member .name {
          font-size: 2rem; } }
      .b-board .member-list .member .name a {
        text-decoration: underline;
        color: inherit; }
        @media (min-width: 1024px) {
          .b-board .member-list .member .name a {
            text-decoration: none; }
            .b-board .member-list .member .name a:hover {
              text-decoration: underline; } }
    @media (min-width: 768px) {
      .b-board .member-list .member .role {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .b-board .member-list .member .role {
        font-size: 1.4rem; } }

.b-member {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
  position: relative; }
  @media (min-width: 1024px) {
    .b-member {
      padding-top: 6.4rem; } }
  .b-member .l {
    padding: 0 2rem; }
    @media (min-width: 1024px) {
      .b-member .l {
        padding: 0 12rem; } }
  @media (min-width: 1024px) {
    .b-member__mobile-only {
      display: none; } }
  .b-member__header {
    display: flex;
    margin-bottom: 2.5rem;
    align-items: center;
    gap: 1.6rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2.5rem; }
    @media (min-width: 1024px) {
      .b-member__header {
        margin-bottom: 5rem;
        padding-bottom: 3.2rem;
        width: 100%;
        justify-content: center; } }
    .b-member__header h3, .b-member__header .title {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 0.8rem; }
      @media (min-width: 768px) {
        .b-member__header h3, .b-member__header .title {
          font-size: 3.6rem; } }
      @media (max-width: 767px) {
        .b-member__header h3, .b-member__header .title {
          font-size: 2.4rem; } }
    @media (min-width: 768px) {
      .b-member__header .role {
        font-size: 1.6rem; } }
    @media (max-width: 767px) {
      .b-member__header .role {
        font-size: 1.6rem; } }
  .b-member .top {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    z-index: 3; }
    @media (min-width: 1024px) {
      .b-member .top {
        display: flex;
        align-items: flex-start;
        margin-bottom: 6.4rem;
        gap: 6.4rem; } }
    .b-member .top .image {
      width: 100%;
      width: 8rem;
      height: 8rem;
      border-radius: 100%;
      object-fit: cover; }
      @media (min-width: 1024px) {
        .b-member .top .image {
          border-radius: 0;
          width: 27.2rem;
          height: auto;
          min-height: 25.2rem; } }
    @media (min-width: 1024px) {
      .b-member .top .info-wrap {
        width: 100%;
        max-width: 32rem;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .b-member .top .contact-info {
      position: relative;
      padding-bottom: 2.7rem;
      margin-bottom: 2.4rem;
      border-bottom: 1px solid #eaeaea; }
      @media (min-width: 1024px) {
        .b-member .top .contact-info {
          border: none;
          margin-bottom: 0;
          width: 100%;
          padding-left: 2.4rem; } }
      .b-member .top .contact-info .title {
        font-family: "Apercu-Medium", Arial, sans-serif;
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .b-member .top .contact-info .title {
            font-size: 1.8rem; } }
        @media (max-width: 767px) {
          .b-member .top .contact-info .title {
            font-size: 1.8rem; } }
        @media (min-width: 1024px) {
          .b-member .top .contact-info .title {
            margin-bottom: 1.5rem; } }
      .b-member .top .contact-info .label {
        margin-bottom: 0.5rem;
        font-family: "Apercu-Medium", Arial, sans-serif; }
        @media (min-width: 768px) {
          .b-member .top .contact-info .label {
            font-size: 1.5rem; } }
        @media (max-width: 767px) {
          .b-member .top .contact-info .label {
            font-size: 1.5rem; } }
      .b-member .top .contact-info .link {
        display: block;
        color: #000000;
        text-decoration: underline;
        margin-bottom: 1.6rem; }
        @media (min-width: 768px) {
          .b-member .top .contact-info .link {
            font-size: 1.5rem; } }
        @media (max-width: 767px) {
          .b-member .top .contact-info .link {
            font-size: 1.5rem; } }
        @media (min-width: 1024px) {
          .b-member .top .contact-info .link {
            text-decoration: none; }
            .b-member .top .contact-info .link:hover {
              text-decoration: underline; } }
      .b-member .top .contact-info .social .icon {
        font-size: 2.25rem;
        margin-right: 1.5rem;
        color: #000000; }
        @media (min-width: 1024px) {
          .b-member .top .contact-info .social .icon:hover {
            color: #3C3C3C; } }
  .b-member .c-gradient {
    height: 40rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%), linear-gradient(90deg, rgba(118, 195, 123, 0.4) 0%, rgba(188, 212, 255, 0.4) 100%); }
    @media (min-width: 1024px) {
      .b-member .c-gradient {
        height: 35.8rem; } }
  .b-member .b-wysiwyg {
    margin-bottom: 4rem; }
    @media (min-width: 1024px) {
      .b-member .b-wysiwyg {
        margin-bottom: 0;
        max-width: 82rem;
        width: 100%; } }
    .b-member .b-wysiwyg h3, .b-member .b-wysiwyg .title {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 0.8rem;
      display: none; }
      @media (min-width: 768px) {
        .b-member .b-wysiwyg h3, .b-member .b-wysiwyg .title {
          font-size: 3.6rem; } }
      @media (max-width: 767px) {
        .b-member .b-wysiwyg h3, .b-member .b-wysiwyg .title {
          font-size: 2.7rem; } }
      @media (min-width: 1024px) {
        .b-member .b-wysiwyg h3, .b-member .b-wysiwyg .title {
          margin-bottom: 2rem;
          display: block; } }
    .b-member .b-wysiwyg .role {
      margin-bottom: 2.5rem;
      display: none; }
      @media (min-width: 768px) {
        .b-member .b-wysiwyg .role {
          font-size: 1.6rem; } }
      @media (max-width: 767px) {
        .b-member .b-wysiwyg .role {
          font-size: 1.4rem; } }
      @media (min-width: 1024px) {
        .b-member .b-wysiwyg .role {
          margin-bottom: 3.3rem;
          display: block;
          font-size: 1.8rem; } }
    .b-member .b-wysiwyg p {
      font-size: 1.8rem; }
  .b-member .bottom .related {
    padding: 3.5rem 0em 3rem 0rem; }
    @media (min-width: 1024px) {
      .b-member .bottom .related {
        padding: 8rem 0 0 0;
        margin-bottom: 6rem; } }
    .b-member .bottom .related .title {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 1.6rem; }
      @media (min-width: 768px) {
        .b-member .bottom .related .title {
          font-size: 1.8rem; } }
      @media (max-width: 767px) {
        .b-member .bottom .related .title {
          font-size: 1.8rem; } }
    .b-member .bottom .related .list li {
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        .b-member .bottom .related .list li {
          margin-bottom: 2rem; } }
      .b-member .bottom .related .list li a {
        color: #000000;
        text-decoration: underline; }
        @media (min-width: 768px) {
          .b-member .bottom .related .list li a {
            font-size: 2.2rem; } }
        @media (max-width: 767px) {
          .b-member .bottom .related .list li a {
            font-size: 1.6rem; } }
        @media (min-width: 1024px) {
          .b-member .bottom .related .list li a {
            text-decoration: none; }
            .b-member .bottom .related .list li a:hover {
              text-decoration: underline; } }
    .b-member .bottom .related .related-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 1024px) {
        .b-member .bottom .related .related-wrapper {
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: flex-start; } }
      @media (min-width: 1024px) {
        .b-member .bottom .related .related-wrapper .c-media {
          max-width: 38.6rem;
          height: 100%; } }
  .b-member__publications {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    overflow: unset; }
    @media (min-width: 1024px) {
      .b-member__publications {
        gap: 2rem;
        flex-direction: row; } }
    @media (min-width: 768px) {
      .b-member__publications .c-media .title {
        min-height: 54px; } }
    .b-member__publications .slick-track {
      display: flex; }
    .b-member__publications .slick-slide {
      height: auto; }
      .b-member__publications .slick-slide > div {
        height: 100%; }
    @media (min-width: 768px) {
      .b-member__publications .c-media .image {
        height: 29.4rem;
        object-fit: cover; } }
    .b-member__publications .slick-dots {
      bottom: -4.3rem;
      max-width: fit-content;
      left: 0;
      display: flex !important;
      gap: 0.8rem;
      right: 0;
      margin-inline: auto; }
      .b-member__publications .slick-dots li {
        width: 8px;
        height: 8px; }
      .b-member__publications .slick-dots button {
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        padding: 0;
        border-radius: 100%;
        background-color: transparent;
        border: 1px solid #000000;
        text-indent: -9999px; }
      .b-member__publications .slick-dots li.slick-active button {
        background-color: #76C37B;
        border: none;
        opacity: 1; }
  .b-member__arrows {
    display: flex;
    justify-content: center;
    width: 32rem;
    margin-inline: auto;
    gap: 10.6rem; }
  .b-member__publication {
    height: 100%; }
  .b-member .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 6.4rem; }
    .b-member .pagination .next {
      font-size: 1.4rem;
      line-height: 100%;
      text-decoration: underline;
      text-underline-offset: 3px;
      font-weight: 700;
      white-space: nowrap; }
    .b-member .pagination .prev {
      width: fit-content !important;
      text-decoration: underline;
      font-weight: 700;
      text-underline-offset: 3px;
      font-size: 1.4rem;
      white-space: nowrap; }
    .b-member .pagination .current {
      border-radius: 10rem;
      background-color: #76C37B;
      color: #ffffff !important; }
    .b-member .pagination .page-numbers {
      cursor: pointer; }
    .b-member .pagination .page-numbers:not(.next) {
      width: 4rem;
      height: 4rem;
      display: flex;
      align-items: center;
      font-size: 1.4rem;
      line-height: 150%;
      justify-content: center;
      margin-right: 0.8rem; }
      .b-member .pagination .page-numbers:not(.next):last-of-type {
        margin-right: 0; }

@media (min-width: 1025px) {
  .b-how-it-works {
    padding: 4.8rem 0; } }

.b-how-it-works__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
  padding: 3.2rem 2rem;
  background: linear-gradient(73deg, rgba(118, 195, 123, 0.3) 0%, rgba(118, 195, 123, 0) 100%), linear-gradient(301deg, rgba(118, 195, 123, 0.3) 0%, rgba(188, 212, 255, 0) 68.88%, rgba(118, 195, 123, 0) 68.88%), linear-gradient(99deg, rgba(118, 195, 123, 0.3) 0%, rgba(118, 195, 123, 0.09) 93.41%), var(--Light, #fafafa); }
  @media (min-width: 1025px) {
    .b-how-it-works__wrapper {
      gap: 6rem;
      flex-direction: row;
      align-items: center;
      padding: 6.4rem; } }

.b-how-it-works__headline {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 1.6rem; }
  @media (min-width: 1025px) {
    .b-how-it-works__headline {
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 4.4rem;
      margin-bottom: 2rem; } }

.b-how-it-works__accordion-item-thumbs-img {
  max-width: 5.6rem;
  max-height: 5.6rem; }
  @media (min-width: 1025px) {
    .b-how-it-works__accordion-item-thumbs-img {
      max-width: 9.6rem;
      max-height: 9.6rem; } }

.b-how-it-works__subheadline {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem; }
  @media (min-width: 1025px) {
    .b-how-it-works__subheadline {
      line-height: 3rem;
      margin-bottom: 1.8rem; } }

.b-how-it-works__circle {
  background-color: #76c37b;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50.4rem;
  height: 50.4rem;
  margin: 0; }
  @media (max-width: 767px) {
    .b-how-it-works__circle {
      margin: 0 auto;
      min-width: 29.5rem;
      height: 29.5rem; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .b-how-it-works__circle {
      margin: 0 auto;
      width: 50.4rem; } }
  .b-how-it-works__circle-text {
    max-width: 15rem;
    min-height: 15rem;
    display: flex;
    justify-content: center;
    padding: 3rem;
    background-color: #fff;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .b-how-it-works__circle-text {
        max-width: 8.8rem;
        min-height: 8.8rem;
        padding: 2rem 1.8rem; } }
    .b-how-it-works__circle-text p {
      font-size: 1.5rem;
      line-height: normal; }
      @media (max-width: 767px) {
        .b-how-it-works__circle-text p {
          font-size: 0.8rem; } }
    .b-how-it-works__circle-text span {
      font-weight: 700; }

.b-how-it-works__animated-circle {
  position: absolute;
  top: -2%;
  left: -2%;
  height: 104%; }
  .b-how-it-works__animated-circle svg {
    width: 100%;
    height: 100%; }
  .b-how-it-works__animated-circle::before {
    content: " ";
    position: absolute;
    top: 23rem;
    left: -2.5rem;
    width: 7.5rem;
    height: 4.8rem;
    background: #feccd7;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
    @media (max-width: 767px) {
      .b-how-it-works__animated-circle::before {
        top: 14rem;
        left: -1rem;
        width: 3.4rem;
        height: 2rem; } }
  .b-how-it-works__animated-circle-text {
    border-radius: 0px 10rem 10rem 0px;
    background: #feccd7;
    top: 1rem;
    right: 1rem;
    width: 18rem;
    position: absolute;
    padding: 1rem 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 48% 100%, 31% 60%, 0 29%); }
    @media (max-width: 767px) {
      .b-how-it-works__animated-circle-text {
        top: 0.5rem;
        right: -0.2rem;
        width: 11rem; } }
    .b-how-it-works__animated-circle-text p {
      max-width: 7.5rem;
      font-size: 1.2rem;
      margin-left: auto;
      font-weight: 700; }
      @media (max-width: 767px) {
        .b-how-it-works__animated-circle-text p {
          max-width: 3.8rem;
          font-size: 0.7rem; } }

.b-how-it-works .animation-on {
  animation: 3s ease animation5d; }

.b-how-it-works__accordion-item-thumbs {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
  transition: all 0.2s ease-in-out;
  max-width: 9.6rem; }
  @media (max-width: 767px) {
    .b-how-it-works__accordion-item-thumbs {
      max-width: 5.6rem; } }
  .b-how-it-works__accordion-item-thumbs:nth-child(1), .b-how-it-works__accordion-item-thumbs:nth-child(2), .b-how-it-works__accordion-item-thumbs:nth-child(3), .b-how-it-works__accordion-item-thumbs:nth-child(4), .b-how-it-works__accordion-item-thumbs:nth-child(5) {
    position: absolute;
    z-index: 5; }
  .b-how-it-works__accordion-item-thumbs:nth-child(1) {
    top: 4rem; }
    @media (max-width: 767px) {
      .b-how-it-works__accordion-item-thumbs:nth-child(1) {
        top: 2rem; } }
  .b-how-it-works__accordion-item-thumbs:nth-child(2) {
    top: 16rem;
    right: 5.3rem; }
    @media (max-width: 767px) {
      .b-how-it-works__accordion-item-thumbs:nth-child(2) {
        top: 9.3rem;
        right: 3.1rem; } }
  .b-how-it-works__accordion-item-thumbs:nth-child(3) {
    bottom: 6.2rem;
    right: 10.4rem; }
    @media (max-width: 767px) {
      .b-how-it-works__accordion-item-thumbs:nth-child(3) {
        bottom: 3.4rem;
        right: 6rem; } }
  .b-how-it-works__accordion-item-thumbs:nth-child(4) {
    bottom: 6.2rem;
    left: 10.4rem; }
    @media (max-width: 767px) {
      .b-how-it-works__accordion-item-thumbs:nth-child(4) {
        bottom: 3.4rem;
        left: 6rem; } }
  .b-how-it-works__accordion-item-thumbs:nth-child(5) {
    top: 16rem;
    left: 5.3rem; }
    @media (max-width: 767px) {
      .b-how-it-works__accordion-item-thumbs:nth-child(5) {
        top: 9.3rem;
        left: 3.1rem; } }
  .b-how-it-works__accordion-item-thumbs.active {
    transform: scale(1.16);
    gap: 0.7rem; }
    .b-how-it-works__accordion-item-thumbs.active .b-how-it-works__five-d {
      opacity: 1;
      transform: translate(0%, -2rem); }
      @media (max-width: 767px) {
        .b-how-it-works__accordion-item-thumbs.active .b-how-it-works__five-d {
          transform: translate(0%, -1.6rem); } }
    .b-how-it-works__accordion-item-thumbs.active .b-how-it-works__accordion-item-thumbs-img::before {
      content: " ";
      height: 9.6rem;
      width: 9.6rem;
      top: -0.6rem;
      left: -0.6rem;
      border-radius: 50%;
      border: 0.6rem solid #feccd7;
      position: absolute; }
      @media (max-width: 767px) {
        .b-how-it-works__accordion-item-thumbs.active .b-how-it-works__accordion-item-thumbs-img::before {
          width: 5.2rem;
          height: 5.2rem;
          top: -0.4rem;
          left: -0.4rem; } }
  .b-how-it-works__accordion-item-thumbs:hover {
    cursor: pointer; }

.b-how-it-works__thumbs-text {
  font-size: 1.2rem;
  font-weight: 700; }
  @media (max-width: 767px) {
    .b-how-it-works__thumbs-text {
      font-size: 0.8rem; } }

.b-how-it-works__five-d {
  background: #feccd7;
  position: absolute;
  top: 50%;
  font-size: 6.5px;
  left: -3.4rem;
  max-width: 4rem;
  padding: 0.5rem 0.8rem;
  transform: translate(50%, -1.2rem);
  border-radius: 2rem 0 0 2rem;
  opacity: 0;
  transition: 0.1s ease-in all;
  text-align: center; }
  @media (max-width: 767px) {
    .b-how-it-works__five-d {
      max-width: 2.4rem;
      left: -2rem;
      font-size: 0.38rem;
      padding: 0.3rem; } }
  .b-how-it-works__five-d span {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1rem; }
    @media (max-width: 767px) {
      .b-how-it-works__five-d span {
        font-size: 1rem; } }

.b-how-it-works__accordion-item {
  border-top: 1px solid #afcdb1; }
  .b-how-it-works__accordion-item.open svg {
    transform: rotate(180deg);
    transition: all ease-in 0.3s; }
  .b-how-it-works__accordion-item svg {
    transform: rotate(360deg);
    transition: all ease-in 0.3s; }

.b-how-it-works__accordion-header {
  padding: 2.4rem 1.6rem 1.6rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all ease-in-out; }

.b-how-it-works__accordion-header h3 {
  font-size: 1.8rem;
  line-height: 150%; }

.b-how-it-works__accordion-desc {
  opacity: 1;
  transition: 0.2s all ease-in-out;
  padding: 0 1.6rem 0 1.6rem; }

.b-how-it-works__accordion-desc p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 1.6rem; }

.b-how-it-works__accordion-item:not(.open) .b-how-it-works__accordion-desc {
  max-height: 0px;
  transition: 0.2s all ease-in-out;
  height: 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden; }

@keyframes animation5d {
  to {
    transform: rotateZ(360deg); } }

.b-for-the-practice {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .b-for-the-practice {
      padding: 6.4rem 0; } }
  .b-for-the-practice__subtitle {
    font-size: 1.6rem;
    line-height: 3rem;
    font-family: "Apercu-Medium", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0.8rem;
    margin-inline: auto;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .b-for-the-practice__subtitle {
        margin-bottom: 1.2rem; } }
  .b-for-the-practice__title {
    margin-inline: auto;
    text-align: center;
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
      .b-for-the-practice__title {
        font-size: 3.6rem; } }
    @media (max-width: 767px) {
      .b-for-the-practice__title {
        font-size: 3rem; } }
    @media (min-width: 768px) {
      .b-for-the-practice__title {
        line-height: 4.4rem; } }
    @media (max-width: 767px) {
      .b-for-the-practice__title {
        line-height: 3.8rem; } }
  .b-for-the-practice__wrapper {
    max-width: 124rem;
    padding-inline: 2rem;
    margin-inline: auto; }
  .b-for-the-practice__articles {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
    margin: 4rem 0; }
    @media (min-width: 768px) {
      .b-for-the-practice__articles {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem;
        row-gap: 4.2rem;
        margin: 6.4rem 0; } }
  .b-for-the-practice__article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .b-for-the-practice__article {
        max-width: 38.7rem; } }
    .b-for-the-practice__article a {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      height: 100%; }
    .b-for-the-practice__article-image {
      height: 27.7rem;
      object-fit: cover;
      margin-bottom: 2.4rem;
      width: 100%; }
      @media (min-width: 768px) {
        .b-for-the-practice__article-image {
          height: 32rem; } }
    .b-for-the-practice__article-label {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.4rem 1rem;
      gap: 0.6rem;
      border: 1px solid #000000;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
      margin-bottom: 1.6rem; }
      .b-for-the-practice__article-label-text {
        color: #000000;
        font-family: "Apercu-Regular", Arial, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3rem;
        /* 86.667% */ }
    .b-for-the-practice__article-title {
      color: #000000;
      font-family: "Apercu-Medium", Arial, sans-serif;
      font-size: 1.8rem;
      line-height: 150%;
      margin-bottom: 2.4rem;
      font-weight: 500; }
    .b-for-the-practice__article-read {
      color: #000000;
      font-family: "Apercu-Bold", Arial, sans-serif;
      font-size: 1.8rem;
      line-height: 1.6rem;
      text-decoration: underline;
      text-decoration-color: #000000; }
      @media (min-width: 768px) {
        .b-for-the-practice__article-read {
          margin-top: auto; } }
  .b-for-the-practice .pagination {
    display: flex;
    justify-content: center;
    align-items: center; }
    .b-for-the-practice .pagination .next {
      font-size: 1.8rem;
      line-height: 100%;
      text-decoration: underline;
      text-underline-offset: 3px;
      font-weight: 700; }
    .b-for-the-practice .pagination .prev {
      width: fit-content !important;
      text-decoration: underline;
      font-weight: 700;
      text-underline-offset: 3px;
      font-size: 1.8rem; }
    .b-for-the-practice .pagination .current {
      border-radius: 10rem;
      background-color: #76C37B;
      color: #ffffff !important; }
    .b-for-the-practice .pagination .page-numbers {
      cursor: pointer; }
    .b-for-the-practice .pagination .page-numbers:not(.next) {
      width: 4rem;
      height: 4rem;
      display: flex;
      align-items: center;
      font-size: 1.6rem;
      line-height: 150%;
      justify-content: center;
      margin-right: 0.8rem; }
      .b-for-the-practice .pagination .page-numbers:not(.next):last-of-type {
        margin-right: 0; }

.b-join-us {
  padding: 4rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(90deg, rgba(118, 195, 123, 0.4) 0%, rgba(188, 212, 255, 0.4) 100%) !important; }
  @media (min-width: 768px) {
    .b-join-us {
      padding: 6.4rem 0; } }
  .b-join-us__wrapper {
    display: flex;
    gap: 2.4rem;
    flex-direction: column; }
    @media (min-width: 768px) {
      .b-join-us__wrapper {
        flex-direction: row;
        gap: 4.8rem; } }
  .b-join-us__content {
    width: 100%; }
    @media (min-width: 768px) {
      .b-join-us__content {
        width: 50%; } }
    .b-join-us__content h1 {
      color: #1a1a1a;
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 3.6rem;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .b-join-us__content h1 {
          font-size: 4.8rem;
          line-height: 6rem; } }
    .b-join-us__content .b-wysiwyg {
      width: 100%;
      max-width: 58rem; }
      .b-join-us__content .b-wysiwyg p {
        font-size: 1.8rem;
        line-height: 2.7rem;
        color: #1a1a1a;
        margin-bottom: 2.4rem; }
        @media (min-width: 768px) {
          .b-join-us__content .b-wysiwyg p {
            font-size: 2rem;
            line-height: 3rem; } }
    .b-join-us__content .contact .title {
      color: #1a1a1a;
      font-size: 1.8rem;
      font-weight: 500;
      font-family: "Apercu-Medium", Arial, sans-serif;
      line-height: 2.4rem;
      margin-bottom: 0.8rem; }
    .b-join-us__content .contact .info {
      color: #1a1a1a;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 1.2rem; }
      .b-join-us__content .contact .info a {
        color: #1a1a1a;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 150%; }
    .b-join-us__content .contact .label {
      color: #1a1a1a;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 2.4rem;
      font-family: "Apercu-Medium", Arial, sans-serif; }

.p-home .b-spotlight .c-media__read-more svg {
  display: none; }

.p-404 {
  background: #EEF4FF;
  padding: 22.2rem 0; }
  @media (min-width: 1024px) {
    .p-404 {
      padding: 20rem 0; } }
  .p-404 .content {
    text-align: center; }
    .p-404 .content .title {
      font-family: "Apercu-Bold", Arial, sans-serif;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .p-404 .content .title {
          font-size: 13rem; } }
      @media (max-width: 767px) {
        .p-404 .content .title {
          font-size: 9rem; } }
    .p-404 .content .desc {
      width: 70%;
      margin: auto; }
      @media (min-width: 768px) {
        .p-404 .content .desc {
          font-size: 3.5rem; } }
      @media (max-width: 767px) {
        .p-404 .content .desc {
          font-size: 2.5rem; } }
      @media (min-width: 1024px) {
        .p-404 .content .desc {
          width: 30%; } }

.p-theme-single .b-media-list.related {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media (min-width: 1024px) {
    .p-theme-single .b-media-list.related {
      padding-top: 13rem;
      padding-bottom: 10rem; } }
  .p-theme-single .b-media-list.related .l {
    margin-bottom: 6rem; }
    @media (min-width: 1024px) {
      .p-theme-single .b-media-list.related .l {
        margin-bottom: 8rem; } }

.p-publication-single .b-wysiwyg {
  margin-bottom: 6rem; }
  @media (min-width: 1024px) {
    .p-publication-single .b-wysiwyg {
      width: 100%;
      margin-bottom: 12rem;
      padding: 0 6.8rem; } }

.p-publication-single ol {
  list-style: disc;
  padding-left: 3rem;
  padding-bottom: 1rem; }

.p-publication-single ol {
  list-style: decimal; }

.p-join-us .b-hero-simple .l {
  margin: 0 auto; }

@media (min-width: 1024px) {
  .p-join-us .l {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-bottom: 3rem; } }

.p-join-us .b-wysiwyg {
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .p-join-us .b-wysiwyg {
      width: 35%;
      margin-right: 10%;
      margin-bottom: 5rem; } }

.p-join-us .contact {
  width: 100%;
  padding: 3.5rem 1.5rem 2rem 1.5rem;
  background: #FECCD7;
  margin-bottom: 5rem; }
  @media (min-width: 1024px) {
    .p-join-us .contact {
      width: 55%;
      padding: 3.8rem 6rem 0.3rem 6rem; } }
  .p-join-us .contact .title {
    font-family: "Apercu-Bold", Arial, sans-serif;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .p-join-us .contact .title {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .p-join-us .contact .title {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .p-join-us .contact .title {
        margin-bottom: 3.5rem; } }
  .p-join-us .contact .info {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      .p-join-us .contact .info {
        margin-bottom: 3.5rem; } }
  .p-join-us .contact a {
    text-decoration: underline;
    color: #000000; }
    @media (min-width: 1024px) {
      .p-join-us .contact a {
        text-decoration: none; }
        .p-join-us .contact a:hover {
          text-decoration: underline; } }
  .p-join-us .contact .label {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .p-join-us .contact .label {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .p-join-us .contact .label {
        font-size: 1.4rem; } }

.p-blog .b-hero-simple {
  margin-bottom: 4.5rem; }

.p-blog .b-media-list {
  padding-bottom: 8rem; }
  .p-blog .b-media-list .l {
    margin-bottom: 6rem; }
    @media (min-width: 1024px) {
      .p-blog .b-media-list .l {
        margin-bottom: 2rem; } }

@media (min-width: 1024px) {
  .p-blog .c-media {
    min-height: 67rem !important; } }

.p-blog .categories {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem; }
  .p-blog .categories .trigger {
    width: 100%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 1.5rem; }
    @media (min-width: 768px) {
      .p-blog .categories .trigger {
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .p-blog .categories .trigger {
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .p-blog .categories .trigger {
        max-width: 29.5rem;
        cursor: pointer; } }
    .p-blog .categories .trigger .icon-triangle {
      font-size: 1.1rem;
      transform: rotateX(0);
      transition: all .25s ease; }
    .p-blog .categories .trigger.dropdown-active .icon-triangle {
      transform: rotateX(180deg); }
  .p-blog .categories .list {
    display: none;
    width: auto;
    position: absolute;
    top: 4.4rem;
    left: 2rem;
    right: 2rem;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    @media (min-width: 1024px) {
      .p-blog .categories .list {
        left: 12rem;
        top: 4.6rem;
        max-width: 29.5rem; } }
    .p-blog .categories .list .item {
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      font-size: 1.6rem;
      cursor: pointer; }
      .p-blog .categories .list .item:last-of-type {
        margin-bottom: 0; }
      .p-blog .categories .list .item a {
        color: inherit; }

.p-blog-single .hero {
  width: 100%;
  position: relative;
  padding: 3rem 0 10rem 0;
  background: #EEF4FF;
  margin-bottom: 10rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .p-blog-single .hero {
      padding: 3rem 0 19rem 0;
      margin-bottom: 18rem; } }
  @media (min-width: 1024px) {
    .p-blog-single .hero {
      padding: 6rem 0 31.5rem 0;
      margin-bottom: 32rem; } }
  .p-blog-single .hero .title {
    width: 80%;
    font-family: "Apercu-Bold", Arial, sans-serif;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .p-blog-single .hero .title {
        font-size: 5.2rem; } }
    @media (max-width: 767px) {
      .p-blog-single .hero .title {
        font-size: 3rem; } }
    @media (min-width: 1024px) {
      .p-blog-single .hero .title {
        width: 70%;
        margin-bottom: 2.5rem; } }
  @media (min-width: 1024px) {
    .p-blog-single .hero .info {
      display: flex;
      flex-flow: row wrap; } }
  .p-blog-single .hero .info .date {
    color: #969696;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .p-blog-single .hero .info .date {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .p-blog-single .hero .info .date {
        font-size: 1.4rem; } }
    @media (min-width: 1024px) {
      .p-blog-single .hero .info .date {
        margin-bottom: 0;
        margin-right: 2.5rem; } }
  @media (min-width: 768px) {
    .p-blog-single .hero .info .by {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .p-blog-single .hero .info .by {
      font-size: 1.4rem; } }
  .p-blog-single .hero .info .by a {
    color: inherit;
    text-decoration: underline; }
    @media (min-width: 1024px) {
      .p-blog-single .hero .info .by a {
        text-decoration: none; }
        .p-blog-single .hero .info .by a:hover {
          text-decoration: underline; } }
  .p-blog-single .hero .image {
    width: 89.34%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -7rem; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .p-blog-single .hero .image {
        bottom: -13rem; } }
    @media (min-width: 1024px) {
      .p-blog-single .hero .image {
        max-width: 120rem;
        bottom: -22rem; } }

.p-blog-single .b-wysiwyg {
  margin-bottom: 5rem; }
  @media (min-width: 1024px) {
    .p-blog-single .b-wysiwyg {
      width: auto;
      padding: 0 32rem;
      margin-bottom: 8rem; } }
