.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:0.3125rem;border:solid 0.0625rem #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:0.875rem;font-weight:normal;height:2.375rem;line-height:2.25rem;outline:none;padding-left:1.125rem;padding-right:1.875rem;position:relative;text-align:left !important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:0.125rem solid #999;border-right:0.125rem solid #999;content:"";display:block;height:0.3125rem;margin-top:-0.25rem;pointer-events:none;position:absolute;right:0.75rem;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:0.3125rem}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:0.75rem;height:2.25rem;line-height:2.125rem}.nice-select.small:after{height:0.25rem;width:0.25rem}.nice-select.small .option{line-height:2.125rem;min-height:2.125rem}.nice-select .nice-select-dropdown{margin-top:0.25rem;background-color:#fff;border-radius:0.3125rem;box-shadow:0 0 0 0.0625rem rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(1.1875rem);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:0.3125rem;box-sizing:border-box;overflow:hidden;padding:0;max-height:13.125rem;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:2.5rem;list-style:none;outline:none;padding-left:1.125rem;padding-right:1.8125rem;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:0.4375rem 0.75rem;min-height:2.25rem;line-height:1.375rem}.nice-select .has-multiple span.current{border:0.0625rem solid #ccc;background:#eee;padding:0 0.625rem;border-radius:0.1875rem;display:inline-block;line-height:1.5rem;font-size:0.875rem;margin-bottom:0.1875rem;margin-right:0.1875rem}.nice-select .has-multiple .multiple-options{display:block;line-height:1.5rem;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:0.3125rem;pointer-events:none;border-radius:0.3125rem 0.3125rem 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:0.0625rem solid #e8e8e8;border-radius:0.1875rem;color:#444;display:inline-block;vertical-align:middle;padding:0.4375rem 0.75rem;margin:0 0.625rem 0 0;width:100%;min-height:2.25rem;line-height:1.375rem;height:auto;outline:0 !important;font-size:0.875rem}

* {
  outline: none;
}
*:focus {
  outline: none;
}

.body{
  position: relative;
  overflow-x: hidden;
  padding-top: 57px;
}
@media (min-width: 768px) {
  .body{
    padding-top: 122px;
  }
}

.landing-page .main,
.home-page .main{
  position: relative;
}
.landing-page .main:before,
.home-page .main:before {
  content: " ";
  background-image: url("../img/bg.png");
  transform: translateX(-50%);
  height: calc(100% - 6.25rem);
  z-index: 4;
  pointer-events: none;
  position: absolute;
  top: 4rem;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 174px;
  background-size: contain;
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.07;
}
@media (min-width: 768px) {
  .landing-page .main:before,
.home-page .main:before{
    display: block;
  }
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1256px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-sm{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 62.5rem;
}

.container--fluid{
  max-width: none;
}

.transition {
  transition: all 0.5s linear;
}

.transition-, .resource-download__content-action a, .btn, .contact-form .btn-toolbar input {
  transition: all 0.2s linear;
}

[data-fadein]{
  opacity: 0;
  transition-duration: 500ms;
  transform: translateY(1.875rem);
}
[data-fadein].active{
  opacity: 1;
  transform: translateY(0);
}

body{
  font-family: geomanist, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-kerning: normal;
}
body.landing-page{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}

h1,
.h1{
  margin-bottom: 16px;
  font-family: geomanist, sans-serif;
  font-size: 45px;
  line-height: 1.31;
  font-weight: 400;
}

h2,
.h2{
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 400;
}

h3,
.h3{
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.27;
  font-weight: 400;
}

h4,
.h4,
.search-page__result-content-inner p{
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 400;
}

h5,
.h5{
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

h6,
.h6{
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

@media (min-width: 640px) {
  h2,
.h2{
    font-size: 32px;
    line-height: 1.28;
  }
}
@media (min-width: 768px) {
  h1,
.h1{
    font-size: 50px;
    line-height: 1.32;
  }

  h4,
.h4,
.search-page__result-content-inner p{
    font-size: 22px;
    line-height: 1.22;
  }
}
p{
  margin-bottom: 1.25rem;
  font-weight: 300;
}

ul{
  margin-bottom: 1.25rem;
}

ol{
  margin-bottom: 1.25rem;
}

li{
  margin-bottom: 0.5rem;
}
li:last-child{
  margin-bottom: 0px;
}

strong{
  font-weight: 500;
}

.typography{
  clear: both;
}
.typography *:last-child{
  margin-bottom: 0px;
}
.typography strong{
  font-weight: 500;
}
.typography ul{
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
}
.typography ol{
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.typography a:not(.btn){
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 1 32 / var(--tw-text-opacity));
}
.typography a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.typography table{
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  width: 100%;
}
.typography table th,
.typography table td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.typography table th:nth-child(2n+2),
.typography table td:nth-child(2n+2) {
  background-color: rgba(237, 237, 237, 0.4);
}
.typography table tr:first-child{
  font-weight: 700;
}
.typography table tr:nth-child(odd) {
  background-color: rgba(237, 237, 237, 0.4);
}
.typography .text-center {
  text-align: center;
}
.typography .text-right {
  text-align: right;
}
.typography .text-justify {
  text-align: justify;
}
.typography img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.typography img.rightAlone {
  margin-left: 100%;
  transform: translateX(-100%);
}
.typography img.center{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.typography img.right{
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.typography img.left{
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}

.element--bg-none{
  background-color: transparent;
}
.element--bg {
  background: var(--color-bg);
  color: var(--color-copy);
}
.element--none-pt{
  padding-top: 0px;
}
.element--none-pb{
  padding-bottom: 0px;
}
.element--default-pt{
  padding-top: 3.5rem;
}
.element--default-pb{
  padding-bottom: 3.5rem;
}
.element--default-pt{
  padding-top: 3.5rem;
}
.element--default-pb{
  padding-bottom: 3.5rem;
}
.element--pt-sm{
  padding-top: 44px;
}
.element--pb-sm{
  padding-bottom: 44px;
}
.element--pt-md{
  padding-top: 52px;
}
.element--pb-md{
  padding-bottom: 52px;
}
.element--pt-lg{
  padding-top: 60px;
}
.element--pb-lg{
  padding-bottom: 60px;
}
.element--mt-sm{
  margin-top: 16px;
}
.element--mb-sm{
  margin-bottom: 16px;
}
.element--mt-md{
  margin-top: 4rem;
}
.element--mb-md{
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .element--default-pt{
    padding-top: 68px;
  }
  .element--default-pb{
    padding-bottom: 68px;
  }
  .element--pt-md{
    padding-top: 3.5rem;
  }
  .element--pb-md{
    padding-bottom: 3.5rem;
  }
  .element--pt-lg{
    padding-top: 72px;
  }
  .element--pb-lg{
    padding-bottom: 72px;
  }
  .element--pt-xl{
    padding-top: 80px;
  }
  .element--pb-xl{
    padding-bottom: 80px;
  }
  .element--mt-md{
    margin-top: 72px;
  }
  .element--mb-md{
    margin-bottom: 72px;
  }
  .element--mt-lg{
    margin-top: 72px;
  }
  .element--mb-lg{
    margin-bottom: 72px;
  }
}

.btn, .contact-form .btn-toolbar input{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: geomanist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 1.8125rem;
  min-height: 3.5625rem;
  min-width: 8rem;
}
.btn:hover, .contact-form .btn-toolbar input:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--marae{
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
  min-width: 9.0625rem;
}
.btn--marae:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.btn--red{
  --tw-bg-opacity: 1;
  background-color: rgb(197 63 74 / var(--tw-bg-opacity));
  min-width: 9.0625rem;
}
.btn--red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(197 63 74 / var(--tw-text-opacity));
}
.btn--red-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
  min-width: 9.0625rem;
}
.btn--red-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.btn--large{
  min-width: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn--event{
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
}
.btn--event:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(197 63 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.load-more-btn{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (min-width: 768px) {
  .load-more-btn{
    font-size: 22px;
  }
}
.load-more-btn svg{
  margin-left: 0.5rem;
  height: 20px;
  width: 10px;
  transform: rotate(90deg);
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
  z-index: 5;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.3125rem #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  z-index: 10;
}

.flickity-prev-next-button.previous {
  left: 0.625rem;
}

.flickity-prev-next-button.next {
  right: 0.625rem;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0.625rem;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0.625rem;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -1.5625rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  margin: 0 0.5rem;
  background: rgba(51, 51, 51, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -624.9375rem;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 624.9375rem;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 0.3125rem #19f;
}

.flickity-page-dot.is-selected {
  background: #333333;
}

.hamburger,
.hamburger:before,
.hamburger:after{
  position: absolute;
  height: 2px;
  width: 20px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger:before,
.hamburger:after {
  content: " ";
  display: block;
}

.hamburger {
  top: 0.9375rem;
}
.hamburger:before {
  top: -0.40625rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger:after {
  bottom: -0.4375rem;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.active .hamburger{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.active .hamburger:before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.active .hamburger:after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

@font-face {
  font-family: "geomanist";
  src: url("../fonts/geomanist-light-webfont.eot");
  src: url("../fonts/geomanist-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-light-webfont.woff2") format("woff2"), url("../fonts/geomanist-light-webfont.woff") format("woff"), url("../fonts/geomanist-light-webfont.ttf") format("truetype"), url("../fonts/geomanist-light-webfont.svg#geomanistregular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "geomanist";
  src: url("../fonts/geomanist-regular-webfont.eot");
  src: url("../fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-regular-webfont.woff2") format("woff2"), url("../fonts/geomanist-regular-webfont.woff") format("woff"), url("../fonts/geomanist-regular-webfont.ttf") format("truetype"), url("../fonts/geomanist-regular-webfont.svg#geomanistregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "geomanist";
  src: url("../fonts/geomanist-medium-webfont.eot");
  src: url("../fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-medium-webfont.woff2") format("woff2"), url("../fonts/geomanist-medium-webfont.woff") format("woff"), url("../fonts/geomanist-medium-webfont.ttf") format("truetype"), url("../fonts/geomanist-medium-webfont.svg#geomanistregular") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "geomanist";
  src: url("../fonts/geomanist-bold-webfont.eot");
  src: url("../fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-bold-webfont.woff2") format("woff2"), url("../fonts/geomanist-bold-webfont.woff") format("woff"), url("../fonts/geomanist-bold-webfont.ttf") format("truetype"), url("../fonts/geomanist-bold-webfont.svg#geomanistregular") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "geomanist-book";
  src: url("../fonts/geomanist-book-webfont.eot");
  src: url("../fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-book-webfont.woff2") format("woff2"), url("../fonts/geomanist-book-webfont.woff") format("woff"), url("../fonts/geomanist-book-webfont.ttf") format("truetype"), url("../fonts/geomanist-book-webfont.svg#geomanistregular") format("svg");
  font-style: normal;
}
:root {
  --colors-primary: #003f72;
  --colors-text: white;
  --colors-default: white;
}

.blue {
  --colors-primary: #003f72;
}

.brown {
  --colors-primary: #ab8422;
}

.green {
  --colors-primary: #69923a;
}

.light-blue {
  --colors-primary: #6493b5;
}

.orange {
  --colors-primary: #ca7700;
}

.purple {
  --colors-primary: #865f7f;
}

.marae-red,
.red {
  --colors-primary: #9e3039;
}

.grey {
  --colors-primary: #9e3039;
}

.tile .tag {
  background: var(--colors-primary);
  color: var(--colors-text);
}
.tile .inhouse__heading {
  color: var(--colors-primary);
}
.tile .link:hover {
  color: var(--colors-primary);
}
.tile .link svg {
  color: var(--colors-primary);
}

.process {
  background: var(--colors-primary);
  color: var(--colors-text);
}
@media (min-width: 768px) {
  .process {
    background: none;
  }
  .process .process-element__wrapper {
    background: var(--colors-primary);
    color: var(--colors-text);
  }
}

.box {
  background: var(--colors-primary);
  color: var(--colors-text);
}

.filter-btns__btn {
  background: var(--colors-default);
  color: var(--colors-primary);
}
.filter-btns__btn:hover, .filter-btns__btn.active {
  background: var(--colors-primary);
  color: var(--colors-text);
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 10.3125rem;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: 80vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 12.5rem;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 1.25rem;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 0.75rem;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0.9375rem;
  padding: 1.1875rem 0.6875rem;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 3.125rem;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 1.875rem;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 1.5625rem;
  width: 1.5625rem;
  animation: lightboxLoader 0.8s infinite linear;
  border: 0.125rem solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 0.0625rem);
  position: fixed;
  top: -0.0625rem;
  left: 0;
  background: rgba(0, 0, 0, 0.92);
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 1.625rem;
  height: 2.75rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 1.5625rem;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 0.125rem solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 1.375rem 1.25rem;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 1.1875rem;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 1.875rem;
  width: 2.5rem;
  height: 3.125rem;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 1.875rem;
  width: 2.5rem;
  height: 3.125rem;
}

.glightbox-clean .gclose {
  width: 2.1875rem;
  height: 2.1875rem;
  position: fixed;
  top: 1rem;
  right: 0.9375rem;
  cursor: pointer;
  z-index: 10;
}

.glightbox-clean .gclose svg {
  width: 1.125rem;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
    width: 50vw;
  }

  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 17.1875rem;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    box-shadow: 0.0625rem 0.125rem 0.5625rem 0 rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
.glightbox-clean .gnext {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 1.25rem;
    top: 1.9rem;
  }

  .gslide-image img {
    width: 80vw;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.nice-select{
  position: relative;
  margin: 0px;
  min-height: 57px;
  width: 100%;
  cursor: pointer;
  border-radius: 29px;
  border-style: none;
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.research-holder .nice-select{
  --tw-text-opacity: 1;
  color: rgb(0 63 114 / var(--tw-text-opacity));
}

.nice-select ul{
  margin-bottom: 0px;
}

.nice-select:after{
  display: none;
}

.nice-select .nice-select-dropdown{
  margin-top: 0px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
  box-shadow: 0 0.3125rem 0.1875rem 0.0625rem rgba(68, 68, 68, 0.11);
}

.nice-select.open{
  border-color: transparent;
  border-radius: 1.8125rem 1.8125rem 0 0;
}

.nice-select .list::-webkit-scrollbar {
  width: 0.25rem;
}
.nice-select .list::-webkit-scrollbar-track {
  background: #CFC3C3;
  overflow: hidden;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #9E3039;
  overflow: hidden;
}

.nice-select .list .option{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nice-select .list li{
  margin-bottom: 0px;
}

.header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
}
body.scrolled .header {
  box-shadow: 0 0.25rem 0.375rem -0.375rem black;
}
.header__wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo{
  width: 158px;
  flex-shrink: 0;
  padding-right: 1.25rem;
}
.header__logo img{
  height: 47px;
}
.header__navigation{
  display: none;
}
@media (min-width: 768px){
  .header__navigation{
    display: flex;
  }
}
.header__navigation a{
  display: block;
}
.header__navigation .navigation{
  margin-left: -0px;
  margin-right: -0px;
  margin-bottom: 0px;
  display: flex;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .header__navigation .navigation{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    height: 100%;
  }
}
.header__navigation .navigation__item{
  margin-bottom: 0px;
  border-top-right-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.header__navigation .navigation__item-svg {
  display: none;
}
@media (min-width: 1024px) {
  .header__navigation .navigation__item{
    height: 100%;
  }
  .header__navigation .navigation__item .navigation__item-link{
    height: 100%;
  }
  .header__navigation .navigation__item a {
    height: 100%;
  }
  .header__navigation .navigation__item.active, .header__navigation .navigation__item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .header__navigation .navigation__item:hover .dropdown{
    pointer-events: auto;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}
.header__navigation h5{
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
}
.header__navigation p{
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25rem;
}
.header__action{
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header__action{
    height: 100%;
    align-items: flex-start;
    padding-top: 40px;
  }
  .header__search{
    height: 100%;
    border-top-left-radius: 18px;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-left: 28px;
  }
  .header__search:hover, .header__search.active{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.header__search svg{
  height: 1.25rem;
  width: 1.25rem;
}
.header__form{
  pointer-events: none;
  position: fixed;
  top: 122px;
  right: 0px;
  z-index: 30;
  display: flex;
  min-height: 158px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 47px;
  padding-bottom: 57px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transform: translateY(-0.625rem);
}
.header__form.active{
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.header__form-holder{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1246px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1200px) {
  .header__form-holder{
    flex-direction: row;
    align-items: center;
  }
}
.header__form .close{
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: none;
  cursor: pointer;
}
.header__form form{
  flex: 1 1 0%;
}
.header__form form input[type=text]{
  margin-bottom: 24px;
  margin-right: 1.25rem;
  min-height: 57px;
  width: 100%;
  max-width: 416px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 16px;
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-radius: 1.8125rem;
}
.header__form form input[type=text]::-moz-placeholder{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.header__form form input[type=text]::placeholder{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {
  .header__form form input[type=text]{
    margin-bottom: 0px;
  }
}
.header__form h2{
  margin-bottom: 0px;
  margin-right: 1.25rem;
  display: flex;
  flex-direction: row;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__form h2 strong{
  margin-right: 0.5rem;
}
@media (min-width: 1200px) {
  .header__form h2{
    margin-bottom: 0px;
  }
}
.header__hamburger{
  position: relative;
  z-index: 10;
  margin-left: 2rem;
  display: none;
  height: 2rem;
  cursor: pointer;
  width: 2.125rem;
}
@media (min-width: 768px) {
  .header__wrapper{
    height: 122px;
  }
  .header__logo img{
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header__wrapper{
    align-items: center;
  }
  .header__navigation{
    height: 100%;
    align-items: center;
  }
  .header__navigation li{
    height: 100%;
    padding-top: 0.5rem;
  }
  .header__navigation .dropdown{
    pointer-events: none;
    position: fixed;
    top: 122px;
    right: 0px;
    left: 0px;
    width: 100%;
    --tw-translate-y: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 200ms;
  }
  .header__navigation .dropdown__navigation{
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 3.5rem;
  }
  .header__navigation .dropdown__navigation-item{
    width: 33.333333%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__navigation .dropdown__navigation-item-heading{
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 16px;
    line-height: 1.25;
    border-bottom: 0.1875rem solid #ffffff;
  }
  .header__navigation .dropdown__navigation-item-links a{
    font-size: 16px;
    line-height: 1.875;
  }
  .header__navigation .dropdown__navigation-item-links a:hover{
    text-decoration-line: underline;
  }
  .header__navigation .dropdown__navigation-item-sub-links{
    margin-left: 24px;
  }
  .header__navigation .dropdown__navigation-item-sub-links a{
    margin-bottom: 0.5rem;
    line-height: 1.1;
  }
  .header__navigation .dropdown .translation-heading{
    margin-bottom: 0px;
    font-weight: 500;
  }
  .header__navigation .dropdown .eng-heading{
    margin-bottom: 0px;
    font-weight: 300;
  }
}
@media (max-width: 1023px) {
  .header__hamburger{
    display: block;
  }
  .header__navigation{
    display: none;
  }
  .header__navigation.active{
    position: fixed;
    top: 0px;
    right: -10px;
    display: block;
    height: 100vh;
    width: 100%;
    max-width: 340px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-top: 120px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transform: translateX(0);
  }
  @keyframes slide {
    from {
      right: [-6.25rem];
    }
    to {
      right: 0;
    }
  }
  .header__navigation .navigation{
    max-height: 600px;
    overflow-y: scroll;
    padding-top: 0px;
  }
  .header__navigation .navigation__item{
    padding-right: 0px;
  }
  .header__navigation .navigation__item-link{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 0px;
    border-bottom: 0.1875rem solid #ffffff;
  }
  .header__navigation .navigation__item-svg{
    margin-right: 1.25rem;
    display: block;
  }
  .header__navigation .navigation__item-svg svg {
    height: 0.625rem;
    width: 1.25rem;
  }
  .header__navigation ul{
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .header__navigation li{
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .header__navigation a{
    display: block;
  }
  .header__navigation .dropdown{
    pointer-events: auto;
    position: static;
    display: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 150ms;
  }
  .header__navigation .dropdown.show{
    display: block;
  }
  .header__navigation .dropdown .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .header__navigation .dropdown__navigation{
    display: flex;
    flex-wrap: wrap;
  }
  .header__navigation .dropdown__navigation-item{
    width: 100%;
  }
  .header__navigation .dropdown__navigation-item-heading{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .header__navigation .dropdown__navigation-item-heading h6{
    font-size: 16px;
    line-height: 1.25;
  }
  .header__navigation .dropdown__navigation-item-links{
    margin-left: 2rem;
  }
  .header__navigation .dropdown__navigation-item-links a{
    font-size: 16px;
    line-height: 1.875;
  }
  .header__navigation .dropdown__navigation-item-links a:hover{
    text-decoration-line: underline;
  }
  .header__navigation .dropdown .translation-heading{
    margin-bottom: 0px;
    font-weight: 500;
  }
  .header__navigation .dropdown .eng-heading{
    margin-bottom: 0px;
    font-weight: 300;
  }
  .header__form{
    position: fixed;
    top: 0px;
    right: -10px;
    z-index: 30;
    display: block;
    height: 100vh;
    width: 100%;
    max-width: 340px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 4rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transform: translateX(100%);
  }
  .header__form.active {
    transform: translateX(0);
  }
  .header__form-holder{
    padding-left: 0px;
    padding-right: 0px;
  }
  .header__form .close{
    display: block;
  }
  .header__form form{
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .header__form form input[type=text]{
    margin-right: 0px;
    width: 100%;
  }
  .header__form form button {
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__form h2{
    margin-bottom: 24px;
    margin-right: 0px;
    flex-direction: column;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .header__form h2 strong{
    margin-right: 0px;
  }
}

.footer{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer .container{
  padding-top: 16px;
}
.footer h5,
.footer p, .footer a{
  font-size: 16px;
  line-height: 1.3125;
}
.footer h5{
  margin-bottom: 0px;
  font-weight: 500;
}
.footer p, .footer a{
  margin-bottom: 24px;
  font-weight: 300;
}
.footer__logo img{
  width: 164px;
}
.footer__bottom{
  padding-bottom: 3.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer__bottom a{
  text-decoration-line: underline;
}
.footer__bottom a:hover{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.footer__bottom p{
  margin-bottom: 0px;
}
.footer__col{
  margin-bottom: 44px;
}
.footer .links__col{
  display: flex;
  flex-wrap: wrap;
}
.footer .links__col a{
  margin-bottom: 24px;
  display: block;
  width: 50%;
}
.footer .links__col a h5{
  font-weight: 500;
}
.footer .links__col a p{
  font-weight: 300;
}
.footer .links__col a h5,
.footer .links__col a p{
  font-size: 16px;
  line-height: 1.3125;
}
.footer .links__col:last-child p{
  margin-bottom: 0px;
}
.footer__socials h5{
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 1.3125;
}
.footer .social__links{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 44px;
  display: flex;
}
.footer .social__links a{
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footer .social__links a img {
  height: 1.875rem;
  width: auto;
}
.footer__enquiries{
  margin-bottom: 44px;
}
.footer__enquiries p{
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .footer .container{
    padding-top: 8rem;
  }
  .footer__bottom{
    padding-bottom: 1.25rem;
    text-align: center;
  }
.typography .footer__bottom {
  text-align: center;
}
  .footer__socials{
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
  }
  .footer .socials__col{
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__inner{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__logo{
    margin-left: -0px;
  }
  .footer__logo img{
    width: 164px;
  }
}

.blog-navigation{
  margin-bottom: 76px;
  width: 100%;
}
.blog-navigation__wrapper a{
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
}
.blog-navigation__wrapper a:hover{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.blog-navigation__wrapper-modile{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blog-navigation__wrapper-modile{
    display: none;
  }
}
.blog-navigation__wrapper-desktop{
  display: none;
}
.blog-navigation__wrapper-desktop a{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .blog-navigation__wrapper-desktop{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.navigation-prev svg {
  transform: rotate(90deg);
}

.navigation-next svg {
  transform: rotate(-90deg);
}

.event-detail__actionz{
  margin-bottom: 3rem;
}

.event-navigation a{
  display: flex;
  align-items: center;
}
.event-navigation a svg{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}

.landing-page .content .container{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.landing-page .content .content-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.landing-page .content .content-bg h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.landing-page .content__title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  max-width: 286px;
  padding-left: 36px;
  padding-right: 36px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.typography .landing-page .content__title {
  text-align: center;
}
.landing-page .content__title span{
  font-weight: 300;
}
.landing-page .content__body{
  margin-left: auto;
  margin-right: auto;
  max-width: 918px;
}
.landing-page .content__cols{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.landing-page .content .arrow {
  border: solid #9b9b9b;
  border-width: 0 0.089rem 0.089rem 0;
  display: inline-block;
  padding: 0.2875rem;
  margin-bottom: 0.25rem;
}
.landing-page .content .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.landing-page .content .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-bottom: -0.25rem;
}
.landing-page .content h3{
  font-weight: 700;
}
.landing-page .content p strong{
  font-weight: 500;
}
.landing-page .content .content__more{
  display: none;
}
.landing-page .content .content__more.active{
  display: block;
}
.landing-page .content .more-btn {
  color: #7d7d7d;
}
.landing-page .content .more-btn.active{
  display: none;
}
@media (min-width: 768px) {
  .landing-page .content__title{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    max-width: none;
    padding-left: 36px;
    padding-right: 36px;
  }
  .container-sm .landing-page .content__title{
    text-align: center;
  }
.typography .container-sm .landing-page .content__title {
  text-align: center;
}
  .landing-page .content__cols{
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
  }
  .landing-page .content__col{
    width: 50%;
    flex-grow: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing-page .content__body{
    padding-top: 36px;
  }
}

.content{
  position: relative;
  overflow: hidden;
}
.content .arrow {
  border: solid #9b9b9b;
  border-width: 0 0.089rem 0.089rem 0;
  display: inline-block;
  padding: 0.2875rem;
  margin-bottom: 0.25rem;
}
.content ul{
  margin-left: 40px;
  list-style-type: disc;
  font-weight: 300;
}
.content ol{
  margin-left: 40px;
  list-style-type: decimal;
  font-weight: 300;
}
.content .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.content .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-bottom: -0.25rem;
}
.content__title{
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  z-index: 5;
}
.content__title h2{
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.22;
}
.content__title h2 .te-reo-title{
  margin-right: 0.5rem;
  font-weight: 500;
}
.content h3{
  margin-bottom: 0.75rem;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.28;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content h3{
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.content p strong{
  font-weight: 500;
}
.content .content-pattern{
  position: absolute;
  display: none;
  top: 3.625rem;
  left: 50%;
  transform: translateX(-50%);
}
.content .content-pattern img {
  width: 21.0625rem;
}
.content .content__more{
  display: none;
}
.content .content__more.active{
  display: block;
}
.content .more-btn{
  cursor: pointer;
  color: #7d7d7d;
}
.content .more-btn.active{
  display: none;
}
@media (min-width: 768px) {
  .content__title{
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
  .content__title h2{
    margin-bottom: 0px;
    flex-direction: row;
  }
  .container-sm .content__title h2{
    justify-content: center;
  }
  .content .content-pattern{
    display: block;
  }
  .content__cols{
    position: relative;
    z-index: 10;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
  }
  .home-page .content__cols{
    z-index: 0;
  }
  .content__col{
    width: 50%;
    flex-grow: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.image-content{
  width: 100%;
}
.image-content__title{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
}
.image-content__title h2{
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.22;
}
.image-content__title h2 .te-reo-title{
  margin-right: 0.5rem;
  font-weight: 500;
}
.image-content__cols{
  display: flex;
  flex-wrap: wrap;
}
.image-content__img-holder{
  margin-bottom: 28px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .image-content__img-holder{
    margin-bottom: 0px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .image-content__img-holder{
    width: 40%;
  }
}
.image-content__body{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.image-content__body h3{
  margin-bottom: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .image-content__body{
    width: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .image-content__body{
    width: 60%;
  }
}

.hero{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero--main:after, .hero--secondary:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.3;
}
.hero--secondary .hero__desc{
  max-width: 855px;
}
.hero--secondary .hero__desc--narrow{
  max-width: 485px;
}
.hero--small{
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
}
.hero--small .hero__image-svg{
  position: absolute;
  bottom: 0px;
  right: 25px;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero--small .hero__image-svg {
    right: 3.625rem;
  }
}
.hero--small .hero__image-svg svg{
  height: 238px;
  width: 159px;
}
.hero--project{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero--project .hero__tag{
  position: absolute;
  top: 0px;
  left: -1.25rem;
  width: 100%;
  max-width: 257px;
  border-bottom-right-radius: 18px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.hero--project .hero__tag h6{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  .hero--project .hero__tag{
    left: 0px;
  }
}
.hero--project .hero__content{
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {
  .hero--project .hero__content{
    padding-bottom: 76px;
  }
}
@media (min-width: 1024px) {
  .hero--project .hero__content{
    width: 50%;
    padding-top: 9rem;
    padding-right: 3.5rem;
  }
}
.hero--new, .hero--event{
  --tw-bg-opacity: 1;
  background-color: rgb(207 195 195 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero--new .hero__content, .hero--event .hero__content{
  padding-top: 36px;
  padding-bottom: 3rem;
}
.hero--new .hero__content .hero__breadcrumb, .hero--event .hero__content .hero__breadcrumb{
  margin-bottom: 36px;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .hero--new .hero__content .hero__breadcrumb, .hero--event .hero__content .hero__breadcrumb{
    margin-bottom: 52px;
  }
}
.hero--new .hero__content .hero__date, .hero--event .hero__content .hero__date{
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hero--new .hero__content .hero__title, .hero--event .hero__content .hero__title{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .hero--new .hero__content, .hero--event .hero__content{
    padding-top: 24px;
    padding-bottom: 76px;
  }
}
.hero--event .hero__content .hero__date{
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.hero--project .hero__wrapper, .hero--new .hero__wrapper, .hero--event .hero__wrapper{
  display: flex;
  min-height: 422px;
  flex-wrap: wrap;
}
.hero--project .hero__content, .hero--new .hero__content, .hero--event .hero__content{
  width: 100%;
}
.hero--project .hero__content .hero__title, .hero--new .hero__content .hero__title, .hero--event .hero__content .hero__title{
  margin-bottom: 3rem;
  font-weight: 500;
}
.hero--project .hero__content .hero__desc, .hero--new .hero__content .hero__desc, .hero--event .hero__content .hero__desc{
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .hero--project .hero__content, .hero--new .hero__content, .hero--event .hero__content{
    width: 50%;
    padding-right: 3.5rem;
  }
}
.hero--project .hero__image, .hero--new .hero__image, .hero--event .hero__image{
  width: 100%;
}
.hero--project .hero__image-holder, .hero--new .hero__image-holder, .hero--event .hero__image-holder{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 1024px) {
  .hero--project .hero__image-holder, .hero--new .hero__image-holder, .hero--event .hero__image-holder{
    margin-left: -0px;
    margin-right: -0px;
    height: 100%;
    width: 100%;
  }
}
.hero--project .hero__image img, .hero--new .hero__image img, .hero--event .hero__image img{
  height: 228px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 640px) {
  .hero--project .hero__image img, .hero--new .hero__image img, .hero--event .hero__image img{
    height: 400px;
  }
}
@media (min-width: 768px) {
  .hero--project .hero__image img, .hero--new .hero__image img, .hero--event .hero__image img{
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .hero--project .hero__image img, .hero--new .hero__image img, .hero--event .hero__image img{
    height: 100%;
  }
  .hero--project .hero__image, .hero--new .hero__image, .hero--event .hero__image{
    width: 50%;
  }
}
.hero--main .hero__form{
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -44.2px;
  display: none;
  border-radius: 43px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hero--main .hero__form-holder{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 36px;
}
.hero--main .hero__form-holder form{
  margin-bottom: 0px;
  flex: 1 1 0%;
}
.hero--main .hero__form-holder form input[type=text]{
  margin-right: 0.5rem;
  min-height: 57px;
  width: 100%;
  max-width: 389px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 16px;
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-radius: 1.8125rem;
}
.hero--main .hero__form-holder form input[type=text]::-moz-placeholder{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.hero--main .hero__form-holder form input[type=text]::placeholder{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.hero--main .hero__form-holder h2{
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: row;
  font-size: 25px;
  line-height: 1.28;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero--main .hero__form-holder h2 strong{
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .hero--main .hero__form-holder h2{
    font-size: 32px;
    line-height: 1.28;
  }
}
@media (min-width: 1400px) {
  .hero--main .hero__form{
    display: block;
  }
}
.hero--medium{
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
}
.hero--medium .hero__image-svg{
  position: absolute;
  bottom: 0px;
  right: 25px;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero--medium .hero__image-svg {
    right: 3.625rem;
  }
}
.hero--medium .hero__image-svg svg{
  height: 238px;
  width: 159px;
}
@media (min-width: 1024px) {
  .hero--medium .hero__image-svg svg{
    height: 345px;
    width: 234px;
  }
}
.hero--medium .hero__desc{
  max-width: 855px;
}
.hero__wrapper{
  position: relative;
  z-index: 10;
  min-height: 478px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero--main .hero__wrapper{
  min-height: 355px;
}
@media (min-width: 768px) {
  .hero--main .hero__wrapper{
    min-height: 478px;
  }
}
.hero--small .hero__wrapper{
  min-height: 280px;
}
@media (min-width: 768px) {
  .hero--small .hero__wrapper{
    min-height: 266px;
  }
}
.hero--medium .hero__wrapper{
  display: flex;
  min-height: 592px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero--medium .hero__wrapper{
    min-height: 373px;
  }
}
.hero__wrapper .hero__desc,
.hero__wrapper .hero__desc--narrow{
  margin-top: 36px;
}
.hero__wrapper .hero__desc p,
.hero__wrapper .hero__desc--narrow p{
  font-size: 22px;
  line-height: 1.59;
}
.hero__inner{
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 300;
}
.hero__inner h1{
  margin-bottom: 36px;
  max-width: 293px;
  font-weight: 500;
}
.hero__inner h2 span{
  font-weight: 300;
}
.hero__inner p {
  letter-spacing: 0.0275rem;
}
.hero__inner p:last-child{
  margin-bottom: 0px;
}
.hero--small .hero__inner{
  display: flex;
  width: 100%;
  max-width: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 52px;
}
.hero--small .hero__inner, .hero--medium .hero__inner, .hero--secondary .hero__inner{
  width: 100%;
  max-width: none;
}
.hero--small .hero__inner span.h1, .hero--medium .hero__inner span.h1, .hero--secondary .hero__inner span.h1{
  font-weight: 500;
}
.hero--small .hero__inner h1, .hero--medium .hero__inner h1, .hero--secondary .hero__inner h1{
  margin-bottom: 0px;
  max-width: none;
  font-weight: 300;
}
.hero__title--main h1{
  margin-bottom: 52px;
  font-size: 3.125rem;
  line-height: 4.125rem;
}
@media (min-width: 768px) {
  .hero:after{
    opacity: 0;
  }
  .hero__inner h1{
    margin-bottom: 52px;
  }
}

.news .container{
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .news .container{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.news__inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.news__col h2{
  margin-bottom: 44px;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .news__col h2{
    margin-bottom: 40px;
  }
}
.news__col h2 span{
  font-weight: 300;
}
.news__col__inner{
  max-width: 442px;
}
.news__col__inner :last-child p{
  margin-bottom: 0px;
}
.news__item h3{
  margin-bottom: 0px;
  font-weight: 700;
}
.news__item h3 a{
  text-decoration-line: underline;
}
.news__news-letters{
  padding-top: 24px;
  padding-bottom: 88px;
}
.news__news-letters h3{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.news__news-letters ul{
  margin-bottom: 0px;
}
.news__news-letters ul :last-child{
  margin-bottom: 0px;
}
.news__news-letters li{
  margin-bottom: 0.75rem;
}
.news__news-letters a{
  text-decoration-line: underline;
}
@media (min-width: 768px) {
  .news__cols{
    position: relative;
    margin-left: -80px;
    margin-right: -80px;
    display: flex;
  }
  .news__col{
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
  }
  .news__inner{
    padding-left: 0px;
    padding-right: 0px;
  }
  .news__news-letters{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.events{
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.events h1{
  margin-bottom: 40px;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.events h1 span{
  font-weight: 400;
}
.events .news{
  margin-bottom: 88px;
}
.events h3{
  margin-bottom: 0px;
}
.events .content__item{
  margin-bottom: 0.5rem;
}
.events__content--col{
  text-align: justify;
}
.typography .events__content--col {
  text-align: justify;
}
@media (min-width: 768px) {
  .events__content__inner{
    margin-left: -28px;
    margin-right: -28px;
    display: flex;
  }
  .events .events__content--col{
    padding-left: 28px;
    padding-right: 28px;
  }
}

.resources .container{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 52px;
  padding-bottom: 52px;
}

@media (min-width: 768px){
  .resources .container{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.resources .container h2{
  margin-bottom: 3rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.typography .resources .container h2 {
  text-align: center;
}
.resources .container h2 span{
  font-weight: 300;
}
.resources .resource{
  display: flex;
  padding-bottom: 28px;
}
.resources .resource__icon{
  margin-right: 2rem;
  display: block;
  display: flex;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
}
.resources .resource__icon svg{
  height: auto;
  width: 19px;
}
.resources .resource h3{
  margin-bottom: 0px;
  font-weight: 700;
}
.resources .resource a{
  text-decoration-line: underline;
}
.resources .resource p:last-child{
  margin-bottom: 0px;
}
.resources__content{
  margin-left: auto;
  margin-right: auto;
  max-width: 792px;
}
@media (min-width: 768px) {
  .resources .resource{
    padding-bottom: 1.25rem;
  }
}

.logo-block{
  width: 100%;
}
.logo-block__wrapper{
  padding-top: 52px;
}
.logo-block__title{
  margin-bottom: 24px;
}
.logo-block__title h2{
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 32px;
  font-weight: 300;
}
.logo-block__title h2 strong{
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .logo-block__title h2{
    justify-content: center;
  }
  .logo-block__title{
    margin-bottom: 40px;
  }
}
.logo-block__logos {
  border-top: 0.0625rem solid #dbd2d2;
}
.logo-block__logos h6{
  margin-top: 0.5rem;
  margin-bottom: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.logo-block__logos-list{
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .logo-block__logos-list{
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
}
.logo-block__logo{
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
.logo-block__logo img{
  height: 60px;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 480px) {
  .logo-block__logo{
    margin-bottom: 40px;
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .logo-block__logo{
    margin-bottom: 40px;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .logo-block__logo{
    width: 16.666667%;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.inhouse{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
  overflow-x: hidden;
}
.inhouse__title{
  margin-bottom: 24px;
}
.inhouse__title h2{
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 32px;
  font-weight: 300;
}
.inhouse__title h2 strong{
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .inhouse__title h2{
    justify-content: center;
  }
  .inhouse__title{
    margin-bottom: 40px;
  }
}
.inhouse__wrapper{
  margin-left: -16px;
  margin-right: -16px;
}
.inhouse__wrapper .flickity-prev-next-button.next{
  right: 2rem;
}
.inhouse__wrapper .flickity-prev-next-button.previous{
  left: 2rem;
}
.inhouse__wrapper .flickity-viewport {
  overflow: visible;
}
.inhouse__wrapper .flickity-button {
  background: rgba(0, 0, 0, 0.38);
}
.inhouse__wrapper .flickity-button:disabled {
  display: none;
}
.inhouse__wrapper .flickity-button-icon {
  fill: white;
}
.inhouse__wrapper .flickity-button:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
  .inhouse__wrapper .flickity-viewport{
    overflow: hidden;
  }
}
.inhouse__card{
  display: flex;
  min-height: 100%;
  width: 100%;
  max-width: 279px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
@media (min-width: 640px) {
  .inhouse__card{
    width: 50%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .inhouse__card{
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .inhouse__card{
    width: 25%;
  }
}
.inhouse__card-holder{
  display: flex;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0.1875rem 0.375rem #00000029;
}
.inhouse__img{
  position: relative;
  width: 100%;
}
.inhouse__img img{
  height: 222px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inhouse__tag{
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  max-height: 65px;
  width: 100%;
  max-width: 160px;
  align-items: center;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-top: 0.75rem;
  padding-bottom: 3px;
}
.inhouse__tag-text{
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.inhouse__tag-number{
  padding-right: 24px;
  font-size: 59px;
  font-weight: 500;
  line-height: 1.3;
}
.inhouse__content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 16px;
  padding-top: 0.5rem;
}
.inhouse__heading{
  flex: 1 1 0%;
}
.inhouse__heading h2{
  font-size: 28px;
  font-weight: 300;
}
.inhouse__heading h2:first-child{
  margin-bottom: 0px;
}
.inhouse__action .link{
  display: flex;
  align-items: center;
  font-family: geomanist-book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
}
.inhouse__action .link svg{
  margin-left: 0.5rem;
}

.pathway{
  --tw-bg-opacity: 1;
  background-color: rgb(207 195 195 / var(--tw-bg-opacity));
  overflow-x: hidden;
}
.pathway .container{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pathway__pattern img{
  width: 100%;
}
.pathway__title{
  margin-bottom: 24px;
}
.pathway__title h2{
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 32px;
  font-weight: 300;
}
.pathway__title h2 strong{
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .pathway__title h2{
    justify-content: center;
  }
  .pathway__title{
    margin-bottom: 40px;
  }
}
.pathway__inner{
  display: flex;
  min-height: 100%;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0.1875rem 0.375rem #00000029;
}
.pathway__item{
  display: flex;
  min-height: 100%;
  width: 100%;
  max-width: 279px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 640px) {
  .pathway__item{
    width: 50%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .pathway__item{
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .pathway__item{
    width: 25%;
  }
}
.pathway .flickity-prev-next-button.next{
  right: 2rem;
}
.pathway .flickity-prev-next-button.previous{
  left: 2rem;
}
.pathway .flickity-viewport {
  overflow: visible;
}
.pathway .flickity-button {
  background: rgba(0, 0, 0, 0.38);
}
.pathway .flickity-button:disabled {
  display: none;
}
.pathway .flickity-button-icon {
  fill: white;
}
.pathway .flickity-button:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pathway__img{
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pathway__img:before{
  display: block;
  padding-top: 50%;
  content: "";
}
.pathway__content{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-bottom-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 24px;
}
.pathway__content p,
.pathway__content h3{
  margin-bottom: 0.75rem;
}
.pathway__category p{
  font-weight: 500;
}
.pathway__item-title{
  flex: 1 1 0%;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.pathway__item-title h3{
  font-weight: 500;
}
.pathway__date{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
}
.pathway__date p{
  margin-bottom: 0px;
  font-family: geomanist-book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.pathway__date:hover{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .pathway__title{
    text-align: center;
  }
.typography .pathway__title {
  text-align: center;
}
  .pathway__title h2{
    margin-bottom: 2rem;
  }
  .pathway .flickity-viewport {
    overflow: hidden;
  }
  .pathway__grid{
    margin-left: -16px;
    margin-right: -16px;
  }
}

.process-element{
  margin-bottom: 2rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 40px;
  border-radius: 0 0 1.875rem 0;
}
.process-element.process-element--reverse {
  border-radius: 0 0 0 1.875rem;
}
@media (min-width: 768px) {
  .process-element{
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: none;
  }
}
.process-element__wrapper{
  display: flex;
  flex-wrap: wrap;
}
.process-element--reverse .process-element__wrapper{
  flex-direction: row-reverse;
  border-radius: 0 0 0 1.875rem;
}
@media (min-width: 768px) {
  .process-element__wrapper {
    border-radius: 0 0 1.875rem 0;
  }
}
.process-element__image{
  position: relative;
  margin-bottom: 36px;
  width: 100%;
}
.process-element__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .process-element__image{
    margin-bottom: 0px;
    width: 50%;
  }
  .process-element__image img{
    position: absolute;
  }
}
.process-element__image .popup-btn{
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process-element .process-element__content-tag-holder{
  display: flex;
  max-width: 129px;
  align-items: center;
}
.process-element__content-top{
  width: 100%;
}
@media (min-width: 768px) {
  .process-element__content-top{
    display: none;
  }
}
.process-element__content-top .process-element__content-tag-top{
  width: 100%;
  border-bottom-width: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.process-element__content-top .process-element__content-tag-top .tag-number{
  font-size: 59px;
  line-height: 77px;
}
.process-element__content-top .process-element__content-heading-top{
  margin-bottom: 1.25rem;
}
.process-element__content-top .process-element__content-heading-top h2{
  margin-bottom: 0px;
  font-weight: 300;
}
.process-element__content-top .process-element__content-heading-top h2.h1{
  margin-bottom: 0px;
}
.process-element__content{
  width: 100%;
}
.process-element__content .process-element__content-tag-holder{
  display: flex;
  max-width: 129px;
  align-items: center;
}
.process-element__content .process-element__content-tag{
  margin-bottom: 16px;
  border-bottom-width: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.process-element__content .process-element__content-tag .tag-number{
  font-size: 59px;
  line-height: 77px;
}
.process-element__content .process-element__content-heading{
  margin-bottom: 0.75rem;
}
.process-element__content .process-element__content-heading h2{
  margin-bottom: 0px;
  font-weight: 500;
}
.process-element__content .process-element__content-heading h2.h1{
  margin-bottom: 0px;
}
.process-element__content .process-element__content-heading h2{
  font-weight: 300;
}
.process-element__content .process-element__content-heading h2:first-child{
  margin-bottom: 0px;
}
.process-element__content .process-element__content-tag,
.process-element__content .process-element__content-heading{
  display: none;
}
@media (min-width: 768px) {
  .process-element__content .process-element__content-tag,
.process-element__content .process-element__content-heading{
    display: block;
  }
}
@media (min-width: 1024px) {
  .process-element__content .process-element__content-tag h2,
.process-element__content .process-element__content-heading h2{
    font-size: 50px;
    line-height: 67px;
  }
}
.process-element__content-desc{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.0225rem;
}
@media (max-width: 1024px) {
  .process-element__content-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .process-element__content-desc.active {
    overflow: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: vertical;
  }
}
.process-element__content .read-more{
  display: none;
  cursor: pointer;
  padding-top: 0.5rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.process-element__content .read-more.active .read-more-text{
  display: none;
}
.process-element__content .read-more.active .read-less-text{
  display: flex;
}
.process-element__content .read-more .read-more-text, .process-element__content .read-more .read-less-text{
  display: flex;
  align-items: center;
}
.process-element__content .read-more .read-more-text svg, .process-element__content .read-more .read-less-text svg {
  margin-left: 0.3125rem;
  width: 1.1875rem;
  height: 0.625rem;
}
.process-element__content .read-more .read-less-text{
  display: none;
}
.process-element__content .read-more .read-less-text svg {
  transform: rotate(-180deg);
}
@media (max-width: 1024px) {
  .process-element__content .read-more{
    display: block;
  }
}
@media (min-width: 415px) {
  .process-element__content .read-more {
    display: none !important;
  }
}
.process-element__content-action{
  margin-top: 16px;
}
.process-element__content-action .link{
  display: flex;
  align-items: center;
  font-family: geomanist-book, sans-serif;
  font-size: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
}
.process-element__content-action .link svg {
  margin-left: 0.875rem;
  height: 0.9375rem;
  width: 0.5rem;
}
.process-element__content-action .link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (max-width: 1024px) {
  .process-element__content-action{
    margin-top: 36px;
  }
}
@media (min-width: 768px) {
  .process-element__content{
    width: 50%;
    padding-top: 28px;
    padding-right: 60px;
    padding-left: 40px;
    padding-bottom: 2rem;
  }
}

.filter{
  --tw-bg-opacity: 1;
  background-color: rgb(219 210 210 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 28px;
}
.filter-dropdown{
  display: flex;
  flex-direction: column;
}
.filter-dropdown h2{
  font-weight: 500;
}
@media (min-width: 768px) {
  .filter-dropdown h2{
    margin-bottom: 0px;
  }
}
.filter-dropdown .selection{
  position: relative;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.research-holder .filter-dropdown .selection{
  --tw-text-opacity: 1;
  color: rgb(0 63 114 / var(--tw-text-opacity));
}
.filter-dropdown .selection select{
  width: 100%;
  background-color: transparent;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.filter-dropdown .selection option{
  width: 100%;
}
.filter-dropdown .selection svg{
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 480px) {
  .filter-dropdown .selection{
    max-width: 407px;
  }
}
@media (min-width: 768px) {
  .filter-dropdown .selection{
    margin-left: 1.25rem;
  }
  .filter-dropdown{
    flex-direction: row;
    align-items: center;
  }
}
.filter-btns__wrapper{
  display: none;
}
@media (min-width: 768px) {
  .filter-btns__wrapper{
    display: block;
  }
}
.filter-btns__btn{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 29px;
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
}
@media (min-width: 1200px) {
  .filter-btns__btn{
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .filter{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .our-people-page .filter-dropdown{
    display: block;
  }
}

.signup-form{
  --tw-bg-opacity: 1;
  background-color: rgb(158 48 57 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .signup-form{
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.signup-form__content{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .signup-form__content{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.signup-form__wrapper{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .signup-form__wrapper{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.signup-form__heading{
  font-size: 32px;
}
@media (min-width: 1024px) {
  .signup-form__heading{
    margin-bottom: 0px;
  }
}
.signup-form__desc{
  max-width: 360px;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
  .signup-form__desc{
    margin-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .signup-form__desc{
    margin-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .signup-form__msg{
    position: absolute;
    bottom: -30px;
    right: 0px;
    display: flex;
    width: 100px;
    align-items: center;
  }
}
.signup-form__form{
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .signup-form__form{
    flex-direction: row;
  }
}
.signup-form__form input[type=text],
.signup-form__form input[type=email]{
  margin-bottom: 24px;
  min-height: 57px;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 16px;
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-radius: 1.8125rem;
}
@media (min-width: 768px) {
  .signup-form__form input[type=text],
.signup-form__form input[type=email]{
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .signup-form__form input[type=text],
.signup-form__form input[type=email]{
    margin-bottom: 0px;
    margin-right: 0.5rem;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .signup-form__form input[type=text],
.signup-form__form input[type=email]{
    margin-right: 16px;
  }
}
.signup-form__form input[type=text]::-moz-placeholder, .signup-form__form input[type=email]::-moz-placeholder{
  font-size: 18px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.signup-form__form input[type=text]::placeholder,
.signup-form__form input[type=email]::placeholder{
  font-size: 18px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.signup-form__form button{
  width: -moz-fit-content;
  width: fit-content;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=tel],
input[type=time]{
  min-height: 57px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-radius: 1.8125rem;
}

textarea{
  display: block;
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 24px;
  font-weight: 400;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, textarea::-moz-placeholder{
  font-size: 22px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
textarea::placeholder{
  font-size: 22px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

input[type=checkbox] {
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  transform-origin: bottom left;
  background-image: url("../img/tick.svg");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
input[type=checkbox]:checked:after{
  opacity: 1;
}

.resource-download{
  width: 100%;
}
.resource-download__wrapper{
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 40px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .resource-download__wrapper{
    padding-left: 40px;
    padding-right: 72px;
    padding-bottom: 44px;
    padding-top: 52px;
  }
}
.resource-download__img{
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.resource-download__img-holder--portrait {
  filter: drop-shadow(0 0.5rem 0.625rem rgba(0, 0, 0, 0.16));
}
.resource-download__img-holder--portrait img {
  width: 12.8125rem;
  height: 18.25rem;
}
.resource-download__img-holder--landscape {
  filter: drop-shadow(0 0.5rem 0.625rem rgba(0, 0, 0, 0.16));
}
.resource-download__img-holder--landscape img {
  width: 20rem;
  height: 15.25rem;
}
.resource-download__img img{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .resource-download__img{
    margin-bottom: 0px;
    width: 50%;
  }
  .resource-download__img-holder--landscape img {
    width: 18.75rem;
  }
}
@media (min-width: 1024px) {
  .resource-download__img{
    width: 33.333333%;
  }
  .resource-download__img .resource-download__img-holder--landscape{
    padding-right: 3.5rem;
  }
  .resource-download__img-holder--landscape img {
    width: 20rem;
  }
}
.resource-download__content{
  width: 100%;
}
.resource-download__content-title-prefix h6{
  margin-bottom: 16px;
  font-family: geomanist-book, sans-serif;
  font-size: 17px;
  line-height: 1.23;
  letter-spacing: 1.7px;
}
@media (min-width: 1024px) {
  .resource-download__content-title-prefix h6{
    font-size: 15px;
  }
}
.resource-download__content-title h2{
  margin-bottom: 1.25rem;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .resource-download__content{
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .resource-download__content{
    width: 66.666667%;
  }
}
.resource-download__content-action a{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.resource-download__content-action a svg{
  margin-left: 16px;
  height: 9px;
  width: 18px;
}
.resource-download__content-action a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.project-details{
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.project-details__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .project-details__wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.project-details .project-detail{
  margin-bottom: 1.25rem;
  width: 100%;
}
.project-details .project-detail:last-child{
  margin-bottom: 0px;
}
.project-details .project-detail .heading{
  font-size: 18px;
  font-weight: 500;
}
.project-details .project-detail h6,
.project-details .project-detail a{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
}
@media (min-width: 640px) {
  .project-details .project-detail{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .project-details .project-detail:nth-child(3){
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .project-details .project-detail{
    margin-bottom: 0px;
    width: 25%;
  }
}

.event-details{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
  padding-top: 44px;
  padding-bottom: 3.5rem;
}
.event-details__wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-details__action{
  width: 100%;
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .event-details__action{
    margin-right: 28px;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .event-details__action{
    width: auto;
    padding-bottom: 0px;
  }
}
.event-details__detail{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .event-details__detail{
    width: 80%;
  }
}
.event-details__location, .event-details__date, .event-details__time{
  padding-bottom: 16px;
  padding-right: 2rem;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.23;
}
.event-details__location strong, .event-details__date strong, .event-details__time strong{
  font-weight: 500;
}
@media (min-width: 1024px) {
  .event-details__location, .event-details__date, .event-details__time{
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .event-details__location, .event-details__date, .event-details__time{
    width: 33.333333%;
    padding-bottom: 0px;
  }
}

.issue-block{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 44px;
}
.issue-block__title{
  margin-bottom: 0.75rem;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .issue-block__title{
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.issue-block__list{
  margin-bottom: 0px;
}
.issue-block__list-item{
  display: flex;
  align-items: flex-start;
}
.issue-block__list-item a{
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.issue-block__list-item a:hover{
  text-decoration-line: underline;
}
.issue-block__list-item svg{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
  margin-top: 0.125rem;
  margin-right: 0.75rem;
  font-weight: 300;
  height: 1.125rem;
  width: 0.625rem;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .issue-block{
    padding-top: 24px;
  }
}

.content-pullout-qoute{
  width: 100%;
}
.content-pullout-qoute__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .content-pullout-qoute__wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.content-pullout-qoute__content{
  width: 100%;
}
.content-pullout-qoute__content-heading{
  margin-bottom: 40px;
}
.content-pullout-qoute__content-heading h2{
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 500;
}
.content-pullout-qoute__content-body h3{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.content-pullout-qoute__content-body p:last-child{
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .content-pullout-qoute__content{
    width: 60%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .content-pullout-qoute__content{
    width: 66.666667%;
  }
}
.content-pullout-qoute__quote{
  width: 100%;
}
.content-pullout-qoute__quote-holder {
  border-top: 0.1875rem solid #9e3039;
}
.content-pullout-qoute__quote-inner{
  padding-top: 36px;
}
.content-pullout-qoute__quote-text{
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.content-pullout-qoute__quote-author-name{
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
}
@media (min-width: 768px) {
  .content-pullout-qoute__quote{
    width: 40%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .content-pullout-qoute__quote{
    width: 33.333333%;
  }
}

.member-group-details{
  width: 100%;
}
.member-group-details__img-holder{
  margin-bottom: 44px;
}
.member-group-details__img-holder img{
  margin-bottom: 1.25rem;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 640px) {
  .member-group-details__img-holder img{
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .member-group-details__img-holder img{
    height: 500px;
  }
}
.member-group-details__img-holder p{
  display: none;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .member-group-details__img-holder p{
    display: block;
  }
}
.member-group-details__title{
  margin-bottom: 24px;
}
.member-group-details__title h2{
  margin-bottom: 0px;
}
.member-group-details__content-col-left{
  margin-bottom: 3rem;
  width: 100%;
}
.member-group-details__content-col-left p{
  font-weight: 500;
}
.member-group-details__content-col-right{
  width: 100%;
}
.member-group-details__content-col-right-inner{
  margin-bottom: 36px;
}
.member-group-details__content-col-right-inner h6{
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.member-group-details__content-col-right-inner h6 span{
  font-style: italic;
}
@media (min-width: 768px) {
  .member-group-details__content-col-right-inner h6{
    font-size: 20px;
  }
  .member-group-details__content-col-right-inner.add-flex{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .member-group-details__content-col-right-inner.add-flex .member-group-details__content__img{
    height: 250px;
    width: 33.333333%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .member-group-details__content-col-right-inner.add-flex .member-group-details__content__img img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .member-group-details__content-col-right-inner.add-flex .member-group-details__content__body{
    width: 66.666667%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.member-group-details__content-col-right .hide{
  display: none;
}
.member-group-details__content-col-right.add-full-width{
  width: 100%;
}
.member-group-details__list{
  display: flex;
  flex-wrap: wrap;
}
.member-group-details__list-item{
  margin-bottom: 24px;
  width: 100%;
}
.member-group-details__list-item h4{
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .member-group-details__list-item h4{
    font-size: 22px;
  }
}
.member-group-details__list-item .role{
  margin-bottom: 1.25rem;
  font-style: italic;
}
.member-group-details__list-item__img{
  height: 260px;
}
.member-group-details__list-item__img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.member-group-details__list-item__body{
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .member-group-details__list{
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
  }
  .member-group-details__list-item{
    width: 33.333333%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.border-pattern img{
  height: 59px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .border-pattern img{
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .border-pattern img {
    height: unset;
  }
}

.team-member{
  width: 100%;
}
.team-member__img{
  height: 250px;
}
.team-member__img img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-member__title{
  padding-top: 16px;
  padding-bottom: 16px;
}
.team-member__title h5{
  margin-bottom: 0px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .team-member{
    width: 33.333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .team-member__list{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .team-member{
    width: 25%;
  }
}

.search-page{
  position: relative;
  width: 100%;
}
.search-page__form{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
}
.search-page__form-holder{
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}
.search-page__form-holder form{
  flex: 1 1 0%;
}
.search-page__form-holder form input[type=text]{
  margin-bottom: 24px;
  margin-right: 1.25rem;
  min-height: 57px;
  width: 100%;
  max-width: 416px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 16px;
  padding-bottom: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-radius: 1.8125rem;
}
.search-page__form-holder form input[type=text]::-moz-placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search-page__form-holder form input[type=text]::placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search-page__form-holder h2{
  margin-bottom: 24px;
  margin-right: 1.25rem;
  display: flex;
  flex-direction: row;
}
.search-page__form-holder h2 strong{
  margin-right: 0.5rem;
}
@media (min-width: 1200px) {
  .search-page__form-holder h2{
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .search-page__form-holder{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .search-page__form-holder{
    flex-direction: row;
    align-items: center;
  }
}
.search-page__result-text{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.search-page__result-text h2{
  margin-bottom: 0px;
}
.search-page__result-image{
  height: 182px;
  width: 280px;
}
.search-page__results{
  padding-top: 60px;
  padding-bottom: 76px;
}
.search-page__result{
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .search-page__result{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.search-page__result-image{
  width: 100%;
  padding-bottom: 1.25rem;
}
.search-page__result-image img{
  height: 182px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 480px) {
  .search-page__result-image img{
    height: auto;
  }
}
@media (min-width: 1024px) {
  .search-page__result-image img{
    height: 182px;
  }
}
@media (min-width: 640px) {
  .search-page__result-image{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .search-page__result-image{
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .search-page__result-image{
    width: 25%;
  }
}
.search-page__result-content{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 640px) {
  .search-page__result-content{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .search-page__result-content{
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .search-page__result-content{
    width: 75%;
  }
}
.search-page__result-content-inner{
  max-width: 691px;
}
.search-page__result-content-inner .prefix{
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.search-page__result-content-inner .title{
  margin-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.search-page__result-content-inner .title h2{
  margin-bottom: 0px;
}
.search-page__result-content-inner p{
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.search-page__result-content-inner a{
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
}
.search-page__result-content-inner a:hover{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}

#filter-bar {
  scroll-margin-top: 7.8125rem;
}

.research-holder{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
}
.research-holder .no-projects-message{
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}
.research-holder .filter{
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .research-holder .filter{
    margin-bottom: 60px;
  }
  .research-holder .filter .selection{
    display: none;
  }
}
.research-holder .filter .filter-btns__btn{
  display: inline-block;
}
.research-holder__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .research-holder__wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.research-holder__tile-holder{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0.1875rem 0.375rem #00000029;
}
.research-holder__tile-holder a{
  height: 100%;
}
.research-holder__tile{
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 640px) {
  .research-holder__tile{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .research-holder__tile{
    width: 33.333333%;
  }
}
.research-holder__tile-img{
  position: relative;
}
.research-holder__tile-img .research-holder__tile-img-holder{
  height: 218px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.research-holder__tile-img .research-holder__tile-img-holder img{
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .research-holder__tile-img .research-holder__tile-img-holder{
    height: 218px;
  }
}
.research-holder__tile-tag{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 210px;
  border-bottom-right-radius: 18px;
  padding-top: 0.75rem;
  padding-left: 1.25rem;
  padding-bottom: 0.5rem;
  padding-right: 4px;
  box-shadow: 0 0.1875rem 0.375rem #00000029;
}
.research-holder__tile-tag-text{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.research-holder__tile-content{
  display: flex;
  min-height: 275px;
  flex-direction: column;
  padding-top: 16px;
  padding-left: 28px;
  padding-right: 1.25rem;
  padding-bottom: 2rem;
}
.research-holder__tile-content-inner{
  flex: 1 1 0%;
}
.research-holder__tile-content-heading{
  margin-bottom: 0.5rem;
  flex: 1 1 0%;
}
.research-holder__tile-content-heading h2{
  margin-bottom: 0px;
  font-weight: 500;
}
.research-holder__tile-content-desc{
  margin-bottom: 0.5rem;
}
.research-holder__tile-content-desc p{
  margin-bottom: 0px;
}
.research-holder__tile-content-action .link{
  display: flex;
  align-items: center;
  font-family: geomanist-book, sans-serif;
  font-size: 15px;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
}
.research-holder__tile-content-action .link svg{
  margin-left: 0.5rem;
}

.resources-holder{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
}
.resources-holder .filter{
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .resources-holder .filter{
    margin-bottom: 60px;
  }
  .resources-holder .filter .selection{
    max-width: 272px;
  }
}
.resources-holder__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .resources-holder__wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.resources-holder__tile-holder{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0.1875rem 0.375rem #00000029;
}
.resources-holder__tile-holder a{
  height: 100%;
}
.resources-holder__tile{
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .resources-holder__tile{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .resources-holder__tile{
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .resources-holder__tile{
    width: 33.333333%;
  }
}
.resources-holder__tag{
  margin-bottom: 1.25rem;
  width: 100%;
}
.resources-holder__tag-text{
  font-weight: 500;
}
@media (min-width: 768px) {
  .resources-holder__tag{
    margin-bottom: 40px;
  }
}
.resources-holder__tile-content{
  display: flex;
  height: 100%;
  min-height: 494px;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 24px;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .resources-holder__tile-content{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 2rem;
    padding-right: 1.25rem;
  }
}
.resources-holder__tile-content-inner{
  flex: 1 1 0%;
}
.resources-holder__tile-content-heading{
  margin-bottom: 0.5rem;
  flex: 1 1 0%;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.resources-holder__tile-content-heading h2{
  margin-bottom: 0px;
  font-weight: 500;
}
.resources-holder__tile-content-desc{
  margin-bottom: 0.5rem;
}
.resources-holder__tile-content-desc p{
  margin-bottom: 0px;
}
.resources-holder__tile-content-action .link{
  min-width: 212px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
  border-radius: 1.8125rem;
}
.resources-holder__tile-content-action .link svg{
  margin-left: 16px;
  height: 10px;
  width: 18px;
}
.resources-holder__tile-content-action .link:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.blog-holder{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
}
.blog-holder .filter{
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .blog-holder .filter{
    margin-bottom: 80px;
  }
  .blog-holder .filter .selection{
    max-width: 272px;
  }
}
.blog-holder__listing-wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .blog-holder__listing-wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.blog-holder__tile-holder{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0.1875rem 0.375rem #00000029;
}
.blog-holder__tile-holder a{
  height: 100%;
}
.blog-holder__tile{
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 640px) {
  .blog-holder__tile{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .blog-holder__tile{
    width: 33.333333%;
  }
}
.blog-holder__tile-img{
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}
.blog-holder__tile-img img{
  height: 190px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 640px) {
  .blog-holder__tile-img img{
    height: auto;
  }
}
@media (min-width: 768px) {
  .blog-holder__tile-img img{
    height: 190px;
  }
}
.blog-holder__tile-content{
  display: flex;
  height: 100%;
  min-height: 255px;
  flex-direction: column;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 0.75rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .blog-holder__tile-content{
    min-height: 300px;
  }
}
.blog-holder__tile-content-prefix{
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.blog-holder__tile-content-heading{
  margin-bottom: 0.5rem;
  flex: 1 1 0%;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.blog-holder__tile-content-heading h2{
  margin-bottom: 0px;
  font-weight: 500;
}
.blog-holder__tile-content-desc{
  margin-bottom: 0.5rem;
}
.blog-holder__tile-content-desc p{
  margin-bottom: 0px;
}
.blog-holder__tile-content-action .link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.25rem;
  font-family: geomanist-book, sans-serif;
  font-size: 15px;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
}
.blog-holder__tile-content-action .link svg{
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.blog-holder__tile-content-action .link:hover{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}

.event-holder{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
}
.event-holder .filter{
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .event-holder .filter{
    margin-bottom: 80px;
  }
}
.event-holder__listing{
  padding-bottom: 8rem;
}
.event-holder__listing-wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .event-holder__listing-wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.event-holder__tile-holder{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0.1875rem 0.375rem #00000029;
}
.event-holder__tile-holder a{
  height: 100%;
}
.event-holder__tile{
  width: 100%;
  padding-bottom: 28px;
}
@media (min-width: 640px) {
  .event-holder__tile{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .event-holder__tile{
    width: 33.333333%;
  }
}
.event-holder__tile-img img{
  height: 196px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 640px) {
  .event-holder__tile-img img{
    height: auto;
  }
}
@media (min-width: 768px) {
  .event-holder__tile-img img{
    height: 196px;
  }
}
.event-holder__tile-content{
  display: flex;
  height: 100%;
  min-height: 255px;
  flex-direction: column;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 0.75rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .event-holder__tile-content{
    min-height: 300px;
  }
}
.event-holder__tile-content-prefix{
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.event-holder__tile-content-heading{
  margin-bottom: 0.5rem;
  flex: 1 1 0%;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.event-holder__tile-content-heading h2{
  margin-bottom: 0px;
  font-weight: 500;
}
.event-holder__tile-content-desc{
  margin-bottom: 0.5rem;
}
.event-holder__tile-content-desc p{
  margin-bottom: 0px;
}
.event-holder__tile-content-action .link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: geomanist-book, sans-serif;
  font-size: 15px;
  line-height: 19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
}
.event-holder__tile-content-action .link svg{
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.event-holder__tile-content-action .link:hover{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}

.contact-form__wrapper{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .contact-form__wrapper{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .contact-form__wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.contact-form__background-img{
  position: absolute;
  top: -0px;
  right: 0px;
  left: 0px;
  z-index: -10;
  min-height: 90px;
  background-size: cover;
  background-position: center;
}
.contact-form__left-form .field.text label, .contact-form__left-form .field.textarea label, .contact-form__left-form .field.email label, .contact-form__left-form .field.phone label{
  display: none;
}
.contact-form__left-form input[type=text]::-moz-placeholder, .contact-form__left-form input[type=email]::-moz-placeholder, .contact-form__left-form input[type=password]::-moz-placeholder, .contact-form__left-form input[type=number]::-moz-placeholder, .contact-form__left-form input[type=date]::-moz-placeholder, .contact-form__left-form input[type=tel]::-moz-placeholder, .contact-form__left-form input[type=time]::-moz-placeholder, .contact-form__left-form textarea::-moz-placeholder{
  font-size: 18px;
}
.contact-form__left-form input[type=text]::placeholder,
.contact-form__left-form input[type=email]::placeholder,
.contact-form__left-form input[type=password]::placeholder,
.contact-form__left-form input[type=number]::placeholder,
.contact-form__left-form input[type=date]::placeholder,
.contact-form__left-form input[type=tel]::placeholder,
.contact-form__left-form input[type=time]::placeholder,
.contact-form__left-form textarea::placeholder{
  font-size: 18px;
}
.contact-form__left-form #uff{
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.contact-form__left-form #uff h2, .contact-form__left-form #uff h3, .contact-form__left-form #uff h4, .contact-form__left-form #uff h5, .contact-form__left-form #uff h6{
  font-weight: 500;
}
.contact-form__left-col{
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-form__left-col{
    width: 60%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.contact-form__left-col-inner{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 225 225 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .contact-form__left-col-inner{
    margin-left: -0px;
    margin-right: -0px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0.625rem;
  }
}
.contact-form__left-col-inner h2{
  margin-bottom: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .contact-form__left-col-inner h2{
    margin-bottom: 1.25rem;
  }
}
.contact-form__left-col-inner p{
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .contact-form__left-col-inner p{
    margin-bottom: 3rem;
  }
  .contact-form__left-col-inner p:nth-child(3){
    margin-bottom: 1.25rem;
  }
}
.contact-form__right-col{
  position: relative;
  width: 100%;
  padding-top: 8rem;
}
.contact-form__right-col b{
  font-weight: 500;
}
.contact-form__right-col .contact-form__background-img-right{
  position: absolute;
  top: 0px;
  right: -1.25rem;
  left: -1.25rem;
  min-height: 59px;
  background-size: cover;
  background-position: center;
}
.contact-form__right-col .contact-form__right-email{
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .contact-form__right-col .contact-form__right-email{
    padding-bottom: 4rem;
  }
}
.contact-form__right-col .contact-form__right-address{
  padding-bottom: 36px;
}
.contact-form__right-col .contact-form__right-address address{
  font-style: normal;
}
@media (min-width: 768px) {
  .contact-form__right-col .contact-form__right-address{
    padding-bottom: 4rem;
  }
}
.contact-form__right-col .contact-form__right-social-media ul{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
}
.contact-form__right-col .contact-form__right-social-media li{
  margin-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.contact-form__right-col .contact-form__right-social-media li img {
  width: 2.5rem;
  height: 2.5rem;
}
.contact-form__right-col .contact-form__right-social-media li .linkedin {
  width: 2.9375rem;
}
.contact-form__right-col .heading{
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.contact-form__right-social-media .contact-form__right-col .heading{
  margin-bottom: 16px;
}
.contact-form__right-col .heading h4{
  margin-bottom: 0px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .contact-form__right-col{
    width: 40%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-form__right-col .contact-form__background-img-right{
    display: none;
  }
}
@media (min-width: 768px) {
  .contact-form{
    position: relative;
  }
  .contact-form .form-step{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form .form-step div.field{
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .contact-form .form-step div.field.textarea{
    width: 100%;
  }
  .contact-form .form-step div.field.checkbox{
    width: 100%;
  }
}
.contact-form .btn-toolbar input{
  min-width: 169px;
}
.contact-form div.field{
  margin-bottom: 1.25rem;
}

.our-people-page .filter{
  margin-bottom: 1.25rem;
}
.our-people-page .filter-btns__wrapper{
  display: none;
}
@media (min-width: 768px) {
  .our-people-page .filter-btns__wrapper{
    display: flex;
  }
}
.our-people-page .filter-btns__btn{
  margin-left: 6px;
  margin-right: 6px;
}
.our-people-page .filter .buttons-left{
  display: flex;
  width: 20%;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: space-between;
}
.our-people-page .filter .buttons-left button{
  margin-top: 0.75rem;
}
.our-people-page .filter .buttons-left.button-align-center{
  align-items: center;
}
.our-people-page .filter .buttons-right{
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}
.our-people-page .filter .buttons-right__inner span{
  margin-left: 24px;
  font-weight: 300;
}
.our-people-page .filter .buttons-right__inner div button{
  margin-top: 0.75rem;
}
.our-people-page .filter .line{
  margin-top: -16px;
  margin-bottom: -16px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .our-people-page .filter{
    margin-bottom: 60px;
  }
  .our-people-page .filter h2{
    display: none;
  }
  .our-people-page .filter .selection{
    display: none;
  }
}

.members-detail{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.members-detail__wrapper{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .members-detail__wrapper{
    margin-left: -16px;
    margin-right: -16px;
  }
}
.members-detail__img{
  width: 100%;
  padding-bottom: 2rem;
}
.members-detail__img img{
  height: 100%;
  min-height: 257px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .members-detail__img{
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .members-detail__img{
    width: 33.333333%;
  }
}
.members-detail__content{
  width: 100%;
}
.members-detail__content h4{
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.members-detail__content-name h4{
  font-weight: 500;
}
.members-detail__content-position{
  margin-bottom: 16px;
}
.members-detail__content-position h4{
  font-weight: 300;
  font-style: italic;
}
.members-detail__content-desc p{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .members-detail__content{
    display: flex;
    width: 50%;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .members-detail__content{
    width: 66.666667%;
  }
}

.our-people-filter__content-inner{
  display: none;
}
.our-people-filter__content-inner.open{
  display: block;
}
.our-people-filter__content{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .our-people-filter__content{
    margin-top: 3rem;
    margin-bottom: 80px;
  }
}
.our-people-filter__members-heading h2{
  margin-bottom: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .our-people-filter__members-heading h2{
    margin-bottom: 3rem;
  }
}
.our-people-filter__content-heading{
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .our-people-filter__content-heading{
    margin-bottom: 3rem;
  }
}
.our-people-filter__content-heading h1{
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.22;
  --tw-text-opacity: 1;
  color: rgb(158 48 57 / var(--tw-text-opacity));
}
.our-people-filter__content-heading h1 strong{
  font-weight: 500;
}
@media (min-width: 768px) {
  .our-people-filter__content-heading h1{
    font-size: 50px;
  }
}
.our-people-filter .members-detail__wrapper{
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .our-people-filter .members-detail__wrapper{
    margin-bottom: 52px;
  }
}
