@charset "UTF-8";
/*!
Theme Name: FGVW
Version: dev-adf149bb
Template: qbits-theme
*/
/*!
Theme Name: qbits - Parent Theme
Version: {{THEME_VERSION}}
*/
:root {
  --primary: #000000;
  --white: #FFFFFF;
  --black: #000000;
  --grey: #AFAFAF;
  --lightgrey: #efefef;
  --green: #1C9542;
  --backgroundColor: var(--white);
  --headerBackgroundColor: var(--grey);
  --placeholderColor: var(--grey);
  --linkColor: inherit;
  --swiperColor: var(--primary);
  --headerHeight: 50px;
  --spacingSmall: 15px;
  --spacingMedium: 20px;
  --spacingLarge: 50px;
  --sidePadding: 80px;
  --maxWidth: 1920px;
  --contentMaxWidth: 1400px;
  --typoMarginBottom: 1.8rem;
  --fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
  --fontSizeSmall: 1.4rem/1.9rem;
  --fontSizeMedium: 1.7rem/2.4rem;
  --fontSizeLarge: 3rem/4.2rem;
  --fontSizeXLarge: 3.6rem/4.2rem;
  --typoCopy: 400 var(--fontSizeMedium) var(--fontFamily);
  --typoCaption: 400 var(--fontSizeSmall) var(--fontFamily);
  --typoLink: 400 var(--fontSizeMedium) var(--fontFamily);
  --typoH1: 700 var(--fontSizeXLarge) var(--fontFamily);
  --typoH2: 700 var(--fontSizeLarge) var(--fontFamily);
  --galleryCaption: var(--typoCaption);
  --accordionTypoTitle: 400 var(--fontSizeLarge) var(--fontFamily);
  --accordionTypoEntryTitle: 400 var(--fontSizeSmall) var(--fontFamily);
  --accordionEntryBorderRadius: 12px;
  --accordionPlus: url(images/icons/plus.svg);
  --accordionMinus: url(images/icons/minus.svg);
  --quoteBackground: var(--lightgrey);
  --quoteBorderLeftColor: var(--primary);
  --quoteTypoQuotes: 400 300px/0.7 sans-serif;
  --quoteTypoContent: normal 400 var(--fontSizeMedium) var(--fontFamily);
  --quoteTypoCite: normal 700 var(--fontSizeMedium) var(--fontFamily);
  --quoteQuotesColor: var(--primary);
  --hintContent: italic 400 var(--fontSizeMedium) var(--fontFamily);
  --hintAuthor: normal 700 var(--fontSizeMedium) var(--fontFamily);
  --statsTypoCounter: var(--typoH2);
  --statsTypoDescription: var(--typoCopy);
  --timelineTypoYear: var(--typoH2);
  --timelineTypoContent: var(--typoCopy);
  --timelineSpacingLarge: 80px;
  --iconCarouselTypoText: var(--typoCopy);
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.break-word, h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.force-unlimited-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.force-full-width {
  width: 100vw;
  margin-left: calc(50% - 960px);
  max-width: 1920px;
}
@media screen and (max-width: 1920px) {
  .force-full-width {
    margin-left: calc(50% - 50vw);
  }
}

.has-max-width, header.main-header .headerContentWrapper, .base-header, header {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.has-content-max-width {
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

/* Hide legacy v2 content blocker initially to prevent flickering */
*[class^=_brlbs-cb-], *[class*=" _brlbs-cb-"] {
  display: none;
}

/* Hide v3 content blocker initially to prevent flickering based on preference */
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=hidden] {
  display: none;
}
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=hidden].content-blocker-visible {
  display: block;
}
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=transparent] {
  opacity: 0;
}
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=transparent].content-blocker-visible {
  opacity: 1;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

[class$=-container].alignright, [class*="-container "].alignright {
  float: right;
}
[class$=-container].alignleft, [class*="-container "].alignleft {
  float: left;
}
[class$=-container].aligncenter, [class*="-container "].aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.animated {
  animation-duration: 0.3s;
}

body .is-layout-constrained {
  --wp--style--global--content-size: initial;
}
body .is-layout-flex {
  display: flex;
}

.base-header, header {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: var(--headerHeight);
  background: var(--headerBackgroundColor);
}
.base-header.sticky-header, header.sticky-header {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  position: absolute;
  top: calc(var(--currentStageHeight) - var(--headerHeight));
}
.base-header .headerContentWrapper, header .headerContentWrapper {
  display: none;
  position: relative;
}

.base-main, main {
  background: var(--backgroundColor);
  position: relative;
  display: block;
  padding: calc(var(--headerHeight) + var(--spacingLarge)) var(--sidePadding) var(--spacingLarge) var(--sidePadding);
  margin: 0 auto;
  max-width: calc(var(--contentMaxWidth) + var(--sidePadding) * 2);
}

body.page-template-page-no-padding main {
  padding-left: 0;
  padding-right: 0;
}

.base-form, .form, header .shortnav .search form input[type=text]::placeholder, header .shortnav .search form input[type=text] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.base-form .form-row, .form .form-row, header .shortnav .search form input[type=text]::placeholder .form-row, header .shortnav .search form input[type=text] .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
  width: 100%;
  gap: 20px;
}
.base-form span.wpcf7-form-control-wrap, .form span.wpcf7-form-control-wrap, header .shortnav .search form input[type=text]::placeholder span.wpcf7-form-control-wrap, header .shortnav .search form input[type=text] span.wpcf7-form-control-wrap,
.base-form span.form-control-wrap,
.form span.form-control-wrap,
header .shortnav .search form input[type=text]::placeholder span.form-control-wrap,
header .shortnav .search form input[type=text] span.form-control-wrap {
  display: block;
  position: relative;
}
.base-form .column-third, .form .column-third, header .shortnav .search form input[type=text]::placeholder .column-third, header .shortnav .search form input[type=text] .column-third {
  -webkit-box-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  -moz-box-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  -webkit-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  -ms-flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .base-form .column-third, .form .column-third, header .shortnav .search form input[type=text]::placeholder .column-third, header .shortnav .search form input[type=text] .column-third {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.base-form .column-half, .form .column-half, header .shortnav .search form input[type=text]::placeholder .column-half, header .shortnav .search form input[type=text] .column-half {
  -webkit-box-flex: 0 0 calc(50% - 10px);
  -moz-box-flex: 0 0 calc(50% - 10px);
  -webkit-flex: 0 0 calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .base-form .column-half, .form .column-half, header .shortnav .search form input[type=text]::placeholder .column-half, header .shortnav .search form input[type=text] .column-half {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.base-form .column-full, .form .column-full, header .shortnav .search form input[type=text]::placeholder .column-full, header .shortnav .search form input[type=text] .column-full {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.base-form .column-full.align-end, .form .column-full.align-end, header .shortnav .search form input[type=text]::placeholder .column-full.align-end, header .shortnav .search form input[type=text] .column-full.align-end,
.base-form .column-half.align-end,
.form .column-half.align-end,
header .shortnav .search form input[type=text]::placeholder .column-half.align-end,
header .shortnav .search form input[type=text] .column-half.align-end,
.base-form .column-third.align-end,
.form .column-third.align-end,
header .shortnav .search form input[type=text]::placeholder .column-third.align-end,
header .shortnav .search form input[type=text] .column-third.align-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}

.base-wpcf7, .wpcf7 {
  --formInputGap: 16px;
  --formButtonGap: 70px;
  --successColor: #4CAF50;
  --errorColor: #F7A244;
}
.base-wpcf7 p, .wpcf7 p {
  max-width: 100%;
}
.base-wpcf7 input, .wpcf7 input, .base-wpcf7 textarea, .wpcf7 textarea, .base-wpcf7 select, .wpcf7 select {
  width: 100%;
}
.base-wpcf7 select, .wpcf7 select {
  min-width: 100%;
}
.base-wpcf7 .wpcf7-list-item, .wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.base-wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-submit {
  width: auto;
}
.base-wpcf7 .flex-end, .wpcf7 .flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .base-wpcf7 .flex-end, .wpcf7 .flex-end {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
}
.base-wpcf7 .half, .wpcf7 .half {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--formInputGap);
}
.base-wpcf7 .half > *, .wpcf7 .half > * {
  -webkit-box-flex: 0 0 calc(50% - var(--formInputGap) / 2);
  -moz-box-flex: 0 0 calc(50% - var(--formInputGap) / 2);
  -webkit-flex: 0 0 calc(50% - var(--formInputGap) / 2);
  -ms-flex: 0 0 calc(50% - var(--formInputGap) / 2);
  flex: 0 0 calc(50% - var(--formInputGap) / 2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .base-wpcf7 .half, .wpcf7 .half {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .base-wpcf7 .half > *, .wpcf7 .half > * {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .base-wpcf7 .half.no-wrap, .wpcf7 .half.no-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .base-wpcf7 .half.no-wrap > *, .wpcf7 .half.no-wrap > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .base-wpcf7 .half.no-wrap > *:last-child, .wpcf7 .half.no-wrap > *:last-child {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.base-wpcf7 .third, .wpcf7 .third {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--formInputGap);
}
.base-wpcf7 .third > *, .wpcf7 .third > * {
  -webkit-box-flex: 0 0 calc(33.3333333333% - var(--formInputGap) * 2 / 3);
  -moz-box-flex: 0 0 calc(33.3333333333% - var(--formInputGap) * 2 / 3);
  -webkit-flex: 0 0 calc(33.3333333333% - var(--formInputGap) * 2 / 3);
  -ms-flex: 0 0 calc(33.3333333333% - var(--formInputGap) * 2 / 3);
  flex: 0 0 calc(33.3333333333% - var(--formInputGap) * 2 / 3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .base-wpcf7 .third, .wpcf7 .third {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .base-wpcf7 .third > *, .wpcf7 .third > * {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.base-wpcf7 .buttons, .wpcf7 .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--formButtonGap);
  padding-top: 65px;
}
.base-wpcf7 .buttons.center, .wpcf7 .buttons.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.base-wpcf7 .buttons > p, .wpcf7 .buttons > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--formButtonGap);
}
.base-wpcf7 .buttons > p br, .wpcf7 .buttons > p br {
  display: none;
}
.base-wpcf7 .buttons > p .wpcf7-spinner, .wpcf7 .buttons > p .wpcf7-spinner {
  display: none;
  order: -1;
}
.base-wpcf7 form .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  border: 0;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
}
.base-wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  color: var(--successColor);
}
.base-wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
  color: var(--errorColor);
}
.base-wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-not-valid-tip {
  color: var(--errorColor);
  padding-top: 5px;
  white-space: normal;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

*::-webkit-input-placeholder {
  color: var(--placeholderColor);
  font-style: normal;
  font-weight: 400;
  opacity: 1 !important;
}

*:-moz-placeholder {
  color: var(--placeholderColor);
  font-style: normal;
  font-weight: 400;
  opacity: 1 !important;
}

*::-moz-placeholder {
  color: var(--placeholderColor);
  font-style: normal;
  opacity: 1 !important;
  font-weight: 400;
}

*:-ms-input-placeholder {
  color: var(--placeholderColor);
  font-style: normal;
  font-weight: 400;
  opacity: 1 !important;
}

*::-ms-input-placeholder {
  color: var(--placeholderColor);
  font-style: normal;
  font-weight: 400;
  opacity: 1 !important;
}

*::placeholder {
  color: var(--placeholderColor);
  font-style: normal;
  font-weight: 400;
  opacity: 1 !important;
}

.swiper-navigation .swiper-button-next.swiper-button-disabled, .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  -o-transition: unset;
  -ms-transition: unset;
  -moz-transition: unset;
  -webkit-transition: unset;
  transition: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-disabled svg, .swiper-navigation .swiper-button-prev.swiper-button-disabled svg {
  color: var(--swiperColor);
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-size: 0;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  right: unset;
  left: unset;
  top: 50%;
  margin-top: -32px;
}
.swiper-navigation .swiper-button-next svg,
.swiper-navigation .swiper-button-prev svg {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  margin: auto;
  right: unset;
  font-size: 50px;
  color: var(--swiperColor);
}
@media screen and (max-width: 768px) {
  .swiper-navigation .swiper-button-next,
  .swiper-navigation .swiper-button-prev {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.swiper-navigation .swiper-button-next.swiper-button-next,
.swiper-navigation .swiper-button-prev.swiper-button-next {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  right: 0;
  background: unset;
  border: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-next svg,
.swiper-navigation .swiper-button-prev.swiper-button-next svg {
  right: 0;
  left: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-next:after,
.swiper-navigation .swiper-button-prev.swiper-button-next:after {
  display: none;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\f054";
}
.swiper-navigation .swiper-button-next.swiper-button-prev,
.swiper-navigation .swiper-button-prev.swiper-button-prev {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  left: 0;
  background: unset;
  border: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-prev:after,
.swiper-navigation .swiper-button-prev.swiper-button-prev:after {
  display: none;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\f053";
}
.swiper-navigation .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--swiperColor);
  opacity: 0.5;
}
.swiper-navigation .swiper-pagination-bullet-active {
  background-color: var(--swiperColor) !important;
  opacity: 1 !important;
}
.swiper-navigation .swiper-pagination-bullets {
  text-align: center;
}

.swiper-button-next svg.svg-inline--fa, .swiper-button-prev svg.svg-inline--fa {
  height: 1em;
}

.swiper-lazy-preloader-white {
  filter: drop-shadow(0 0 1px rgba(105, 105, 105, 0.4));
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.break-word, h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.force-unlimited-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.force-full-width {
  width: 100vw;
  margin-left: calc(50% - 720px);
  max-width: 1440px;
}
@media screen and (max-width: 1440px) {
  .force-full-width {
    margin-left: calc(50% - 50vw);
  }
}

.has-max-width, header.main-header .headerContentWrapper, .base-header, header {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.has-content-max-width {
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

/**
* @license
*
* Font Family: Switzer
* Designed by: Jérémie Hornus
* URL: https://www.fontshare.com/fonts/switzer
* © 2025 Indian Type Foundry
*
* Switzer Thin 
* Switzer ThinItalic 
* Switzer Extralight 
* Switzer ExtralightItalic 
* Switzer Light 
* Switzer LightItalic 
* Switzer Regular 
* Switzer Italic 
* Switzer Medium 
* Switzer MediumItalic 
* Switzer Semibold 
* Switzer SemiboldItalic 
* Switzer Bold 
* Switzer BoldItalic 
* Switzer Extrabold 
* Switzer ExtraboldItalic 
* Switzer Black 
* Switzer BlackItalic 
* Switzer Variable (Variable font)
* Switzer VariableItalic (Variable font)

*
*/
@font-face {
  font-family: "Switzer-Thin";
  src: url("./fonts/Switzer-Thin.woff2") format("woff2"), url("./fonts/Switzer-Thin.woff") format("woff"), url("./fonts/Switzer-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-ThinItalic";
  src: url("./fonts/Switzer-ThinItalic.woff2") format("woff2"), url("./fonts/Switzer-ThinItalic.woff") format("woff"), url("./fonts/Switzer-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Extralight";
  src: url("./fonts/Switzer-Extralight.woff2") format("woff2"), url("./fonts/Switzer-Extralight.woff") format("woff"), url("./fonts/Switzer-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-ExtralightItalic";
  src: url("./fonts/Switzer-ExtralightItalic.woff2") format("woff2"), url("./fonts/Switzer-ExtralightItalic.woff") format("woff"), url("./fonts/Switzer-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Light";
  src: url("./fonts/Switzer-Light.woff2") format("woff2"), url("./fonts/Switzer-Light.woff") format("woff"), url("./fonts/Switzer-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-LightItalic";
  src: url("./fonts/Switzer-LightItalic.woff2") format("woff2"), url("./fonts/Switzer-LightItalic.woff") format("woff"), url("./fonts/Switzer-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Regular";
  src: url("./fonts/Switzer-Regular.woff2") format("woff2"), url("./fonts/Switzer-Regular.woff") format("woff"), url("./fonts/Switzer-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-Italic";
  src: url("./fonts/Switzer-Italic.woff2") format("woff2"), url("./fonts/Switzer-Italic.woff") format("woff"), url("./fonts/Switzer-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Medium";
  src: url("./fonts/Switzer-Medium.woff2") format("woff2"), url("./fonts/Switzer-Medium.woff") format("woff"), url("./fonts/Switzer-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-MediumItalic";
  src: url("./fonts/Switzer-MediumItalic.woff2") format("woff2"), url("./fonts/Switzer-MediumItalic.woff") format("woff"), url("./fonts/Switzer-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Semibold";
  src: url("./fonts/Switzer-Semibold.woff2") format("woff2"), url("./fonts/Switzer-Semibold.woff") format("woff"), url("./fonts/Switzer-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-SemiboldItalic";
  src: url("./fonts/Switzer-SemiboldItalic.woff2") format("woff2"), url("./fonts/Switzer-SemiboldItalic.woff") format("woff"), url("./fonts/Switzer-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Bold";
  src: url("./fonts/Switzer-Bold.woff2") format("woff2"), url("./fonts/Switzer-Bold.woff") format("woff"), url("./fonts/Switzer-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-BoldItalic";
  src: url("./fonts/Switzer-BoldItalic.woff2") format("woff2"), url("./fonts/Switzer-BoldItalic.woff") format("woff"), url("./fonts/Switzer-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Extrabold";
  src: url("./fonts/Switzer-Extrabold.woff2") format("woff2"), url("./fonts/Switzer-Extrabold.woff") format("woff"), url("./fonts/Switzer-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-ExtraboldItalic";
  src: url("./fonts/Switzer-ExtraboldItalic.woff2") format("woff2"), url("./fonts/Switzer-ExtraboldItalic.woff") format("woff"), url("./fonts/Switzer-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Switzer-Black";
  src: url("./fonts/Switzer-Black.woff2") format("woff2"), url("./fonts/Switzer-Black.woff") format("woff"), url("./fonts/Switzer-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-BlackItalic";
  src: url("./fonts/Switzer-BlackItalic.woff2") format("woff2"), url("./fonts/Switzer-BlackItalic.woff") format("woff"), url("./fonts/Switzer-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
:root {
  --headerHeight: 104px;
  --spacing-2: 2px;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-56: 56px;
  --spacing-64: 64px;
  --spacing-80: 80px;
  --button-height: 56px;
  --button-padding: 16px;
  --button-gap: 0.6rem;
  --button-width: auto;
  --sidePadding: 48px;
  --sidebarWidth: 431px;
  --maxWidth: 1440px;
  --contentMaxWidth: calc(var(--maxWidth) - (2 * var(--sidePadding)));
  --contentColumnsGap: 96px;
  --fontFamily100: "Switzer-Thin";
  --fontFamily100Italic: "Switzer-ThinItalic";
  --fontFamily200: "Switzer-Extralight";
  --fontFamily200Italic: "Switzer-ExtralightItalic";
  --fontFamily300: "Switzer-Light";
  --fontFamily300Italic: "Switzer-LightItalic";
  --fontFamily400: "Switzer-Regular";
  --fontFamily400Italic: "Switzer-Italic";
  --fontFamily500: "Switzer-Medium";
  --fontFamily500Italic: "Switzer-MediumItalic";
  --fontFamily600: "Switzer-Semibold";
  --fontFamily600Italic: "Switzer-SemiboldItalic";
  --fontFamily700: "Switzer-Bold";
  --fontFamily700Italic: "Switzer-BoldItalic";
  --fontFamily800: "Switzer-Extrabold";
  --fontFamily800Italic: "Switzer-ExtraboldItalic";
  --fontFamily900: "Switzer-Black";
  --fontFamily900Italic: "Switzer-BlackItalic";
  --typoLink: 300 var(--paragraph-FontSize) var(--paragraph-FontFamily);
  --hero-fontFamily: var(--fontFamily500);
  --hero-fontWeight: 500;
  --hero-fontSize: 7.2rem;
  --hero-lineHeight: 120%;
  --s1-fontFamily: var(--fontFamily500);
  --s1-fontWeight: 500;
  --s1-fontSize: 5.6rem;
  --s1-lineHeight: 110%;
  --s2-fontFamily: var(--fontFamily500);
  --s2-fontWeight: 500;
  --s2-fontSize: 4.2rem;
  --s2-lineHeight: 110%;
  --s3-fontFamily: var(--fontFamily500);
  --s3-fontWeight: 500;
  --s3-fontSize: 3.2rem;
  --s3-lineHeight: 120%;
  --s4-fontFamily: var(--fontFamily500);
  --s4-fontWeight: 500;
  --s4-fontSize: 2.4rem;
  --s4-lineHeight: 120%;
  --s4-letterSpacing: -0.024rem;
  --s5-fontFamily: var(--fontFamily500);
  --s5-fontWeight: 500;
  --s5-fontSize: 2rem;
  --s5-lineHeight: 120%;
  --s6-fontFamily: var(--fontFamily500);
  --s6-fontWeight: 500;
  --s6-fontSize: 1.8rem;
  --s6-lineHeight: 120%;
  --footer-fontFamily: var(--fontFamily500);
  --footer-fontWeight: 500;
  --footer-fontSize: 1.6rem;
  --foot-lineHeight: 100%;
  --paragraphLarge-FontFamily: var(--fontFamily300);
  --paragraphLarge-FontWeight: 300;
  --paragraphLarge-FontSize: 2.2rem;
  --paragraphLarge-LineHeight: 140%;
  --paragraphLargeMedium-FontFamily: var(--fontFamily500);
  --paragraphLargeMedium-FontWeight: 500;
  --paragraphLargeMedium-FontSize: 2.2rem;
  --paragraphLargeMedium-LineHeight: 140%;
  --paragraphCaps-FontFamily: var(--fontFamily400);
  --paragraphCaps-FontWeight: 400;
  --paragraphCaps-FontSize: 1.6rem;
  --paragraphCaps-LineHeight: 140%;
  --paragraphCaps-TextTransform: uppercase;
  --paragraph-FontFamily: var(--fontFamily300);
  --paragraph-FontWeight: 300;
  --paragraph-FontSize: 1.6rem;
  --paragraph-LineHeight: 140%;
  --paragraphMedium-FontFamily: var(--fontFamily500);
  --paragraphMedium-FontWeight: 500;
  --paragraphMedium-FontSize: 1.6rem;
  --paragraphMedium-LineHeight: 140%;
  --paragraphSmallCaps-FontFamily: var(--fontFamily400);
  --paragraphSmallCaps-FontWeight: 400;
  --paragraphSmallCaps-FontSize: 1.2rem;
  --paragraphSmallCaps-LineHeight: 140%;
  --paragraphSmallCaps-TextTransform: uppercase;
  --paragraphSmall-FontFamily: var(--fontFamily400);
  --paragraphSmall-FontWeight: 400;
  --paragraphSmall-FontSize: 1.2rem;
  --paragraphSmall-LineHeight: 140%;
  --paragraphSmallMedium-FontFamily: var(--fontFamily500);
  --paragraphSmallMedium-FontWeight: 500;
  --paragraphSmallMedium-FontSize: 1.2rem;
  --paragraphSmallMedium-LineHeight: 140%;
  --paragraphXSmall-FontFamily: var(--fontFamily400);
  --paragraphXSmall-FontWeight: 400;
  --paragraphXSmall-FontSize: 1rem;
  --paragraphXSmall-LineHeight: 140%;
  --button-FontFamily: var(--fontFamily500);
  --button-FontWeight: 500;
  --button-FontSize: 1.6rem;
  --button-LineHeight: 105%;
  --button-LetterSpacing: 0.032rem;
  --form-FontFamily: var(--fontFamily500);
  --form-FontWeight: 500;
  --form-FontSize: 1.6rem;
  --form-LineHeight: 130%;
  --navigation-FontFamily: var(--fontFamily600);
  --navigation-FontWeight: 600;
  --navigation-FontSize: 1.6rem;
  --navigation-LineHeight: 100%;
  --eyebrow-FontFamily: var(--fontFamily400);
  --eyebrow-FontWeight: 400;
  --eyebrow-FontSize: 1.6rem;
  --eyebrow-LineHeight: 150%;
  --eyebrow-TextTransform: uppercase;
  --eyebrow-LetterSpacing: 0.16rem;
  --jobDescription-FontFamily: var(--fontFamily400);
  --jobDescription-FontWeight: 400;
  --jobDescription-FontSize: 1.6rem;
  --jobDescription-LineHeight: 150%;
  --jobDescription-TextTransform: uppercase;
  --contactInfo-FontFamily: var(--fontFamily400);
  --contactInfo-FontWeight: 400;
  --contactInfo-FontSize: 1.6rem;
  --contactInfo-LineHeight: 140%;
  --contactInfo-LetterSpacing: 0.02em;
  --placeholder-FontFamily: var(--fontFamily500Italic);
  --placeholder-FontWeight: 500;
  --placeholder-FontSize: 1.6rem;
  --placeholder-LineHeight: 130%;
  --placeholder-LetterSpacing: 0.03rem;
  --input-FontFamily: var(--fontFamily500);
  --input-FontWeight: 500;
  --input-FontSize: 1.6rem;
  --input-LineHeight: 130%;
  --input-LetterSpacing: 0.03rem;
  --galleryCaption: var(--paragraph-FontFamily);
  --accordionTypoTitle: 400 var(--fontSizeLarge) var(--fontFamily);
  --accordionTypoEntryTitle: 400 var(--fontSizeSmall) var(--fontFamily);
  --accordionEntryBorderRadius: 12px;
  --accordionPlus: url(images/icons/plus.svg);
  --accordionMinus: url(images/icons/minus.svg);
  --quoteBackground: var(--lightgrey);
  --quoteBorderLeftColor: var(--primary);
  --quoteTypoQuotes: 400 300px/0.7 sans-serif;
  --quoteTypoContent: normal 400 var(--fontSizeMedium) var(--fontFamily);
  --quoteTypoCite: normal 700 var(--fontSizeMedium) var(--fontFamily);
  --quoteQuotesColor: var(--primary);
  --gridCarouselTypoTitle: var(--s4-fontWeight) var(--s4-fontSize) var(--s4-fontFamily);
  --gridCarouselTypoContent: var(--paragraph-FontWeight) var(--paragraph-FontSize) var(--paragraph-FontFamily);
  --swiperColor: var(--green-80);
  --hintContent: italic 400 var(--fontSizeMedium) var(--fontFamily);
  --hintAuthor: normal 700 var(--fontSizeMedium) var(--fontFamily);
  --statsTypoCounter: var(--typoH2);
  --statsTypoDescription: var(--typoCopy);
  --timelineTypoYear: var(--typoH2);
  --timelineTypoContent: var(--typoCopy);
  --timelineSpacingLarge: 80px;
  --iconCarouselTypoText: var(--typoCopy);
  --white-100: #ffffff;
  --white-70-fade: rgba(255, 255, 255, 0.7);
  --white-40-fade: rgba(255, 255, 255, 0.4);
  --white-10-fade: rgba(255, 255, 255, 0.1);
  --white-offwhite: #fbfbfb;
  --black: #262626;
  --black-100: #262626;
  --black-70-fade: rgba(38, 38, 38, 0.7);
  --black-70: #676767;
  --black-50-fade: rgba(38, 38, 38, 0.5);
  --black-50: #929292;
  --black-30: #bebebe;
  --black-20: #d4d4d4;
  --black-10-fade: rgba(38, 38, 38, 0.1);
  --black-10: #e9e9e9;
  --black-5-fade: rgba(38, 38, 38, 0.05);
  --black-5: #f4f4f4;
  --page-background-color: --white-offwhite;
  --card-background-color: --white-100;
  --card-border-color: rgba(38, 38, 38, 0.1);
  --image-background-color: --green-dark;
  --image-overlay: rgba(38, 38, 38, 0.2);
  --button-text-color-dark: --green-100;
  --button-text-color-light: --green-10;
  --button-inactive: #e9e9e9;
  --error-message: #cb1927;
  --green-dark: #385351;
  --green-100: #004f2e;
  --green-80: #337258;
  --green-50: #7fa796;
  --green-30: #b2cac0;
  --green-20: #ccdcd5;
  --green-10-fade: rgba(0, 79, 46, 0.1);
  --green-10: #e5edea;
  --green-5-fade: rgba(0, 244, 46, 0.05);
  --green-5: #f2f6f5;
  --green-accent: #cee758;
  --green-accent-light: #e2fb66;
  --wp--preset--color--black-100: var(--black-100);
  --wp--preset--color--black-70: var(--black-70);
  --wp--preset--color--black-50: var(--black-50);
  --wp--preset--color--black-30: var(--black-30);
  --wp--preset--color--black-20: var(--black-20);
  --wp--preset--color--black-10: var(--black-10);
  --wp--preset--color--black-5: var(--black-5);
  --wp--preset--color--green-dark: var(--green-dark);
  --wp--preset--color--green-100: var(--green-100);
  --wp--preset--color--green-80: var(--green-80);
  --wp--preset--color--green-50: var(--green-50);
  --wp--preset--color--green-30: var(--green-30);
  --wp--preset--color--green-20: var(--green-20);
  --wp--preset--color--green-10: var(--green-10);
  --wp--preset--color--green-5: var(--green-5);
  --wp--preset--color--green-accent: var(--green-accent);
  --wp--preset--color--green-accent-light: var(--green-accent-light);
  --wp--preset--color--button-text-dark: var(--button-text-color-dark);
  --wp--preset--color--button-text-light: var(--button-text-color-light);
  --wp--preset--color--error: var(--error-message);
  --wp--preset--color--image-background: var(--image-background-color);
  --wp--preset--color--image-overlay: var(--image-overlay);
  --wp--preset--color--button-inactive: var(--button-inactive);
  --wp--preset--color--card-border: var(--card-border-color);
  --wp--preset--color--white-100: var(--white-100);
  --wp--preset--color--white-offwhite: var(--white-offwhite);
  --wp--preset--color--page-background: var(--page-background-color);
  --wp--preset--color--card-background: var(--card-background-color);
}
@media screen and (max-width: 1280px) {
  :root {
    --sidebarWidth: 380px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --contentColumnsGap: 36px;
    --sidebarWidth: 100%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sidePadding: 20px;
    --contentColumnsGap: 36px;
    --button-height: 40px;
    --button-padding: 12px;
    --hero-fontFamily: var(--fontFamily500);
    --hero-fontWeight: 500;
    --hero-fontSize: 3.4rem;
    --hero-lineHeight: 120%;
    --s1-fontFamily: var(--fontFamily500);
    --s1-fontWeight: 500;
    --s1-fontSize: 3.0rem;
    --s1-lineHeight: 120%;
    --s2-fontFamily: var(--fontFamily500);
    --s2-fontWeight: 500;
    --s2-fontSize: 2.6rem;
    --s2-lineHeight: 110%;
    --s3-fontFamily: var(--fontFamily500);
    --s3-fontWeight: 500;
    --s3-fontSize: 2.2rem;
    --s3-lineHeight: 120%;
    --s4-fontFamily: var(--fontFamily500);
    --s4-fontWeight: 500;
    --s4-fontSize: 1.8rem;
    --s4-lineHeight: 120%;
    --s5-fontFamily: var(--fontFamily500);
    --s5-fontWeight: 500;
    --s5-fontSize: 1.7rem;
    --s5-lineHeight: 120%;
    --s6-fontFamily: var(--fontFamily500);
    --s6-fontWeight: 500;
    --s6-fontSize: 1.6rem;
    --s6-lineHeight: 120%;
    --footer-fontFamily: var(--fontFamily500);
    --footer-fontWeight: 500;
    --footer-fontSize: 1.4rem;
    --foot-lineHeight: 100%;
    --paragraphLarge-FontFamily: var(--fontFamily400);
    --paragraphLarge-FontWeight: 400;
    --paragraphLarge-FontSize: 1.8rem;
    --paragraphLarge-LineHeight: 140%;
    --paragraphLargeMedium-FontFamily: var(--fontFamily500);
    --paragraphLargeMedium-FontWeight: 500;
    --paragraphLargeMedium-FontSize: 1.8rem;
    --paragraphLargeMedium-LineHeight: 140%;
    --paragraphCaps-FontFamily: var(--fontFamily400);
    --paragraphCaps-FontWeight: 400;
    --paragraphCaps-FontSize: 1.4rem;
    --paragraphCaps-LineHeight: 140%;
    --paragraphCaps-TextTransform: uppercase;
    --paragraph-FontFamily: var(--fontFamily300);
    --paragraph-FontWeight: 300;
    --paragraph-FontSize: 1.4rem;
    --paragraph-LineHeight: 140%;
    --paragraphMedium-FontFamily: var(--fontFamily500);
    --paragraphMedium-FontWeight: 500;
    --paragraphMedium-FontSize: 1.4rem;
    --paragraphMedium-LineHeight: 140%;
    --paragraphSmallCaps-FontFamily: var(--fontFamily400);
    --paragraphSmallCaps-FontWeight: 400;
    --paragraphSmallCaps-FontSize: 1rem;
    --paragraphSmallCaps-LineHeight: 140%;
    --paragraphSmallCaps-TextTransform: uppercase;
    --paragraphSmall-FontFamily: var(--fontFamily400);
    --paragraphSmall-FontWeight: 400;
    --paragraphSmall-FontSize: 1rem;
    --paragraphSmall-LineHeight: 140%;
    --paragraphSmallMedium-FontFamily: var(--fontFamily500);
    --paragraphSmallMedium-FontWeight: 500;
    --paragraphSmallMedium-FontSize: 1rem;
    --paragraphSmallMedium-LineHeight: 140%;
    --paragraphXSmall-FontFamily: var(--fontFamily400);
    --paragraphXSmall-FontWeight: 400;
    --paragraphXSmall-FontSize: 0.9rem;
    --paragraphXSmall-LineHeight: 140%;
    --button-FontFamily: var(--fontFamily500);
    --button-FontWeight: 500;
    --button-FontSize: 1.5rem;
    --button-LineHeight: 105%;
    --button-LetterSpacing: 0.03rem;
    --form-FontFamily: var(--fontFamily500);
    --form-FontWeight: 500;
    --form-FontSize: 1.6rem;
    --form-LineHeight: 130%;
    --navigation-FontFamily: var(--fontFamily600);
    --navigation-FontWeight: 600;
    --navigation-FontSize: 1.6rem;
    --navigation-LineHeight: 100%;
    --eyebrow-FontFamily: var(--fontWeight400);
    --eyebrow-FontWeight: 400;
    --eyebrow-FontSize: 1.4rem;
    --eyebrow-LineHeight: 150%;
    --jobDescription-FontFamily: var(--fontFamily400);
    --jobDescription-FontWeight: 400;
    --jobDescription-FontSize: 1.6rem;
    --jobDescription-LineHeight: 150%;
    --jobDescription-TextTransform: uppercase;
    --input-FontFamily: var(--fontFamily500);
    --input-FontWeight: 500;
    --input-FontSize: 1.5rem;
    --input-LineHeight: 130%;
    --input-LetterSpacing: 0.03rem;
    --placeholder-FontFamily: var(--fontFamily500Italic);
    --placeholder-FontWeight: 500;
    --placeholder-FontSize: 1.5rem;
    --placeholder-LineHeight: 130%;
    --placeholder-LetterSpacing: 0.03rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  background: var(--white-offwhite);
  color: var(--black);
  font: var(--typoCopy);
}

.wp-caption {
  display: table-cell;
  width: auto !important;
}

figcaption, .wp-caption-text {
  font: var(--typoCaption);
}

.wp-block-image, .wp-block-embed {
  margin-top: 0;
  margin-bottom: 3rem;
}

#content > .wp-block-columns > .wp-block-column {
  margin: 0 auto;
}

.wp-block-columns {
  width: 100%;
}

ul:not([class]) {
  list-style-type: none;
  list-style-position: inside;
}
ul:not([class]) > li {
  position: relative;
  padding-left: 1em;
  padding-bottom: 0.5rem;
}
ul:not([class]) > li:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  content: "•";
  position: absolute;
  left: 0.32em;
  color: var(--primary);
}

ol:not([class]) {
  list-style-position: outside;
  margin-left: 1.25em;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: var(--typoMarginBottom);
}

#content ul:not([class]), #content ol:not([class]) {
  margin-bottom: var(--typoMarginBottom);
}
#content ul:not([class]) ol, #content ul:not([class]) ul, #content ol:not([class]) ol, #content ol:not([class]) ul {
  margin-bottom: 0;
}

a, .BorlabsCookie * a:not(._brlbs-btn), .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:not(._brlbs-btn) {
  font: var(--typoLink);
  text-decoration: underline;
  text-underline-position: from-font;
  color: var(--linkColor);
  line-height: var(--paragraph-LineHeight);
}
a:hover, .BorlabsCookie * a:not(._brlbs-btn):hover, .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:not(._brlbs-btn):hover {
  color: var(--linkColor);
}

.hero {
  font-family: var(--hero-fontFamily), sans-serif;
  font-weight: var(--hero-fontWeight);
  font-size: var(--hero-fontSize);
  line-height: var(--hero-lineHeight);
}

h1, .s1 {
  font-family: var(--s1-fontFamily), sans-serif;
  font-weight: var(--s1-fontWeight);
  font-size: var(--s1-fontSize);
  line-height: var(--s1-lineHeight);
}

h2, .s2 {
  font-family: var(--s2-fontFamily), sans-serif;
  font-weight: var(--s2-fontWeight);
  font-size: var(--s2-fontSize);
  line-height: var(--s2-lineHeight);
}

h3, .s3, .publication-practice-listing .columns .left .page-title {
  font-family: var(--s3-fontFamily), sans-serif;
  font-weight: var(--s3-fontWeight);
  font-size: var(--s3-fontSize);
  line-height: var(--s3-lineHeight);
}

h4, .s4, .is-style-link-list a {
  font-family: var(--s4-fontFamily), sans-serif;
  font-weight: var(--s4-fontWeight);
  font-size: var(--s4-fontSize);
  line-height: var(--s4-lineHeight);
  letter-spacing: var(--s4-letterSpacing);
}

h5, .s5 {
  font-family: var(--s5-fontFamily), sans-serif;
  font-weight: var(--s5-fontWeight);
  font-size: var(--s5-fontSize);
  line-height: var(--s5-lineHeight);
}

h6, .s6 {
  font-family: var(--s6-fontFamily), sans-serif;
  font-weight: var(--s6-fontWeight);
  font-size: var(--s6-fontSize);
  line-height: var(--s6-lineHeight);
}

.has-s-1-font-size {
  font-family: var(--s1-fontFamily), sans-serif;
  font-weight: var(--s1-fontWeight);
  font-size: var(--s1-fontSize);
  line-height: var(--s1-lineHeight);
}

.has-s-2-font-size {
  font-family: var(--s2-fontFamily), sans-serif;
  font-weight: var(--s2-fontWeight);
  font-size: var(--s2-fontSize);
  line-height: var(--s2-lineHeight);
}

.has-s-3-font-size {
  font-family: var(--s3-fontFamily), sans-serif;
  font-weight: var(--s3-fontWeight);
  font-size: var(--s3-fontSize);
  line-height: var(--s3-lineHeight);
}

.has-s-4-font-size {
  font-family: var(--s4-fontFamily), sans-serif;
  font-weight: var(--s4-fontWeight);
  font-size: var(--s4-fontSize);
  line-height: var(--s4-lineHeight);
  letter-spacing: var(--s4-letterSpacing);
}

.has-s-5-font-size {
  font-family: var(--s5-fontFamily), sans-serif;
  font-weight: var(--s5-fontWeight);
  font-size: var(--s5-fontSize);
  line-height: var(--s5-lineHeight);
}

.has-s-6-font-size, main.has-sidebar #content.single-post .entry-consultants .title-primary {
  font-family: var(--s6-fontFamily), sans-serif;
  font-weight: var(--s6-fontWeight);
  font-size: var(--s6-fontSize);
  line-height: var(--s6-lineHeight);
}

.footerText, footer .bottom-full ul li a, footer .columns .column ul:not(.wp-block-social-links) li a, footer {
  font-family: var(--footer-fontFamily), sans-serif;
  font-weight: var(--footer-fontWeight);
  font-size: var(--footer-fontSize);
  line-height: var(--foot-lineHeight);
}

.paragraphLarge, body.search main.has-sidebar #content .meta-info {
  font-family: var(--paragraphLarge-FontFamily), sans-serif;
  font-weight: var(--paragraphLarge-FontWeight);
  font-size: var(--paragraphLarge-FontSize);
  line-height: var(--paragraphLarge-LineHeight);
}

.paragraphLargeMedium {
  font-family: var(--paragraphLargeMedium-FontFamily), sans-serif;
  font-weight: var(--paragraphLargeMedium-FontWeight);
  font-size: var(--paragraphLargeMedium-FontSize);
  line-height: var(--paragraphLargeMedium-LineHeight);
}

.paragraphCaps {
  font-family: var(--paragraphCaps-FontFamily), sans-serif;
  font-weight: var(--paragraphCaps-FontWeight);
  font-size: var(--paragraphCaps-FontSize);
  line-height: var(--paragraphCaps-LineHeight);
  text-transform: var(--paragraphCaps-TextTransform);
}

.paragraph, body.page-template-template-overview-jobs main.has-sidebar .subsection .checkbox-label, body.page-template-template-overview-jobs main.has-sidebar .subsection .styled-checkbox, body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .checkbox-label, body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .styled-checkbox, body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .checkbox-label, body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .styled-checkbox, body.page-template-template-overview-events main.has-sidebar .subsection .checkbox-label,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .checkbox-label, body.page-template-template-overview-events main.has-sidebar .subsection .styled-checkbox,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .styled-checkbox, body.page-template-template-overview-posts main.has-sidebar .subsection .checkbox-label, body.page-template-template-overview-posts main.has-sidebar .subsection .styled-checkbox, main.single-practice.has-sidebar .subsection .checkbox-label, main.single-practice.has-sidebar .subsection .styled-checkbox, body.single-event main.has-sidebar #content p:not(.consultant-name, .job-title), body.search main.has-sidebar #sidebar-content .subsection .checkbox-label, body.search main.has-sidebar #sidebar-content .subsection .styled-checkbox, main.single-consultant.has-sidebar #sidebar-content .details p, main.single-consultant.has-sidebar #sidebar-content .details a, main .breadcrumb ol li a {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
}

.paragraphMedium, main.has-sidebar #content.single-post .breadcrumb_last, body.single-event main.has-sidebar #content .breadcrumb_last, main.single-consultant.has-sidebar .breadcrumb .breadcrumb_last, main .breadcrumb ol li a[aria-current=page] {
  font-family: var(--paragraphMedium-FontFamily), sans-serif;
  font-weight: var(--paragraphMedium-FontWeight);
  font-size: var(--paragraphMedium-FontSize);
  line-height: var(--paragraphMedium-LineHeight);
}

.paragraphSmallCaps {
  font-family: var(--paragraphSmallCaps-FontFamily), sans-serif;
  font-weight: var(--paragraphSmallCaps-FontWeight);
  font-size: var(--paragraphSmallCaps-FontSize);
  line-height: var(--paragraphSmallCaps-LineHeight);
  text-transform: var(--paragraphSmallCaps-TextTransform);
}

.paragraphSmall, body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-text .consultant-job-title {
  font-family: var(--paragraphSmall-FontFamily), sans-serif;
  font-weight: var(--paragraphSmall-FontWeight);
  font-size: var(--paragraphSmall-FontSize);
  line-height: var(--paragraphSmall-LineHeight);
}

.paragraphSmallMedium {
  font-family: var(--paragraphSmallMedium-FontFamily), sans-serif;
  font-weight: var(--paragraphSmallMedium-FontWeight);
  font-size: var(--paragraphSmallMedium-FontSize);
  line-height: var(--paragraphSmallMedium-LineHeight);
}

.paragraphXSmall {
  font-family: var(--paragraphXSmall-FontFamily), sans-serif;
  font-weight: var(--paragraphXSmall-FontWeight);
  font-size: var(--paragraphXSmall-FontSize);
  line-height: var(--paragraphXSmall-LineHeight);
}

.button, button, a.buttonstyle, .wp-block-button.buttonstyle {
  font-family: var(--button-FontFamily), sans-serif;
  font-weight: var(--button-FontWeight);
  font-size: var(--button-FontSize);
  line-height: var(--button-LineHeight);
  letter-spacing: var(--button-LetterSpacing);
}

.form, header .shortnav .search form input[type=text]::placeholder, header .shortnav .search form input[type=text] {
  font-family: var(--form-FontFamily), sans-serif;
  font-weight: var(--form-FontWeight);
  font-size: var(--form-FontSize);
  line-height: var(--form-LineHeight);
}

.navigation {
  font-family: var(--navigation-FontFamily), sans-serif;
  font-weight: var(--navigation-FontWeight);
  font-size: var(--navigation-FontSize);
  line-height: var(--navigation-LineHeight);
}

.eyebrow {
  font-family: var(--eyebrow-FontFamily), sans-serif;
  font-weight: var(--eyebrow-FontWeight);
  font-size: var(--eyebrow-FontSize);
  line-height: var(--eyebrow-LineHeight);
  text-transform: var(--eyebrow-TextTransform);
  letter-spacing: var(--eyebrow-LetterSpacing);
}

.jobDescription {
  font-family: var(--jobDescription-FontFamily), sans-serif;
  font-weight: var(--jobDescription-FontWeight);
  font-size: var(--jobDescription-FontSize);
  line-height: var(--jobDescription-LineHeight);
  text-transform: var(--jobDescription-TextTransform);
}

.placeholder {
  font-family: var(--placeholder-FontFamily), sans-serif;
  font-weight: var(--placeholder-FontWeight);
  font-size: var(--placeholder-FontSize);
  line-height: var(--placeholder-LineHeight);
  letter-spacing: var(--placeholder-LetterSpacing);
}

.formInput {
  font-family: var(--input-FontFamily), sans-serif;
  font-weight: var(--input-FontWeight);
  font-size: var(--input-FontSize);
  line-height: var(--input-LineHeight);
  letter-spacing: var(--input-LetterSpacing);
}

p {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
}

.is-style-marker-left {
  position: relative;
  padding-left: 4rem;
}
.is-style-marker-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: var(--green-10);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.has-black-100-color {
  color: var(--wp--preset--color--black-100);
}

.has-black-100-background-color {
  background-color: var(--wp--preset--color--black-100);
}

.has-black-70-color {
  color: var(--wp--preset--color--black-70);
}

.has-black-70-background-color {
  background-color: var(--wp--preset--color--black-70);
}

.has-black-50-color {
  color: var(--wp--preset--color--black-50);
}

.has-black-50-background-color {
  background-color: var(--wp--preset--color--black-50);
}

.has-black-30-color {
  color: var(--wp--preset--color--black-30);
}

.has-black-30-background-color {
  background-color: var(--wp--preset--color--black-30);
}

.has-black-20-color {
  color: var(--wp--preset--color--black-20);
}

.has-black-20-background-color {
  background-color: var(--wp--preset--color--black-20);
}

.has-black-10-color {
  color: var(--wp--preset--color--black-10);
}

.has-black-10-background-color {
  background-color: var(--wp--preset--color--black-10);
}

.has-black-5-color {
  color: var(--wp--preset--color--black-5);
}

.has-black-5-background-color {
  background-color: var(--wp--preset--color--black-5);
}

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

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

.has-green-100-color {
  color: var(--wp--preset--color--green-100);
}

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

.has-green-80-color {
  color: var(--wp--preset--color--green-80);
}

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

.has-green-50-color {
  color: var(--wp--preset--color--green-50);
}

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

.has-green-30-color {
  color: var(--wp--preset--color--green-30);
}

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

.has-green-20-color {
  color: var(--wp--preset--color--green-20);
}

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

.has-green-10-color {
  color: var(--wp--preset--color--green-10);
}

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

.has-green-5-color {
  color: var(--wp--preset--color--green-5);
}

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

.has-green-accent-color {
  color: var(--wp--preset--color--green-accent);
}

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

.has-green-accent-light-color {
  color: var(--wp--preset--color--green-accent-light);
}

.has-green-accent-light-background-color {
  background-color: var(--wp--preset--color--green-accent-light);
}

.has-error-color {
  color: var(--wp--preset--color--error);
}

.has-error-background-color {
  background-color: var(--wp--preset--color--error);
}

.has-button-text-dark-color {
  color: var(--wp--preset--color--button-text-dark);
}

.has-button-text-dark-background-color {
  background-color: var(--wp--preset--color--button-text-dark);
}

.has-button-text-light-color {
  color: var(--wp--preset--color--button-text-light);
}

.has-button-text-light-background-color {
  background-color: var(--wp--preset--color--button-text-light);
}

.has-card-border-color {
  color: var(--wp--preset--color--card-border);
}

.has-card-border-background-color {
  background-color: var(--wp--preset--color--card-border);
}

.has-card-background-color {
  color: var(--wp--preset--color--card-background);
}

.has-card-background-background-color {
  background-color: var(--wp--preset--color--card-background);
}

.has-page-background-color {
  color: var(--wp--preset--color--page-background);
}

.has-page-background-background-color {
  background-color: var(--wp--preset--color--page-background);
}

.has-white-100-color {
  color: var(--wp--preset--color--white-100);
}

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

.has-white-offwhite-color {
  color: var(--wp--preset--color--white-offwhite);
}

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

main {
  background: var(--white-offwhite);
  position: relative;
  display: block;
  padding: calc(var(--headerHeight) + var(--spacing-32)) var(--sidePadding) var(--spacing-32) var(--sidePadding);
  margin: 0 auto;
  max-width: var(--maxWidth);
}
main .breadcrumb {
  margin-bottom: var(--spacing-24);
}
main .breadcrumb.desktop {
  display: block;
}
@media (max-width: 1024px) {
  main .breadcrumb.desktop {
    display: none;
  }
}
main .breadcrumb.mobile {
  display: none;
}
@media (max-width: 1024px) {
  main .breadcrumb.mobile {
    display: block;
    margin-bottom: var(--spacing-16);
  }
}
main .breadcrumb ol {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}
main .breadcrumb ol li {
  display: flex;
  align-items: center;
}
main .breadcrumb ol li a {
  text-decoration: none;
}
main .breadcrumb ol .breadcrumb-separator {
  position: relative;
  top: -1px;
}
main .breadcrumb .breadcrumb_last {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-default h2 {
  margin-bottom: var(--spacing-4);
}
.page-template-default p {
  margin-bottom: var(--spacing-20);
}

body.mobile-mode main {
  --headerHeight: 64px;
  padding: calc(var(--headerHeight) + var(--spacing-24)) var(--sidePadding) var(--spacing-32) var(--sidePadding);
}

.wp-block-columns.force-full-width {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-columns.force-full-width .wp-block-columns {
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
}

.wp-block-list {
  padding-left: var(--spacing-24);
  margin-bottom: var(--spacing-24);
}
.wp-block-list li {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
}

:root {
  --headerHeight: 104px;
  --spacing-2: 2px;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-56: 56px;
  --spacing-64: 64px;
  --spacing-80: 80px;
  --button-height: 56px;
  --button-padding: 16px;
  --button-gap: 0.6rem;
  --button-width: auto;
  --sidePadding: 48px;
  --sidebarWidth: 431px;
  --maxWidth: 1440px;
  --contentMaxWidth: calc(var(--maxWidth) - (2 * var(--sidePadding)));
  --contentColumnsGap: 96px;
  --fontFamily100: "Switzer-Thin";
  --fontFamily100Italic: "Switzer-ThinItalic";
  --fontFamily200: "Switzer-Extralight";
  --fontFamily200Italic: "Switzer-ExtralightItalic";
  --fontFamily300: "Switzer-Light";
  --fontFamily300Italic: "Switzer-LightItalic";
  --fontFamily400: "Switzer-Regular";
  --fontFamily400Italic: "Switzer-Italic";
  --fontFamily500: "Switzer-Medium";
  --fontFamily500Italic: "Switzer-MediumItalic";
  --fontFamily600: "Switzer-Semibold";
  --fontFamily600Italic: "Switzer-SemiboldItalic";
  --fontFamily700: "Switzer-Bold";
  --fontFamily700Italic: "Switzer-BoldItalic";
  --fontFamily800: "Switzer-Extrabold";
  --fontFamily800Italic: "Switzer-ExtraboldItalic";
  --fontFamily900: "Switzer-Black";
  --fontFamily900Italic: "Switzer-BlackItalic";
  --typoLink: 300 var(--paragraph-FontSize) var(--paragraph-FontFamily);
  --hero-fontFamily: var(--fontFamily500);
  --hero-fontWeight: 500;
  --hero-fontSize: 7.2rem;
  --hero-lineHeight: 120%;
  --s1-fontFamily: var(--fontFamily500);
  --s1-fontWeight: 500;
  --s1-fontSize: 5.6rem;
  --s1-lineHeight: 110%;
  --s2-fontFamily: var(--fontFamily500);
  --s2-fontWeight: 500;
  --s2-fontSize: 4.2rem;
  --s2-lineHeight: 110%;
  --s3-fontFamily: var(--fontFamily500);
  --s3-fontWeight: 500;
  --s3-fontSize: 3.2rem;
  --s3-lineHeight: 120%;
  --s4-fontFamily: var(--fontFamily500);
  --s4-fontWeight: 500;
  --s4-fontSize: 2.4rem;
  --s4-lineHeight: 120%;
  --s4-letterSpacing: -0.024rem;
  --s5-fontFamily: var(--fontFamily500);
  --s5-fontWeight: 500;
  --s5-fontSize: 2rem;
  --s5-lineHeight: 120%;
  --s6-fontFamily: var(--fontFamily500);
  --s6-fontWeight: 500;
  --s6-fontSize: 1.8rem;
  --s6-lineHeight: 120%;
  --footer-fontFamily: var(--fontFamily500);
  --footer-fontWeight: 500;
  --footer-fontSize: 1.6rem;
  --foot-lineHeight: 100%;
  --paragraphLarge-FontFamily: var(--fontFamily300);
  --paragraphLarge-FontWeight: 300;
  --paragraphLarge-FontSize: 2.2rem;
  --paragraphLarge-LineHeight: 140%;
  --paragraphLargeMedium-FontFamily: var(--fontFamily500);
  --paragraphLargeMedium-FontWeight: 500;
  --paragraphLargeMedium-FontSize: 2.2rem;
  --paragraphLargeMedium-LineHeight: 140%;
  --paragraphCaps-FontFamily: var(--fontFamily400);
  --paragraphCaps-FontWeight: 400;
  --paragraphCaps-FontSize: 1.6rem;
  --paragraphCaps-LineHeight: 140%;
  --paragraphCaps-TextTransform: uppercase;
  --paragraph-FontFamily: var(--fontFamily300);
  --paragraph-FontWeight: 300;
  --paragraph-FontSize: 1.6rem;
  --paragraph-LineHeight: 140%;
  --paragraphMedium-FontFamily: var(--fontFamily500);
  --paragraphMedium-FontWeight: 500;
  --paragraphMedium-FontSize: 1.6rem;
  --paragraphMedium-LineHeight: 140%;
  --paragraphSmallCaps-FontFamily: var(--fontFamily400);
  --paragraphSmallCaps-FontWeight: 400;
  --paragraphSmallCaps-FontSize: 1.2rem;
  --paragraphSmallCaps-LineHeight: 140%;
  --paragraphSmallCaps-TextTransform: uppercase;
  --paragraphSmall-FontFamily: var(--fontFamily400);
  --paragraphSmall-FontWeight: 400;
  --paragraphSmall-FontSize: 1.2rem;
  --paragraphSmall-LineHeight: 140%;
  --paragraphSmallMedium-FontFamily: var(--fontFamily500);
  --paragraphSmallMedium-FontWeight: 500;
  --paragraphSmallMedium-FontSize: 1.2rem;
  --paragraphSmallMedium-LineHeight: 140%;
  --paragraphXSmall-FontFamily: var(--fontFamily400);
  --paragraphXSmall-FontWeight: 400;
  --paragraphXSmall-FontSize: 1rem;
  --paragraphXSmall-LineHeight: 140%;
  --button-FontFamily: var(--fontFamily500);
  --button-FontWeight: 500;
  --button-FontSize: 1.6rem;
  --button-LineHeight: 105%;
  --button-LetterSpacing: 0.032rem;
  --form-FontFamily: var(--fontFamily500);
  --form-FontWeight: 500;
  --form-FontSize: 1.6rem;
  --form-LineHeight: 130%;
  --navigation-FontFamily: var(--fontFamily600);
  --navigation-FontWeight: 600;
  --navigation-FontSize: 1.6rem;
  --navigation-LineHeight: 100%;
  --eyebrow-FontFamily: var(--fontFamily400);
  --eyebrow-FontWeight: 400;
  --eyebrow-FontSize: 1.6rem;
  --eyebrow-LineHeight: 150%;
  --eyebrow-TextTransform: uppercase;
  --eyebrow-LetterSpacing: 0.16rem;
  --jobDescription-FontFamily: var(--fontFamily400);
  --jobDescription-FontWeight: 400;
  --jobDescription-FontSize: 1.6rem;
  --jobDescription-LineHeight: 150%;
  --jobDescription-TextTransform: uppercase;
  --contactInfo-FontFamily: var(--fontFamily400);
  --contactInfo-FontWeight: 400;
  --contactInfo-FontSize: 1.6rem;
  --contactInfo-LineHeight: 140%;
  --contactInfo-LetterSpacing: 0.02em;
  --placeholder-FontFamily: var(--fontFamily500Italic);
  --placeholder-FontWeight: 500;
  --placeholder-FontSize: 1.6rem;
  --placeholder-LineHeight: 130%;
  --placeholder-LetterSpacing: 0.03rem;
  --input-FontFamily: var(--fontFamily500);
  --input-FontWeight: 500;
  --input-FontSize: 1.6rem;
  --input-LineHeight: 130%;
  --input-LetterSpacing: 0.03rem;
  --galleryCaption: var(--paragraph-FontFamily);
  --accordionTypoTitle: 400 var(--fontSizeLarge) var(--fontFamily);
  --accordionTypoEntryTitle: 400 var(--fontSizeSmall) var(--fontFamily);
  --accordionEntryBorderRadius: 12px;
  --accordionPlus: url(images/icons/plus.svg);
  --accordionMinus: url(images/icons/minus.svg);
  --quoteBackground: var(--lightgrey);
  --quoteBorderLeftColor: var(--primary);
  --quoteTypoQuotes: 400 300px/0.7 sans-serif;
  --quoteTypoContent: normal 400 var(--fontSizeMedium) var(--fontFamily);
  --quoteTypoCite: normal 700 var(--fontSizeMedium) var(--fontFamily);
  --quoteQuotesColor: var(--primary);
  --gridCarouselTypoTitle: var(--s4-fontWeight) var(--s4-fontSize) var(--s4-fontFamily);
  --gridCarouselTypoContent: var(--paragraph-FontWeight) var(--paragraph-FontSize) var(--paragraph-FontFamily);
  --swiperColor: var(--green-80);
  --hintContent: italic 400 var(--fontSizeMedium) var(--fontFamily);
  --hintAuthor: normal 700 var(--fontSizeMedium) var(--fontFamily);
  --statsTypoCounter: var(--typoH2);
  --statsTypoDescription: var(--typoCopy);
  --timelineTypoYear: var(--typoH2);
  --timelineTypoContent: var(--typoCopy);
  --timelineSpacingLarge: 80px;
  --iconCarouselTypoText: var(--typoCopy);
  --white-100: #ffffff;
  --white-70-fade: rgba(255, 255, 255, 0.7);
  --white-40-fade: rgba(255, 255, 255, 0.4);
  --white-10-fade: rgba(255, 255, 255, 0.1);
  --white-offwhite: #fbfbfb;
  --black: #262626;
  --black-100: #262626;
  --black-70-fade: rgba(38, 38, 38, 0.7);
  --black-70: #676767;
  --black-50-fade: rgba(38, 38, 38, 0.5);
  --black-50: #929292;
  --black-30: #bebebe;
  --black-20: #d4d4d4;
  --black-10-fade: rgba(38, 38, 38, 0.1);
  --black-10: #e9e9e9;
  --black-5-fade: rgba(38, 38, 38, 0.05);
  --black-5: #f4f4f4;
  --page-background-color: --white-offwhite;
  --card-background-color: --white-100;
  --card-border-color: rgba(38, 38, 38, 0.1);
  --image-background-color: --green-dark;
  --image-overlay: rgba(38, 38, 38, 0.2);
  --button-text-color-dark: --green-100;
  --button-text-color-light: --green-10;
  --button-inactive: #e9e9e9;
  --error-message: #cb1927;
  --green-dark: #385351;
  --green-100: #004f2e;
  --green-80: #337258;
  --green-50: #7fa796;
  --green-30: #b2cac0;
  --green-20: #ccdcd5;
  --green-10-fade: rgba(0, 79, 46, 0.1);
  --green-10: #e5edea;
  --green-5-fade: rgba(0, 244, 46, 0.05);
  --green-5: #f2f6f5;
  --green-accent: #cee758;
  --green-accent-light: #e2fb66;
  --wp--preset--color--black-100: var(--black-100);
  --wp--preset--color--black-70: var(--black-70);
  --wp--preset--color--black-50: var(--black-50);
  --wp--preset--color--black-30: var(--black-30);
  --wp--preset--color--black-20: var(--black-20);
  --wp--preset--color--black-10: var(--black-10);
  --wp--preset--color--black-5: var(--black-5);
  --wp--preset--color--green-dark: var(--green-dark);
  --wp--preset--color--green-100: var(--green-100);
  --wp--preset--color--green-80: var(--green-80);
  --wp--preset--color--green-50: var(--green-50);
  --wp--preset--color--green-30: var(--green-30);
  --wp--preset--color--green-20: var(--green-20);
  --wp--preset--color--green-10: var(--green-10);
  --wp--preset--color--green-5: var(--green-5);
  --wp--preset--color--green-accent: var(--green-accent);
  --wp--preset--color--green-accent-light: var(--green-accent-light);
  --wp--preset--color--button-text-dark: var(--button-text-color-dark);
  --wp--preset--color--button-text-light: var(--button-text-color-light);
  --wp--preset--color--error: var(--error-message);
  --wp--preset--color--image-background: var(--image-background-color);
  --wp--preset--color--image-overlay: var(--image-overlay);
  --wp--preset--color--button-inactive: var(--button-inactive);
  --wp--preset--color--card-border: var(--card-border-color);
  --wp--preset--color--white-100: var(--white-100);
  --wp--preset--color--white-offwhite: var(--white-offwhite);
  --wp--preset--color--page-background: var(--page-background-color);
  --wp--preset--color--card-background: var(--card-background-color);
}
@media screen and (max-width: 1280px) {
  :root {
    --sidebarWidth: 380px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --contentColumnsGap: 36px;
    --sidebarWidth: 100%;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sidePadding: 20px;
    --contentColumnsGap: 36px;
    --button-height: 40px;
    --button-padding: 12px;
    --hero-fontFamily: var(--fontFamily500);
    --hero-fontWeight: 500;
    --hero-fontSize: 3.4rem;
    --hero-lineHeight: 120%;
    --s1-fontFamily: var(--fontFamily500);
    --s1-fontWeight: 500;
    --s1-fontSize: 3.0rem;
    --s1-lineHeight: 120%;
    --s2-fontFamily: var(--fontFamily500);
    --s2-fontWeight: 500;
    --s2-fontSize: 2.6rem;
    --s2-lineHeight: 110%;
    --s3-fontFamily: var(--fontFamily500);
    --s3-fontWeight: 500;
    --s3-fontSize: 2.2rem;
    --s3-lineHeight: 120%;
    --s4-fontFamily: var(--fontFamily500);
    --s4-fontWeight: 500;
    --s4-fontSize: 1.8rem;
    --s4-lineHeight: 120%;
    --s5-fontFamily: var(--fontFamily500);
    --s5-fontWeight: 500;
    --s5-fontSize: 1.7rem;
    --s5-lineHeight: 120%;
    --s6-fontFamily: var(--fontFamily500);
    --s6-fontWeight: 500;
    --s6-fontSize: 1.6rem;
    --s6-lineHeight: 120%;
    --footer-fontFamily: var(--fontFamily500);
    --footer-fontWeight: 500;
    --footer-fontSize: 1.4rem;
    --foot-lineHeight: 100%;
    --paragraphLarge-FontFamily: var(--fontFamily400);
    --paragraphLarge-FontWeight: 400;
    --paragraphLarge-FontSize: 1.8rem;
    --paragraphLarge-LineHeight: 140%;
    --paragraphLargeMedium-FontFamily: var(--fontFamily500);
    --paragraphLargeMedium-FontWeight: 500;
    --paragraphLargeMedium-FontSize: 1.8rem;
    --paragraphLargeMedium-LineHeight: 140%;
    --paragraphCaps-FontFamily: var(--fontFamily400);
    --paragraphCaps-FontWeight: 400;
    --paragraphCaps-FontSize: 1.4rem;
    --paragraphCaps-LineHeight: 140%;
    --paragraphCaps-TextTransform: uppercase;
    --paragraph-FontFamily: var(--fontFamily300);
    --paragraph-FontWeight: 300;
    --paragraph-FontSize: 1.4rem;
    --paragraph-LineHeight: 140%;
    --paragraphMedium-FontFamily: var(--fontFamily500);
    --paragraphMedium-FontWeight: 500;
    --paragraphMedium-FontSize: 1.4rem;
    --paragraphMedium-LineHeight: 140%;
    --paragraphSmallCaps-FontFamily: var(--fontFamily400);
    --paragraphSmallCaps-FontWeight: 400;
    --paragraphSmallCaps-FontSize: 1rem;
    --paragraphSmallCaps-LineHeight: 140%;
    --paragraphSmallCaps-TextTransform: uppercase;
    --paragraphSmall-FontFamily: var(--fontFamily400);
    --paragraphSmall-FontWeight: 400;
    --paragraphSmall-FontSize: 1rem;
    --paragraphSmall-LineHeight: 140%;
    --paragraphSmallMedium-FontFamily: var(--fontFamily500);
    --paragraphSmallMedium-FontWeight: 500;
    --paragraphSmallMedium-FontSize: 1rem;
    --paragraphSmallMedium-LineHeight: 140%;
    --paragraphXSmall-FontFamily: var(--fontFamily400);
    --paragraphXSmall-FontWeight: 400;
    --paragraphXSmall-FontSize: 0.9rem;
    --paragraphXSmall-LineHeight: 140%;
    --button-FontFamily: var(--fontFamily500);
    --button-FontWeight: 500;
    --button-FontSize: 1.5rem;
    --button-LineHeight: 105%;
    --button-LetterSpacing: 0.03rem;
    --form-FontFamily: var(--fontFamily500);
    --form-FontWeight: 500;
    --form-FontSize: 1.6rem;
    --form-LineHeight: 130%;
    --navigation-FontFamily: var(--fontFamily600);
    --navigation-FontWeight: 600;
    --navigation-FontSize: 1.6rem;
    --navigation-LineHeight: 100%;
    --eyebrow-FontFamily: var(--fontWeight400);
    --eyebrow-FontWeight: 400;
    --eyebrow-FontSize: 1.4rem;
    --eyebrow-LineHeight: 150%;
    --jobDescription-FontFamily: var(--fontFamily400);
    --jobDescription-FontWeight: 400;
    --jobDescription-FontSize: 1.6rem;
    --jobDescription-LineHeight: 150%;
    --jobDescription-TextTransform: uppercase;
    --input-FontFamily: var(--fontFamily500);
    --input-FontWeight: 500;
    --input-FontSize: 1.5rem;
    --input-LineHeight: 130%;
    --input-LetterSpacing: 0.03rem;
    --placeholder-FontFamily: var(--fontFamily500Italic);
    --placeholder-FontWeight: 500;
    --placeholder-FontSize: 1.5rem;
    --placeholder-LineHeight: 130%;
    --placeholder-LetterSpacing: 0.03rem;
  }
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.break-word, h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.force-unlimited-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.force-full-width {
  width: 100vw;
  margin-left: calc(50% - 720px);
  max-width: 1440px;
}
@media screen and (max-width: 1440px) {
  .force-full-width {
    margin-left: calc(50% - 50vw);
  }
}

.has-max-width, header.main-header .headerContentWrapper, .base-header, header {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.has-content-max-width {
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.break-word, h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.force-unlimited-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.force-full-width {
  width: 100vw;
  margin-left: calc(50% - 720px);
  max-width: 1440px;
}
@media screen and (max-width: 1440px) {
  .force-full-width {
    margin-left: calc(50% - 50vw);
  }
}

.has-max-width, header.main-header .headerContentWrapper, .base-header, header {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.has-content-max-width {
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

.swiper-pagination {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  gap: 8px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: var(--green-5);
  --swiper-pagination-color: var(--green-80);
  --swiperColor: var(--green-80);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: -20px;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
@media screen and (max-width: 743px) {
  .swiper-pagination {
    --swiper-pagination-bottom: -36px;
    justify-content: center;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 4px;
  border: 1px solid var(--swiperColor);
  background-color: var(--swiper-pagination-bullet-inactive-color) !important;
}
.swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid var(--swiperColor);
  background-color: var(--swiper-pagination-bullet-inactive-color);
}

header.main-header {
  top: var(--headerSpacing);
  left: 0;
  right: 0;
  max-width: var(--maxWidth);
}
header.main-header .headerContentWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 var(--sidePadding);
}
header.main-header .headerContentWrapper .logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
header.main-header .headerContentWrapper .logo a img {
  position: relative;
  display: block;
  width: var(--headerLogoWidth);
  height: auto;
  object-fit: contain;
  object-position: left;
  max-height: var(--headerLogoMaxHeight);
}
header.main-header .headerContentWrapper .logo a img.corporate-logo {
  width: 143px;
}
@media screen and (max-width: 768px) {
  header.main-header .headerContentWrapper .logo a img {
    padding-top: 0;
  }
}
header.main-header .headerContentWrapper .hamburger-with-menu-text {
  display: none;
}
header.main-header .headerContentWrapper .placeholder {
  height: 100%;
  width: var(--headerLogoWidth);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  header.main-header .headerContentWrapper .placeholder {
    display: none;
  }
}
header.main-header .headerContentWrapper nav > div.menu-icons-container {
  display: none;
}
header.main-header .headerContentWrapper nav > div.menu-icons-container .menu-hamburger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  width: 70px;
  cursor: pointer;
}
header.main-header .headerContentWrapper nav > div.menu-icons-container .menu-hamburger span {
  -o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), background 0.2s;
  -ms-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), background 0.2s;
  -moz-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), background 0.2s;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), background 0.2s;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6), background 0.2s;
  background: var(--headerHambugerColor);
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  font-size: 0;
}
header.main-header .headerContentWrapper nav > div.menu-icons-container span:nth-of-type(1) {
  width: 50%;
}
header.main-header .headerContentWrapper nav > div.menu-icons-container span:nth-of-type(2) {
  width: 100%;
}
header.main-header .headerContentWrapper nav > div.menu-icons-container span:nth-of-type(3) {
  width: 75%;
}
header.main-header .headerContentWrapper nav > div.menu-icons-container .hamburger-checkbox {
  display: none;
}
header.main-header .headerContentWrapper nav > div.menu-icons-container .hamburger-checkbox.is-active ~ span:nth-of-type(1) {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotatez(45deg) translate(8px, 0px);
  -moz-transform: rotatez(45deg) translate(8px, 0px);
  -ms-transform: rotatez(45deg) translate(8px, 0px);
  transform: rotatez(45deg) translate(8px, 0px);
}
header.main-header .headerContentWrapper nav > div.menu-icons-container .hamburger-checkbox.is-active ~ span:nth-of-type(2) {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotatez(-45deg);
  -moz-transform: rotatez(-45deg);
  -ms-transform: rotatez(-45deg);
  transform: rotatez(-45deg);
}
header.main-header .headerContentWrapper nav > div.menu-icons-container .hamburger-checkbox.is-active ~ span:nth-of-type(3) {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translate(30px, -11px) rotatez(45deg);
  -moz-transform: translate(30px, -11px) rotatez(45deg);
  -ms-transform: translate(30px, -11px) rotatez(45deg);
  transform: translate(30px, -11px) rotatez(45deg);
  width: 50%;
}
header.main-header .headerContentWrapper nav > div .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--headerMenuItemsGap);
  list-style: none;
}
header.main-header .headerContentWrapper nav > div .menu a {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  text-decoration: none;
  color: var(--black-100);
}
header.main-header .headerContentWrapper nav > div .menu > li {
  position: relative;
}
header.main-header .headerContentWrapper nav > div .menu > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header.main-header .headerContentWrapper nav > div .menu > li > a:after {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 11px);
  width: 100%;
  height: 4px;
  background: var(--headerMenuItemsColor);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  header.main-header .headerContentWrapper nav > div .menu > li > a:after {
    display: none;
  }
}
header.main-header .headerContentWrapper nav > div .menu > li:hover > a:after {
  opacity: 1;
}
header.main-header .headerContentWrapper nav > div .menu > li > .sub-menu {
  -webkit-transform: translate(calc(-50% - 0px), 0px);
  -moz-transform: translate(calc(-50% - 0px), 0px);
  -ms-transform: translate(calc(-50% - 0px), 0px);
  transform: translate(calc(-50% - 0px), 0px);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  position: absolute;
  background: var(--darkblue);
  border-radius: 12px;
  padding: 15px 20px;
  left: 50%;
  list-style-type: none;
  text-align: left;
  min-width: 100%;
  margin-top: 31px;
}
header.main-header .headerContentWrapper nav > div .menu > li > .sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 31px;
}
header.main-header .headerContentWrapper nav > div .menu > li > .sub-menu li {
  padding: 10px;
}
header.main-header .headerContentWrapper nav > div .menu > li > .sub-menu li a {
  min-width: 185px;
  color: var(--white);
}
header.main-header .headerContentWrapper nav > div .menu > li > .sub-menu li a:hover {
  color: var(--white);
}

body.mobile-mode header.main-header {
  --headerHeight: 64px;
  --headerSpacing: 8px;
  --borderRadius: 8px;
  --headerLogoMaxHeight: 38px;
  transition: var(--headerMobileTransition);
}
body.mobile-mode header.main-header .headerContentWrapper {
  padding: 0 20px 0 16px;
}
body.mobile-mode header.main-header .headerContentWrapper nav > div.menu-icons-container {
  display: block;
}
body.mobile-mode header.main-header .headerContentWrapper nav > div .menu {
  display: none;
  height: 0;
}
body.mobile-mode header.main-header .hamburger-with-menu-text {
  display: block;
  width: 72px;
  height: 70px;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .menu-hamburger {
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 70px;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger--elastic .hamburger-inner {
  display: none;
  top: 2px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-checkbox {
  display: block;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-checkbox.is-active .hamburger .hamburger-inner {
  display: block;
  transform: translate3d(0, 18px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-checkbox.is-active .hamburger .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-checkbox.is-active .hamburger .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-checkbox.is-active .hamburger .hamburger-inner-text {
  color: transparent;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger {
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  pointer-events: none;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1 !important;
  margin: 0;
  padding: 0;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger:hover {
  opacity: 0.7;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-box {
  width: 44px;
  height: 44px;
  display: inline-block;
  position: relative;
  background: var(--green-10);
  border-radius: 2px;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner {
  display: block;
  top: 50%;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner, body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner::before, body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition: transform 0.15s ease;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner::before, body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner::after {
  content: "";
  display: block;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner::before {
  top: -10px;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger-inner::after {
  bottom: -10px;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger .hamburger-inner,
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger .hamburger-inner::before,
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger .hamburger-inner::after {
  height: 2px;
  color: var(--black-100);
  background-color: var(--black-100);
  width: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger .hamburger-inner::before {
  display: none;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger .hamburger-inner::after {
  bottom: -19px;
}
body.mobile-mode header.main-header .hamburger-with-menu-text .hamburger .hamburger-inner-text {
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
  margin: auto;
  text-align: center;
  color: var(--headerHambugerColor);
  font-size: 1rem;
  line-height: 2.4rem;
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body.mobile-menu-open {
  overflow-y: hidden;
}
body.mobile-menu-open header.main-header {
  --headerSpacing: 0px;
  --borderRadius: 0px;
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu {
  display: block;
  position: fixed;
  left: 0;
  top: var(--headerHeight);
  background: var(--green-5);
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
  overflow: auto;
  text-align: left;
  padding: 8px 20px 0 20px;
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li {
  float: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--black-10);
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li:last-of-type {
  border: none;
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li a {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-family: var(--navigation-FontFamily), sans-serif;
  font-weight: var(--navigation-FontWeight);
  font-size: var(--navigation-FontSize);
  line-height: var(--navigation-LineHeight);
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li a:after {
  display: none !important;
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  mask-image: url("images/icons/arrow-right.svg");
  mask-size: cover;
  background-color: var(--black-30);
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li .sub-menu {
  position: relative;
  display: block;
  background: var(--darkblue);
  margin-top: 0;
  border-radius: unset;
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li .sub-menu:before {
  display: none;
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li .sub-menu li {
  padding: 15px;
}
body.mobile-menu-open header.main-header .headerContentWrapper nav > div .menu li .sub-menu li a {
  width: 100%;
  text-align: center;
  padding: 0;
  color: var(--white);
}

header a {
  font-family: var(--navigation-FontFamily), sans-serif;
  font-weight: var(--navigation-FontWeight);
  font-size: var(--navigation-FontSize);
  line-height: var(--navigation-LineHeight);
  color: var(--black-100);
}
header.main-header {
  --maxWidth: 1440px;
  --headerSpacing: 0;
  --headerHeight: 104px;
  top: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--white);
  height: var(--headerHeight);
}
header.main-header .headerContentWrapper {
  padding: 0 0 0 48px;
}
header.main-header .headerContentWrapper nav > div .menu {
  gap: 1.6rem;
  margin-right: 1.6rem;
}
header.main-header .headerContentWrapper nav > div .menu li a {
  padding: 12px 8px;
  display: block;
}
header.main-header .headerContentWrapper nav > div .menu li a:after {
  background: var(--green-20) !important;
  opacity: 0;
  width: 34px;
  height: 4px;
  left: 50%;
  top: auto;
  bottom: 6px;
  transform: translateX(-50%);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
header.main-header .headerContentWrapper nav > div .menu li a:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--black);
  border-radius: 2px;
}
header.main-header .headerContentWrapper nav > div .menu li a:hover {
  color: var(--green-80);
}
header.main-header .headerContentWrapper nav > div .menu li a:hover:after {
  opacity: 1;
  background: var(--green-20);
}
header.main-header .headerContentWrapper .logo a:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--black);
  border-radius: 2px;
  outline-offset: -2px;
}
header.main-header .headerContentWrapper .logo a img {
  height: auto;
  width: 200px;
}
header.main-header .headerContentWrapper .language-switch {
  display: none;
}
header.main-header .headerContentWrapper .button-container {
  display: flex;
  padding: 0 32px 0 24px;
  background: var(--green-5);
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 16px;
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper .language-switcher {
  font-family: var(--navigation-FontFamily), sans-serif;
  font-weight: var(--navigation-FontWeight);
  font-size: var(--navigation-FontSize);
  line-height: var(--navigation-LineHeight);
  background: var(--green-5);
  height: var(--headerHeight);
  cursor: pointer;
  color: var(--black-100);
  text-decoration: none;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper .language-switcher svg {
  width: 20px;
  height: 20px;
  color: var(--black-50-fade);
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper .language-switcher .language-text {
  color: var(--black-100);
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper .language-switcher:hover {
  color: var(--green-80);
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper .language-switcher:hover svg,
header.main-header .headerContentWrapper .button-container .language-selector-wrapper .language-switcher:hover .language-text {
  color: var(--green-80);
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper .language-switcher:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--black);
  border-radius: 2px;
  outline-offset: -2px;
}
header.main-header .headerContentWrapper .button-container .language-selector-wrapper {
  padding: 0;
}
header.main-header .headerContentWrapper .button-container button, header.main-header .headerContentWrapper .button-container a.buttonstyle, header.main-header .headerContentWrapper .button-container .wp-block-button.buttonstyle, header.main-header .headerContentWrapper .button-container a {
  background: var(--green-5);
  height: var(--headerHeight);
  cursor: pointer;
  color: var(--black-100);
  text-decoration: none;
  font-family: var(--navigation-FontFamily), sans-serif;
  font-weight: var(--navigation-FontWeight);
  font-size: var(--navigation-FontSize);
  line-height: var(--navigation-LineHeight);
}
header.main-header .headerContentWrapper .button-container button *, header.main-header .headerContentWrapper .button-container a.buttonstyle *, header.main-header .headerContentWrapper .button-container .wp-block-button.buttonstyle *, header.main-header .headerContentWrapper .button-container a * {
  color: var(--black-50-fade);
}
header.main-header .headerContentWrapper .button-container button.search, header.main-header .headerContentWrapper .button-container .search.wp-block-button.buttonstyle, header.main-header .headerContentWrapper .button-container a.search {
  position: relative;
  padding: 0 8px;
  margin-right: 16px;
}
header.main-header .headerContentWrapper .button-container button:hover, header.main-header .headerContentWrapper .button-container .wp-block-button.buttonstyle:hover, header.main-header .headerContentWrapper .button-container a:hover {
  color: var(--green-80);
}
header.main-header .headerContentWrapper .button-container button:hover *, header.main-header .headerContentWrapper .button-container .wp-block-button.buttonstyle:hover *, header.main-header .headerContentWrapper .button-container a:hover * {
  color: var(--green-80);
}
header .shortnav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
header .shortnav.is-mobile {
  display: none;
}
header .shortnav .search {
  background-color: var(--green-5);
  display: flex;
  position: relative;
  flex: 1 1 auto;
}
header .shortnav .search form {
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
header .shortnav .search form.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
header .shortnav .search form input[type=text] {
  caret-color: var(--green-accent);
  background: var(--green-5);
  border: none;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 0 100px 0 60px;
  color: var(--black);
  font-size: 1.8rem;
}
header .shortnav .search form input[type=text]::placeholder {
  color: var(--black-50-fade);
  font-size: 1.8rem;
  font-style: italic;
}
header .shortnav .search .searchIcon {
  display: none;
  align-content: center;
  height: 100%;
  z-index: 1000;
  padding-left: 32px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--black-50-fade);
}
header .shortnav .search .closeSearch {
  display: none;
  position: absolute;
  background: var(--green-5);
  right: 0;
  top: 0;
  padding: 28px 40px;
}
header .shortnav .search .closeSearch.is-visible {
  display: block;
}
header .shortnav .search .openSearch {
  display: inline-flex;
}
header .shortnav .search .openSearch .search-text {
  color: var(--black-100);
}
header .shortnav .search .openSearch.is-hidden {
  display: none;
}
header .shortnav .search .openSearch,
header .shortnav .search .closeSearch {
  position: relative;
}
header .shortnav .search .openSearch:after,
header .shortnav .search .closeSearch:after {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}
header .shortnav .search .openSearch:hover:after,
header .shortnav .search .closeSearch:hover:after {
  height: 6px;
}
header .shortnav .search .openSearch:focus-visible,
header .shortnav .search .closeSearch:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--black);
  border-radius: 2px;
  outline-offset: -2px;
}
header .shortnav .search .relevanssi-live-search-results {
  position: absolute;
  left: 0 !important;
}

body.search-open.mobile-mode header.main-header .headerContentWrapper .logo {
  display: none;
}
body.search-open.mobile-mode header.main-header .headerContentWrapper #mainmenu {
  display: block;
}
body.search-open.mobile-mode header.main-header .headerContentWrapper #mainmenu > div {
  display: none;
}
body.search-open.mobile-mode header.main-header .headerContentWrapper .button-container {
  background: var(--white);
}
body.search-open.mobile-mode header.main-header .headerContentWrapper .button-container .shortnav div.search .searchIcon {
  color: var(--black-100);
}
body.search-open.mobile-mode header.main-header .headerContentWrapper .button-container .shortnav div.search form input {
  background: transparent;
  padding: 0 28px;
}
body.search-open.mobile-mode header.main-header .headerContentWrapper .button-container .shortnav div.search form input[type=text] {
  background: transparent;
  padding: 0 0 0 28px;
  font-size: 1.2rem;
}
body.search-open.mobile-mode header.main-header .headerContentWrapper .button-container .shortnav div.search form input[type=text]::placeholder {
  font-size: 1.2rem;
}
body.search-open.mobile-mode header.main-header .headerContentWrapper .button-container .shortnav div.search .closeSearch {
  padding: 8px;
  background: transparent;
}
body.search-open header.main-header .headerContentWrapper #mainmenu {
  display: none;
}
body.search-open header.main-header .headerContentWrapper .button-container {
  background: var(--green-5);
  width: 100%;
}
body.search-open header.main-header .headerContentWrapper .searchIcon {
  display: block;
}

body.mobile-mode header.main-header {
  --headerSpacing:0;
  --headerHeight: 80px;
  --headerLogoHeight: 50px;
}
body.mobile-mode header.main-header .headerContentWrapper {
  padding: 0 var(--sidePadding);
}
body.mobile-mode header.main-header .headerContentWrapper .logo {
  height: var(--headerLogoHeight);
}
body.mobile-mode header.main-header .headerContentWrapper .logo a img {
  width: auto;
  height: var(--headerLogoHeight);
  max-height: var(--headerLogoHeight);
}
body.mobile-mode header.main-header #mainmenu {
  display: flex;
  align-items: center;
  order: 2;
}
body.mobile-mode header.main-header #mainmenu li {
  --navigation-FontSize: 2rem;
}
body.mobile-mode header.main-header #mainmenu li a {
  min-height: 56px;
  display: flex;
  align-items: center;
}
body.mobile-mode header.main-header #mainmenu li a:before {
  width: 20px;
  height: 20px;
}
body.mobile-mode header.main-header #mainmenu .hamburger-with-menu-text {
  width: auto;
  padding: 0;
}
body.mobile-mode header.main-header #mainmenu .hamburger .hamburger-inner-text {
  font-size: 9px;
  letter-spacing: 1.1px;
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 16px;
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher {
  font-family: var(--navigation-FontFamily), sans-serif;
  font-weight: var(--navigation-FontWeight);
  font-size: var(--navigation-FontSize);
  line-height: var(--navigation-LineHeight);
  background: var(--green-5);
  height: var(--headerHeight);
  cursor: pointer;
  color: var(--black-100);
  text-decoration: none;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher svg {
  width: 20px;
  height: 20px;
  color: var(--black-50-fade);
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher .language-text {
  color: var(--black-100);
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher:hover {
  color: var(--green-80);
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher:hover svg,
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher:hover .language-text {
  color: var(--green-80);
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--black);
  border-radius: 2px;
  outline-offset: -2px;
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper {
  padding: 0 8px;
}
body.mobile-mode header.main-header .mobile-language-selector-wrapper .language-switcher {
  background-color: transparent;
  height: 40px;
}
body.mobile-mode header.main-header .button-container {
  padding: 0;
  background: transparent;
  margin-left: auto;
}
body.mobile-mode header.main-header .button-container .language-selector-wrapper {
  display: none;
}
body.mobile-mode header.main-header .shortnav .search {
  background: transparent;
}
body.mobile-mode header.main-header .shortnav .search .openSearch {
  background: transparent;
  margin-right: 2px;
  margin-bottom: 2px;
}
body.mobile-mode header.main-header .shortnav .search .openSearch svg, body.mobile-mode header.main-header .shortnav .search .openSearch path {
  color: var(--black-100);
}
body.mobile-mode header.main-header .shortnav .search .openSearch .search-text {
  display: none;
}
body.mobile-mode header.main-header .shortnav .search .searchIcon {
  padding: 0;
}
body.mobile-mode header.main-header .current-menu-item {
  color: var(--black-100);
  border-left: 8px solid var(--green-accent);
  padding-left: 16px;
}
body.mobile-mode header.main-header .language-switch {
  display: flex;
  justify-content: flex-end;
  background: var(--green-10);
  padding: 8px 20px;
  margin: 0 -20px;
}
body.mobile-mode header.main-header .language-switch .button-container {
  padding: 0;
  display: flex;
  background-color: transparent;
}

/* STYLING FOR THE FOOTER */
footer {
  position: relative;
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
}
footer .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 56px var(--sidePadding) calc(61px - var(--typoMarginBottom)) var(--sidePadding);
  background: var(--green-10);
}
footer .columns .column {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
}
footer .columns .column .footer-menu-title {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black-70-fade);
  position: relative;
  padding-left: 14px;
  display: block;
  margin-bottom: 8px;
}
footer .columns .column .footer-menu-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  background: var(--green-20);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 22px;
}
footer .columns .column ul:not(.wp-block-social-links) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .columns .column ul:not(.wp-block-social-links) li {
  list-style: none;
}
footer .columns .column ul:not(.wp-block-social-links) li a {
  text-decoration: none;
  padding: 12px 0;
  display: inline-block;
}
footer .columns .column ul:not(.wp-block-social-links) li a:hover {
  color: var(--green-80);
}
@media screen and (max-width: 1278px) {
  footer .columns .column ul:not(.wp-block-social-links) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  footer .columns .column ul:not(.wp-block-social-links) li {
    text-align: left;
  }
}
footer .columns .column .wp-block-social-links {
  gap: 16px;
}
footer .columns .column .wp-block-social-links .wp-block-social-link {
  background: var(--green-30);
  border-radius: 2px;
}
footer .columns .column .wp-block-social-links .wp-block-social-link a {
  padding: 12px;
}
footer .columns .column .wp-block-social-links .wp-block-social-link svg {
  font-size: 32px;
  color: var(--green-100);
}
footer .columns .column .wp-block-social-links .wp-block-social-link:hover {
  transform: none;
  background: var(--green-80);
}
footer .columns .column .wp-block-social-links .wp-block-social-link:hover .wp-block-social-link-anchor {
  color: var(--button-text-color-light);
}
footer .columns .column .wp-block-social-links .wp-block-social-link:hover svg {
  color: var(--green-10);
}
footer .columns .column .wp-block-social-links .wp-block-social-link:has(a:focus-visible) {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--black);
  border-radius: 2px;
}
footer .columns .column-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 32px;
}
footer .columns .column-1 .wp-block-group {
  gap: 16px;
}
footer .bottom-full {
  background: var(--green-5);
  color: black;
  padding: 36px var(--sidePadding) 36px var(--sidePadding);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  gap: 24px;
}
footer .bottom-full ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
}
footer .bottom-full ul li {
  list-style: none;
}
footer .bottom-full ul li a {
  text-decoration: none;
}
footer .bottom-full ul li a:hover {
  color: var(--green-80);
}
footer .bottom-full p {
  margin-bottom: 0;
}
@media screen and (max-width: 1278px) {
  footer .columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .columns .column {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
  }
  footer .columns .column-1 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 64px;
  }
  footer .columns .column-1 .wp-block-group {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  footer .columns {
    gap: 32px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  footer .columns .column:not(.column-1) {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
    width: 40%;
  }
  footer .columns .column-1 {
    margin-bottom: 0;
  }
  footer .bottom-full {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  footer .bottom-full ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 518px) {
  footer .columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .columns .column:not(.column-1) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  footer .columns .column-1 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  footer .columns .column-1 .wp-block-group {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

button, a.buttonstyle, .wp-block-button.buttonstyle {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--button-gap);
  height: var(--button-height);
  width: var(--button-width);
  padding: 0 var(--button-padding);
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
}
button.icon-first, a.icon-first.buttonstyle, .icon-first.wp-block-button.buttonstyle {
  position: relative;
  top: 4.5px;
}
button svg, a.buttonstyle svg, .wp-block-button.buttonstyle svg {
  color: var(--green-100);
}
button.accent, a.accent.buttonstyle, .accent.wp-block-button.buttonstyle {
  background: var(--green-accent);
  color: var(--green-100);
}
button.light, a.light.buttonstyle, .light.wp-block-button.buttonstyle {
  background: var(--green-10);
  color: var(--green-100);
}
button.dark, a.dark.buttonstyle, .dark.wp-block-button.buttonstyle {
  background: var(--green-30);
  color: var(--green-100);
}
button.outline, a.outline.buttonstyle, .outline.wp-block-button.buttonstyle {
  background: none;
  border: 2px solid var(--green-80);
  color: var(--green-80);
}
button:hover, a.buttonstyle:hover, .wp-block-button.buttonstyle:hover {
  background: var(--green-80);
  color: var(--green-10);
}
button:hover *, a.buttonstyle:hover *, .wp-block-button.buttonstyle:hover * {
  color: var(--green-10);
}
button:focus-visible, a.buttonstyle:focus-visible, .wp-block-button.buttonstyle:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--black);
  border-radius: 2px;
  outline-offset: -2px;
}

.wp-block-button a {
  padding: 0;
  background: 0;
  color: inherit;
}

a.wp-block-button__link.wp-element-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: var(--button-gap);
}
a.wp-block-button__link.wp-element-button svg {
  position: relative;
  top: 1.4px;
}

.swiper-pagination {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  gap: 8px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: var(--green-5);
  --swiper-pagination-color: var(--green-80);
  --swiperColor: var(--green-80);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: -20px;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
@media screen and (max-width: 743px) {
  .swiper-pagination {
    --swiper-pagination-bottom: -36px;
    justify-content: center;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 4px;
  border: 1px solid var(--swiperColor);
  background-color: var(--swiper-pagination-bullet-inactive-color) !important;
}
.swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid var(--swiperColor);
  background-color: var(--swiper-pagination-bullet-inactive-color);
}

@media screen and (max-width: 1278px) {
  .wrap-early {
    flex-wrap: wrap !important;
    flex-direction: column;
  }
}

#sidebar-content {
  display: none;
}

body:not(.home) main.has-sidebar, body main.has-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 72px;
  row-gap: 0;
}
@media only screen and (max-width: 1280px) {
  body:not(.home) main.has-sidebar, body main.has-sidebar {
    gap: 36px;
    row-gap: 0;
  }
}
body:not(.home) main.has-sidebar #content, body main.has-sidebar #content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  body:not(.home) main.has-sidebar #content, body main.has-sidebar #content {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: var(--spacing-32);
  }
}
body:not(.home) main.has-sidebar #sidebar-content, body main.has-sidebar #sidebar-content {
  -webkit-box-flex: 0 0 var(--sidebarWidth);
  -moz-box-flex: 0 0 var(--sidebarWidth);
  -webkit-flex: 0 0 var(--sidebarWidth);
  -ms-flex: 0 0 var(--sidebarWidth);
  flex: 0 0 var(--sidebarWidth);
  display: block;
  min-width: 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  body:not(.home) main.has-sidebar #sidebar-content, body main.has-sidebar #sidebar-content {
    flex: 0 0 100%;
  }
}
@media (max-width: 1024px) {
  body:not(.home) main.has-sidebar #sidebar-content, body main.has-sidebar #sidebar-content {
    display: none !important;
  }
  body:not(.home) main.has-sidebar #sidebar-content.mobile-visible, body main.has-sidebar #sidebar-content.mobile-visible {
    display: block !important;
    flex: 0 0 100%;
    --sidebarWidth: 100%;
    margin-bottom: 36px;
  }
}

body.single main.has-sidebar #sidebar-content .sidebar-wrapper.bottom-locked {
  position: absolute !important;
  width: 400px;
  bottom: 0;
  top: auto !important;
}

.error-page {
  max-width: 628px;
  margin: 80px auto;
  text-align: center;
  justify-items: center;
}
.error-page .image-wrapper {
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 200px;
  margin-bottom: var(--spacing-48);
  position: relative;
  aspect-ratio: 12/5;
}
.error-page .image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.error-page p {
  margin-bottom: var(--spacing-24);
}

.base-wpcf7, .wpcf7 {
  --spacingRegular: 11px;
  --errorColor: var(--error-message);
  --successColor: var(--green-80);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacingSmall);
  margin-top: 20px;
}
.base-wpcf7 form .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
  margin: 0;
  padding: 20px 0;
}
.base-wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  color: var(--successColor);
}
.base-wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
  color: var(--errorColor);
}
.base-wpcf7 .form, .base-wpcf7 header .shortnav .search form input[type=text], header .shortnav .search form .base-wpcf7 input[type=text], .wpcf7 header .shortnav .search form input[type=text], header .shortnav .search form .wpcf7 input[type=text], .base-wpcf7 header .shortnav .search form input[type=text]::placeholder, header .shortnav .search form .base-wpcf7 input[type=text]::placeholder, .wpcf7 header .shortnav .search form input[type=text]::placeholder, header .shortnav .search form .wpcf7 input[type=text]::placeholder, .wpcf7 .form {
  gap: var(--spacingRegular);
}
.base-wpcf7 .form-row, .wpcf7 .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  width: 100%;
}
.base-wpcf7 .column-full, .wpcf7 .column-full {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.base-wpcf7 input[type=text],
.base-wpcf7 input[type=email],
.base-wpcf7 input[type=tel],
.base-wpcf7 textarea.wpcf7-textarea,
.base-wpcf7 select, .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea.wpcf7-textarea,
.wpcf7 select {
  font-family: var(--input-FontFamily), sans-serif;
  font-weight: var(--input-FontWeight);
  font-size: var(--input-FontSize);
  line-height: var(--input-LineHeight);
  letter-spacing: var(--input-LetterSpacing);
  display: block;
  width: 100%;
  padding: 16px;
  background: var(--white-100);
  border: 1px solid var(--black-10);
  outline: 1px solid transparent;
  border-radius: 4px;
  caret-color: var(--green-accent);
}
.base-wpcf7 input[type=text]:hover, .base-wpcf7 input[type=text]:focus-visible, .base-wpcf7 input[type=text]:active,
.base-wpcf7 input[type=email]:hover,
.base-wpcf7 input[type=email]:focus-visible,
.base-wpcf7 input[type=email]:active,
.base-wpcf7 input[type=tel]:hover,
.base-wpcf7 input[type=tel]:focus-visible,
.base-wpcf7 input[type=tel]:active,
.base-wpcf7 textarea.wpcf7-textarea:hover,
.base-wpcf7 textarea.wpcf7-textarea:focus-visible,
.base-wpcf7 textarea.wpcf7-textarea:active,
.base-wpcf7 select:hover,
.base-wpcf7 select:focus-visible,
.base-wpcf7 select:active, .wpcf7 input[type=text]:hover, .wpcf7 input[type=text]:focus-visible, .wpcf7 input[type=text]:active,
.wpcf7 input[type=email]:hover,
.wpcf7 input[type=email]:focus-visible,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=tel]:hover,
.wpcf7 input[type=tel]:focus-visible,
.wpcf7 input[type=tel]:active,
.wpcf7 textarea.wpcf7-textarea:hover,
.wpcf7 textarea.wpcf7-textarea:focus-visible,
.wpcf7 textarea.wpcf7-textarea:active,
.wpcf7 select:hover,
.wpcf7 select:focus-visible,
.wpcf7 select:active {
  border: 1px solid var(--black-100);
  outline: 1px solid var(--black-100);
}
.base-wpcf7 input[type=text]::placeholder,
.base-wpcf7 input[type=email]::placeholder,
.base-wpcf7 input[type=tel]::placeholder,
.base-wpcf7 textarea.wpcf7-textarea::placeholder,
.base-wpcf7 select::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 textarea.wpcf7-textarea::placeholder,
.wpcf7 select::placeholder {
  color: var(--black-70) !important;
  font-style: italic;
}
.base-wpcf7 input[type=text]::-webkit-input-placeholder,
.base-wpcf7 input[type=email]::-webkit-input-placeholder,
.base-wpcf7 input[type=tel]::-webkit-input-placeholder,
.base-wpcf7 textarea.wpcf7-textarea::-webkit-input-placeholder,
.base-wpcf7 select::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 textarea.wpcf7-textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-style: italic;
}
.base-wpcf7 select, .wpcf7 select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  background-size: 20px auto;
  background-image: url(images/icons/dropdown.svg);
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 48px !important;
}
.base-wpcf7 select:required:invalid, .wpcf7 select:required:invalid {
  color: var(--black-70) !important;
  font-style: italic;
}
.base-wpcf7 textarea::placeholder, .wpcf7 textarea::placeholder {
  color: gray;
  font-style: italic;
  opacity: 0.7;
}
.base-wpcf7 .wpcf7-form-control-wrap, .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.base-wpcf7 .acceptance .wpcf7-list-item label, .wpcf7 .acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-8);
}
.base-wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox], .wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  outline: 1px solid transparent;
  outline-offset: 0;
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.base-wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:checked, .wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:checked {
  border: 1px solid var(--black-10);
  outline: 1px solid transparent;
  border-radius: 4px;
}
.base-wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:checked:before, .wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 4px;
}
.base-wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:hover, .base-wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:focus-visible, .wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:hover, .wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:focus-visible {
  border: 1px solid var(--black-100);
  outline: 1px solid var(--black-100);
}
.base-wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:before, .wpcf7 .acceptance .wpcf7-list-item label input[type=checkbox]:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.base-wpcf7 .acceptance .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7 .acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
}
.base-wpcf7 .submit, .wpcf7 .submit {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .base-wpcf7 .submit, .wpcf7 .submit {
    margin-top: 22px;
  }
}
.base-wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-submit {
  padding-left: 42px !important;
  border-radius: var(--spacing-4);
}
.base-wpcf7 .wpcf7-submit:disabled, .wpcf7 .wpcf7-submit:disabled {
  color: var(--black-70);
  background-color: var(--black-10);
}
.base-wpcf7 .wpcf7-submit:not(:disabled), .wpcf7 .wpcf7-submit:not(:disabled) {
  color: var(--green-100);
  background-color: var(--green-accent);
}
.base-wpcf7 .wpcf7-submit:not(:disabled):before, .wpcf7 .wpcf7-submit:not(:disabled):before {
  background-color: var(--green-100);
}
.base-wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:before {
  content: "";
  position: absolute;
  mask: url("images/icons/arrow-right.svg") no-repeat center;
  background-color: var(--black-70);
  width: 20px;
  height: 20px;
  left: 16px;
}
.base-wpcf7 .wpcf7-spinner, .wpcf7 .wpcf7-spinner {
  height: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid rgba(36, 29, 76, 0.2);
  border-top-color: var(--green-dark);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
}
.base-wpcf7 .wpcf7-spinner:before, .wpcf7 .wpcf7-spinner:before {
  display: none;
}
.base-wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-not-valid-tip {
  font-family: var(--paragraphXSmall-FontFamily), sans-serif;
  font-weight: var(--paragraphXSmall-FontWeight);
  font-size: var(--paragraphXSmall-FontSize);
  line-height: var(--paragraphXSmall-LineHeight);
  color: var(--error-message);
  padding: var(--spacing-4) 0 0 var(--spacing-2);
}

/* Hide legacy v2 content blocker initially to prevent flickering */
*[class^=_brlbs-cb-], *[class*=" _brlbs-cb-"] {
  display: none;
}

/* Hide v3 content blocker initially to prevent flickering based on preference */
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=hidden] {
  display: none;
}
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=hidden].content-blocker-visible {
  display: block;
}
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=transparent] {
  opacity: 0;
}
.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id][data-pre-consent-check-visibility=transparent].content-blocker-visible {
  opacity: 1;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

[class$=-container].alignright, [class*="-container "].alignright {
  float: right;
}
[class$=-container].alignleft, [class*="-container "].alignleft {
  float: left;
}
[class$=-container].aligncenter, [class*="-container "].aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.animated {
  animation-duration: 0.3s;
}

body {
  -webkit-font-smoothing: antialiased;
}
body .is-layout-constrained {
  --wp--style--global--content-size: initial;
}
body .is-layout-flex {
  display: flex;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.is-style-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--black-10-fade);
}
.is-style-link-list li {
  border-bottom: 1px solid var(--black-10-fade);
}
.is-style-link-list a {
  position: relative;
}
.is-style-link-list a::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16602 9.99996H15.8327M15.8327 9.99996L9.99935 4.16663M15.8327 9.99996L9.99935 15.8333' stroke='%23262626' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.2;
  pointer-events: none;
}
.is-style-link-list a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background: var(--green-accent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  pointer-events: none;
  z-index: 1000;
}
.is-style-link-list a:hover::after {
  transform: translateY(-50%) translateX(4px);
  opacity: 1;
}
.is-style-link-list a:hover::before {
  opacity: 1;
}
.is-style-link-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 25px 58px 25px 24px;
  position: relative;
  text-decoration: none;
  color: var(--green-80);
  transition: color 0.2s ease;
}
.is-style-link-list a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("images/icons/arrow-right.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease;
  opacity: 0.2;
}
.is-style-link-list a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-accent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.is-style-link-list a:hover:after {
  transform: translateY(-50%) translateX(4px);
  opacity: 1;
}
.is-style-link-list a:hover:before {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

.content-header {
  width: 100%;
}
@media (min-width: 1025px) {
  .content-header .breadcrumb.mobile {
    display: none;
  }
}
.content-header .mobile-header {
  display: none;
}
@media (max-width: 1024px) {
  .content-header .mobile-header {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: var(--spacing-8);
    margin-bottom: var(--spacing-32);
  }
  .content-header .mobile-header .mobile-title {
    margin: 0;
    font-family: var(--s3-fontFamily), sans-serif;
    font-weight: var(--s3-fontWeight);
    font-size: var(--s3-fontSize);
    line-height: var(--s3-lineHeight);
    color: var(--green-80);
  }
  .content-header .mobile-header button.mobile-filter-toggle, .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle, .content-header .mobile-header a.mobile-filter-toggle.buttonstyle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: var(--green-30);
    border: none;
    border-radius: 4px;
    padding: var(--spacing-8) var(--spacing-16);
    gap: var(--spacing-8);
    cursor: pointer;
    color: var(--green-80);
  }
  .content-header .mobile-header button.mobile-filter-toggle .filter-icon, .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .filter-icon, .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .filter-icon,
  .content-header .mobile-header button.mobile-filter-toggle .close-icon,
  .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .close-icon,
  .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .close-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-header .mobile-header button.mobile-filter-toggle .filter-text, .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .filter-text, .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .filter-text {
    color: var(--green-100);
  }
  .content-header .mobile-header button.mobile-filter-toggle .close-icon, .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .close-icon, .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .close-icon {
    display: none;
    color: var(--green-100) !important;
  }
  .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true], .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle, .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle {
    width: 44px;
  }
  .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true] .filter-text, .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle .filter-text, .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle .filter-text,
  .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true] .filter-icon,
  .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle .filter-icon,
  .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle .filter-icon {
    display: none;
  }
  .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true] .close-icon, .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle .close-icon, .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle .close-icon {
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  .has-sidebar #sidebar-content {
    display: none;
  }
  .has-sidebar #sidebar-content.mobile-visible {
    display: block;
    margin-bottom: 36px;
  }
}
@media (max-width: 1024px) {
  .has-sidebar #sidebar-content .sidebar-wrapper .title {
    display: none;
  }
}

.accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border-radius: var(--spacing-4);
}
.accordion > * {
  position: relative;
  border-radius: 0 !important;
}
.accordion > *:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black-10-fade);
  position: absolute;
  bottom: 0;
  left: 0;
}
.accordion > *:last-child:after {
  display: none;
}
.accordion .accordion-trigger {
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  padding: var(--spacing-16);
  background: var(--black-5);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .accordion .accordion-trigger {
    padding: 18px 16px;
    height: auto;
  }
}
.accordion .accordion-trigger:hover {
  background: var(--green-10);
}
.accordion .accordion-title {
  font-family: var(--paragraphMedium-FontFamily), sans-serif;
  font-weight: var(--paragraphMedium-FontWeight);
  font-size: var(--paragraphMedium-FontSize);
  line-height: var(--paragraphMedium-LineHeight);
  color: var(--black-70);
}
.accordion .accordion-icon {
  mask: url("images/icons/dropdown.svg") no-repeat center;
  background-color: var(--black-70);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 20px;
  margin: 0;
  cursor: pointer;
  pointer-events: none;
  right: var(--spacing-16);
  fill: var(--black-70);
  transition: transform 0.3s;
}
.accordion button[aria-expanded=true]:after, .accordion [aria-expanded=true].wp-block-button.buttonstyle:after, .accordion a[aria-expanded=true].buttonstyle:after {
  display: none;
}
.accordion button[aria-expanded=true] .accordion-title, .accordion [aria-expanded=true].wp-block-button.buttonstyle .accordion-title, .accordion a[aria-expanded=true].buttonstyle .accordion-title {
  color: var(--black-100);
}
.accordion button[aria-expanded=true] .accordion-icon, .accordion [aria-expanded=true].wp-block-button.buttonstyle .accordion-icon, .accordion a[aria-expanded=true].buttonstyle .accordion-icon {
  transform: translateY(-50%) rotate(-180deg);
  background-color: var(--black-100);
}
.accordion .accordion-panel[hidden] {
  display: none;
}
.accordion .accordion-panel {
  padding: var(--spacing-24) var(--spacing-12) var(--spacing-24) var(--spacing-16);
  background-color: var(--white);
}

.active-filters-container {
  margin-bottom: var(--spacing-24);
}
.active-filters-container .filter-chips {
  display: flex;
  gap: var(--spacing-8);
  flex-wrap: wrap;
  align-items: center;
}
.active-filters-container .filter-chips .active-filters-label {
  color: var(--black-80);
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
  font-family: var(--fontFamily300), sans-serif;
  margin-right: var(--spacing-4);
}
.active-filters-container .filter-chips .filter-chip {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
  background-color: var(--green-10);
  color: var(--green-100);
  padding: 9px 16px;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  font-family: var(--paragraphMedium-FontFamily), sans-serif;
  font-weight: var(--paragraphMedium-FontWeight);
  font-size: var(--paragraphMedium-FontSize);
  line-height: var(--paragraphMedium-LineHeight);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.active-filters-container .filter-chips .filter-chip:hover {
  background-color: var(--green-20);
}
.active-filters-container .filter-chips .filter-chip span {
  font-family: var(--fontFamily300), sans-serif;
  -webkit-font-smoothing: initial;
  color: var(--green-80);
}
.active-filters-container .filter-chips .filter-chip .remove-filter {
  margin: 0 0 0 4px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-chip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: var(--spacing-24);
  margin-top: var(--spacing-40);
}
.pagination-wrapper .pagination-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: var(--spacing-56);
  height: var(--spacing-56);
  border: none;
  border-radius: var(--spacing-2);
  background-color: var(--black-10);
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.pagination-wrapper .pagination-button svg {
  color: var(--black-70);
  pointer-events: none;
}
.pagination-wrapper .pagination-button:hover:not(:disabled):not([disabled]) {
  background-color: var(--green-30);
}
.pagination-wrapper .pagination-button:hover:not(:disabled):not([disabled]) svg {
  color: var(--green-100);
}
.pagination-wrapper .pagination-button:disabled, .pagination-wrapper .pagination-button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--black-10);
}
.pagination-wrapper a.pagination-button {
  display: flex;
  text-decoration: none;
}
.pagination-wrapper a.pagination-button:focus-visible {
  outline: 2px solid var(--green-100);
  outline-offset: 2px;
}
.pagination-wrapper .pagination-range {
  margin-bottom: 0;
  color: #444;
  min-width: 80px;
  text-align: center;
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

main.single-consultant.has-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  gap: 88px !important;
  row-gap: var(--spacing-40) !important;
  padding: 138px var(--sidePadding) 96px var(--sidePadding);
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar {
    padding: 88px var(--sidePadding);
    row-gap: var(--spacing-24) !important;
  }
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar .breadcrumb {
    margin-top: 0;
  }
}
main.single-consultant.has-sidebar .icon svg {
  color: var(--black-50);
}
main.single-consultant.has-sidebar .image-wrapper {
  max-width: 385px;
  max-height: 385px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: var(--spacing-4);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar .image-wrapper {
    max-width: 100%;
    max-height: 100%;
  }
}
main.single-consultant.has-sidebar .consultant-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.single-consultant.has-sidebar #sidebar-content .sidebar-wrapper {
  position: relative;
}
main.single-consultant.has-sidebar #sidebar-content .sidebar-wrapper:after {
  content: "";
  inset: 0;
  position: absolute;
  background: var(--white-offwhite);
  left: calc(-1 * (var(--sidePadding)));
  top: 228px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
main.single-consultant.has-sidebar #sidebar-content .contact-details {
  padding: var(--spacing-24) var(--spacing-16) var(--spacing-32) var(--spacing-16);
  position: relative;
  z-index: 1;
}
main.single-consultant.has-sidebar #sidebar-content .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-8);
  margin-bottom: var(--spacing-24);
}
main.single-consultant.has-sidebar #sidebar-content .details span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-8);
}
main.single-consultant.has-sidebar #sidebar-content .details p, main.single-consultant.has-sidebar #sidebar-content .details a {
  text-decoration: none;
  margin-bottom: 0;
}
main.single-consultant.has-sidebar #sidebar-content .details a[href^="mailto:"],
main.single-consultant.has-sidebar #sidebar-content .details a.location-link {
  text-decoration-line: underline;
  text-underline-position: from-font;
}
main.single-consultant.has-sidebar #sidebar-content .icon svg {
  color: var(--black-50-fade);
}
main.single-consultant.has-sidebar #sidebar-content .contact-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--spacing-16);
}
main.single-consultant.has-sidebar #sidebar-content .contact-buttons .linked-in svg path {
  fill: currentColor;
}
main.single-consultant.has-sidebar #content {
  -webkit-box-flex: 0 0 60%;
  -moz-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 759px;
}
@media screen and (max-width: 1278px) {
  main.single-consultant.has-sidebar #content {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--spacing-32);
  }
}
main.single-consultant.has-sidebar #content .title {
  color: var(--green-80);
}
main.single-consultant.has-sidebar #content .mobile {
  display: none;
}
main.single-consultant.has-sidebar #content .mobile .contact-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: var(--spacing-8);
}
main.single-consultant.has-sidebar #content .mobile .location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-8);
}
main.single-consultant.has-sidebar #content .mobile .location .icon {
  position: relative;
  top: 2.5px;
}
main.single-consultant.has-sidebar #content .mobile .location a {
  font-family: var(--paragraphSmall-FontFamily), sans-serif;
  font-weight: var(--paragraphSmall-FontWeight);
  font-size: var(--paragraphSmall-FontSize);
  line-height: var(--paragraphSmall-LineHeight);
  font-size: 1.4rem;
}
main.single-consultant.has-sidebar #content .mobile .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.single-consultant.has-sidebar #content .mobile .buttons .buttonstyle {
  margin-right: 0;
  margin-left: var(--spacing-8);
}
main.single-consultant.has-sidebar #content .mobile .image-wrapper {
  margin-bottom: var(--spacing-16);
}
main.single-consultant.has-sidebar #content .mobile .contact-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 36px;
}
main.single-consultant.has-sidebar #content .mobile .contact-buttons a.accent.buttonstyle {
  margin-right: var(--spacing-8);
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar #content .mobile {
    display: block;
  }
}
main.single-consultant.has-sidebar #content .mobile .contact {
  margin-bottom: var(--spacing-8);
}
main.single-consultant.has-sidebar #content .text-wrapper {
  padding: 0;
  border-bottom: 1px solid var(--black-10-fade);
  margin-top: var(--spacing-32);
  margin-bottom: var(--spacing-48);
}
main.single-consultant.has-sidebar #content .text-wrapper > :last-child {
  margin-bottom: var(--spacing-48);
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar #content .text-wrapper > :last-child {
    margin-bottom: 36px;
  }
}
main.single-consultant.has-sidebar #content .text-wrapper .button-container {
  margin-bottom: var(--spacing-32);
}
main.single-consultant.has-sidebar #content p.paragraph, body.page-template-template-overview-jobs main.single-consultant.has-sidebar #content .subsection p.checkbox-label, body.page-template-template-overview-jobs main.single-consultant.has-sidebar .subsection #content p.checkbox-label, body.page-template-template-overview-jobs main.single-consultant.has-sidebar #content .subsection p.styled-checkbox, body.page-template-template-overview-jobs main.single-consultant.has-sidebar .subsection #content p.styled-checkbox, main.single-consultant.has-sidebar #content body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection p.checkbox-label, body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection main.single-consultant.has-sidebar #content p.checkbox-label, main.single-consultant.has-sidebar #content body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection p.styled-checkbox, body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection main.single-consultant.has-sidebar #content p.styled-checkbox, body.page-template-template-overview-events main.single-consultant.has-sidebar #content .subsection p.checkbox-label, body.page-template-template-overview-events main.single-consultant.has-sidebar .subsection #content p.checkbox-label,
body.page-template-template-overview-events-archive main.single-consultant.has-sidebar #content .subsection p.checkbox-label,
body.page-template-template-overview-events-archive main.single-consultant.has-sidebar .subsection #content p.checkbox-label, body.page-template-template-overview-events main.single-consultant.has-sidebar #content .subsection p.styled-checkbox, body.page-template-template-overview-events main.single-consultant.has-sidebar .subsection #content p.styled-checkbox,
body.page-template-template-overview-events-archive main.single-consultant.has-sidebar #content .subsection p.styled-checkbox,
body.page-template-template-overview-events-archive main.single-consultant.has-sidebar .subsection #content p.styled-checkbox, body.page-template-template-overview-posts main.single-consultant.has-sidebar #content .subsection p.checkbox-label, body.page-template-template-overview-posts main.single-consultant.has-sidebar .subsection #content p.checkbox-label, body.page-template-template-overview-posts main.single-consultant.has-sidebar #content .subsection p.styled-checkbox, body.page-template-template-overview-posts main.single-consultant.has-sidebar .subsection #content p.styled-checkbox, main.single-consultant.has-sidebar #content main.single-practice.has-sidebar .subsection p.checkbox-label, main.single-practice.has-sidebar .subsection main.single-consultant.has-sidebar #content p.checkbox-label, main.single-consultant.has-sidebar #content main.single-practice.has-sidebar .subsection p.styled-checkbox, main.single-practice.has-sidebar .subsection main.single-consultant.has-sidebar #content p.styled-checkbox, body.single-event main.single-consultant.has-sidebar #content p:not(.consultant-name, .job-title), body.search main.single-consultant.has-sidebar #content #sidebar-content .subsection p.checkbox-label, body.search main.single-consultant.has-sidebar #sidebar-content .subsection #content p.checkbox-label, body.search main.single-consultant.has-sidebar #content #sidebar-content .subsection p.styled-checkbox, body.search main.single-consultant.has-sidebar #sidebar-content .subsection #content p.styled-checkbox, main.single-consultant.has-sidebar #content #sidebar-content .details p, main.single-consultant.has-sidebar #sidebar-content .details #content p {
  margin-bottom: var(--spacing-16);
}
main.single-consultant.has-sidebar #content .subtitle {
  text-transform: uppercase;
  margin-bottom: var(--spacing-8);
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar #content .subtitle {
    margin-bottom: var(--spacing-16);
  }
}
main.single-consultant.has-sidebar #content p.specialised-area {
  color: var(--black-70);
}
main.single-consultant.has-sidebar #content .list {
  margin-bottom: var(--spacing-48);
  padding-left: var(--spacing-24);
  list-style-type: disc;
}
main.single-consultant.has-sidebar #content .list.specialised-area {
  margin-bottom: var(--spacing-32);
}
main.single-consultant.has-sidebar #content .list.specialised-area li {
  color: var(--black-70);
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar #content .list {
    margin-bottom: var(--spacing-16);
  }
  main.single-consultant.has-sidebar #content .list.specialised-area {
    margin-bottom: var(--spacing-16);
  }
}
main.single-consultant.has-sidebar #content .languages {
  margin-bottom: var(--spacing-8);
}
main.single-consultant.has-sidebar #content .assigned-practices-headline,
main.single-consultant.has-sidebar #content .assigned-awards-headline {
  margin-bottom: var(--spacing-24);
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar #content .assigned-practices-headline,
  main.single-consultant.has-sidebar #content .assigned-awards-headline {
    margin-bottom: var(--spacing-20);
  }
}
main.single-consultant.has-sidebar #content .styled-list {
  margin-bottom: 45px;
}
main.single-consultant.has-sidebar #content .styled-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: var(--spacing-24);
  text-decoration: none;
  color: var(--green-80);
  margin-bottom: var(--spacing-16);
  background-color: var(--white);
  position: relative;
  transition: color 0.2s ease;
  border: 1px solid var(--black-10-fade);
  border-radius: var(--spacing-4);
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar #content .styled-list a {
    padding: var(--spacing-16);
  }
}
main.single-consultant.has-sidebar #content .styled-list a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("images/icons/arrow-right.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease;
  opacity: 0.2;
}
main.single-consultant.has-sidebar #content .styled-list a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-accent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
main.single-consultant.has-sidebar #content .styled-list a:hover:after {
  transform: translateY(-50%) translateX(4px);
  opacity: 1;
}
main.single-consultant.has-sidebar #content .styled-list a:hover:before {
  opacity: 1;
}
main.single-consultant.has-sidebar #content .headline-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
main.single-consultant.has-sidebar #content .headline-with-icon h2 {
  margin-bottom: 0;
}
main.single-consultant.has-sidebar #content .show-more-btn {
  background: transparent;
  padding: var(--spacing-8);
  height: auto;
  width: 38px;
}
main.single-consultant.has-sidebar #content .show-more-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: var(--spacing-8);
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url("images/icons/plus.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease;
  color: var(--black-100);
}
main.single-consultant.has-sidebar #content .show-more-btn.is-active:after {
  background: url("images/icons/minus.svg") no-repeat center;
}
main.single-consultant.has-sidebar #content .publication-list-items,
main.single-consultant.has-sidebar #content .award-list-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
main.single-consultant.has-sidebar #content .publication-list-items.expanded .publication-item-container,
main.single-consultant.has-sidebar #content .award-list-items.expanded .publication-item-container {
  display: block;
}
main.single-consultant.has-sidebar #content .publication-list-items.expanded .award-post-item-container,
main.single-consultant.has-sidebar #content .award-list-items.expanded .award-post-item-container {
  display: block;
}
main.single-consultant.has-sidebar #content .award-post-item-container:nth-of-type(n + 6) {
  display: none;
}
@media screen and (max-width: 420px) {
  main.single-consultant.has-sidebar #content .award-post-item-container {
    height: 134px;
    width: 134px;
  }
}
main.single-consultant.has-sidebar #content .award-list-items {
  margin-bottom: var(--spacing-48);
  gap: 16px;
}
@media screen and (max-width: 420px) {
  main.single-consultant.has-sidebar #content .award-list-items {
    margin-bottom: 36px;
    gap: 12px;
  }
}
main.single-consultant.has-sidebar #content .publication-item-container {
  width: unset;
  flex: 0 0 48%;
}
@media screen and (max-width: 1215px) {
  main.single-consultant.has-sidebar #content .publication-item-container {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1024px) {
  main.single-consultant.has-sidebar #content .publication-item-container {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 639px) {
  main.single-consultant.has-sidebar #content .publication-item-container {
    flex: 0 0 100%;
  }
}
main.single-consultant.has-sidebar #content .publication-item-container:nth-of-type(n + 2) {
  display: none;
}
main.single-consultant.has-sidebar .relevant-posts,
main.single-consultant.has-sidebar .relevant-events {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 144px;
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar .relevant-posts,
  main.single-consultant.has-sidebar .relevant-events {
    margin-top: var(--spacing-48);
  }
}
main.single-consultant.has-sidebar .relevant-posts .top-wrapper,
main.single-consultant.has-sidebar .relevant-events .top-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-bottom: var(--spacing-32);
}
main.single-consultant.has-sidebar .relevant-posts .top-wrapper h2,
main.single-consultant.has-sidebar .relevant-events .top-wrapper h2 {
  margin-bottom: 0;
}
main.single-consultant.has-sidebar .relevant-posts .top-wrapper .buttonstyle,
main.single-consultant.has-sidebar .relevant-events .top-wrapper .buttonstyle {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  main.single-consultant.has-sidebar .relevant-posts {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  body:not(.home) main.single-consultant.has-sidebar #sidebar-content, body main.has-sidebar #sidebar-content {
    display: none;
  }
}
.entry-consultants {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-24);
}

.consultant {
  width: unset;
}
.consultant .entry-wrapper {
  text-decoration: none;
}
.consultant .entry-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-16);
}
.consultant .consultant-image {
  max-width: 64px;
  max-height: 64px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.consultant .consultant-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.consultant .job-title {
  margin-bottom: 0;
}
.consultant .main-topic {
  margin-bottom: 0;
}

body.single-event main.has-sidebar #content p.title-primary,
.consultant .title-primary {
  font-family: var(--s6-fontFamily), sans-serif;
  font-weight: var(--s6-fontWeight);
  font-size: var(--s6-fontSize);
  line-height: var(--s6-lineHeight);
  color: var(--green-80);
  margin-bottom: 0;
}

@keyframes rotation {
  from {
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(359deg);
  }
}
.search-filter-form.loading .spinner-wrapper {
  display: flex !important;
}

.spinner-wrapper {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
.spinner-wrapper .spinner {
  position: absolute;
  inset: 0;
}
.spinner-wrapper .spinner:after {
  content: "";
  height: 32px;
  width: 32px;
  border: 3px solid rgba(36, 29, 76, 0.2);
  border-top-color: var(--green-dark);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
}

.did-you-mean-fallback {
  margin-top: 8px;
}

.search-close {
  display: none;
  pointer-events: none;
}

body.search.search-no-results .search-filter {
  display: none;
}
body.search main.has-sidebar #sidebar-content {
  --sidebarWidth: 317px;
}
body.search main.has-sidebar #sidebar-content h1 {
  color: var(--green-80);
}
body.search main.has-sidebar #sidebar-content .subsection {
  position: relative;
  margin-left: calc(-1 * var(--sidePadding));
  padding-left: var(--sidePadding);
}
body.search main.has-sidebar #sidebar-content .subsection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-20);
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.search main.has-sidebar #sidebar-content .subsection .search-filter {
  background: var(--black-5);
  padding: 24px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.search main.has-sidebar #sidebar-content .subsection .styled-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 100%;
  -moz-box-flex: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
  margin-bottom: 12px;
}
body.search main.has-sidebar #sidebar-content .subsection .styled-checkbox:last-child {
  margin-bottom: 0;
}
body.search main.has-sidebar #sidebar-content .subsection .styled-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.search main.has-sidebar #sidebar-content .subsection .checkbox-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  margin-right: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body.search main.has-sidebar #sidebar-content .subsection .checkbox-box:after {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 3px;
  display: none;
}
body.search main.has-sidebar #sidebar-content .subsection .styled-checkbox input:checked + .checkbox-box:after {
  display: block;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper {
  position: relative;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px 4px 0 0;
  padding: 0;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text] {
  --b-size: 2px;
  flex: 1;
  border: var(--b-size) solid transparent;
  background: transparent;
  padding: calc(12px - var(--b-size)) calc(88px - var(--b-size)) calc(12px - var(--b-size)) calc(48px - var(--b-size));
  font-size: 16px;
  line-height: 24px;
  color: var(--black-100);
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]:focus {
  border-color: var(--black-100);
  border-radius: 4px !important;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child .search-close {
  position: absolute;
  right: 48px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block !important;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close {
  opacity: 1;
  pointer-events: auto;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close {
  opacity: 0;
  pointer-events: none;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child {
  border-radius: 0;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child::before {
  display: none;
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child input[type=text] {
  padding: calc(16px - var(--b-size)) calc(88px - var(--b-size)) calc(16px - var(--b-size)) calc(16px - var(--b-size));
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child:after {
  background-image: url("images/icons/search-light.svg");
}
body.search main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child .search-close {
  display: none !important;
}
body.search main.has-sidebar #sidebar-content #s-sidebar {
  max-width: 100%;
}
body.search main.has-sidebar #content {
  position: relative;
}
body.search main.has-sidebar #content .meta-info {
  display: block;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  body.search main.has-sidebar #content .meta-info {
    margin-bottom: 16px;
  }
}
body.search main.has-sidebar #content .meta-info .paragraphSmall, body.search main.has-sidebar #content .meta-info a .entry-content .search-result-main .search-result-text .consultant-job-title, body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-text .meta-info .consultant-job-title {
  margin-top: 4px;
}
body.search main.has-sidebar #content .search-results {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.search main.has-sidebar #content .search-results .entry.events .entry-content-wrapper {
  row-gap: 16px;
  border: unset;
  flex-wrap: wrap;
}
body.search main.has-sidebar #content .search-results .entry.events .entry-content-wrapper .entry-content {
  padding: 0;
  border-radius: 0;
  flex: 0 0 80%;
}
body.search main.has-sidebar #content .search-results .entry.events .entry-content-wrapper .entry-content:hover:after {
  opacity: 0;
}
body.search main.has-sidebar #content a {
  text-decoration: none;
}
body.search main.has-sidebar #content a .entry-content {
  position: relative;
  background: var(--white);
  padding: 24px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
body.search main.has-sidebar #content a .entry-content .date-and-categories {
  display: flex;
  gap: 12px;
}
body.search main.has-sidebar #content a .entry-content .search-result-main {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
}
body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-thumbnail {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 4px;
  overflow: hidden;
}
body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-text {
  flex: 1;
}
body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-text h2 {
  color: var(--green-80);
  margin: 0 0 4px 0;
}
body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-text h2.s6 {
  margin-bottom: 2px;
}
body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-text p {
  margin: 0;
}
body.search main.has-sidebar #content a .entry-content .search-result-main .search-result-text .consultant-job-title {
  color: var(--black-100);
  margin-bottom: 2px;
}
body.search main.has-sidebar #content a .entry-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-accent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
body.search main.has-sidebar #content a .entry-content:hover:after {
  opacity: 1;
}

body.single-event main.has-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 72px;
  padding: 138px var(--sidePadding) 96px var(--sidePadding);
}
@media screen and (max-width: 1278px) {
  body.single-event main.has-sidebar #content {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--spacing-32);
  }
}
body.single-event main.has-sidebar #content .breadcrumb {
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-40);
}
body.single-event main.has-sidebar #content .title {
  color: var(--green-80);
  margin-bottom: var(--spacing-16);
}
body.single-event main.has-sidebar #content .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-16);
  margin-bottom: var(--spacing-32);
}
body.single-event main.has-sidebar #content .details span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-4);
}
body.single-event main.has-sidebar #content .details p {
  margin-bottom: 0;
}
body.single-event main.has-sidebar #content .icon svg {
  color: var(--black-50);
}
body.single-event main.has-sidebar #content .image-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 825px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: var(--spacing-4);
}
body.single-event main.has-sidebar #content .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.single-event main.has-sidebar #content .text-wrapper {
  padding: var(--spacing-24) var(--spacing-32) var(--spacing-48) var(--spacing-32);
  border-bottom: 1px solid var(--black-10-fade);
  margin-bottom: var(--spacing-48);
}
@media screen and (max-width: 450px) {
  body.single-event main.has-sidebar #content .text-wrapper {
    padding: var(--spacing-24) 0;
  }
}
body.single-event main.has-sidebar #content .text-wrapper .button-container {
  margin-bottom: var(--spacing-32);
}
body.single-event main.has-sidebar #content .has-s-4-font-size {
  margin-top: var(--spacing-32);
  margin-bottom: var(--spacing-24);
}
body.single-event main.has-sidebar #content .headline-spacing {
  margin-bottom: var(--spacing-16);
}
body.single-event main.has-sidebar #content .date-and-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.single-event main.has-sidebar #content .date-and-time p {
  margin-bottom: 0;
}
body.single-event main.has-sidebar #content .address {
  margin-bottom: var(--spacing-16);
}
body.single-event main.has-sidebar #content .address p {
  margin-bottom: 0;
}
body.single-event main.has-sidebar #sidebar-content h3 {
  color: var(--green-80);
  margin-bottom: var(--spacing-32);
}
body.single-event main.has-sidebar #sidebar-content .headline-socials {
  margin-bottom: var(--spacing-16);
}
body.single-event main.has-sidebar #sidebar-content .entries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-16);
  margin-bottom: var(--spacing-32);
}
body.single-event main.has-sidebar #sidebar-content .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--spacing-16);
}
body.single-event main.has-sidebar #sidebar-content .socials a:hover .icon path {
  fill: var(--white);
}
body.single-event main.has-sidebar .entry-topics {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-8);
  margin-top: var(--spacing-32);
}
body.single-event main.has-sidebar .topic {
  background: var(--green-5);
  border-radius: 2px;
  padding: 4px 8px;
  margin-bottom: 0;
  text-decoration: none;
}

body.single-location main.has-sidebar #content {
  margin-top: var(--spacing-24);
}
@media screen and (max-width: 600px) {
  body.single-location main.has-sidebar #content {
    margin-top: 0;
  }
}
body.single-location main.has-sidebar #content .location-content-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: var(--spacing-24) var(--spacing-8);
  gap: 20px;
}
body.single-location main.has-sidebar #content .icon-green {
  color: var(--green-50);
}
body.single-location main.has-sidebar #content .icon-green svg {
  width: 24px;
  height: 24px;
  margin-top: var(--spacing-4);
}
body.single-location main.has-sidebar #content .location-item-title {
  margin-bottom: 0;
}
body.single-location main.has-sidebar #content .content-text {
  margin-bottom: var(--spacing-48);
}
body.single-location main.has-sidebar #content .answer-wrapper {
  padding: 0 var(--spacing-48) var(--spacing-48) var(--spacing-48);
  max-width: 760px;
  border-bottom: 1px solid var(--black-10-fade);
  margin-bottom: 72px;
}
body.single-location main.has-sidebar #content .contact-and-location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: var(--spacing-48);
  margin-bottom: 48px;
}
body.single-location main.has-sidebar #content .contact-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-8);
  margin-bottom: var(--spacing-24);
}
body.single-location main.has-sidebar #content .has-no-underline {
  text-decoration: none;
}
body.single-location main.has-sidebar #content .contact-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--spacing-12);
}
body.single-location main.has-sidebar #content .icon-grey {
  color: var(--black-50-fade);
}
body.single-location main.has-sidebar #content .image-wrapper {
  max-width: 284px;
  max-height: 284px;
  overflow: hidden;
  position: relative;
  border-radius: var(--spacing-4);
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 600px) {
  body.single-location main.has-sidebar #content .image-wrapper {
    max-width: 100%;
    max-height: 100%;
  }
}
body.single-location main.has-sidebar #content .location-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.single-location main.has-sidebar #content .consultant-title {
  margin-bottom: var(--spacing-24);
}
body.single-location main.has-sidebar #content .more-locations {
  margin-bottom: var(--spacing-72);
}
body.single-location main.has-sidebar #content .locations-title {
  margin-bottom: var(--spacing-48);
}
body.single-location main.has-sidebar #content .location-item-container {
  flex: none;
}
body.single-location main.has-sidebar #content .locations-list-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-24);
  margin-bottom: 48px;
}
body.single-location main.has-sidebar #content .locations-list-items .image-wrapper {
  max-width: 237px;
}

body.single-job p {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
}
body.single-job main.has-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 72px;
  padding: 138px var(--sidePadding) 96px var(--sidePadding);
}
@media screen and (max-width: 1278px) {
  body.single-job main.has-sidebar .single-job {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--spacing-32);
  }
}
body.single-job main.has-sidebar .single-job .entry-text > p {
  font-family: var(--paragraphSmall-FontFamily), sans-serif;
  font-weight: var(--paragraphSmall-FontWeight);
  font-size: var(--paragraphSmall-FontSize);
  line-height: var(--paragraphSmall-LineHeight);
}
body.single-job main.has-sidebar .single-job .breadcrumb {
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-40);
}
body.single-job main.has-sidebar .single-job .breadcrumb_last {
  font-family: var(--paragraphMedium-FontFamily), sans-serif;
  font-weight: var(--paragraphMedium-FontWeight);
  font-size: var(--paragraphMedium-FontSize);
  line-height: var(--paragraphMedium-LineHeight);
}
body.single-job main.has-sidebar .single-job .title {
  color: var(--green-80);
  margin-bottom: var(--spacing-16);
}
body.single-job main.has-sidebar .single-job .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-16);
  margin-bottom: var(--spacing-32);
}
body.single-job main.has-sidebar .single-job .details span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-4);
}
body.single-job main.has-sidebar .single-job .details p {
  margin-bottom: 0;
}
body.single-job main.has-sidebar .single-job .job-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-16);
  margin-bottom: 0;
}
body.single-job main.has-sidebar .single-job .job-details span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-4);
}
body.single-job main.has-sidebar .single-job .job-details p {
  margin-bottom: 0;
}
body.single-job main.has-sidebar .single-job .icon svg {
  color: var(--black-50);
}
body.single-job main.has-sidebar .single-job .text-wrapper {
  padding: var(--spacing-32) 0 var(--spacing-64) 0;
  border-bottom: 1px solid var(--black-10-fade);
  margin-bottom: var(--spacing-48);
}
@media screen and (max-width: 450px) {
  body.single-job main.has-sidebar .single-job .text-wrapper {
    padding: var(--spacing-24) 0;
  }
}
body.single-job main.has-sidebar .single-job .text-wrapper .button-container {
  margin-bottom: var(--spacing-32);
}
body.single-job main.has-sidebar .single-job .has-s-4-font-size {
  margin-top: var(--spacing-32);
  margin-bottom: var(--spacing-24);
}
body.single-job main.has-sidebar .single-job .headline-spacing {
  margin-bottom: var(--spacing-16);
}
body.single-job main.has-sidebar #sidebar-content h3 {
  color: var(--black-100);
  margin-bottom: var(--spacing-32);
}
body.single-job main.has-sidebar #sidebar-content .headline-socials {
  margin-bottom: var(--spacing-16);
}
body.single-job main.has-sidebar #sidebar-content .entries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-16);
  margin-bottom: var(--spacing-32);
}
body.single-job main.has-sidebar #sidebar-content .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--spacing-16);
}
body.single-job main.has-sidebar #sidebar-content .socials a:hover .icon path {
  fill: var(--white);
}

main.has-sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 88px;
  padding: 138px var(--sidePadding) 96px var(--sidePadding);
}
main.has-sidebar #content.single-post {
  -webkit-box-flex: 0 0 60%;
  -moz-box-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
@media screen and (max-width: 1278px) {
  main.has-sidebar #content.single-post {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--spacing-32);
  }
}
main.has-sidebar #content.single-post #breadcrumbs {
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-40);
}
main.has-sidebar #content.single-post .entry-category {
  border-radius: 2px;
  padding: 4px 8px;
  width: fit-content;
  margin-bottom: 0;
}
main.has-sidebar #content.single-post .entry-category.fachartikel, main.has-sidebar #content.single-post .entry-category.insight {
  color: var(--black-100);
  background-color: var(--green-20);
}
main.has-sidebar #content.single-post .entry-category:not(.fachartikel) {
  padding-right: 0;
  padding-left: 0;
}
main.has-sidebar #content.single-post .entry-category-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--spacing-12);
  margin-bottom: var(--spacing-8);
}
main.has-sidebar #content.single-post .entry-category-date p {
  margin-bottom: 0;
}
main.has-sidebar #content.single-post .title {
  color: var(--green-80);
  margin-bottom: var(--spacing-16);
}
main.has-sidebar #content.single-post .excerpt {
  margin-bottom: var(--spacing-64);
}
main.has-sidebar #content.single-post .excerpt p {
  margin-bottom: 0;
  font-family: var(--paragraphLarge-FontFamily), sans-serif;
  font-weight: var(--paragraphLarge-FontWeight);
  font-size: var(--paragraphLarge-FontSize);
  line-height: var(--paragraphLarge-LineHeight);
}
main.has-sidebar #content.single-post .consultant-image img {
  border-radius: 50%;
  object-fit: cover;
  width: 48px;
  height: 48px;
}
main.has-sidebar #content.single-post .entry-consultants .title-primary {
  color: var(--black);
}
main.has-sidebar #content.single-post .entry-consultants {
  margin-bottom: var(--spacing-32);
}
main.has-sidebar #content.single-post .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-16);
  margin-bottom: var(--spacing-32);
}
main.has-sidebar #content.single-post .details span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: var(--spacing-4);
}
main.has-sidebar #content.single-post .details p {
  margin-bottom: 0;
}
main.has-sidebar #content.single-post .icon svg {
  color: var(--black-50);
}
main.has-sidebar #content.single-post .image-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 825px;
  max-height: 486px;
  overflow: hidden;
  position: relative;
  border-radius: var(--spacing-4);
  margin-bottom: var(--spacing-64);
}
@media screen and (max-width: 768px) {
  main.has-sidebar #content.single-post .image-wrapper {
    margin-bottom: var(--spacing-32);
  }
}
main.has-sidebar #content.single-post .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main.has-sidebar #content.single-post .text-wrapper {
  padding: 0 var(--spacing-32) var(--spacing-48) var(--spacing-40);
  border-bottom: 1px solid var(--black-10-fade);
  margin-bottom: var(--spacing-48);
}
@media screen and (max-width: 768px) {
  main.has-sidebar #content.single-post .text-wrapper {
    padding: 0;
  }
}
main.has-sidebar #content.single-post .text-wrapper .button-container {
  margin-bottom: var(--spacing-32);
}
main.has-sidebar #content.single-post .has-s-4-font-size {
  margin-top: var(--spacing-32);
  margin-bottom: var(--spacing-24);
}
main.has-sidebar #content.single-post .headline-spacing {
  margin-bottom: var(--spacing-16);
}
main.has-sidebar #content.single-post .date-and-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.has-sidebar #content.single-post .date-and-time p {
  margin-bottom: 0;
}
main.has-sidebar #content.single-post .address {
  margin-bottom: var(--spacing-16);
}
main.has-sidebar #content.single-post .address p {
  margin-bottom: 0;
}
main.has-sidebar #content.single-post .entry-topics {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacing-8);
}
@media screen and (max-width: 768px) {
  main.has-sidebar #content.single-post .entry-topics {
    margin-bottom: var(--spacing-48);
  }
}
main.has-sidebar #content.single-post .topic {
  background: var(--green-5);
  border-radius: 2px;
  padding: 4px 8px;
  margin-bottom: 0;
  text-decoration: none;
}
main.has-sidebar #sidebar-content h3 {
  color: var(--green-80);
  margin-bottom: var(--spacing-32);
}
main.has-sidebar #sidebar-content .headline-socials {
  margin-bottom: var(--spacing-16);
}
main.has-sidebar #sidebar-content .entries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-16);
  margin-bottom: var(--spacing-32);
}
main.has-sidebar #sidebar-content .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: var(--spacing-16);
}
main.has-sidebar #sidebar-content .socials a:hover .icon path {
  fill: var(--white);
}
main.has-sidebar .faqs {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 144px;
}
@media screen and (max-width: 600px) {
  main.has-sidebar .faqs {
    margin-top: var(--spacing-48);
  }
}
main.has-sidebar .relevant-events {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 144px;
}
@media screen and (max-width: 600px) {
  main.has-sidebar .relevant-events {
    margin-top: var(--spacing-48);
  }
}
main.has-sidebar .relevant-events .top-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-bottom: var(--spacing-32);
}
main.has-sidebar .relevant-events .top-wrapper h2 {
  margin-bottom: 0;
}
main.has-sidebar .relevant-events .top-wrapper .buttonstyle {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  main.has-sidebar .relevant-posts {
    margin-top: 0;
  }
}

main.single-practice.has-sidebar .wp-block-columns {
  margin-bottom: var(--spacing-32);
}
@media screen and (max-width: 782px) {
  main.single-practice.has-sidebar .wp-block-columns {
    flex-wrap: wrap;
    gap: var(--spacing-16);
  }
  main.single-practice.has-sidebar .wp-block-columns .wp-block-column {
    justify-items: flex-start;
  }
}
@media screen and (max-width: 782px) {
  main.single-practice.has-sidebar .wp-block-spacer {
    height: var(--spacing-56) !important;
  }
}
main.single-practice.has-sidebar .wp-block-heading.has-s-2-font-size {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  main.single-practice.has-sidebar #sidebar-content {
    margin-bottom: var(--spacing-56);
  }
}
main.single-practice.has-sidebar .subsection {
  position: relative;
  margin-left: calc(-1 * var(--sidePadding));
  padding-left: var(--sidePadding);
}
main.single-practice.has-sidebar .subsection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-20);
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
main.single-practice.has-sidebar .subsection .search-filter {
  background: var(--black-5);
  padding: 24px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
main.single-practice.has-sidebar .subsection .styled-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 100%;
  -moz-box-flex: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
  margin-bottom: 12px;
}
main.single-practice.has-sidebar .subsection .styled-checkbox:last-child {
  margin-bottom: 0;
}
main.single-practice.has-sidebar .subsection .styled-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
main.single-practice.has-sidebar .subsection .checkbox-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  margin-right: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
main.single-practice.has-sidebar .subsection .checkbox-box:after {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 3px;
  display: none;
}
main.single-practice.has-sidebar .subsection .styled-checkbox input:checked + .checkbox-box:after {
  display: block;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper {
  position: relative;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px 4px 0 0;
  padding: 0;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text] {
  --b-size: 2px;
  flex: 1;
  border: var(--b-size) solid transparent;
  background: transparent;
  padding: calc(12px - var(--b-size)) calc(88px - var(--b-size)) calc(12px - var(--b-size)) calc(48px - var(--b-size));
  font-size: 16px;
  line-height: 24px;
  color: var(--black-100);
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]:focus {
  border-color: var(--black-100);
  border-radius: 4px !important;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child .search-close {
  position: absolute;
  right: 48px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block !important;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close {
  opacity: 1;
  pointer-events: auto;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close {
  opacity: 0;
  pointer-events: none;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child {
  border-radius: 0;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child::before {
  display: none;
}
main.single-practice.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child input[type=text] {
  padding: calc(16px - var(--b-size)) calc(88px - var(--b-size)) calc(16px - var(--b-size)) calc(16px - var(--b-size));
}
main.single-practice.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child:after {
  background-image: url("images/icons/search-light.svg");
}
main.single-practice.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child .search-close {
  display: none !important;
}
main.single-practice.has-sidebar .anchor-link {
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  padding: var(--spacing-16);
  background: var(--black-5);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  font-family: var(--paragraphMedium-FontFamily), sans-serif;
  font-weight: var(--paragraphMedium-FontWeight);
  font-size: var(--paragraphMedium-FontSize);
  line-height: var(--paragraphMedium-LineHeight);
  color: var(--green-100);
  position: relative;
}
main.single-practice.has-sidebar .anchor-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16602 9.99996H15.8327M15.8327 9.99996L9.99935 4.16663M15.8327 9.99996L9.99935 15.8333' stroke='%23262626' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.2;
  pointer-events: none;
}
main.single-practice.has-sidebar .anchor-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background: var(--green-accent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  pointer-events: none;
  z-index: 1000;
}
main.single-practice.has-sidebar .anchor-link:hover::after {
  transform: translateY(-50%) translateX(4px);
  opacity: 1;
}
main.single-practice.has-sidebar .anchor-link:hover::before {
  opacity: 1;
}
main.single-practice.has-sidebar .anchor-link:after {
  left: unset;
  background-color: unset;
}
main.single-practice.has-sidebar .block-items {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 144px;
}
@media screen and (max-width: 600px) {
  main.single-practice.has-sidebar .block-items {
    margin-top: var(--spacing-48);
  }
}
main.single-practice.has-sidebar .block-items .top-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-bottom: var(--spacing-32);
}
main.single-practice.has-sidebar .block-items .top-wrapper h2 {
  margin-bottom: 0;
}
main.single-practice.has-sidebar .block-items .top-wrapper .buttonstyle {
  margin-right: 0;
}
main.single-practice.has-sidebar .award-list-container,
main.single-practice.has-sidebar .consultant-list-container {
  gap: 24px;
  margin-bottom: 0;
}
main.single-practice.has-sidebar .award-list-container .award-item-container,
main.single-practice.has-sidebar .award-list-container .consultant-item-container,
main.single-practice.has-sidebar .consultant-list-container .award-item-container,
main.single-practice.has-sidebar .consultant-list-container .consultant-item-container {
  width: calc(50% - 12px);
}
@media screen and (max-width: 450px) {
  main.single-practice.has-sidebar .award-list-container .award-item-container,
  main.single-practice.has-sidebar .award-list-container .consultant-item-container,
  main.single-practice.has-sidebar .consultant-list-container .award-item-container,
  main.single-practice.has-sidebar .consultant-list-container .consultant-item-container {
    width: 100%;
    min-width: unset;
  }
}
main.single-practice.has-sidebar .publication-list-items {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.single-practice.has-sidebar .publication-item-container {
  width: calc(50% - 12px);
  max-width: 100%;
}
@media screen and (max-width: 518px) {
  main.single-practice.has-sidebar .publication-item-container {
    width: 100%;
  }
}

body.page-template-default main #content .wp-block-columns.two-columns {
  gap: var(--contentColumnsGap);
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 1024px) {
  body.page-template-default main #content .wp-block-columns.two-columns {
    flex-wrap: wrap !important;
  }
}
body.page-template-default main #content .wp-block-columns.two-columns > .wp-block-column:nth-child(1) {
  flex: 0 0 var(--sidebarWidth) !important;
}
body.page-template-default main #content .wp-block-columns.two-columns > .wp-block-column:nth-child(2) {
  flex: 1;
}
body.page-template-default main #content .wp-block-columns.two-columns > .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.publication-practice-listing .columns {
  display: flex;
  gap: var(--contentColumnsGap);
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 1024px) {
  .publication-practice-listing .columns {
    flex-wrap: wrap !important;
  }
}
.publication-practice-listing .columns .left {
  flex: 0 0 var(--sidebarWidth);
}
.publication-practice-listing .columns .left .page-title {
  color: var(--green-80);
  hyphens: auto;
}
.publication-practice-listing .columns .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}
.publication-practice-listing .columns .right .button-container {
  margin-top: var(--spacing-48);
}
@media screen and (max-width: 1024px) {
  .publication-practice-listing .columns .right .button-container {
    margin-top: var(--spacing-32);
  }
}
.publication-practice-listing .columns .left > *:last-child, .publication-practice-listing .columns .right > *:last-child {
  margin-bottom: 0;
}

body.single-award main.has-sidebar {
  gap: 24px;
}
body.single-award main.has-sidebar #sidebar-content {
  --sidebarWidth: 431px;
}
body.single-award main.has-sidebar #sidebar-content img.award-image {
  max-width: 200px;
  max-height: 200px;
  height: auto;
  width: auto;
}
body.single-award main.has-sidebar #content {
  padding: 40px 0;
}
body.single-award main.has-sidebar #content .related-awards-by-category, body.single-award main.has-sidebar #content .award-highlighted-consultants {
  margin-top: 48px;
}
body.single-award main.has-sidebar #content .award-tile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

body.page-template-template-overview-posts main.has-sidebar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
body.page-template-template-overview-posts main.has-sidebar #sidebar-content {
  --sidebarWidth: 317px;
}
body.page-template-template-overview-posts main.has-sidebar #content {
  max-width: 875px;
}
body.page-template-template-overview-posts main.has-sidebar .title {
  margin-bottom: var(--spacing-32);
  color: var(--green-80);
}
body.page-template-template-overview-posts main.has-sidebar .subsection {
  position: relative;
  margin-left: calc(-1 * var(--sidePadding));
  padding-left: var(--sidePadding);
}
body.page-template-template-overview-posts main.has-sidebar .subsection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-20);
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-filter {
  background: var(--black-5);
  padding: 24px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .styled-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 100%;
  -moz-box-flex: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
  margin-bottom: 12px;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .styled-checkbox:last-child {
  margin-bottom: 0;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .styled-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .checkbox-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  margin-right: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .checkbox-box:after {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 3px;
  display: none;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .styled-checkbox input:checked + .checkbox-box:after {
  display: block;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper {
  position: relative;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px 4px 0 0;
  padding: 0;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text] {
  --b-size: 2px;
  flex: 1;
  border: var(--b-size) solid transparent;
  background: transparent;
  padding: calc(12px - var(--b-size)) calc(88px - var(--b-size)) calc(12px - var(--b-size)) calc(48px - var(--b-size));
  font-size: 16px;
  line-height: 24px;
  color: var(--black-100);
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]:focus {
  border-color: var(--black-100);
  border-radius: 4px !important;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child .search-close {
  position: absolute;
  right: 48px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block !important;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close {
  opacity: 1;
  pointer-events: auto;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close {
  opacity: 0;
  pointer-events: none;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child {
  border-radius: 0;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child::before {
  display: none;
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child input[type=text] {
  padding: calc(16px - var(--b-size)) calc(88px - var(--b-size)) calc(16px - var(--b-size)) calc(16px - var(--b-size));
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child:after {
  background-image: url("images/icons/search-light.svg");
}
body.page-template-template-overview-posts main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child .search-close {
  display: none !important;
}
body.page-template-template-overview-posts main.has-sidebar .large-post-entries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-24);
}
body.page-template-template-overview-posts main.has-sidebar .results {
  position: relative;
}
body.page-template-template-overview-posts main.has-sidebar .spinner-wrapper {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
body.page-template-template-overview-posts main.has-sidebar .spinner-wrapper .spinner {
  position: absolute;
  inset: 0;
}
body.page-template-template-overview-posts main.has-sidebar .spinner-wrapper .spinner:after {
  content: "";
  height: 32px;
  width: 32px;
  border: 3px solid rgba(36, 29, 76, 0.2);
  border-top-color: var(--green-dark);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
}

body.page-template-template-overview-events main.has-sidebar,
body.page-template-template-overview-events-archive main.has-sidebar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
body.page-template-template-overview-events main.has-sidebar #sidebar-content,
body.page-template-template-overview-events-archive main.has-sidebar #sidebar-content {
  --sidebarWidth: 317px;
}
body.page-template-template-overview-events main.has-sidebar #content,
body.page-template-template-overview-events-archive main.has-sidebar #content {
  max-width: 875px;
}
body.page-template-template-overview-events main.has-sidebar .month-and-year,
body.page-template-template-overview-events-archive main.has-sidebar .month-and-year {
  border-radius: var(--spacing-4);
  background: var(--green-10);
  padding: var(--spacing-8) var(--spacing-16);
  width: fit-content;
  margin-top: var(--spacing-24);
}
body.page-template-template-overview-events main.has-sidebar .month-and-year:first-child,
body.page-template-template-overview-events-archive main.has-sidebar .month-and-year:first-child {
  display: none;
}
body.page-template-template-overview-events main.has-sidebar .month-and-year p,
body.page-template-template-overview-events-archive main.has-sidebar .month-and-year p {
  margin-bottom: 0;
}
body.page-template-template-overview-events main.has-sidebar .title,
body.page-template-template-overview-events-archive main.has-sidebar .title {
  margin-bottom: var(--spacing-32);
  color: var(--green-80);
}
body.page-template-template-overview-events main.has-sidebar .subsection,
body.page-template-template-overview-events-archive main.has-sidebar .subsection {
  position: relative;
  margin-left: calc(-1 * var(--sidePadding));
  padding-left: var(--sidePadding);
}
body.page-template-template-overview-events main.has-sidebar .subsection:after,
body.page-template-template-overview-events-archive main.has-sidebar .subsection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-20);
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-filter,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-filter {
  background: var(--black-5);
  padding: 24px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-events main.has-sidebar .subsection .styled-checkbox,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .styled-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 100%;
  -moz-box-flex: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
  margin-bottom: 12px;
}
body.page-template-template-overview-events main.has-sidebar .subsection .styled-checkbox:last-child,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .styled-checkbox:last-child {
  margin-bottom: 0;
}
body.page-template-template-overview-events main.has-sidebar .subsection .styled-checkbox input[type=checkbox],
body.page-template-template-overview-events-archive main.has-sidebar .subsection .styled-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.page-template-template-overview-events main.has-sidebar .subsection .checkbox-box,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .checkbox-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  margin-right: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body.page-template-template-overview-events main.has-sidebar .subsection .checkbox-box:after,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .checkbox-box:after {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 3px;
  display: none;
}
body.page-template-template-overview-events main.has-sidebar .subsection .styled-checkbox input:checked + .checkbox-box:after,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .styled-checkbox input:checked + .checkbox-box:after {
  display: block;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper {
  position: relative;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px 4px 0 0;
  padding: 0;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child::before,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text],
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text] {
  --b-size: 2px;
  flex: 1;
  border: var(--b-size) solid transparent;
  background: transparent;
  padding: calc(12px - var(--b-size)) calc(88px - var(--b-size)) calc(12px - var(--b-size)) calc(48px - var(--b-size));
  font-size: 16px;
  line-height: 24px;
  color: var(--black-100);
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]:focus,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]:focus {
  border-color: var(--black-100);
  border-radius: 4px !important;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child::after,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child .search-close,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child .search-close {
  position: absolute;
  right: 48px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block !important;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close {
  opacity: 1;
  pointer-events: auto;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close {
  opacity: 0;
  pointer-events: none;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child {
  border-radius: 0;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child::before,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child::before {
  display: none;
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child input[type=text],
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child input[type=text] {
  padding: calc(16px - var(--b-size)) calc(88px - var(--b-size)) calc(16px - var(--b-size)) calc(16px - var(--b-size));
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child:after,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child:after {
  background-image: url("images/icons/search-light.svg");
}
body.page-template-template-overview-events main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child .search-close,
body.page-template-template-overview-events-archive main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child .search-close {
  display: none !important;
}
body.page-template-template-overview-events main.has-sidebar .subsection,
body.page-template-template-overview-events-archive main.has-sidebar .subsection {
  margin-bottom: var(--spacing-32);
}
body.page-template-template-overview-events main.has-sidebar .large-event-entries,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-24);
  margin: var(--spacing-48) 0;
}
body.page-template-template-overview-events main.has-sidebar .large-event-entries .entry-content-wrapper:has(.image-wrapper) .entry-content,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .entry-content-wrapper:has(.image-wrapper) .entry-content {
  padding-right: 264px;
}
@media screen and (max-width: 550px) {
  body.page-template-template-overview-events main.has-sidebar .large-event-entries .entry-content-wrapper:has(.image-wrapper) .entry-content,
  body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .entry-content-wrapper:has(.image-wrapper) .entry-content {
    padding-right: 24px;
    margin-bottom: 166px;
  }
}
body.page-template-template-overview-events main.has-sidebar .large-event-entries .image-wrapper,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .image-wrapper {
  width: 264px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
@media screen and (max-width: 550px) {
  body.page-template-template-overview-events main.has-sidebar .large-event-entries .image-wrapper,
  body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .image-wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    top: unset;
    width: 100%;
    height: 158px;
  }
}
body.page-template-template-overview-events main.has-sidebar .large-event-entries .event-image,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.page-template-template-overview-events main.has-sidebar .large-event-entries .event-image::before, body.page-template-template-overview-events main.has-sidebar .large-event-entries .event-image::after,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .event-image::before,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .event-image::after {
  content: "";
  display: table;
  clear: both;
  width: 1px;
  margin-left: -1px;
}
body.page-template-template-overview-events main.has-sidebar .large-event-entries .event-image::before,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .event-image::before {
  float: left;
  padding-bottom: 56.25%;
}
body.page-template-template-overview-events main.has-sidebar .large-event-entries .event-image,
body.page-template-template-overview-events-archive main.has-sidebar .large-event-entries .event-image {
  object-position: center;
}
body.page-template-template-overview-events main.has-sidebar .results,
body.page-template-template-overview-events-archive main.has-sidebar .results {
  position: relative;
}
body.page-template-template-overview-events main.has-sidebar .spinner-wrapper,
body.page-template-template-overview-events-archive main.has-sidebar .spinner-wrapper {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
body.page-template-template-overview-events main.has-sidebar .spinner-wrapper .spinner,
body.page-template-template-overview-events-archive main.has-sidebar .spinner-wrapper .spinner {
  position: absolute;
  inset: 0;
}
body.page-template-template-overview-events main.has-sidebar .spinner-wrapper .spinner:after,
body.page-template-template-overview-events-archive main.has-sidebar .spinner-wrapper .spinner:after {
  content: "";
  height: 32px;
  width: 32px;
  border: 3px solid rgba(36, 29, 76, 0.2);
  border-top-color: var(--green-dark);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
}

body.page-template-template-overview-consultants main.overview-consultants #sidebar-content {
  --sidebarWidth: 317px;
}
@media (max-width: 600px) {
  body.page-template-template-overview-consultants main.overview-consultants #sidebar-content {
    flex: 1;
  }
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .title {
  margin-bottom: var(--spacing-32);
  color: var(--green-80);
}
@media (max-width: 1024px) {
  body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .title {
    display: none;
  }
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection {
  position: relative;
  margin-left: calc(-1 * var(--sidePadding));
  padding-left: var(--sidePadding);
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-20);
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-filter {
  background: var(--black-5);
  padding: 24px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .styled-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 100%;
  -moz-box-flex: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
  margin-bottom: 12px;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .styled-checkbox:last-child {
  margin-bottom: 0;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .styled-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .checkbox-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  margin-right: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .checkbox-box:after {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 3px;
  display: none;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .styled-checkbox input:checked + .checkbox-box:after {
  display: block;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper {
  position: relative;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px 4px 0 0;
  padding: 0;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text] {
  --b-size: 2px;
  flex: 1;
  border: var(--b-size) solid transparent;
  background: transparent;
  padding: calc(12px - var(--b-size)) calc(88px - var(--b-size)) calc(12px - var(--b-size)) calc(48px - var(--b-size));
  font-size: 16px;
  line-height: 24px;
  color: var(--black-100);
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]:focus {
  border-color: var(--black-100);
  border-radius: 4px !important;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child .search-close {
  position: absolute;
  right: 48px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block !important;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close {
  opacity: 1;
  pointer-events: auto;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close {
  opacity: 0;
  pointer-events: none;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child {
  border-radius: 0;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child::before {
  display: none;
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child input[type=text] {
  padding: calc(16px - var(--b-size)) calc(88px - var(--b-size)) calc(16px - var(--b-size)) calc(16px - var(--b-size));
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child:after {
  background-image: url("images/icons/search-light.svg");
}
body.page-template-template-overview-consultants main.overview-consultants #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child .search-close {
  display: none !important;
}
body.page-template-template-overview-consultants main.overview-consultants #content {
  min-width: 0;
  width: 100%;
}
body.page-template-template-overview-consultants main.overview-consultants #content .active-filters-container .filter-chips .active-filters-label {
  cursor: default;
}
body.page-template-template-overview-consultants main.overview-consultants #content .active-filters-container .filter-chips .active-filters-label:hover {
  background-color: transparent;
}
body.page-template-template-overview-consultants main.overview-consultants #content .results {
  position: relative;
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .alphabetical-group {
  margin-bottom: var(--spacing-48);
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .alphabetical-group:last-child {
  margin-bottom: 0;
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .alphabetical-group .alphabetical-header {
  background-color: var(--green-10);
  padding: 8px 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  width: max-content;
}
@media (max-width: 1024px) {
  body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .alphabetical-group .alphabetical-header {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .alphabetical-group .alphabetical-header span {
  margin: 0;
  font-family: var(--s3-fontFamily), sans-serif;
  font-weight: var(--s3-fontWeight);
  font-size: var(--s3-fontSize);
  line-height: var(--s3-lineHeight);
  color: var(--black-100);
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .consultant-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1024px) {
  body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .consultant-grid {
    gap: 12px;
  }
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .consultant-grid .consultant-item-container {
  max-width: calc(50% - 12px);
}
@media (max-width: 1024px) {
  body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .consultant-grid .consultant-item-container {
    max-width: 100%;
    flex: 0 0 100%;
    min-width: unset;
  }
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .consultant-entries .consultant-grid .consultant-item-container .consultant-image {
  padding: 0;
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .search-no-results {
  text-align: center;
  color: var(--grey-60);
  padding: var(--spacing-48) 0;
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .spinner-wrapper {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .spinner-wrapper .spinner {
  position: absolute;
  inset: 0;
}
body.page-template-template-overview-consultants main.overview-consultants #content .results .spinner-wrapper .spinner:after {
  content: "";
  height: 32px;
  width: 32px;
  border: 3px solid rgba(36, 29, 76, 0.2);
  border-top-color: var(--green-dark);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
}
body.page-template-template-overview-consultants main.overview-consultants.loading .results {
  opacity: 0.5;
  pointer-events: none;
}
body.page-template-template-overview-consultants main.overview-consultants.loading .spinner-wrapper {
  display: flex;
}

@media screen and (max-width: 1024px) {
  body.page-template-template-overview-jobs .sidebar-wrapper .breadcrumb {
    display: none;
  }
}
body.page-template-template-overview-jobs main.has-sidebar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
body.page-template-template-overview-jobs main.has-sidebar .content-header {
  width: 100%;
  margin-bottom: var(--spacing-16);
}
body.page-template-template-overview-jobs main.has-sidebar .content-header .breadcrumb {
  display: none;
  margin-bottom: var(--spacing-16);
}
@media screen and (max-width: 1024px) {
  body.page-template-template-overview-jobs main.has-sidebar .content-header .breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header {
  display: none;
}
@media (max-width: 1024px) {
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: var(--spacing-8);
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-title {
    margin: 0;
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle.buttonstyle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: var(--green-30);
    border: none;
    border-radius: 4px;
    padding: var(--spacing-8) var(--spacing-16);
    gap: var(--spacing-8);
    cursor: pointer;
    color: var(--green-80);
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle .filter-icon, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .filter-icon, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .filter-icon,
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle .close-icon,
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .close-icon,
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .close-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle .filter-text, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .filter-text, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .filter-text {
    color: var(--green-100);
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle .close-icon, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle.wp-block-button.buttonstyle .close-icon, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle.buttonstyle .close-icon {
    display: none;
    color: var(--green-100) !important;
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true], body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle {
    width: 44px;
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true] .filter-text, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle .filter-text, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle .filter-text,
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true] .filter-icon,
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle .filter-icon,
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle .filter-icon {
    display: none;
  }
  body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header button.mobile-filter-toggle[aria-expanded=true] .close-icon, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header .mobile-filter-toggle[aria-expanded=true].wp-block-button.buttonstyle .close-icon, body.page-template-template-overview-jobs main.has-sidebar .content-header .mobile-header a.mobile-filter-toggle[aria-expanded=true].buttonstyle .close-icon {
    display: inline-block;
  }
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content {
  --sidebarWidth: 317px;
}
@media (max-width: 1024px) {
  body.page-template-template-overview-jobs main.has-sidebar #sidebar-content {
    display: none;
  }
  body.page-template-template-overview-jobs main.has-sidebar #sidebar-content.mobile-visible {
    display: block;
    --sidebarWidth: 100%;
    margin-bottom: 36px;
  }
}
@media (max-width: 600px) {
  body.page-template-template-overview-jobs main.has-sidebar #sidebar-content {
    flex: 1;
  }
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .title {
  margin-bottom: var(--spacing-32);
  color: var(--green-80);
}
@media (max-width: 1024px) {
  body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .title {
    display: none;
  }
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection {
  position: relative;
  margin-left: calc(-1 * var(--sidePadding));
  padding-left: var(--sidePadding);
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-20);
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-filter {
  background: var(--black-5);
  padding: 24px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .styled-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 100%;
  -moz-box-flex: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
  margin-bottom: 12px;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .styled-checkbox:last-child {
  margin-bottom: 0;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .styled-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .checkbox-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  margin-right: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .checkbox-box:after {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 3px;
  display: none;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .styled-checkbox input:checked + .checkbox-box:after {
  display: block;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper {
  position: relative;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px 4px 0 0;
  padding: 0;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text] {
  --b-size: 2px;
  flex: 1;
  border: var(--b-size) solid transparent;
  background: transparent;
  padding: calc(12px - var(--b-size)) calc(88px - var(--b-size)) calc(12px - var(--b-size)) calc(48px - var(--b-size));
  font-size: 16px;
  line-height: 24px;
  color: var(--black-100);
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child input[type=text]:focus {
  border-color: var(--black-100);
  border-radius: 4px !important;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child .search-close {
  position: absolute;
  right: 48px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block !important;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close {
  opacity: 1;
  pointer-events: auto;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close {
  opacity: 0;
  pointer-events: none;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child {
  border-radius: 0;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child::before {
  display: none;
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child input[type=text] {
  padding: calc(16px - var(--b-size)) calc(88px - var(--b-size)) calc(16px - var(--b-size)) calc(16px - var(--b-size));
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child:after {
  background-image: url("images/icons/search-light.svg");
}
body.page-template-template-overview-jobs main.has-sidebar #sidebar-content .subsection .search-form-wrapper.secondary > div:first-child .search-close {
  display: none !important;
}
body.page-template-template-overview-jobs main.has-sidebar #content {
  max-width: 875px;
}
body.page-template-template-overview-jobs main.has-sidebar .title {
  margin-bottom: var(--spacing-32);
  color: var(--black-100);
}
body.page-template-template-overview-jobs main.has-sidebar .highlight {
  color: var(--green-80);
}
body.page-template-template-overview-jobs main.has-sidebar .subsection {
  position: relative;
  margin-left: calc(-1 * var(--sidePadding));
  padding-left: var(--sidePadding);
}
body.page-template-template-overview-jobs main.has-sidebar .subsection:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-20);
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-filter {
  background: var(--black-5);
  padding: 24px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .styled-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 0 100%;
  -moz-box-flex: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  cursor: pointer;
  font-size: 1.2rem;
  user-select: none;
  margin-bottom: 12px;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .styled-checkbox:last-child {
  margin-bottom: 0;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .styled-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .checkbox-box {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--black-10);
  border-radius: 4px;
  background-color: var(--white);
  display: inline-block;
  margin-right: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .checkbox-box:after {
  content: "";
  position: absolute;
  mask: url("images/icons/check.svg") no-repeat center;
  background-color: var(--black);
  width: 14px;
  height: 14px;
  left: 4px;
  top: 3px;
  display: none;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .styled-checkbox input:checked + .checkbox-box:after {
  display: block;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper {
  position: relative;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px 4px 0 0;
  padding: 0;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/search-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text] {
  --b-size: 2px;
  flex: 1;
  border: var(--b-size) solid transparent;
  background: transparent;
  padding: calc(12px - var(--b-size)) calc(88px - var(--b-size)) calc(12px - var(--b-size)) calc(48px - var(--b-size));
  font-size: 16px;
  line-height: 24px;
  color: var(--black-100);
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]::-webkit-input-placeholder {
  color: var(--black-70) !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child input[type=text]:focus {
  border-color: var(--black-100);
  border-radius: 4px !important;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child .search-close {
  position: absolute;
  right: 48px;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/close-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block !important;
  padding: 0;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:not(:placeholder-shown) ~ .search-close {
  opacity: 1;
  pointer-events: auto;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper > div:first-child #s-sidebar:placeholder-shown ~ .search-close {
  opacity: 0;
  pointer-events: none;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child {
  border-radius: 0;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child::before {
  display: none;
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child input[type=text] {
  padding: calc(16px - var(--b-size)) calc(88px - var(--b-size)) calc(16px - var(--b-size)) calc(16px - var(--b-size));
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child:after {
  background-image: url("images/icons/search-light.svg");
}
body.page-template-template-overview-jobs main.has-sidebar .subsection .search-form-wrapper.secondary > div:first-child .search-close {
  display: none !important;
}
body.page-template-template-overview-jobs main.has-sidebar .entries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-24);
  margin: var(--spacing-48) 0;
}
body.page-template-template-overview-jobs main.has-sidebar .results {
  position: relative;
}
body.page-template-template-overview-jobs main.has-sidebar .spinner-wrapper {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
body.page-template-template-overview-jobs main.has-sidebar .spinner-wrapper .spinner {
  position: absolute;
  inset: 0;
}
body.page-template-template-overview-jobs main.has-sidebar .spinner-wrapper .spinner:after {
  content: "";
  height: 32px;
  width: 32px;
  border: 3px solid rgba(36, 29, 76, 0.2);
  border-top-color: var(--green-dark);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  opacity: 0;
  position: absolute;
  inset: 0;
  margin: auto;
}

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