/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-academia:before {
  content: "\e9af";
}
.icon-acclaim:before {
  content: "\e92e";
}
.icon-acm:before {
  content: "\e93c";
}
.icon-acmdl:before {
  content: "\e96a";
}
.icon-ads:before {
  content: "\e9cb";
}
.icon-africarxiv:before {
  content: "\e91b";
}
.icon-arxiv:before {
  content: "\e974";
}
.icon-biorxiv:before {
  content: "\e9a2";
}
.icon-ceur:before {
  content: "\e96d";
}
.icon-cienca-vitae:before {
  content: "\e912";
}
.icon-conversation:before {
  content: "\e94c";
}
.icon-coursera:before {
  content: "\e95f";
}
.icon-crossref:before {
  content: "\e91a";
}
.icon-cv:before {
  content: "\e9a5";
}
.icon-datacite:before {
  content: "\e91c";
}
.icon-dataverse:before {
  content: "\e9f7";
}
.icon-dblp:before {
  content: "\e94f";
}
.icon-depsy:before {
  content: "\e97a";
}
.icon-doi:before {
  content: "\e97e";
}
.icon-dryad:before {
  content: "\e97c";
}
.icon-figshare:before {
  content: "\e981";
}
.icon-google-scholar:before {
  content: "\e9d4";
}
.icon-hal:before {
  content: "\e92d";
}
.icon-ideas-repec:before {
  content: "\e9ed";
}
.icon-ieee:before {
  content: "\e929";
}
.icon-impactstory:before {
  content: "\e9cf";
}
.icon-inspire:before {
  content: "\e9e9";
}
.icon-isidore:before {
  content: "\e936";
}
.icon-jstor:before {
  content: "\e938";
}
.icon-lattes:before {
  content: "\e9b3";
}
.icon-mathoverflow:before {
  content: "\e9f6";
}
.icon-mendeley:before {
  content: "\e9f0";
}
.icon-nakala:before {
  content: "\e940";
}
.icon-closed-access:before {
  content: "\e942";
}
.icon-open-access:before {
  content: "\e939";
}
.icon-openedition:before {
  content: "\e947";
}
.icon-orcid:before {
  content: "\e9d9";
}
.icon-osf:before {
  content: "\e9ef";
}
.icon-overleaf:before {
  content: "\e914";
}
.icon-phipapers:before {
  content: "\e98a";
}
.icon-piazza:before {
  content: "\e99a";
}
.icon-protocols:before {
  content: "\e952";
}
.icon-publons:before {
  content: "\e937";
}
.icon-pubmed:before {
  content: "\e99f";
}
.icon-researcherid:before {
  content: "\e91d";
}
.icon-researchgate:before {
  content: "\e95e";
}
.icon-sci-hub:before {
  content: "\e959";
}
.icon-scirate:before {
  content: "\e98e";
}
.icon-semantic-scholar:before {
  content: "\e96e";
}
.icon-springer:before {
  content: "\e928";
}
.icon-zotero:before {
  content: "\e962";
}
.icon-open-data:before {
  content: "\e966";
}
.icon-open-materials:before {
  content: "\e968";
}
.icon-preregistered:before {
  content: "\e906";
}
.icon-elsevier:before {
  content: "\e961";
}
.icon-inaturalist:before {
  content: "\e900";
}
.icon-inpn:before {
  content: "\e902";
}
.icon-moodle:before {
  content: "\e907";
}
.icon-psyarxiv:before {
  content: "\e90e";
}
.icon-ssrn:before {
  content: "\e91e";
}
.icon-stackoverflow:before {
  content: "\e920";
}
.icon-pubpeer:before {
  content: "\e922";
}
.icon-scopus:before {
  content: "\e91f";
}
.icon-zenodo:before {
  content: "\e911";
}
.icon-obp:before {
  content: "\e92b";
}
.icon-hypothesis:before {
  content: "\e95a";
}
.icon-ror:before {
  content: "\e948";
}
.icon-mtmt:before {
  content: "\e950";
}
.icon-archive:before {
  content: "\e955";
}
.icon-address-card:before {
  content: "\e90c";
}
.icon-angle-down:before {
  content: "\e916";
}
.icon-angle-left:before {
  content: "\e917";
}
.icon-angle-right:before {
  content: "\e918";
}
.icon-angle-up:before {
  content: "\e919";
}
.icon-arrow-down:before {
  content: "\e92a";
}
.icon-arrow-left:before {
  content: "\e92c";
}
.icon-arrow-right:before {
  content: "\e933";
}
.icon-arrow-up:before {
  content: "\e946";
}
.icon-calendar-days:before {
  content: "\e9d3";
}
.icon-circle-info:before {
  content: "\ea28";
}
.icon-circle-play:before {
  content: "\ea2e";
}
.icon-circle-plus:before {
  content: "\ea2f";
}
.icon-file-pdf:before {
  content: "\eb04";
}
.icon-file-word:before {
  content: "\eb0c";
}
.icon-gear:before {
  content: "\eb3b";
}
.icon-house-chimney:before {
  content: "\ebaa";
}
.icon-map:before {
  content: "\ec15";
}
.icon-envelope:before {
  content: "\ee95";
}
.icon-facebook:before {
  content: "\ef92";
}
.icon-git:before {
  content: "\efb3";
}
.icon-instagram:before {
  content: "\efde";
}
.icon-linkedin:before {
  content: "\effc";
}
.icon-skype:before {
  content: "\f06d";
}
.icon-twitter:before {
  content: "\f09b";
}
.icon-youtube:before {
  content: "\f0d7";
}

.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*
 * Load css/scss files or packages (imports only).
 */
/* stylelint-disable-next-line no-invalid-position-at-import-rule */
/* stylelint-disable function-no-unknown */
:root {
  --swiper-navigation-size: 44px !important;
  --swiper-theme-color: #e38902 !important;
}

/* stylelint-disable-next-line no-invalid-position-at-import-rule */
@font-face {
  font-family: Manrope;
  src: local("Manrope Regular"), local("Manrope-Regular"), url("../fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: local("Manrope Bold"), local("Manrope-Bold"), url("../fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Literata;
  src: local("Literata Regular"), local("Literata-Regular"), url("../fonts/Literata/Literata-Regular.woff2") format("woff2"), url("../fonts/Literata/Literata-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Marcellus;
  src: local("Marcellus Regular"), local("Marcellus-Regular"), url("../fonts/Marcellus/Marcellus-Regular.woff2") format("woff2"), url("../fonts/Marcellus/Marcellus-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* stylelint-disable-next-line no-invalid-position-at-import-rule */
/*
 * Styles used both in frontend (app.css) and TinyMce editor.
 * (headings, links, font assignment, formatting...)
 */
html {
  font-size: 10px;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #616161;
  letter-spacing: 0.1px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden auto;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

p,
blockquote,
ul,
ol {
  margin-top: 0;
  margin-bottom: 2rem;
}

h1,
.h1 {
  margin: 0.8em 0 0.5em;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
}

h2,
.h2 {
  margin: 0.8em 0 0.5em;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
}

h3,
.h3 {
  margin: 0.8em 0 0.5em;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
}

h4,
.h4 {
  margin: 0.8em 0 0.5em;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
}

h5,
.h5 {
  margin: 0.8em 0 0.5em;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
}

h6,
.h6 {
  margin: 0.8em 0 0.5em;
  font-weight: 800;
  line-height: 1.3;
  font-family: "Marcellus", sans-serif;
}

h4,
.h4 {
  line-height: 1.4;
}

h5,
.h5 {
  line-height: 1.4;
}

h6,
.h6 {
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 3.2rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 2rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

.display-1 {
  font-size: 7.2rem;
  font-family: "Marcellus", sans-serif;
}

.display-2 {
  font-size: 6.7rem;
  font-family: "Marcellus", sans-serif;
}

.display-3 {
  font-size: 6.2rem;
  font-family: "Marcellus", sans-serif;
}

.display-4 {
  font-size: 5.7rem;
  font-family: "Marcellus", sans-serif;
}

.display-5 {
  font-size: 5.2rem;
  font-family: "Marcellus", sans-serif;
}

.display-6 {
  font-size: 4.7rem;
  font-family: "Marcellus", sans-serif;
}

.fs-72 {
  font-size: 7.2rem;
}

.fs-67 {
  font-size: 6.7rem;
}

.fs-62 {
  font-size: 6.2rem;
}

.fs-57 {
  font-size: 5.7rem;
}

.fs-52 {
  font-size: 5.2rem;
}

.fs-40 {
  font-size: 4rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.text-gray {
  color: #b3b5b9;
}

.text-gold {
  color: #e38902;
}

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

hr {
  margin: 3rem;
  color: #e2e5f1;
  background-color: #d7d8da;
  border: 0;
  opacity: 1;
  height: 1px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.button {
  /* stylelint-disable-next-line function-no-unknown */
  background-color: #e38902;
  padding: 0.9em 1.6em;
  border-radius: 5px;
  color: white;
  margin-bottom: 1.25rem;
  display: inline-block;
  text-align: center;
  line-height: 1.3em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0px 0px 10px 0px color(srgb 0.28 0.28 0.28 / 0.5);
          box-shadow: 0px 0px 10px 0px color(srgb 0.28 0.28 0.28 / 0.5);
}
.button:is(:hover, :focus) {
  text-decoration: none;
  opacity: 1;
}
.button.dark {
  background-color: #474747;
}
.button.gray {
  background-color: #d7d8da;
  color: #616161;
}
.button.gray:is(:hover, :focus) {
  text-decoration: none;
  background-color: rgb(188.5064935065, 190.1688311688, 193.4935064935);
  color: white;
}
.button.transparent {
  background-color: transparent;
  color: #e38902;
  border: 2px solid #e38902;
  padding: calc(0.9em - 2px) calc(1.6em - 2px);
}
.button.transparent:is(:hover, :focus) {
  background-color: #e38902;
  color: white;
}
.button.transparent.dark {
  color: #474747;
  border-color: #474747;
}
.button.transparent.dark:is(:hover, :focus) {
  background-color: #474747;
  color: white;
}
.button.transparent.gray {
  color: rgb(135.5194805195, 138.5064935065, 144.4805194805);
  border-color: rgb(188.5064935065, 190.1688311688, 193.4935064935);
}
.button.transparent.gray:is(:hover, :focus) {
  background-color: rgb(188.5064935065, 190.1688311688, 193.4935064935);
  color: white;
}

.link-with-arrow {
  position: relative;
  padding-right: 2.5em !important;
}
.link-with-arrow::after {
  position: absolute;
  right: 1.1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "\e933";
  font-family: icomoon, sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}
.link-with-arrow:is(:hover, :focus) {
  text-decoration: none;
}
.link-with-arrow:is(:hover, :focus)::after {
  right: 0.8em;
}

p {
  /* stylelint-disable-next-line no-descending-specificity */
}
p .button:last-of-type {
  margin-bottom: 0;
}

blockquote {
  border-left: 4px solid #b3b5b9;
  border-right: 4px solid #b3b5b9;
  background-color: #f1f0f0;
  padding: 2rem;
  color: #7c7c7c;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
}
blockquote p {
  font-size: 1.4rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.box-frame {
  padding: 1rem !important;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}

a {
  text-decoration: none;
  color: #e38902;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover, a:focus {
  text-decoration: underline;
}
a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href^="mailto:"] {
  position: relative;
  padding-left: 1.7em;
  text-align: left;
}
a[href$=".pdf"]::before, a[href$=".doc"]::before, a[href$=".docx"]::before, a[href^="mailto:"]::before {
  font-family: icomoon, sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\eb04";
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
a[href$=".pdf"].button, a[href$=".doc"].button, a[href$=".docx"].button, a[href^="mailto:"].button {
  padding-left: 3.3em;
}
a[href$=".pdf"].button::before, a[href$=".doc"].button::before, a[href$=".docx"].button::before, a[href^="mailto:"].button::before {
  left: 1em;
}
a[href$=".doc"]::before, a[href$=".docx"]::before {
  content: "\eb0c";
}
a[href^="mailto:"] {
  padding-left: 1.5em;
}
a[href^="mailto:"]::before {
  content: "\ee95";
  font-size: inherit;
  top: 55%;
}
a.box-frame:hover {
  -webkit-box-shadow: 0 0.275rem 0.95rem -0.0625rem rgba(19, 16, 34, 0.13), 0 0.125rem 1.3rem -0.0625rem rgba(19, 16, 34, 0.08);
          box-shadow: 0 0.275rem 0.95rem -0.0625rem rgba(19, 16, 34, 0.13), 0 0.125rem 1.3rem -0.0625rem rgba(19, 16, 34, 0.08);
}

li::marker {
  color: rgb(252.9912663755, 162.5982532751, 27.0087336245);
}

.rounded {
  border-radius: 5px;
}

.rounded-circle {
  border-radius: 50% !important;
  aspect-ratio: 1;
}

.zoom-image-effect {
  overflow: hidden;
}
.zoom-image-effect > img {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: transform;
}
.zoom-image-effect:hover > img {
  -webkit-transform: scale(1.03) translate(0, 0) !important;
          transform: scale(1.03) translate(0, 0) !important;
  -webkit-transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* stylelint-disable-next-line no-descending-specificity */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.rounded-circle, img.squared {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
img[src$=".svg"] {
  width: 100%;
}

#flexible-content img {
  /* stylelint-disable-next-line selector-class-pattern */
}
#flexible-content img:not(.fancybox__image):not(.wp-gallery-advanced-image):not(.team-image) {
  padding: 1rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
  background-color: rgba(255, 255, 255, 0.2);
}

.img-50 {
  width: 50% !important;
}

.img-100 {
  width: 100% !important;
}

.squared {
  aspect-ratio: 1;
}

[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}

[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}

[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}

.open-in-modal {
  position: relative;
  display: block;
}
.open-in-modal::after {
  content: "\ea2f";
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  border-radius: 50%;
  font-family: icomoon, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.open-in-modal:hover::after {
  color: #e38902;
}

.video {
  position: relative;
}
.video iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

table {
  width: 100%;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid rgb(233.6137931034, 232.0862068966, 232.0862068966);
}
table th,
table td {
  padding: 0.7rem;
  vertical-align: top;
  border-top: 1px solid rgb(233.6137931034, 232.0862068966, 232.0862068966);
}
table tbody + tbody {
  border-top: 2px solid rgb(233.6137931034, 232.0862068966, 232.0862068966);
}
table:not(.table-striped) tr:hover {
  background-color: #f1f0f0;
}

.table-bordered {
  border: 1px solid rgb(233.6137931034, 232.0862068966, 232.0862068966);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgb(233.6137931034, 232.0862068966, 232.0862068966);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f0f0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
* Youtube Shortcode
*/
.lcf-youtube-container {
  margin-bottom: 2rem;
}
.lcf-youtube-container .lcf-yc-video-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin-top: 0;
}
.lcf-youtube-container .lcf-yc-video-link::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.lcf-youtube-container .lcf-yc-video-link::after {
  content: "";
  background-image: url("../images/play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 10;
  color: white;
  width: 120px;
  height: 120px;
}
.lcf-youtube-container .lcf-yc-video-link:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

/*
* Content Table
*/
.content-table {
  margin-bottom: 2rem;
}
.content-table .ct-row-wrapper {
  padding: 15px;
}
.content-table .ct-row-wrapper:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
.content-table .ct-row-wrapper .ct-column-left *:last-child,
.content-table .ct-row-wrapper .ct-column-right *:last-child {
  margin-bottom: 0;
}

/* stylelint-disable scss/selector-no-redundant-nesting-selector */
.fcb-section {
  padding-top: 4em;
}
.fcb-section:not([data-spacing-bottom=none]) {
  padding-bottom: 4em;
}
.fcb-section[data-spacing-bottom=bs-1] {
  margin-bottom: 4em;
}
.fcb-section[data-color=gold] {
  background-color: #e38902;
}
.fcb-section[data-color=dark] {
  background-color: #474747;
}
.fcb-section[data-color=gold], .fcb-section[data-color=dark] {
  color: white !important;
}
.fcb-section[data-color=gold] .table-striped tbody tr:nth-of-type(odd), .fcb-section[data-color=dark] .table-striped tbody tr:nth-of-type(odd) {
  color: #616161 !important;
}
.fcb-section[data-color=gray] {
  background-color: #f1f0f0;
}
.fcb-section .fcb-columns {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="1/3 2/3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="1/3 2/3"] > .fcb-column:nth-child(2) {
  grid-column: 2/span 2;
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="2/3 1/3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="2/3 1/3"] > .fcb-column:nth-child(1) {
  grid-column: 1/span 2;
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="1/4 3/4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="1/4 3/4"] > .fcb-column:nth-child(2) {
  grid-column: 2/span 3;
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="3/4 1/4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="2"][data-distribution="3/4 1/4"] > .fcb-column:nth-child(1) {
  grid-column: 1/span 3;
}
.fcb-section .fcb-columns[data-elements-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="3"][data-distribution="1/5 3/5 1/5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="3"][data-distribution="1/5 3/5 1/5"] > .fcb-column:nth-child(2) {
  grid-column: 2/span 3;
}
.fcb-section .fcb-columns[data-elements-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fcb-section .fcb-columns[data-elements-count="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .fcb-section {
    padding-top: 2em;
  }
  .fcb-section:not([data-spacing-bottom=none]) {
    padding-bottom: 2em;
  }
  .fcb-section[data-spacing-bottom=bs-1] {
    margin-bottom: 2em;
  }
  .fcb-section .fcb-columns[data-elements-count="4"], .fcb-section .fcb-columns[data-elements-count="5"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .fcb-section .fcb-columns[data-elements-count="2"] .fcb-columns, .fcb-section .fcb-columns[data-elements-count="3"] .fcb-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  .fcb-section .fcb-columns:not([data-elements-count="1"]) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .fcb-section .fcb-columns:not([data-elements-count="1"]) .fcb-column {
    grid-column: initial !important;
  }
}
@media (max-width: 575px) {
  .fcb-section .fcb-columns[data-elements-count="2"], .fcb-section .fcb-columns[data-elements-count="3"], .fcb-section .fcb-columns[data-elements-count="4"], .fcb-section .fcb-columns[data-elements-count="5"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.wp-gallery-advanced-slider {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2);
}
.wp-gallery-advanced-slider.loaded {
  opacity: 1;
  visibility: visible;
}
.wp-gallery-advanced-slider .wp-gallery-advanced-slide {
  position: relative;
}
.wp-gallery-advanced-slider .wp-gallery-advanced-slide .wp-gallery-advanced-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-gallery-advanced-slider .wp-gallery-advanced-slide .wp-gallery-advanced-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.9em 1.4em;
  color: white;
  font-size: 1.3rem;
  line-height: 1.4;
}
.wp-gallery-advanced-slider .swiper-button-prev {
  left: calc(1rem + 10px);
  right: auto;
}
.wp-gallery-advanced-slider .swiper-button-next {
  right: calc(1rem + 10px);
  left: auto;
}
.wp-gallery-advanced-slider .swiper-rtl .swiper-button-next {
  left: calc(1rem + 10px);
  right: auto;
}
.wp-gallery-advanced-slider .swiper-rtl .swiper-button-prev {
  right: calc(1rem + 10px);
  left: auto;
}

.wp-gallery-advanced-thumbnails {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2);
}
.wp-gallery-advanced-thumbnails.loaded {
  opacity: 1;
  visibility: visible;
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="6"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper .wp-gallery-advanced-thumbnail-wrapper .wp-gallery-advanced-thumbnail {
  display: block;
  position: relative;
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper .wp-gallery-advanced-thumbnail-wrapper .wp-gallery-advanced-thumbnail::after {
  content: "\ea2f";
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  border-radius: 50%;
  font-family: icomoon, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper .wp-gallery-advanced-thumbnail-wrapper .wp-gallery-advanced-thumbnail:hover::after {
  color: #e38902;
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper .wp-gallery-advanced-thumbnail-wrapper .wp-gallery-advanced-thumbnail .wp-gallery-advanced-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper .wp-gallery-advanced-thumbnail-wrapper .wp-gallery-advanced-thumbnail .wp-gallery-advanced-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.9em 1.4em;
  color: white;
  font-size: 1.3rem;
  line-height: 1.4;
}

/* stylelint-disable function-no-unknown */
/* stylelint-disable-next-line no-invalid-position-at-import-rule */
img.alignleft {
  max-width: 100%;
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  max-width: 100%;
  float: right;
  margin: 0 0 1em 1em;
}

.wp-caption-dd,
.wp-caption-text {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 1rem;
  left: 1rem;
  padding: 0.9em 1.4em;
  color: white;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.wp-caption {
  max-width: 100%;
  height: auto;
  position: relative;
}
.wp-caption img {
  width: 100%;
}
.wp-caption.alignleft {
  float: left;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignleft .wp-caption-dd {
  text-align: left;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.aligncenter .wp-caption-text,
.wp-caption.aligncenter .wp-caption-dd {
  text-align: center;
}
.wp-caption.alignright {
  float: right;
}
.wp-caption.alignright .wp-caption-text,
.wp-caption.alignright .wp-caption-dd {
  text-align: right;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
body:not([data-hyphenation=disabled]) {
  -ms-hyphens: auto;
      hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
body.desktop #mobile-menu-wrapper,
body.desktop #burger-button {
  display: none !important;
}
body:not(.desktop) .header-menu-container {
  display: none;
}
body:not(.desktop) #language-switcher {
  margin-left: auto;
}
body:is(.mobile) .hide-on-mobile {
  display: none;
}
body:is(.mm-active) {
  overflow: hidden;
}
body:is(.mm-active) #mobile-menu-wrapper {
  opacity: 1;
  visibility: visible;
}

.team-socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
}
.team-socials li {
  /* stylelint-disable-next-line no-descending-specificity */
}
.team-socials li a {
  background-color: #c7c7c7;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  font-size: 24px;
  margin: 0 auto;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.team-socials li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.team-socials li a:is(:hover, :focus) {
  background-color: #e38902;
  text-decoration: none;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
}
.table-responsive table {
  margin-bottom: 0;
}

header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #f1f0f0;
  background-color: white;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
}
header .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
header .header-inner .custom-logo-link .custom-logo {
  width: auto;
  height: 72px;
}
header .header-inner .header-menu-container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
header .header-inner .header-menu-container .header-menu {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 20px;
  grid-auto-flow: column;
}
header .header-inner .header-menu-container .header-menu .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header-inner .header-menu-container .header-menu .menu-item a {
  color: rgb(122.5, 122.5, 122.5);
  line-height: 1.4;
  font-family: "Marcellus", sans-serif;
  font-size: 1.8rem;
}
header .header-inner .header-menu-container .header-menu .menu-item a:is(:hover, :focus) {
  color: #e38902;
  text-decoration: none;
}
header .header-inner .header-menu-container .header-menu .menu-item.current-menu-item {
  /* stylelint-disable-next-line no-descending-specificity */
}
header .header-inner .header-menu-container .header-menu .menu-item.current-menu-item > a {
  color: #e38902;
}
header .header-inner .header-menu-container .header-menu .menu-item.current-menu-parent {
  /* stylelint-disable-next-line no-descending-specificity */
}
header .header-inner .header-menu-container .header-menu .menu-item.current-menu-parent > a {
  color: #e38902;
}
header .header-inner .header-menu-container .header-menu .menu-item .sub-menu {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  width: 250px;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%) scale(0.9);
          transform: translate(0, 100%) scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
  padding: 1.4rem !important;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
  border-radius: 5px;
  z-index: 2;
  display: grid;
  grid-gap: 5px;
}
header .header-inner .header-menu-container .header-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 80%) scale(1);
          transform: translate(0, 80%) scale(1);
}
header .header-inner .language-switcher {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
}
header .header-inner .language-switcher .lang-item {
  /* stylelint-disable-next-line no-descending-specificity */
}
header .header-inner .language-switcher .lang-item a {
  color: rgb(122.5, 122.5, 122.5);
  line-height: 1.4;
  /* stylelint-disable-next-line no-descending-specificity */
}
header .header-inner .language-switcher .lang-item a:is(:hover, :focus) {
  color: #e38902;
  text-decoration: none;
}
header .header-inner .language-switcher .lang-item.current-lang {
  /* stylelint-disable-next-line no-descending-specificity */
}
header .header-inner .language-switcher .lang-item.current-lang > a {
  color: #e38902;
}
header .header-inner #burger-button {
  display: grid;
  grid-gap: 5px;
  background-color: #f1f0f0;
  padding: 1rem !important;
  -webkit-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
          box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
  border-radius: 5px;
  margin-left: 30px;
  border: 1px solid rgb(228.6896551724, 226.8103448276, 226.8103448276);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .header-inner #burger-button span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: rgb(142.5172413793, 134.4827586207, 134.4827586207);
  border-radius: 5px;
}
header .header-inner #burger-button.active span {
  background-color: #e38902;
}

footer {
  background-color: rgb(245.924137931, 245.275862069, 245.275862069);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
footer #organisation-logos {
  padding: 4em 0;
}
footer #organisation-logos .organisation-logos-inner {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
footer #organisation-logos .organisation-logos-inner .ol-logo {
  padding: 1.5em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #organisation-logos .organisation-logos-inner .ol-logo .ol-logo-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
  max-height: 120px;
}
footer #organisation-logos .organisation-logos-inner .ol-logo .ol-logo-image:not([src*=svg]) {
  width: auto;
}
footer #organisation-logos .organisation-logos-inner .ol-logo:hover .ol-logo-image {
  -webkit-filter: none;
          filter: none;
}
footer #footer-content {
  padding: 4em 0;
  background-color: rgb(238.5379310345, 237.3620689655, 237.3620689655);
}
footer #footer-content .footer-content-inner {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
footer #footer-content .footer-content-inner .fci-section .textwidget {
  font-size: 1.3rem;
}
footer #footer-content .footer-content-inner .fci-section ul.menu {
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  list-style-position: inside;
}
footer #footer-content .footer-content-inner .fci-section ul.menu li::marker {
  font-size: 1.4rem;
}
footer #footer-content .footer-content-inner .fci-section ul.menu li a {
  color: rgb(122.5, 122.5, 122.5);
}
footer #footer-content .footer-content-inner .fci-section ul.menu li a:is(:hover, :focus) {
  color: #e38902;
  text-decoration: none;
}
footer #footer-content .footer-content-inner .fci-section ul.menu li.current-menu-item {
  /* stylelint-disable-next-line no-descending-specificity */
}
footer #footer-content .footer-content-inner .fci-section ul.menu li.current-menu-item > a {
  color: #e38902;
}
footer #footer-content .footer-content-inner .fci-section ul.footer-socials {
  margin: 3em 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
}
footer #footer-content .footer-content-inner .fci-section ul.footer-socials li {
  /* stylelint-disable-next-line no-descending-specificity */
}
footer #footer-content .footer-content-inner .fci-section ul.footer-socials li a {
  background-color: rgb(186.25, 186.25, 186.25);
  color: rgb(238.5379310345, 237.3620689655, 237.3620689655);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  font-size: 24px;
  margin: 0 auto;
}
footer #footer-content .footer-content-inner .fci-section ul.footer-socials li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer #footer-content .footer-content-inner .fci-section ul.footer-socials li a:is(:hover, :focus) {
  background-color: #e38902;
  text-decoration: none;
}
footer #footer-content .footer-content-inner .copyright {
  font-size: 1.3rem;
  border-top: 1px solid #dfdfdf;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

#page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.widget .widget-title {
  line-height: 1.3;
}

/* stylelint-disable-next-line no-descending-specificity */
#mobile-menu-wrapper {
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
          backdrop-filter: saturate(150%) blur(14px);
  width: 100%;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 2rem;
}
#mobile-menu-wrapper .mobile-menu {
  padding: 2em 0 6em;
  margin: 0;
  list-style: none;
}
#mobile-menu-wrapper .mobile-menu > .menu-item {
  border-top: 1px solid rgb(224.5, 224.5, 224.5);
  padding: 10px 0;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
#mobile-menu-wrapper .mobile-menu > .menu-item.current-menu-item {
  /* stylelint-disable-next-line no-descending-specificity */
}
#mobile-menu-wrapper .mobile-menu > .menu-item.current-menu-item a {
  color: #e38902;
}
#mobile-menu-wrapper .mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid rgb(224.5, 224.5, 224.5);
}
#mobile-menu-wrapper .mobile-menu > .menu-item .sub-menu {
  margin: 0;
  list-style: none;
  padding-left: 15px;
}
#mobile-menu-wrapper .mobile-menu > .menu-item a {
  color: rgb(122.5, 122.5, 122.5);
  /* stylelint-disable-next-line no-descending-specificity */
}
#mobile-menu-wrapper .mobile-menu > .menu-item a:is(:hover, :focus) {
  text-decoration: none;
}
#mobile-menu-wrapper .mobile-menu > .menu-item .current-menu-item {
  /* stylelint-disable-next-line no-descending-specificity */
}
#mobile-menu-wrapper .mobile-menu > .menu-item .current-menu-item a {
  color: #e38902;
}
#mobile-menu-wrapper .mobile-menu > .menu-item > a {
  text-transform: uppercase;
}

#section-hero {
  min-height: calc(100vh - 80px);
  position: relative;
  background-color: rgb(252.9912663755, 162.5982532751, 27.0087336245);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 10;
}
#section-hero:is(.with-image)::before {
  background-color: rgba(0, 0, 0, 0.2);
}
#section-hero:is(.regular) {
  min-height: calc((100vh - 80px) / 2);
}
#section-hero .hh-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#section-hero .hh-content {
  padding: 4em;
  margin-top: 7em;
  margin-bottom: 7em;
  position: relative;
  z-index: 15;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
          backdrop-filter: saturate(100%) blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: white;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
#section-hero .hh-content *:last-child {
  margin-bottom: 0;
}
#section-hero .scroll-down {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
  color: white;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  font-size: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  cursor: pointer;
}
#section-hero .scroll-down::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#section-hero .scroll-down:hover {
  width: 70px;
  height: 70px;
  bottom: 20px;
}

body:is(.gecko) #section-hero .hh-content {
  background-color: rgba(0, 0, 0, 0.3);
}

#section-password-protected #pasword-protected-frame {
  background-color: #f1f0f0;
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 2em !important;
}
#section-password-protected #pasword-protected-frame .password-holder {
  margin: 2em 0;
}
#section-password-protected #pasword-protected-frame input[type=submit] {
  margin-bottom: 0;
}

input,
textarea {
  border: 1px solid #d7d8da;
  padding: 0.9em;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input:is(:hover),
textarea:is(:hover) {
  border-color: #b3b5b9;
}
input:is(:focus),
textarea:is(:focus) {
  border-color: #e38902;
  outline: none;
}

#team-members-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#team-members-content-wrapper #tmcw-details {
  position: sticky;
  top: 140px;
}
#team-members-content-wrapper #tmcw-details .tmcw-details-inner {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#team-members-content-wrapper #tmcw-details .tmcw-details-inner .tmcw-details-content {
  padding: 2rem;
}
#team-members-content-wrapper #tmcw-details .tmcw-details-inner .tmcw-details-content .tmcw-details-function {
  margin-top: 2rem;
  border-top: 1px solid rgb(233.6137931034, 232.0862068966, 232.0862068966);
  padding-top: 2rem;
  text-align: center;
}
#team-members-content-wrapper #tmcw-details .tmcw-details-inner .tmcw-details-content .tmcw-details-employment {
  text-align: center;
}
#team-members-content-wrapper #tmcw-content {
  grid-column: 2/span 2;
}
#team-members-content-wrapper #tmcw-content *:last-child {
  margin-bottom: 0;
}

#results-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#results-content-wrapper #rcw-details {
  position: sticky;
  top: 140px;
}
#results-content-wrapper #rcw-details .rcw-details-inner {
  padding: 2rem !important;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#results-content-wrapper #rcw-details .rcw-details-inner .rcw-details-elem {
  padding: 10px 0;
  border-bottom: 1px solid #f1f0f0;
}
#results-content-wrapper #rcw-details .rcw-details-inner .rcw-details-elem:first-child {
  padding-top: 0;
}
#results-content-wrapper #rcw-details .rcw-details-inner .rcw-details-elem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#results-content-wrapper #rcw-content {
  grid-column: 2/span 2;
}
#results-content-wrapper #rcw-content *:last-child {
  margin-bottom: 0;
}

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

.placeholder-image {
  width: 100%;
  background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251, 0.04) 0%, rgba(251, 251, 251, 0.04) 50%, rgba(229, 229, 229, 0.04) 50%, rgba(229, 229, 229, 0.04) 100%), radial-gradient(circle at 66% 97%, rgba(71, 71, 71, 0.04) 0%, rgba(71, 71, 71, 0.04) 50%, rgba(91, 91, 91, 0.04) 50%, rgba(91, 91, 91, 0.04) 100%), radial-gradient(circle at 86% 7%, rgba(227, 137, 2, 0.04) 0%, rgba(227, 137, 2, 0.04) 50%, rgba(200, 200, 200, 0.04) 50%, rgba(200, 200, 200, 0.04) 100%), radial-gradient(circle at 15% 16%, rgba(71, 71, 71, 0.04) 0%, rgba(71, 71, 71, 0.04) 50%, rgba(227, 137, 2, 0.04) 50%, rgba(227, 137, 2, 0.04) 100%), radial-gradient(circle at 75% 99%, rgba(243, 243, 243, 0.04) 0%, rgba(243, 243, 243, 0.04) 50%, rgba(71, 71, 71, 0.04) 50%, rgba(71, 71, 71, 0.04) 100%), linear-gradient(320deg, #474747, #e38902);
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.posts-list .box-post {
  padding: 0 !important;
  overflow: hidden;
}
.posts-list .box-post .team-image-holder {
  overflow: hidden;
}
.posts-list .box-post .team-image-holder .team-image {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.posts-list .box-post .bp-details-content {
  padding: 2rem 1rem;
  text-align: center;
  color: rgb(122.5, 122.5, 122.5);
  position: relative;
}
.posts-list .box-post .bp-details-content .bp-title {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.posts-list .box-post:is(:hover, :focus) {
  text-decoration: none;
}
.posts-list .box-post:is(:hover, :focus) .team-image-holder .team-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.posts-list .box-post:is(:hover, :focus) .bp-title {
  color: #e38902;
}

#results-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#results-list-wrapper .posts-list-general {
  grid-column: 1/span 3;
  display: grid;
  grid-gap: 2em;
  width: 100%;
}
#results-list-wrapper .posts-list-general .box-post-result {
  background-color: rgba(255, 255, 255, 0.5);
}
#results-list-wrapper .posts-list-general .box-post-result .bp-title {
  color: rgb(122.5, 122.5, 122.5);
  display: block;
}
#results-list-wrapper .posts-list-general .box-post-result .bp-title:is(:hover, :focus) {
  color: #e38902;
  text-decoration: none;
}
#results-list-wrapper .posts-list-general .box-post-result .bp-content {
  border-top: 1px solid #f1f0f0;
  padding-top: 1em;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#results-list-wrapper .posts-list-general .box-post-result .bp-content .bp-date {
  color: #949494;
}
#results-list-wrapper .posts-list-general .box-post-result .bp-content .bp-details-doi {
  margin: 0 0 0 20px;
}
#results-list-wrapper .posts-list-general .box-post-result .bp-content .bp-details-button {
  margin-left: auto;
}
#results-list-wrapper #results-list-sidebar {
  position: sticky;
  top: 140px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#results-list-wrapper.latest-news {
  display: block;
  margin-bottom: 3rem;
}

#news-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#news-list-wrapper .posts-list-general {
  grid-column: 1/span 3;
  display: grid;
  grid-gap: 2em;
}
#news-list-wrapper .posts-list-general .box-post-news {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-image {
  width: 300px;
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-image img {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1rem 1rem 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* stylelint-disable-next-line no-descending-specificity */
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-title {
  color: rgb(122.5, 122.5, 122.5);
  display: block;
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-title:is(:hover, :focus) {
  color: #e38902;
  text-decoration: none;
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bpn-excerpt {
  margin-bottom: 2rem;
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-content {
  border-top: 1px solid #f1f0f0;
  padding-top: 1rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-content .bp-date {
  color: #949494;
}
#news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-content .bp-details-button {
  margin-left: auto;
}
#news-list-wrapper #news-list-sidebar {
  position: sticky;
  top: 140px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#news-list-wrapper.latest-news {
  display: block;
  margin-bottom: 3rem;
}
#news-list-wrapper.latest-news .posts-list-general .box-post-news .bpn-wrapper-image {
  width: min(400px, 50%);
}

.list-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pill {
  display: inline-block;
  padding: 0.1em 0.8em;
  border-radius: 5px;
  border: 1px solid #e38902;
  color: #e38902;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pill:is(:hover, :focus) {
  background-color: #e38902;
  color: white;
  text-decoration: none;
}

.single-news-date {
  margin-top: 1.5em;
  display: block;
}
.single-news-date .snd-title {
  display: inline;
  font-size: 1.3rem;
}

@media (max-width: 1399px) {
  .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="5"], .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="6"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1199px) {
  footer #footer-content .footer-content-inner .fci-section ul.menu {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  #results-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3em;
  }
  #results-list-wrapper #results-list-sidebar {
    position: static;
    width: 100%;
  }
  #news-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3em;
  }
  #news-list-wrapper #news-list-sidebar {
    position: static;
    width: 100%;
  }
  .posts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  #section-hero {
    min-height: auto;
  }
  body {
    font-size: 1.36rem;
    line-height: 1.36;
    letter-spacing: 0;
  }
  .fs-72 {
    font-size: 5.4rem;
  }
  .fs-67 {
    font-size: 5.025rem;
  }
  .fs-62 {
    font-size: 4.65rem;
  }
  .fs-57 {
    font-size: 4.275rem;
  }
  .fs-52 {
    font-size: 3.9rem;
  }
  .fs-40 {
    font-size: 3rem;
  }
  .fs-32 {
    font-size: 2.4rem;
  }
  .fs-28 {
    font-size: 2.1rem;
  }
  .fs-24 {
    font-size: 1.8rem;
  }
  .fs-20 {
    font-size: 1.5rem;
  }
  .fs-16 {
    font-size: 1.2rem;
  }
  .fs-13 {
    font-size: 0.975rem;
  }
  h1,
  .h1 {
    margin: 0.6em 0 0.4em;
    line-height: 1.25;
  }
  h2,
  .h2 {
    margin: 0.6em 0 0.4em;
    line-height: 1.25;
  }
  h3,
  .h3 {
    margin: 0.6em 0 0.4em;
    line-height: 1.25;
  }
  h4,
  .h4 {
    margin: 0.6em 0 0.4em;
    line-height: 1.25;
  }
  h5,
  .h5 {
    margin: 0.6em 0 0.4em;
    line-height: 1.25;
  }
  h6,
  .h6 {
    margin: 0.6em 0 0.4em;
    line-height: 1.25;
  }
  h4,
  .h4 {
    line-height: 1.3;
  }
  h5,
  .h5 {
    line-height: 1.3;
  }
  h6,
  .h6 {
    line-height: 1.3;
  }
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
  }
  h3,
  .h3 {
    font-size: 2.1rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  h5,
  .h5 {
    font-size: 1.5rem;
  }
  h6,
  .h6 {
    font-size: 1.44rem;
  }
  .display-1 {
    font-size: 5.4rem;
  }
  .display-2 {
    font-size: 5.025rem;
  }
  .display-3 {
    font-size: 4.65rem;
  }
  .display-4 {
    font-size: 4.275rem;
  }
  .display-5 {
    font-size: 3.9rem;
  }
  .display-6 {
    font-size: 3.525rem;
  }
  .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="4"], .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="5"], .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="6"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #section-hero .hh-content {
    margin-top: 3.5em;
  }
  body:not(.page-template-template-home) #section-hero .hh-content {
    margin-bottom: 3.5em;
  }
  footer #organisation-logos {
    padding: 2em 0;
  }
  footer #organisation-logos .organisation-logos-inner {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  footer #organisation-logos .organisation-logos-inner .ol-logo {
    padding: 1em !important;
  }
  footer #organisation-logos .organisation-logos-inner .ol-logo .ol-logo-image {
    max-height: 90px;
  }
  footer #footer-content {
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  table {
    min-width: 100% !important;
  }
  .fs-72 {
    font-size: 6.12rem;
  }
  .fs-67 {
    font-size: 5.695rem;
  }
  .fs-62 {
    font-size: 5.27rem;
  }
  .fs-57 {
    font-size: 4.845rem;
  }
  .fs-52 {
    font-size: 4.42rem;
  }
  h1,
  .h1 {
    margin: 0.5em 0 0.3em;
    line-height: 1.25;
  }
  h2,
  .h2 {
    margin: 0.5em 0 0.3em;
    line-height: 1.25;
  }
  h3,
  .h3 {
    margin: 0.5em 0 0.3em;
    line-height: 1.25;
  }
  h4,
  .h4 {
    margin: 0.5em 0 0.3em;
    line-height: 1.25;
  }
  h5,
  .h5 {
    margin: 0.5em 0 0.3em;
    line-height: 1.25;
  }
  h6,
  .h6 {
    margin: 0.5em 0 0.3em;
    line-height: 1.25;
  }
  h4,
  .h4 {
    line-height: 1.3;
  }
  h5,
  .h5 {
    line-height: 1.3;
  }
  h6,
  .h6 {
    line-height: 1.3;
  }
  h1,
  .h1 {
    font-size: 3.4rem;
  }
  h2,
  .h2 {
    font-size: 2.72rem;
  }
  h3,
  .h3 {
    font-size: 2.38rem;
  }
  h4,
  .h4 {
    font-size: 2.04rem;
  }
  h5,
  .h5 {
    font-size: 1.7rem;
  }
  h6,
  .h6 {
    font-size: 1.44rem;
  }
  .display-1 {
    font-size: 6.12rem;
  }
  .display-2 {
    font-size: 5.695rem;
  }
  .display-3 {
    font-size: 5.27rem;
  }
  .display-4 {
    font-size: 4.845rem;
  }
  .display-5 {
    font-size: 4.42rem;
  }
  .display-6 {
    font-size: 3.995rem;
  }
  #section-hero .hh-content {
    padding: 2em;
  }
  #news-list-wrapper {
    gap: 0;
  }
  #news-list-wrapper #news-list-sidebar {
    margin-bottom: 3em;
  }
  #news-list-wrapper .posts-list-general {
    display: block;
  }
  #news-list-wrapper .posts-list-general .box-post-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
  #news-list-wrapper .posts-list-general .box-post-news:last-child {
    margin-bottom: 0;
  }
  #news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-image {
    width: 100%;
  }
  #news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content {
    padding: 1rem !important;
  }
  #news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-content .bp-date {
    font-size: 1rem;
  }
  #news-list-wrapper .posts-list-general .box-post-news .bpn-wrapper-content .bp-content .bp-details-button {
    margin: 1em 0 0;
  }
  .latest-news {
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .latest-news .posts-list-general {
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .latest-news .posts-list-general .box-post-news {
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .latest-news .posts-list-general .box-post-news .bpn-wrapper-image {
    width: min(200px, 30%) !important;
  }
  footer #organisation-logos .organisation-logos-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px;
  }
  footer #organisation-logos .organisation-logos-inner .ol-logo {
    padding: 1em !important;
  }
  footer #organisation-logos .organisation-logos-inner .ol-logo .ol-logo-image {
    max-height: 80px;
  }
  footer #footer-content {
    padding: 2em 0;
  }
  footer #footer-content .footer-content-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #results-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3em;
  }
  #results-content-wrapper #rcw-details {
    position: static;
  }
  #results-content-wrapper #rcw-content {
    grid-column: auto;
  }
  #team-members-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3em;
  }
  #team-members-content-wrapper #tmcw-details {
    position: static;
  }
  #team-members-content-wrapper #tmcw-content {
    grid-column: auto;
  }
}
@media (max-width: 575px) {
  .fs-72 {
    font-size: 3.24rem;
  }
  .fs-67 {
    font-size: 3.015rem;
  }
  .fs-62 {
    font-size: 2.79rem;
  }
  .fs-57 {
    font-size: 2.565rem;
  }
  .fs-52 {
    font-size: 2.34rem;
  }
  #page-content ul,
  #page-content ol {
    padding-left: 16px;
  }
  #page-content ul li:not(:last-child),
  #page-content ol li:not(:last-child) {
    margin-bottom: 8px;
  }
  .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="3"], .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="4"], .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="5"], .wp-gallery-advanced-thumbnails .wp-gallery-advanced-thumbnails-wrapper[data-columns="6"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer #footer-content .footer-content-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  footer #footer-content .footer-content-inner .fci-section .textwidget *:last-child {
    margin-bottom: 0;
  }
  #results-list-wrapper .posts-list-general .box-post-result .bp-content {
    font-size: 1.3rem;
  }
  #results-list-wrapper .posts-list-general .box-post-result .bp-content .bp-date {
    font-size: 1rem;
  }
  #news-list-wrapper .posts-list-general {
    grid-template-columns: repeat(1, 1fr);
  }
  .latest-news {
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .latest-news .posts-list-general {
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .latest-news .posts-list-general .box-post-news {
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .latest-news .posts-list-general .box-post-news .bpn-wrapper-image {
    width: 100% !important;
  }
  .posts-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
