@charset "UTF-8";
/*!
* Theme Name: WP Barcelona Template (FSE Boilerplate)
* Theme URI: https://github.com/teledirigido/wp-barcelonatemplate
* Author: Miguel Garrido
* Author URI: http://miguel.nz/
* Description: Wordpress theme using Gutenberg, Laravel Mix, SCSS, JS, BrowserSync, ACF
* Version: 2.0
*/
/* * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Media Queries Variables
 *
 * Shared with scripts.js
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * */
:export {
  bigdesktopLayout: 1440;
  desktopLayout: 960;
  mobileLayout: 640;
  mobileMenuLayout: 1120;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4,
h5, h6, pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure, nav, main, video,
button, article, section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

::-moz-selection {
  background: #5FC598;
  color: white;
}

::selection {
  background: #5FC598;
  color: white;
}

::-moz-selection {
  background: #5FC598;
  color: #fff;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

blockquote {
  margin-left: 25px;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
  box-sizing: border-box;
}

img.block-full {
  display: block;
  max-width: 100%;
  height: auto;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}
@media all and (min-width: 960px) {
  .text-center--desktop {
    text-align: center;
  }
}
@media all and (min-width: 641px) {
  .text-center--nonmobile {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.whitenormal {
  white-space: normal;
  vertical-align: top;
}

.vsub {
  vertical-align: sub;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ws-break-spaces {
  white-space: break-spaces;
}

.ws-pre-line {
  white-space: pre-line;
}

.p-inherit p {
  font-size: inherit;
  line-height: inherit;
}

.d-flex {
  display: flex;
}

:root {
  --wp--preset--font-family--inter: "Inter", sans-serif;
  --wp--body-font: "Inter", sans-serif;
}
@media (max-width: 640px) {
  :root {
    --wp--preset--spacing--4: 1.5rem;
    --wp--preset--spacing--5: 2rem;
    --wp--preset--spacing--6: 2rem;
  }
}

.pb-0 {
  padding-bottom: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.p-1 {
  padding: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.p-2 {
  padding: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.p-3 {
  padding: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.p-4 {
  padding: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.p-5 {
  padding: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

@media all and (max-width: 959px) {
  .pt-1--nondesktop {
    padding-top: 1rem;
  }
  .pb-1--nondesktop {
    padding-bottom: 1rem;
  }
  .pt-2--nondesktop {
    padding-top: 2rem;
  }
  .pb-2--nondesktop {
    padding-bottom: 2rem;
  }
  .pt-3--nondesktop {
    padding-top: 3rem;
  }
  .pb-3--nondesktop {
    padding-bottom: 3rem;
  }
  .pt-4--nondesktop {
    padding-top: 4rem;
  }
  .pb-4--nondesktop {
    padding-bottom: 4rem;
  }
  .pt-5--nondesktop {
    padding-top: 5rem;
  }
  .pb-5--nondesktop {
    padding-bottom: 5rem;
  }
}
@media (max-width: 640px) {
  .pt-1--mobile {
    padding-top: 1rem;
  }
  .pb-1--mobile {
    padding-bottom: 1rem;
  }
  .pt-2--mobile {
    padding-top: 2rem;
  }
  .pb-2--mobile {
    padding-bottom: 2rem;
  }
  .pt-3--mobile {
    padding-top: 3rem;
  }
  .pb-3--mobile {
    padding-bottom: 3rem;
  }
  .pt-4--mobile {
    padding-top: 4rem;
  }
  .pb-4--mobile {
    padding-bottom: 4rem;
  }
  .pt-5--mobile {
    padding-top: 5rem;
  }
  .pb-5--mobile {
    padding-bottom: 5rem;
  }
  .py-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pt-3 {
    padding-top: 2rem;
  }
  .mt-3 {
    margin-top: 2rem;
  }
  .mb-3 {
    margin-bottom: 2rem;
  }
  .py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pt-4 {
    padding-top: 2rem;
  }
  .mt-4 {
    margin-top: 2rem;
  }
  .mb-4 {
    margin-bottom: 2rem;
  }
  .py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pt-5 {
    padding-top: 2rem;
  }
  .mt-5 {
    margin-top: 2rem;
  }
  .mb-5 {
    margin-bottom: 2rem;
  }
}
.p-05 {
  padding: 0.5rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.grid-2 > .item {
  width: 100%;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.grid-3 > .item {
  width: 100%;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
.grid-4 > .item {
  width: 100%;
}

@media (max-width: 640px) {
  .grid-2 {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
  }
  .grid-2--mobile {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid-3 {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
  }
  .grid-3--mobile {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .grid-4 {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
  }
  .grid-4--mobile {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 959px) {
  .grid-1--tablet {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  .grid-2--tablet {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid-3--tablet {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .grid-4--tablet {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
}
@media all and (max-width: 959px) {
  .grid-2--nondesktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid-2--nondesktop > .item {
    width: 100%;
  }
  .grid-3--nondesktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .grid-3--nondesktop > .item {
    width: 100%;
  }
  .grid-4--nondesktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
  .grid-4--nondesktop > .item {
    width: 100%;
  }
}
.gap-1 {
  gap: 1rem;
}

.grid-gap-1 {
  grid-column-gap: 1rem;
}

.grid-gap-row-1 {
  grid-row-gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.grid-gap-2 {
  grid-column-gap: 2rem;
}

.grid-gap-row-2 {
  grid-row-gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.grid-gap-3 {
  grid-column-gap: 3rem;
}

.grid-gap-row-3 {
  grid-row-gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.grid-gap-4 {
  grid-column-gap: 4rem;
}

.grid-gap-row-4 {
  grid-row-gap: 4rem;
}

.white {
  color: #FFF;
}

.has-dark-green-background-color {
  color: var(--wp--preset--color--white);
}

/* * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Media Queries Variables
 *
 * Shared with scripts.js
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * */
:export {
  bigdesktopLayout: 1440;
  desktopLayout: 960;
  mobileLayout: 640;
  mobileMenuLayout: 1120;
}

:root {
  --wp--preset--font-family--inter: "Inter", sans-serif;
  --wp--body-font: "Inter", sans-serif;
}

@media (max-width: 640px) {
  :root {
    --wp--preset--spacing--4: 1.5rem;
    --wp--preset--spacing--5: 2rem;
    --wp--preset--spacing--6: 2rem;
  }
}
/*
%has-<slug>-font-size {
  font-size: fn.rem(<size>);
}
*/
.has-m-font-size {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.has-ml-font-size {
  font-size: 1.25rem;
  line-height: 2.0625rem;
}

.has-l-font-size {
  font-size: 1.5rem;
  line-height: 2.375rem;
}

.has-l-2-font-size {
  font-size: 2.1875rem;
  line-height: 3.3125rem;
}

.has-xl-font-size {
  font-size: 3.125rem;
  line-height: 3.9375rem;
}
@media (max-width: 640px) {
  .has-xl-font-size {
    font-size: 2.625rem !important;
    line-height: 1.3;
  }
}

.has-2-xl-font-size {
  font-size: 3.5625rem;
  line-height: 4.1875rem;
}
@media (max-width: 640px) {
  .has-2-xl-font-size {
    font-size: 2.625rem !important;
    line-height: 1.3;
  }
}

.has-3-xl-font-size {
  font-size: 5rem;
  line-height: 5.625rem;
}
@media (max-width: 640px) {
  .has-3-xl-font-size {
    font-size: 3rem !important;
    line-height: 1.3;
  }
}

.fw-800 {
  font-weight: 800;
}

.button {
  color: #FFF;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 13px;
}
.button--default {
  font-size: 1.875rem;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 640px) {
  .button--default {
    font-size: 1.3125rem;
  }
}
.button--small {
  font-size: 20px;
}
.button--red {
  background: #FD696C;
  transition: background ease 300ms;
}
.button--red:hover {
  background: #fc373b;
}
.button--white {
  background: #FFF;
  color: #FD696C;
  transition: background ease 300ms;
}
.button--white:hover {
  background: #e6e6e6;
}

.page-numeric-navigation {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--wp--preset--color--red-orange);
  margin-top: 2rem;
  padding-top: 1.3rem;
}
.page-numeric-navigation ul {
  display: flex;
  list-style: none;
}
.page-numeric-navigation li {
  padding: 1rem;
}
.page-numeric-navigation li.active a {
  text-decoration: underline;
}
.page-numeric-navigation a {
  display: block;
  min-width: 16px;
  height: 16px;
  padding: 0.3rem;
  text-align: center;
}
.page-numeric-navigation a:hover {
  color: var(--wp--preset--color--red-orange);
}
@media (max-width: 640px) {
  .page-numeric-navigation .page-number {
    display: none;
  }
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-form {
  padding-bottom: 2rem;
}
.wpcf7-form .text {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 2px solid #DFDFDF;
  border-radius: 0.5rem;
  background-color: #E3E3E3;
  transition: ease background-color 300ms, ease border-color 300ms;
  font-size: inherit;
}
.wpcf7-form .text:focus {
  background-color: #FFF;
  outline: none;
  border: 2px solid;
  border-color: var(--wp--preset--color--golden-orange);
}
.wpcf7-form .field {
  padding-bottom: 0.3rem;
}
.wpcf7-form .field label {
  font-size: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #AA0000;
  font-size: 1rem;
}
.wpcf7-form input[type=submit] {
  margin-top: 1rem;
  border: 1px solid;
  padding: 0.5rem 2rem;
}

.wp-swiper {
  --swiper-pagination-top: 100%;
  --swiper-theme-color: #333;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-navigation-sides-offset: -2.5rem;
  --swiper-navigation-size: 1.3rem;
}
.wp-swiper .swiper-navigation-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%231E1E1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.wp-swiper .swiper-navigation-icon path {
  display: none;
}

.has-dark-green-background-color .wp-swiper {
  --swiper-theme-color: #FFF;
  --swiper-pagination-bullet-inactive-color: #FFF;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
}

.single-people--featured {
  width: 100%;
}

.single-people--header h1 {
  font-size: 2.1875rem;
  line-height: 100%;
}
.single-people--header .role {
  display: block;
  padding-top: 0.2rem;
  font-size: 1.5625rem;
  color: #BD653E;
}

.single-post .wp-block-post-content strong {
  font-weight: bold;
}
.single-post .wp-block-post-content h1,
.single-post .wp-block-post-content h2,
.single-post .wp-block-post-content h3,
.single-post .wp-block-post-content h4,
.single-post .wp-block-post-content h5,
.single-post .wp-block-post-content h6 {
  padding-bottom: 2rem;
}
.single-post .wp-block-post-content hr {
  height: 5px;
  background: #f1f1f1;
  margin-bottom: 2rem;
}
.single-post .wp-block-post-content p + h1,
.single-post .wp-block-post-content p + h2,
.single-post .wp-block-post-content p + h3,
.single-post .wp-block-post-content p + h4,
.single-post .wp-block-post-content p + h5,
.single-post .wp-block-post-content p + h6 {
  padding-top: 0;
}
.single-post .wp-block-post-content iframe {
  width: 100%;
}
.single-post .wp-block-post-content img {
  max-width: 100%;
  height: auto;
}
.single-post .wp-block-post-content img.alignleft {
  margin-right: 1rem;
}
.single-post .wp-block-post-content img.alignright {
  margin-left: 1rem;
}
.single-post .wp-block-post-content ol,
.single-post .wp-block-post-content ul {
  padding-left: 1rem;
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.single-post .wp-block-post-content ol:first-of-type,
.single-post .wp-block-post-content ul:first-of-type {
  margin-top: 0;
}
.single-post .wp-block-post-content li {
  font-size: 20px;
  padding-bottom: 0.5rem;
}
.single-post .wp-block-post-content li > ul {
  padding-top: 1rem;
}
.single-post .wp-block-post-content p {
  color: inherit;
  line-height: 2.0625rem;
  padding-bottom: 1.5rem;
}
.single-post .wp-block-post-content p:last-of-type {
  padding-bottom: 0;
}
.single-post .wp-block-post-content p:last-of-type + * {
  margin-top: 1.5rem;
}
.single-post .wp-block-post-content a {
  word-break: break-word;
  text-decoration: underline;
}
.single-post .wp-block-post-content a:hover {
  color: #919191;
}
.single-post .wp-block-post-content ul {
  list-style-type: none;
}
.single-post .wp-block-post-content ul li {
  position: relative;
  overflow: visible;
  padding-left: 10px;
}
.single-post .wp-block-post-content ul li:before {
  content: "•";
  position: absolute;
  left: -10px;
}
.single-post .wp-block-post-content ol li,
.single-post .wp-block-post-content ul li {
  line-height: 1.875rem;
}
.single-post .wp-block-post-content h2 + ul,
.single-post .wp-block-post-content h2 + ol,
.single-post .wp-block-post-content h3 + ul,
.single-post .wp-block-post-content h3 + ol,
.single-post .wp-block-post-content h4 + ul,
.single-post .wp-block-post-content h4 + ol,
.single-post .wp-block-post-content h5 + ul,
.single-post .wp-block-post-content h5 + ol,
.single-post .wp-block-post-content h6 + ul,
.single-post .wp-block-post-content h6 + ol {
  margin-top: 0;
}
.single-post .wp-block-post-content blockquote {
  border: 2px solid #be4a8b;
  padding: 1rem;
  margin: 0 0 1.5rem 0;
}
.single-post .wp-block-post-content blockquote h1, .single-post .wp-block-post-content blockquote h2, .single-post .wp-block-post-content blockquote h3, .single-post .wp-block-post-content blockquote h4, .single-post .wp-block-post-content blockquote h5, .single-post .wp-block-post-content blockquote h6 {
  display: inline;
  padding-bottom: 0.5rem;
  color: pink;
  font-size: 19px;
}
.single-post .wp-block-post-content blockquote p {
  display: inline;
  font-size: 1rem;
}
.single-post .wp-block-post-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.single-post .wp-block-post-content .wp-caption {
  max-width: 100%;
}
.single-post .wp-block-post-content .blocks-gallery-item,
.single-post .wp-block-post-content .wp-block-image {
  margin-bottom: 0;
}
.single-post .wp-block-post-content .blocks-gallery-item img,
.single-post .wp-block-post-content .wp-block-image img {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .wp-block-post-content ul.wp-block-gallery {
  padding-left: 0;
}
.single-post .wp-block-post-content ul.wp-block-gallery li {
  padding-left: 0;
}
.single-post .wp-block-post-content ul.wp-block-gallery li:before {
  display: none;
}
.single-post .wp-block-post-content .wp-block-gallery .blocks-gallery-image figure,
.single-post .wp-block-post-content .wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}
.single-post .wp-block-post-content .wp-block-gallery .blocks-gallery-image img,
.single-post .wp-block-post-content .wp-block-gallery .blocks-gallery-item img {
  display: block;
}
.single-post .wp-block-post-content .wp-block-gallery .blocks-gallery-image figcaption,
.single-post .wp-block-post-content .wp-block-gallery .blocks-gallery-item figcaption {
  display: block;
  padding: 0;
  position: relative;
  background: none;
  color: #555d66;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.single-post .entry-post--social {
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: end;
  border-top: 1px solid #BD653E;
  padding-top: 1.5rem;
}
.single-post .entry-post--social li::before {
  display: none;
}
.single-post .entry-post--social ul {
  display: flex;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0 !important;
  gap: 0.5rem;
}
.single-post .entry-post--social ul li {
  padding-bottom: 0;
}
.single-post .entry-post--social ul a {
  display: block;
  line-height: 100%;
}
.single-post .entry-post--social .fa-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
}
.single-post .entry-post--social .fa-facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333333'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
}
.single-post .entry-post--social .fa-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333333'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
}

.blog--wrapper {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .blog--wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .blog--wrapper {
    width: 100%;
    min-width: 320px;
  }
}
@media (max-width: 640px) {
  .blog--wrapper {
    max-width: 100%;
  }
}

.site-header {
  --y-padding: 2rem;
  padding-top: var(--y-padding);
  padding-bottom: var(--y-padding);
}
.site-header--wrapper {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .site-header--wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .site-header--wrapper {
    width: 100%;
    min-width: 320px;
  }
}
@media (max-width: 640px) {
  .site-header--wrapper {
    max-width: 100%;
  }
}
.site-header--logo img {
  max-width: 160px;
  height: auto;
  display: block;
}
@media all and (min-width: 960px) {
  .site-header--wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .site-header {
    --y-padding: 1rem;
  }
}

.blog .site-header--wrapper,
.single-post .site-header--wrapper,
.page-template-page-single .site-header--wrapper {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #BD653E;
}

.site-header--nav {
  z-index: 100;
}
.site-header--nav #main-menu {
  display: flex;
}
.site-header--nav > nav > ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.site-header--nav .wp-block-button {
  line-height: 100%;
}
.site-header--nav .wp-block-button__link {
  border-color: var(--wp--preset--color--dark-green);
  background-color: var(--wp--preset--color--dark-green);
}
.site-header--nav li.menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='%23BD653E' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 6.13298L1.21936 2.35235C0.940416 2.0734 0.488155 2.0734 0.209209 2.35235C-0.0697365 2.63129 -0.0697365 3.08355 0.209209 3.3625L4.49492 7.64821C4.77387 7.92716 5.22613 7.92716 5.50508 7.64821L9.79079 3.3625C10.0697 3.08355 10.0697 2.63129 9.79079 2.35235C9.51184 2.0734 9.05958 2.0734 8.78064 2.35235L5 6.13298Z' fill='%2323362E'%3E%3C/path%3E%3C/svg%3E");
}

.blog .site-header--nav a,
.single-post .site-header--nav a,
.page-template-page-single .site-header--nav a {
  color: #BD653E;
}
.blog .site-header--nav .wp-block-button__link,
.single-post .site-header--nav .wp-block-button__link,
.page-template-page-single .site-header--nav .wp-block-button__link {
  border-color: var(--wp--preset--color--red-orange);
  background-color: var(--wp--preset--color--red-orange);
}
.blog .site-header--nav li.menu-item-has-children > a::after,
.single-post .site-header--nav li.menu-item-has-children > a::after,
.page-template-page-single .site-header--nav li.menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='%23BD653E' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 6.13298L1.21936 2.35235C0.940416 2.0734 0.488155 2.0734 0.209209 2.35235C-0.0697365 2.63129 -0.0697365 3.08355 0.209209 3.3625L4.49492 7.64821C4.77387 7.92716 5.22613 7.92716 5.50508 7.64821L9.79079 3.3625C10.0697 3.08355 10.0697 2.63129 9.79079 2.35235C9.51184 2.0734 9.05958 2.0734 8.78064 2.35235L5 6.13298Z' fill='%23BD653E'%3E%3C/path%3E%3C/svg%3E");
}
.blog .sub-menu a,
.single-post .sub-menu a,
.page-template-page-single .sub-menu a {
  color: inherit;
}

@media all and (min-width: 960px) {
  #main-menu {
    gap: 2rem;
  }
  .site-header--trigger {
    display: none;
  }
  .site-header--nav .sub-menu {
    position: absolute;
    padding-top: 1rem;
    box-shadow: 0 10px 30px -10px #CCC;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
  }
  .site-header--nav .sub-menu a {
    display: block;
    background-color: #fff;
    padding: 1.2rem 1.2rem;
    padding-bottom: 0;
  }
  .site-header--nav .sub-menu a:hover {
    text-decoration: underline;
  }
  .site-header--nav .sub-menu li:last-child a {
    padding-bottom: 1.2rem;
  }
  .site-header--nav .menu-item-has-children:not(:hover) .sub-menu {
    display: none;
  }
}
@media all and (max-width: 959px) {
  .site-header--wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header--logo {
    padding-left: 2rem;
  }
  .site-header--trigger {
    padding-right: 2rem;
  }
  .site-header {
    padding-top: 0;
  }
  .site-header--wrapper {
    display: grid;
    grid-template-areas: "a b" "c c";
  }
  .site-header--logo {
    grid-area: a;
  }
  .site-header--trigger {
    grid-area: b;
    justify-self: end;
    align-self: center;
  }
  .site-header--nav {
    grid-area: c;
  }
  .site-header .site-header--logo,
  .site-header .site-header--trigger {
    padding-top: 1.5rem;
  }
  .site-header .site-header--nav {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .site-header .site-header--nav ul {
    flex-direction: column;
  }
  .site-header--nav li {
    width: 100%;
    text-align: center;
    list-style: none;
  }
  .site-header--nav li.menu-item-has-children > a {
    margin-left: -10px;
  }
  .site-header--nav #main-menu > li.menu-item:first-child {
    padding-top: 1.5rem;
  }
  .site-header--nav #main-menu > li.menu-item:last-child {
    padding-top: 1rem;
  }
  .site-header--nav a {
    display: block;
    padding: 1rem 0;
  }
  .site-header--nav .sub-menu {
    height: 0;
    overflow: hidden;
    background-color: #f1f1f1;
  }
  .site-header--nav .sub-menu li {
    width: 100%;
  }
  .site-header--nav .sub-menu li:last-child a {
    border-bottom: 0;
  }
  .site-header--nav .sub-menu a {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF;
  }
  .site-header--nav .menu-item-has-children {
    text-align: center;
  }
  .site-header--nav .menu-item-has-children .has-submenu-opened + ul {
    display: block;
  }
  .site-header--nav .menu-item-has-children > a::after {
    content: " ";
    width: 1rem;
    height: 1.7rem;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    padding-left: 1rem;
  }
  .site-header--nav .wp-block-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cover-single-page > .site-header--logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.cover-single-page > .site-header--logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.site-header--trigger {
  margin-left: auto;
}

.site-header--trigger a {
  position: relative;
  width: 32px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.site-header--trigger a span {
  transition: ease transform 100ms;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0;
  border-top: 2px solid #000;
}
.site-header--trigger a span:after, .site-header--trigger a span:before {
  transition: ease transform 200ms;
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.site-header--trigger a span:before {
  top: 0;
}
.site-header--trigger a span:after {
  bottom: 0;
}
.site-header--trigger a.active span, .site-header--trigger a:active span {
  border-color: transparent;
}
.site-header--trigger a.active span:before, .site-header--trigger a:active span:before {
  transform: rotate(45deg) translate3d(6px, 6px, 0);
}
.site-header--trigger a.active span:after, .site-header--trigger a:active span:after {
  transform: rotate(-45deg) translate3d(9px, -9px, 0);
}

.site-footer {
  background-color: #BD653E;
  color: #FFF;
}
.site-footer--wrapper {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .site-footer--wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .site-footer--wrapper {
    width: 100%;
    min-width: 320px;
  }
}
.site-footer--logo img {
  max-width: 250px;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.site-footer--logo h3 {
  font-size: 45px;
  font-weight: 200;
}
.site-footer--social {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
.site-footer--social a {
  padding: 0 0.5rem;
  display: inline-block;
}
.site-footer--bottom-links {
  padding-top: 1.5rem;
  gap: 3rem;
}
.site-footer a:hover {
  text-decoration: underline;
}
@media all and (max-width: 960px) {
  .site-footer--wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .site-footer--bottom-links {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}

.grid-icons__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
}
.grid-icons__description {
  color: #244135;
}
@media all and (min-width: 960px) {
  .grid-icons .item {
    padding-right: 2rem;
    border-right: 1px solid #BD653E;
  }
  .grid-icons .item:last-child {
    border-right: 0 none;
  }
}
@media all and (min-width: 960px) {
  .grid-icons__title {
    min-height: 100px;
  }
}
@media screen and (min-width: 641px) and (max-width: 959px) {
  .grid-icons {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-icons .item {
    padding: 1rem;
  }
}
@media (max-width: 640px) {
  .grid-icons .item {
    padding: 1rem;
  }
}
.grid-icons .size-100x100 {
  width: 100px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cover-single-page {
  display: grid;
  grid-template-areas: "a";
  padding-top: 1.5rem;
  margin-bottom: 4rem;
}
.cover-single-page__bg, .cover-single-page__content {
  grid-area: a;
}
.cover-single-page > .cover-single-page__bg, .cover-single-page > .cover-single-page__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cover-single-page > .cover-single-page__bg, .cover-single-page > .cover-single-page__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cover-single-page__top {
  font-size: 27px;
}
.cover-single-page__title {
  font-weight: 600;
  margin: 0 auto;
  padding-top: 1rem;
  font-size: 68px;
  line-height: 68px;
}
.cover-single-page__content {
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.cover-single-page__bg {
  z-index: 0;
  overflow: hidden;
}
.cover-single-page__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (min-width: 641px) {
  .cover-single-page__bg {
    max-height: 525px;
  }
}
@media all and (min-width: 960px) {
  .cover-single-page__cta {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 959px) {
  .cover-single-page__content {
    padding: 3rem 0 1rem;
  }
  .cover-single-page__cta {
    padding-top: 2rem;
  }
}

.description-block {
  position: relative;
  display: flex;
  justify-content: center;
}
.description-block--inner, .description-block--bg {
  grid-area: a;
}
.cover-single-page > .description-block--inner, .cover-single-page > .description-block--bg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media all and (max-width: 959px){
  .site-header--logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-header--trigger {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .site-header--nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cover-single-page__bg, .cover-single-page__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .description-block--inner, .description-block--bg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.cover-single-page > .description-block--inner, .cover-single-page > .description-block--bg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media all and (max-width: 959px){
  .site-header--logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-header--trigger {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .site-header--nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .cover-single-page__bg, .cover-single-page__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .description-block--inner, .description-block--bg {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.description-block--inner {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 8rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .description-block--inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .description-block--inner {
    width: 100%;
    min-width: 320px;
  }
}
.description-block--bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.description-block--bg img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  top: 0;
  width: 100%;
  height: 100%;
}
.description-block .acf-innerblocks-container p {
  padding-block-end: 0;
}
@media (max-width: 640px) {
  .description-block--inner {
    grid-template-columns: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .description-block--bg {
    padding: 2rem;
  }
  .description-block--bg img {
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
    width: 100%;
  }
}
.description-block .home-front-text {
  max-width: 343px;
}
@media all and (min-width: 960px) {
  .description-block .home-front-text {
    margin-left: auto;
  }
}

.list-people {
  display: grid;
  row-gap: 4.5rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  grid-template-columns: repeat(2, 1fr);
}
.list-people a {
  text-decoration: inherit;
}
.list-people a:hover {
  color: inherit;
}
.list-people--thumbnail {
  padding-bottom: 2rem;
}
.list-people--thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.list-people--role {
  color: #BD653E;
}
@media (max-width: 640px) {
  .list-people {
    grid-template-columns: 100%;
    row-gap: 2rem;
  }
  .list-people--thumbnail {
    padding-bottom: 1rem;
  }
}

.list-posts {
  --swiper-navigation-color: var(--wp--preset--color--red-orange);
  --swiper-theme-color: var(--wp--preset--color--red-orange);
  position: relative;
  display: grid;
}
.list-posts--preview-grid .list-posts--inner {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.list-posts--swiper {
  padding-left: 6rem;
}
@media all and (min-width: 641px) {
  .list-posts--swiper {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 640px) {
  .list-posts--swiper {
    width: 100%;
  }
}
.list-posts--item {
  padding-right: var(--paddingGap);
  padding-left: var(--paddingGap);
  padding-bottom: 3rem;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
@media all and (min-width: 960px) {
  .list-posts--item {
    --paddingGap: 1.5rem;
  }
  .list-posts--item.swiper-slide-next, .list-posts--item.swiper-slide-active {
    border-right: 1px solid var(--wp--preset--color--red-orange);
  }
}
@media screen and (min-width: 641px) and (max-width: 959px) {
  .list-posts--item {
    --paddingGap: 1.5rem;
  }
  .list-posts--item.swiper-slide-active {
    border-right: 1px solid var(--wp--preset--color--red-orange);
  }
}
@media (max-width: 640px) {
  .list-posts--item {
    --paddingGap: 0;
  }
}
.list-posts--thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 5rem 0;
}
.list-posts--title a {
  font-size: 1.4375rem;
  line-height: 1.4375rem;
}
.list-posts--title a:hover {
  text-decoration: underline;
}
.list-posts--meta {
  font-size: 0.9375rem;
  line-height: 100%;
}
.list-posts--excerpt {
  color: rgba(41, 42, 45, 0.8);
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}
.list-posts--cta {
  margin-top: auto;
}
.list-posts--cta .wp-block-button__link {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.wp-block-image.is-style-rounded img {
  border-radius: 0 0 6rem 0;
}

.wp-block-columns.has-bordered-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  border-right: 1px solid;
  border-color: var(--wp--preset--color--red-orange);
  padding-right: 1.5rem;
}
.wp-block-columns.has-bordered-columns .wp-block-column:last-child {
  border-right: 0 none;
  padding-right: 0;
}
@media all and (max-width: 781px) {
  .wp-block-columns.has-bordered-columns .wp-block-column {
    border-right: 0 none;
  }
}
.wp-block-columns.has-bordered-columns .mt-auto {
  margin-top: auto;
}

.wp-block-cover.has-bottom-gradient .wp-block-cover__background {
  opacity: 1 !important;
  background-color: transparent !important;
}
.wp-block-cover.has-bottom-gradient .wp-block-cover__background:after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, black -10%, transparent 90%);
  width: 100%;
  height: 50%;
  bottom: 0;
}
@media (max-width: 640px) {
  .wp-block-cover.has-bottom-gradient .wp-block-cover__background:after {
    height: 70%;
  }
}

.wp-block-list {
  padding-left: 1.5rem;
}

.wp-block-post-featured-image.has-rounded-corner img {
  border-radius: 0 0 6rem 0;
}

.has-rounded-corner img {
  border-radius: 0 0 6rem 0;
}

html, body {
  width: 100%;
}

body {
  font-weight: 400;
  color: #23362E;
  -webkit-font-smooth: antialiased;
  -moz-font-smooth: antialiased;
}

@media all and (max-width: 1170px) {
  .wp-block-group.has-content-size,
  .wp-block-post-content > :not(.alignwide):not(.alignfull),
  .wp-block-post-content > .wp-block-columns.alignfull > .wp-block-column > .wp-block-columns,
  .wp-block-post-content > .wp-block-columns.alignwide > .wp-block-column > .wp-block-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

p {
  padding-block-end: 1rem;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
}

.wp-block-group.has-content-size,
.wp-block-post-content > *:not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size, 1150px);
  margin-left: auto;
  margin-right: auto;
}

/* Wide width (100%) */
.alignwide {
  max-width: var(--wp--style--global--wide-size, 100%);
  width: 100%;
}

/* Full width (100%) */
.alignfull {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.has-arrow-back {
  display: inline-flex;
  align-items: center;
}
.has-arrow-back:before {
  content: " ";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='%231E1E1E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.has-arrow-back:hover {
  opacity: 0.9;
}
.has-arrow-back:hover:before {
  opacity: 0.7;
}

.centred-on-mobile {
  display: flex;
  justify-content: center;
}
.centred-on-mobile .alignright {
  float: none;
  margin-left: 0;
}

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