/* Vars. */
/* Setup. */
@import url("https://use.typekit.net/dcd7evh.css");
@import "wordpress/login.css";
html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html *, html:before, html:after, body *, body:before, body:after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

.container-fluid, .container {
  width: 100%;
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.row > * {
  padding-left: 16px;
  padding-right: 16px;
}

.col {
  flex: 1;
}

/* Responsive Columns. */
.col-0 {
  max-width: 0%;
  flex: 0 0 0%;
}

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 576px) {
  .col-sm-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .col-md-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .col-xxxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xxxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xxxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xxxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xxxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xxxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xxxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xxxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xxxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xxxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xxxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xxxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/* Offset Classes. */
.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1920px) {
  .offset-xxxl-0 {
    margin-left: 0%;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .offset-xxxl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2-5 {
    max-width: 17.666667%;
    flex: 0 0 19.666667%;
  }
}
.no-x-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Vars. */
/* Position. */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .position-sm-sticky {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
  .position-md-sticky {
    position: sticky;
  }
}
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .position-lg-sticky {
    position: sticky;
  }
}
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .position-xl-sticky {
    position: sticky;
  }
}
@media (min-width: 1400px) {
  .position-xxl-relative {
    position: relative;
  }
  .position-xxl-absolute {
    position: absolute;
  }
  .position-xxl-fixed {
    position: fixed;
  }
  .position-xxl-sticky {
    position: sticky;
  }
}
@media (min-width: 1920px) {
  .position-xxxl-relative {
    position: relative;
  }
  .position-xxxl-absolute {
    position: absolute;
  }
  .position-xxxl-fixed {
    position: fixed;
  }
  .position-xxxl-sticky {
    position: sticky;
  }
}
/* Display. */
.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

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

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

.d-inline {
  display: inline;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-inline {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-inline {
    display: inline;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-inline {
    display: inline;
  }
}
@media (min-width: 1920px) {
  .d-xxxl-none {
    display: none;
  }
  .d-xxxl-flex {
    display: flex;
  }
  .d-xxxl-block {
    display: block;
  }
  .d-xxxl-inline-flex {
    display: inline-flex;
  }
  .d-xxxl-inline-block {
    display: inline-block;
  }
  .d-xxxl-inline {
    display: inline;
  }
}
/* Flex. */
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-self-start {
  align-self: flex-start;
}

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

.align-self-end {
  align-self: flex-end;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.align-content-start {
  align-content: flex-start;
}

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

.align-content-end {
  align-content: flex-end;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1920px) {
  .flex-xxxl-row {
    flex-direction: row;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxxl-column {
    flex-direction: column;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxxl-center {
    justify-content: center;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxxl-between {
    justify-content: space-between;
  }
  .justify-content-xxxl-around {
    justify-content: space-around;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxxl-start {
    align-items: flex-start;
  }
  .align-items-xxxl-center {
    align-items: center;
  }
  .align-items-xxxl-end {
    align-items: flex-end;
  }
  .align-items-xxxl-baseline {
    align-items: baseline;
  }
  .align-items-xxxl-stretch {
    align-items: stretch;
  }
}
/* Text. */
.text-left {
  text-align: left;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-left {
    text-align: left;
  }
  .text-xxxl-center {
    text-align: center;
  }
  .text-xxxl-right {
    text-align: right;
  }
}
/* Extras. */
.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

.bg-fire-2 {
  background-color: #670037;
}

.bg-fire-3 {
  background-color: #3A001D;
}

.bg-fire-4 {
  background-color: #962081;
}

.bg-fire-5 {
  background-color: #72237e;
}

.bg-fire-6 {
  background-color: #492b7c;
}

.bg-fire-7 {
  background-color: #f35203;
}

.bg-fire-10 {
  background-color: rgba(230, 0, 126, 0.1);
}

.bg-fire-11 {
  background-color: #bd0e27;
}

.bg-fire-12 {
  background-color: #95262f;
}

.bg-steel-1 {
  background-color: #182a30;
}

.bg-steel-2 {
  background-color: #00232e;
}

.bg-steel-3 {
  background-color: #001e10;
}

.bg-steel-4 {
  background-color: #004748;
}

.bg-steel-5 {
  background-color: #005a64;
}

.bg-steel-6 {
  background-color: #005b79;
}

.bg-steel-7 {
  background-color: #006994;
}

.bg-steel-8 {
  background-color: #007a9e;
}

.bg-steel-10 {
  background-color: rgba(59, 58, 57, 0.1);
}

.bg-steel-12 {
  background-color: #5d93a9;
}

.bg-greys-100 {
  background-color: #111111;
}

.bg-off-white {
  background-color: #FFF7F2;
}

.bg-orange-5 {
  background-color: #FEF6F2;
}

.bg-greys-10 {
  background-color: rgba(17, 17, 17, 0.1);
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.spacer-global {
  height: 32px;
}

.spacer {
  height: 60px;
}

.spacer_mini {
  height: 30px;
}

.spacer_tiny {
  height: 1.25rem;
}

.padding-top {
  padding-top: 60px;
}

.padding-top_mini {
  padding-top: 30px;
}

.padding-top_small {
  padding-top: 60px;
}

.padding-top_large {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding-bottom_mini {
  padding-bottom: 30px;
}

.padding-bottom_small {
  padding-bottom: 60px;
}

.padding-bottom_large {
  padding-bottom: 120px;
}

.margin-top {
  margin-top: 60px;
}

.margin-top_mini {
  margin-top: 30px;
}

.margin-top_small {
  margin-top: 60px;
}

.margin-top_large {
  margin-top: 120px;
}

.margin-bottom {
  margin-bottom: 60px;
}

.margin-bottom_mini {
  margin-bottom: 30px;
}

.margin-bottom_small {
  margin-bottom: 60px;
}

.margin-bottom_large {
  margin-bottom: 120px;
}

.background-colour_white {
  background-color: #ffffff;
}

.background-colour_black {
  background-color: #0A0A0A;
}

@media screen and (min-width: 768px) {
  .spacer-global {
    height: 48px;
  }
  .spacer {
    height: 90px;
  }
  .spacer_mini {
    height: 45px;
  }
  .padding-top {
    padding-top: 80px;
  }
  .padding-top_mini {
    padding-top: 45px;
  }
  .padding-top_large {
    padding-top: 180px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  .padding-bottom_mini {
    padding-bottom: 45px;
  }
  .padding-bottom_large {
    padding-bottom: 180px;
  }
  .margin-top {
    margin-top: 80px;
  }
  .margin-top_mini {
    margin-top: 45px;
  }
  .margin-top_large {
    margin-top: 180px;
  }
  .margin-bottom {
    margin-bottom: 80px;
  }
  .margin-bottom_mini {
    margin-bottom: 45px;
  }
  .margin-bottom_large {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .spacer {
    height: 120px;
  }
  .spacer_mini {
    height: 60px;
  }
  .padding-top {
    padding-top: 128px;
  }
  .padding-top_mini {
    padding-top: 60px;
  }
  .padding-top_large {
    padding-top: 240px;
  }
  .padding-bottom {
    padding-bottom: 128px;
  }
  .padding-bottom_mini {
    padding-bottom: 60px;
  }
  .padding-bottom_large {
    padding-bottom: 240px;
  }
  .margin-top {
    margin-top: 128px;
  }
  .margin-top_mini {
    margin-top: 60px;
  }
  .margin-top_large {
    margin-top: 240px;
  }
  .margin-bottom {
    margin-bottom: 128px;
  }
  .margin-bottom_mini {
    margin-bottom: 60px;
  }
  .margin-bottom_large {
    margin-bottom: 240px;
  }
}
* {
  font-family: "proxima-nova";
  font-style: normal;
  font-optical-sizing: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 800;
  font-family: "Montserrat";
  text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800;
  font-family: "Montserrat";
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Montserrat";
}

h1 {
  font-size: 38px;
  line-height: 38px;
}

h2 {
  font-size: 33px;
  line-height: 43px;
}

h3 {
  font-size: 27px;
  line-height: 36px;
}

h4 {
  font-size: 23px;
  line-height: 33px;
}

h5 {
  font-size: 19px;
  line-height: 29px;
  text-transform: none;
  font-weight: 600;
}
h5 strong {
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

p {
  font-family: "proxima-nova" !important;
}
p:not(:last-of-type) {
  margin-bottom: 24px;
}

strong {
  font-weight: 800;
}

a {
  text-decoration: none;
}
a:not(.ignore):not(.link_button):not(.news-card):not(.legal):not(.card):not(.team-bio-button):not(.resource-card-link):not(.eb-card):not(.filter) {
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
a:not(.ignore):not(.link_button):not(.news-card):not(.legal):not(.card):not(.team-bio-button):not(.resource-card-link):not(.eb-card):not(.filter):hover {
  opacity: 0.6;
}

.default-content_text * {
  color: #0A0A0A;
}
.default-content_text *:last-child:not(.ignore) {
  margin-bottom: 0;
}
.default-content_text h1, .default-content_text h2, .default-content_text h3 {
  margin: 2.8125rem 0rem 1.875rem 0rem;
}
.default-content_text h1:first-child, .default-content_text h1:first-of-type, .default-content_text h2:first-child, .default-content_text h2:first-of-type, .default-content_text h3:first-child, .default-content_text h3:first-of-type {
  margin: 0rem 0rem 1.875rem 0rem;
}
.default-content_text h4, .default-content_text h5, .default-content_text h6 {
  margin: 1.875rem 0rem 1.25rem 0rem;
}
.default-content_text h4:first-child, .default-content_text h4:first-of-type, .default-content_text h5:first-child, .default-content_text h5:first-of-type, .default-content_text h6:first-child, .default-content_text h6:first-of-type {
  margin: 0rem 0rem 1.25rem 0rem;
}
.default-content_text ul, .default-content_text ol {
  padding: 0;
  margin: 0rem 0rem 1rem 1.875rem;
}
.default-content_text ul li, .default-content_text ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.default-content_text ul li:last-child, .default-content_text ol li:last-child {
  padding: 0;
}
.default-content_text.background-colour_black * {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .default-content_text ul, .default-content_text ol {
    margin: 0rem 0rem 1rem 0;
  }
  .default-content_text ul li, .default-content_text ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
  h1 {
    font-size: 52px;
    line-height: 52px;
  }
  h2 {
    font-size: 39px;
    line-height: 49px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  h4 {
    font-size: 27px;
    line-height: 36px;
  }
  h5 {
    font-size: 23px;
    line-height: 33px;
  }
  h6 {
    font-size: 19px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 64px;
    line-height: 64px;
  }
  h2 {
    font-size: 45px;
    line-height: 50px;
  }
  h3 {
    font-size: 36px;
    line-height: 42px;
  }
  h4 {
    font-size: 28px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
    line-height: 28px;
  }
  h6 {
    font-size: 23px;
    line-height: 33px;
  }
}
@keyframes subtle-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes subtle-bounce-centered {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -5px);
  }
  75% {
    transform: translate(-50%, -2px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes rotate {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.link_button-group {
  display: flex;
  margin-top: 24px;
}
.link_button-group .link_button {
  margin: 0;
}
.link_button-group .link_button:not(:last-of-type) {
  margin-right: 24px;
}
.link_button-group div[class^=col-] {
  margin-bottom: 1.5rem;
}
.link_button-group div[class^=col-]:last-of-type {
  margin-bottom: 0;
}

.link_button {
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease-in-out;
}
.link_button span {
  font-family: "proxima-nova";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 27px;
  transition: all 0.4s ease-in-out;
}
.link_button svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.link_button svg path {
  transition: all 0.4s ease-in-out;
}
.link_button i {
  margin-left: 10px;
}
.link_button.outline {
  border: 1px solid #ffffff;
}
.link_button.outline span {
  color: #ffffff;
}
.link_button.outline:hover {
  background-color: #f35203;
  border-color: #f35203;
  animation: subtle-bounce 0.4s ease;
}
.link_button.fire12 {
  border-color: #95262f;
}
.link_button.fire12 span, .link_button.fire12 i {
  color: #95262f;
}
.link_button.fire12:hover {
  background-color: #95262f;
  animation: subtle-bounce 0.4s ease;
}
.link_button.fire12:hover span, .link_button.fire12:hover i {
  color: #ffffff;
}
.link_button.fire12:hover svg path {
  fill: #ffffff;
}
.link_button.fire6 {
  background-color: #492b7c;
}
.link_button.fire6 span, .link_button.fire6 i {
  color: #ffffff;
}
.link_button.fire6:hover {
  background-color: #ffffff;
  animation: subtle-bounce 0.4s ease;
}
.link_button.fire6:hover span, .link_button.fire6:hover i {
  color: #111111;
}
.link_button.fire7 {
  background-color: #f35203;
}
.link_button.fire7 span, .link_button.fire7 i {
  color: #ffffff;
}
.link_button.fire7:hover {
  background-color: #ffffff;
  animation: subtle-bounce 0.4s ease;
}
.link_button.fire7:hover span, .link_button.fire7:hover i {
  color: #111111;
}
.link_button.white {
  border-color: #ffffff;
}
.link_button.white span, .link_button.white i {
  color: #ffffff;
}
.link_button.background-colour_white {
  background-color: #ffffff;
}
.link_button.background-colour_white span, .link_button.background-colour_white i {
  color: #111111;
}
.link_button.background-colour_white:hover {
  background-color: #f35203;
  animation: subtle-bounce 0.4s ease;
}
.link_button.background-colour_white:hover span, .link_button.background-colour_white:hover i {
  color: #ffffff;
}

@media screen and (min-width: 576px) {
  .link_button-group {
    flex-direction: row;
  }
  .link_button-group div[class^=col-] {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .link_button {
    padding: 12px 28px;
  }
  .link_button span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .link_button-group {
    margin-top: 40px;
  }
  .link_button span {
    font-size: 20px;
    line-height: 30px;
  }
}
/* Wow. */
.wow {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInX {
  animation-name: flipInX;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInY {
  animation-name: flipInY;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.zoomOut {
  animation-name: zoomOut;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.frm_forms form .frm_form_fields fieldset {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 1.5rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0;
  grid-column: span 12/span 12;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label {
  padding: 0;
  margin: 0rem 0.3125rem 4px 0rem;
  text-align: left;
  color: #111111;
  font-family: "proxima-nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label .frm_required {
  left: -3px;
  position: relative;
  font-weight: 600;
  color: #670037;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_time_wrap span {
  display: flex;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone {
  max-width: unset;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message {
  background: #FEF6F2;
  border-radius: 4px;
  border: 1px dashed rgba(17, 17, 17, 0.2) !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .dz-progress .dz-upload {
  background: #492b7c !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .dz-preview {
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 4px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_radio input[type=radio]:before {
  background: #492b7c;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_radio input[type=radio]:not([disabled]):checked {
  border-color: #492b7c !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=file]):not([type=range]):not([readonly]):focus {
  box-shadow: 0 0 0 2px rgba(253, 237, 228, 0.25) !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label {
  color: #111111 !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  background-color: #492b7c !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=range] {
  background: #492b7c !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_scale input[type=radio]:not([disabled]):checked {
  border-color: #492b7c !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_scale input[type=radio]:before {
  background: #492b7c !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:checked + .frm_switch .frm_slider {
  background-color: #492b7c !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=text], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=tel], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=url], .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 50px;
  padding: 12px;
  margin: 0;
  border: none !important;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid rgba(17, 17, 17, 0.2) !important;
  background: #FEF6F2 !important;
  color: rgba(17, 17, 17, 0.8) !important;
  font-family: "proxima-nova";
  border-radius: 4px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=text]::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email]::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=tel]::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number]::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=url]::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(17, 17, 17, 0.6) !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=text]::placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=email]::placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=tel]::placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number]::placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=url]::placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select::placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(17, 17, 17, 0.6) !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=checkbox] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff !important;
  border: none;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  color: #0A0A0A;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  background: #FEF6F2 url(../images/select_arrow.svg) calc(100% - 18px) 16px/18px no-repeat !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select option {
  color: #0A0A0A;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 180px;
  padding: 12px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  padding: 0px 0px 0px 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -20px;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input {
  top: -1px;
  left: -2px;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  padding: 0;
  margin: 0;
  color: #EB5757;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-webkit-input-placeholder {
  color: rgb(137.5, 137.5, 137.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-moz-placeholder {
  color: rgb(137.5, 137.5, 137.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-moz-placeholder {
  color: rgb(137.5, 137.5, 137.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-ms-input-placeholder {
  color: rgb(137.5, 137.5, 137.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  margin: 0;
  border: none;
  border-bottom: none !important;
  outline: none;
  box-shadow: none;
  display: flex;
  padding: 0 28px 0 32px;
  justify-content: center;
  align-items: center;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit > *:not(:last-child) {
  margin-right: 10px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  align-self: stretch;
  height: 54px;
  border-radius: 8px;
  background: #670037;
  color: #ffffff;
  font-family: "proxima-nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit svg {
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit svg path {
  fill: #670037;
  transition: all 0.4s ease-in-out;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover {
  background-color: #3A001D;
  animation: subtle-bounce 0.4s ease;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover svg path {
  fill: #3A001D;
}
.frm_forms form .frm_error_style {
  padding: 0;
  margin: 0px 0px 30px 0px !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  box-shadow: none;
  color: #EB5757 !important;
}

#form_contact-form .frm_form_fields .frm_fields_container .frm_submit {
  justify-content: flex-start;
}
#form_contact-form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  margin: 0;
  padding: 12px 28px;
  border-radius: 999px;
  background-color: #492b7c;
  color: #FEF6F2;
  transition: all 0.4s ease-in-out;
}
#form_contact-form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit i {
  margin-left: 12px;
  color: #FEF6F2;
}
#form_contact-form .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover {
  background-color: #3A001D;
}

#frm_form_2_container {
  width: 100%;
}

#form_newsletter .frm_form_fields .frm_fields_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
#form_newsletter .frm_form_fields .frm_fields_container input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  font-weight: 400;
}
#form_newsletter .frm_form_fields .frm_fields_container input::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
}
#form_newsletter .frm_form_fields .frm_fields_container input::placeholder {
  font-size: 16px;
  line-height: 24px;
}
#form_newsletter .frm_form_fields .frm_fields_container .frm_form_field {
  width: 100%;
  text-align: center;
}
#form_newsletter .frm_form_fields .frm_fields_container .frm_form_field .frm_primary_label {
  display: none !important;
}
#form_newsletter .frm_form_fields .frm_fields_container .frm_submit {
  justify-content: center;
}
#form_newsletter .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #frm_form_2_container {
    width: auto;
  }
  #form_newsletter .frm_form_fields .frm_fields_container {
    flex-direction: row;
  }
  #form_newsletter .frm_form_fields .frm_fields_container input {
    width: 400px;
  }
  #form_newsletter .frm_form_fields .frm_fields_container .frm_submit {
    justify-content: flex-end;
  }
  #form_newsletter .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mf-cursor {
  z-index: 9999;
}
.mf-cursor .mf-cursor-inner .mf-cursor-text {
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  transform: scale(0) rotate(-30deg);
  color: #0A0A0A;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor .mf-cursor-inner .mf-cursor-media {
  width: 360px;
  height: 360px;
  margin: -180px 0px 0px -180px;
}
.mf-cursor .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  width: 100%;
  height: 100%;
  padding: 0;
  transform: translateZ(0) scale(0) rotate(-15deg);
  border-radius: 100%;
  transition: transform 0.3s, opacity 0.15s 0.15s;
}
.mf-cursor:before {
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  transform: scale(0.3);
  background-color: rgb(93.7, 0, 46.85);
  border-radius: 100%;
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.51, 0.18, 0, 0.88), opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
  opacity: 1;
}
.mf-cursor.-pointer.-text:before {
  transform: scale(2);
  opacity: 1;
}
.mf-cursor.-pointer.-text .mf-cursor-inner .mf-cursor-text {
  transform: scale(1) rotate(0deg);
}
.mf-cursor.-pointer.-media .mf-cursor-inner .mf-cursor-media .mf-cursor-media-box {
  transform: translateZ(0) scale(1) rotate(0deg);
  transition-duration: 0.45s, 0.45s;
  transition-delay: 0s, 0s;
}
.mf-cursor.-hidden:before {
  transform: scale(0.3);
  opacity: 0;
}

.html.lenis {
  height: auto;
}
.html.lenis .body {
  height: auto;
}
.html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.html.lenis.lenis-stopped {
  overflow: hidden;
}
.html.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.cookie-popup {
  width: calc(100% - 3rem);
  max-width: calc(576px - 3rem);
  padding: 30px calc(30px - 0.75rem) 30px calc(30px - 0.75rem);
  left: 1.5rem;
  bottom: 1.5rem;
  border-radius: 20px;
  box-shadow: 9px 9px 36px rgba(10, 10, 10, 0.3);
  background-color: #FFF7F2;
  z-index: 10;
}
.cookie-popup .cookie {
  width: 48px;
  height: 48px;
  padding: 0.75rem;
  margin: 0rem auto;
  border-radius: 100%;
}
.cookie-popup .cookie i {
  color: #95262f;
  font-size: 28px;
}
.cookie-popup .cookie img {
  width: 32px;
  height: 32px;
}
.cookie-popup h5 {
  font-size: 16px;
}
.cookie-popup p {
  font-size: 14px;
  color: #0A0A0A;
}
.cookie-popup p a {
  display: inline-block;
  text-decoration: underline;
}
.cookie-popup p:last-of-type {
  margin: 0rem 0rem 2.25rem 0rem;
}
.cookie-popup .link_button {
  display: inline-flex;
  margin-top: 0px;
  padding: 4px 20px;
  border: none;
}
.cookie-popup .link_button:not(:last-of-type) {
  margin-right: 8px;
}
.cookie-popup .link_button span {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .cookie-popup h5 {
    font-size: 18px;
  }
  .cookie-popup p {
    font-size: 16px;
  }
}
header {
  z-index: 94;
}

.mega-menu-custom {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 24px 24px 0 24px;
  top: -1000px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  background-color: #FEF6F2;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mega-menu-custom * {
  color: #111111;
}
.mega-menu-custom.is_active {
  top: 145px;
  visibility: visible;
  pointer-events: auto;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mega-menu-custom.is_active ul li a {
  text-decoration: none;
}
.mega-menu-custom .sub-menu-container {
  padding: 10px 0 32px;
  max-width: 1250px;
}
.mega-menu-custom .sub-menu-container .card {
  transition: all 0.25s ease-in-out;
}
.mega-menu-custom .sub-menu-container .card .image-wrapper {
  overflow: hidden;
  padding-top: 85%;
  width: 100%;
  border-radius: 8px;
}
.mega-menu-custom .sub-menu-container .card .image-wrapper img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.mega-menu-custom .sub-menu-container .card .image-wrapper .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.5%, rgba(0, 0, 0, 0.6) 61.39%);
}
.mega-menu-custom .sub-menu-container .card .image-wrapper .shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mega-menu-custom .sub-menu-container .card .content-wrapper {
  margin-top: 8px;
}
.mega-menu-custom .sub-menu-container .card .content-wrapper .arrow {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #004748;
  position: relative;
  overflow: hidden;
}
.mega-menu-custom .sub-menu-container .card .content-wrapper .arrow i {
  color: #FEF6F2;
  transition: transform 0.6s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mega-menu-custom .sub-menu-container .card .content-wrapper .arrow:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-240%, 0, 0);
  transform-origin: 100% 50%;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: "\f061";
  font-family: "Font Awesome 6 Sharp";
  font-size: 16px;
  font-weight: 400;
  color: #FFF7F2;
}
.mega-menu-custom .sub-menu-container .card .card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
.mega-menu-custom .sub-menu-container .card .card-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #111111;
  transition: all 0.25s ease-in-out;
}
.mega-menu-custom .sub-menu-container .card:hover .card-title::after {
  width: 100%;
}
.mega-menu-custom .sub-menu-container .card:hover .content-wrapper .arrow i {
  transform: translate3d(240%, 0, 0);
}
.mega-menu-custom .sub-menu-container .card:hover .content-wrapper .arrow:after {
  transform: translate3d(0, 0, 0);
}
.mega-menu-custom.mega-menu-how-can-we-help .sub-menu-container .card .image-wrapper {
  padding-top: 60%;
}
.mega-menu-custom.mega-menu-how-can-we-help .sub-menu-container .card-wrapper:nth-of-type(1) .card .image-wrapper .shape {
  top: -1000px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mega-menu-custom.mega-menu-how-can-we-help .sub-menu-container .card-wrapper:nth-of-type(1) .card .content-wrapper .arrow {
  background-color: #95262f;
}
.mega-menu-custom.mega-menu-how-can-we-help .sub-menu-container .card-wrapper:nth-of-type(1) .card:hover .image-wrapper .shape {
  top: 0;
  opacity: 1;
}
.mega-menu-custom.mega-menu-how-can-we-help .sub-menu-container .card-wrapper:nth-of-type(2) .card .image-wrapper .shape {
  width: auto;
  right: -1000px;
  left: auto;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mega-menu-custom.mega-menu-how-can-we-help .sub-menu-container .card-wrapper:nth-of-type(2) .card .content-wrapper .arrow {
  background-color: #492b7c;
}
.mega-menu-custom.mega-menu-how-can-we-help .sub-menu-container .card-wrapper:nth-of-type(2) .card:hover .image-wrapper .shape {
  right: 0;
  opacity: 1;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(1) .card .image-wrapper .shape, .mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(4) .card .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(1) .card .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(4) .card .image-wrapper .shape {
  width: 125%;
  height: 110%;
  left: -1000px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(1) .card:hover .image-wrapper .shape, .mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(4) .card:hover .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(1) .card:hover .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(4) .card:hover .image-wrapper .shape {
  left: 0;
  opacity: 1;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(2) .card .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(2) .card .image-wrapper .shape {
  width: 130%;
  height: 125%;
  top: -1000px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(2) .card .content-wrapper .arrow, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(2) .card .content-wrapper .arrow {
  background-color: #f35203;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(2) .card:hover .content-wrapper .arrow, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(2) .card:hover .content-wrapper .arrow {
  background-color: #3A001D;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(2) .card:hover .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(2) .card:hover .image-wrapper .shape {
  top: 0;
  opacity: 1;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(3) .card .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(3) .card .image-wrapper .shape {
  width: auto;
  height: 100%;
  right: -1000px;
  left: auto;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(3) .card .content-wrapper .arrow, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(3) .card .content-wrapper .arrow {
  background-color: #670037;
}
.mega-menu-custom.mega-menu-board-members .sub-menu-container .card-wrapper:nth-of-type(3) .card:hover .image-wrapper .shape, .mega-menu-custom.mega-menu-membership .sub-menu-container .card-wrapper:nth-of-type(3) .card:hover .image-wrapper .shape {
  right: 0;
  opacity: 1;
}
.mega-menu-custom.mega-menu-search .purple-line {
  top: 0;
  left: 0;
}
.mega-menu-custom.mega-menu-search .red-line {
  bottom: 0;
  right: 0;
}
.mega-menu-custom.mega-menu-search .sub-menu-container {
  padding: 60px 32px 60px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.mega-menu-custom.mega-menu-search .sub-menu-container h1, .mega-menu-custom.mega-menu-search .sub-menu-container h2, .mega-menu-custom.mega-menu-search .sub-menu-container h3, .mega-menu-custom.mega-menu-search .sub-menu-container h4, .mega-menu-custom.mega-menu-search .sub-menu-container h5, .mega-menu-custom.mega-menu-search .sub-menu-container h6, .mega-menu-custom.mega-menu-search .sub-menu-container p {
  margin-bottom: 24px;
}
.mega-menu-custom.mega-menu-search .sub-menu-container h1, .mega-menu-custom.mega-menu-search .sub-menu-container h2, .mega-menu-custom.mega-menu-search .sub-menu-container h3, .mega-menu-custom.mega-menu-search .sub-menu-container h4, .mega-menu-custom.mega-menu-search .sub-menu-container h5, .mega-menu-custom.mega-menu-search .sub-menu-container h6 {
  color: #670037;
}
.mega-menu-custom.mega-menu-search form {
  max-width: 680px;
  width: 100%;
  position: relative;
}
.mega-menu-custom.mega-menu-search form input {
  width: 100%;
  height: 48px;
  border-radius: 10rem;
  border-color: rgba(17, 17, 17, 0.2);
  border-width: 1px;
  padding: 0 20px 0 45px;
  background-color: #FEF6F2;
  font-size: 16px;
  color: #0A0A0A;
}
.mega-menu-custom.mega-menu-search form button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0px 32px 32px 0px;
  background-color: #670037;
  width: 99px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #FEF6F2;
}
.mega-menu-custom.mega-menu-search form i {
  color: rgba(17, 17, 17, 0.6);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translatey(-50%);
}
.mega-menu-custom.mega-menu-search h6 {
  margin-bottom: 24px !important;
  font-size: 20px;
  line-height: 24px;
}

.filters-overlay {
  z-index: -1;
  background: rgba(14, 29, 55, 0.6);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.82, 0.15, 0.15, 0.91);
}
.filters-overlay.is_active {
  opacity: 1;
  z-index: 999;
}

.menu_container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  inset: 0%;
  z-index: 93;
}
.menu_container .menu_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.7);
  inset: 0%;
  cursor: pointer;
  z-index: 0;
}
.menu_container .menu_wrapper {
  width: 100%;
  height: 100%;
  padding: 120px 0px 40px 0px;
  margin-left: auto;
  overflow: auto;
  overflow-x: hidden;
  z-index: 1;
}
.menu_container .menu_wrapper .menu {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.menu_container .menu_wrapper .menu .menu_backdrops {
  inset: 0%;
  z-index: 0;
}
.menu_container .menu_wrapper .menu .menu_backdrops .menu_backdrop {
  inset: 0%;
  z-index: 0;
}
.menu_container .menu_wrapper .menu .menu_nav {
  width: 100%;
  z-index: 1;
  padding-top: 0;
}
.menu_container .menu_wrapper .menu .menu_nav div {
  width: 100%;
}
.menu_container .menu_wrapper .menu .menu_nav div ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.menu_container .menu_wrapper .menu .menu_nav.primary {
  background-color: unset;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul {
  padding: 0;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li {
  padding: 10px 0;
  overflow: hidden;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 32px 8px 32px;
  display: flex;
  color: #FFF7F2;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  text-decoration: none !important;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li a:hover {
  opacity: 1 !important;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li.menu-item-has-children > a {
  position: relative;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li.menu-item-has-children > a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 22px;
  transform: translateY(-44%);
  color: #FFF7F2;
  transition: all 0.3s ease-in-out;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li.current-menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 65px);
  height: 1px;
  background-color: #FFF7F2;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li .sub-menu {
  margin: 0 0 0.625rem 0;
  padding: 0 32px 32px 32px;
  width: 100%;
  height: calc(100% + 60px);
  top: 0;
  left: 0;
  transform: translateX(100%);
  position: absolute;
  background-color: #492b7c;
  color: #FFF7F2;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.82, 0.15, 0.15, 0.91);
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li .sub-menu.show {
  transform: translateX(0);
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li .sub-menu .back {
  position: relative;
}
.menu_container .menu_wrapper .menu .menu_nav.primary div ul li .sub-menu .back:after {
  content: "\f060";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 24px;
  transform: translateY(-44%);
  color: #FFF7F2;
  transition: all 0.3s ease-in-out;
}
.menu_container .menu_wrapper .menu .menu_nav.tertiary div ul {
  padding: 40px 16px 0 16px;
}
.menu_container .menu_wrapper .menu .menu_nav.tertiary div ul li {
  padding: 8px 32px 8px 32px;
}
.menu_container .menu_wrapper .menu .menu_nav.tertiary div ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.menu_container .menu_wrapper .menu .menu_nav.tertiary div ul li a:hover {
  opacity: 1 !important;
}
.menu_container .menu_wrapper .menu::-webkit-scrollbar {
  display: none;
}

.hamburger {
  cursor: pointer;
  flex-direction: column;
  height: 40px;
}
.hamburger span {
  color: #111111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.hamburger .icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hamburger .icon .bun {
  width: 100%;
  height: 3px;
  margin: auto;
  top: 4px;
  left: 0;
  bottom: 0;
  background-color: #670037;
  transition: 0.6s width cubic-bezier(0.2, 0.6, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: width, transform;
  border-radius: 20px;
}
.hamburger .icon .bun.top {
  transform: translateY(-10.5px);
}
.hamburger .icon .bun.middle {
  transform: translateY(-2px);
}
.hamburger .icon .bun.bottom {
  transform: translateY(6.5px);
}
.hamburger.is_active .icon .bun.top, .hamburger.is_active .icon .bun.middle {
  transform: rotate(45deg);
}
.hamburger.is_active .icon .bun.bottom {
  transform: rotate(-45deg);
}

.header {
  transition: transform 0.3s ease;
}
.header-hidden {
  transform: translateY(-300%);
}

.secondary {
  z-index: 999;
  top: 0;
  left: 0;
  height: 62px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.4);
  background: linear-gradient(0deg, #670037 0%, #670037 100%), #FFF8F3;
}
.secondary .header_navigation ul {
  display: flex;
  list-style: none;
}
.secondary .header_navigation ul li:not(:last-of-type) {
  margin-right: 20px;
}
.secondary .header_navigation ul li a {
  color: #FFF8F3;
  font-family: "proxima-nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 6px 16px;
  height: 38px;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
}
.secondary .header_navigation ul li a:hover {
  opacity: 1 !important;
}
.secondary .header_navigation ul li a i, .secondary .header_navigation ul li a svg {
  margin-left: 8px;
  font-weight: 300;
  transition: all 0.25s ease-in-out;
}
.secondary .header_navigation ul li a:hover i, .secondary .header_navigation ul li a:hover svg {
  transform: rotate(10deg);
}
.secondary .header_navigation ul li:nth-of-type(1) a {
  background-color: #005a64;
}
.secondary .header_navigation ul li:nth-of-type(1) a:hover {
  background-color: #004748;
}
.secondary .header_navigation ul li:nth-of-type(2) a {
  background-color: #492b7c;
}
.secondary .header_navigation ul li:nth-of-type(2) a:hover {
  background-color: #72237e;
}

.primary {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF7F2;
  display: flex;
  padding: 12px 8px 12px 8px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.primary .shape {
  clip-path: polygon(100% 0, 0 0, 8% 25%);
  width: 100vw;
  height: clamp(4rem, 10vw, 8.75rem);
  bottom: -60px;
  left: -20px;
  background-color: #FFF7F2;
}
.primary .header_navigation ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.primary .header_navigation ul li {
  position: relative;
}
.primary .header_navigation ul li:not(:last-child) {
  margin-right: 40px;
}
.primary .header_navigation ul li:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #111111;
  transition: all 0.25s ease-in-out;
}
.primary .header_navigation ul li.menu-item-has-children:after {
  content: "\f107";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  margin-left: 4px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
.primary .header_navigation ul li.menu-item-has-children.active::after {
  transform: scaleY(-1);
}
.primary .header_navigation ul li:hover:before, .primary .header_navigation ul li.current-menu-item:before, .primary .header_navigation ul li.active:before {
  width: 100%;
}
.primary .header_navigation ul li#menu-item-82:before {
  display: none;
}
.primary .header_navigation ul li#menu-item-82 a {
  display: flex;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.primary .header_navigation ul li#menu-item-82 a:hover {
  opacity: 1 !important;
}
.primary .header_navigation ul li#menu-item-82 a > *:not(:last-child) {
  margin-right: 10px;
}
.primary .header_navigation ul li#menu-item-82 a {
  align-self: stretch;
  height: 54px;
  border-radius: 8px;
  background: #670037;
  color: #ffffff;
  font-family: "proxima-nova";
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.primary .header_navigation ul li#menu-item-82 a svg {
  position: absolute;
  right: -10px;
  height: 100%;
}
.primary .header_navigation ul li#menu-item-82 a svg path {
  fill: #670037;
  transition: all 0.4s ease-in-out;
}
.primary .header_navigation ul li#menu-item-82 a:hover {
  background-color: #3A001D;
  animation: subtle-bounce 0.4s ease;
}
.primary .header_navigation ul li#menu-item-82 a:hover svg path {
  fill: #3A001D;
}
.primary .header_navigation ul li.search-icon:before {
  display: none;
}
.primary .header_navigation ul li.search-icon a {
  background-color: rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
}
.primary .header_navigation ul li.search-icon a:hover {
  background-color: rgba(17, 17, 17, 0.2);
  opacity: 1 !important;
}
.primary .header_navigation ul li.search-icon.active a {
  background-color: rgba(17, 17, 17, 0.2);
}
.primary .header_navigation ul li a {
  position: relative;
  color: #111111;
  font-family: "proxima-nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none !important;
}
.primary .header_navigation ul li a:hover {
  opacity: 1 !important;
}
.primary .header_navigation ul li a i {
  font-weight: 600;
}
.primary .header_navigation ul li ul {
  display: none !important;
}
.primary .company-logo {
  z-index: 2;
}
.primary .company-logo .logo {
  width: 164px;
  height: 72px;
  z-index: 2;
  aspect-ratio: 41/48;
  display: flex;
  align-items: flex-end;
  gap: 6.349px;
}
.primary .company-logo:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .hamburger .icon .bun {
    top: -4px;
  }
  .primary {
    top: 62px;
    padding: 10px 32px 0px 32px;
  }
  .primary .company-logo img {
    width: 200.185px;
    height: 62px;
    gap: 7.75px;
    aspect-ratio: 200.18/62;
  }
  .primary .shape {
    clip-path: polygon(100% 0, 0 0, 6% 15%);
    bottom: calc(-1 * clamp(4rem, 10vw, 8.5rem));
  }
  .secondary {
    padding: 0 32px;
  }
}
@media screen and (min-width: 992px) {
  .menu_container .menu_wrapper {
    max-width: 512px;
  }
  .menu_container .menu_wrapper .menu .menu_nav.primary div ul li a {
    padding: 16px 32px 16px 32px;
    font-size: 24px;
    line-height: 24px;
  }
  .menu_container .menu_wrapper .menu .menu_nav.primary div ul li.menu-item-has-children > a:after {
    font-size: 24px;
    line-height: 24px;
  }
  .menu_container .menu_wrapper .menu .menu_nav.tertiary div ul li {
    padding: 8px 48px 8px 48px;
  }
}
@media screen and (min-width: 1200px) {
  .primary {
    padding: 8px 48px 8px 48px;
  }
  .primary .company-logo img {
    width: 164px;
    height: 72px;
    z-index: 2;
    aspect-ratio: 41/48;
  }
  .primary .header_navigation ul li:not(:last-child) {
    margin-right: 30px;
  }
  .primary .header_navigation ul li a {
    font-size: 16px;
  }
  .primary .header_navigation ul li.search-icon a {
    width: 40px;
    height: 40px;
  }
  .primary .header_navigation ul li#menu-item-82 a {
    font-size: 18px;
    line-height: 28px;
  }
  .secondary {
    padding: 0 48px;
  }
}
@media screen and (min-width: 1440px) {
  .primary .header_navigation ul li:not(:last-child) {
    margin-right: 40px;
  }
  .primary .header_navigation ul li a {
    font-size: 18px;
  }
  .primary .header_navigation ul li.search-icon a {
    width: 44px;
    height: 44px;
  }
  .primary .header_navigation ul li#menu-item-82 a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1920px) {
  .primary .header_navigation ul li:not(:last-child) {
    margin-right: 48px;
  }
}
.block {
  padding-left: 12px;
  padding-right: 12px;
}
.block.remove-angle {
  clip-path: none;
  margin-top: 0;
}

.block_large_banner_image_text_buttons {
  min-height: calc(100vh - 145px);
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  padding-bottom: 140px;
}
.block_large_banner_image_text_buttons.remove-angle {
  clip-path: none;
}
.block_large_banner_image_text_buttons .block {
  margin-top: -90px;
}
.block_large_banner_image_text_buttons h1, .block_large_banner_image_text_buttons h2, .block_large_banner_image_text_buttons h3, .block_large_banner_image_text_buttons h4, .block_large_banner_image_text_buttons h5, .block_large_banner_image_text_buttons h6 {
  font-family: "proxima-nova";
}
.block_large_banner_image_text_buttons h1, .block_large_banner_image_text_buttons h2, .block_large_banner_image_text_buttons h3, .block_large_banner_image_text_buttons h4, .block_large_banner_image_text_buttons h5, .block_large_banner_image_text_buttons h6, .block_large_banner_image_text_buttons p, .block_large_banner_image_text_buttons ol li, .block_large_banner_image_text_buttons ul li, .block_large_banner_image_text_buttons a:not(.link_button) {
  color: #ffffff;
}
.block_large_banner_image_text_buttons h1 strong, .block_large_banner_image_text_buttons h2 strong, .block_large_banner_image_text_buttons h3 strong, .block_large_banner_image_text_buttons h4 strong, .block_large_banner_image_text_buttons h5 strong, .block_large_banner_image_text_buttons h6 strong, .block_large_banner_image_text_buttons p strong, .block_large_banner_image_text_buttons ol li strong, .block_large_banner_image_text_buttons ul li strong, .block_large_banner_image_text_buttons a:not(.link_button) strong {
  color: #f35203;
}
.block_large_banner_image_text_buttons .link_button.outline:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.block_large_banner_image_text_buttons .link_button.outline:hover span, .block_large_banner_image_text_buttons .link_button.outline:hover i {
  color: #3A001D;
}
.block_large_banner_image_text_buttons .line-svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.block_large_banner_image_text {
  height: 70vh;
  overflow: visible;
  position: relative;
}
.block_large_banner_image_text .container {
  height: 100%;
  z-index: 2;
}
.block_large_banner_image_text .container .row {
  height: 100%;
}
.block_large_banner_image_text h1, .block_large_banner_image_text h2, .block_large_banner_image_text h3, .block_large_banner_image_text h4, .block_large_banner_image_text h5, .block_large_banner_image_text h6, .block_large_banner_image_text p, .block_large_banner_image_text ol li, .block_large_banner_image_text ul li, .block_large_banner_image_text a:not(.link_button) {
  color: #FEF6F2;
  max-width: 800px;
}
.block_large_banner_image_text h1 strong, .block_large_banner_image_text h2 strong, .block_large_banner_image_text h3 strong, .block_large_banner_image_text h4 strong, .block_large_banner_image_text h5 strong, .block_large_banner_image_text h6 strong, .block_large_banner_image_text p strong, .block_large_banner_image_text ol li strong, .block_large_banner_image_text ul li strong, .block_large_banner_image_text a:not(.link_button) strong {
  color: #f35203;
}
.block_large_banner_image_text h1, .block_large_banner_image_text h2, .block_large_banner_image_text h3, .block_large_banner_image_text h4 {
  color: #e6007e;
}
.block_large_banner_image_text h6 {
  margin-bottom: 10px !important;
}
.block_large_banner_image_text .image {
  position: absolute;
  right: 0;
  width: 45%;
}
.block_large_banner_image_text .shape {
  width: 45%;
  bottom: 0;
  height: auto;
}
.block_large_banner_image_text .shape.top {
  top: -75px;
  right: 0;
}
.block_large_banner_image_text .line-svg {
  position: absolute;
  z-index: 3;
  right: -120px;
  bottom: -80px;
  width: 550px;
}
.block_large_banner_image_text.accent-fire-7 h1, .block_large_banner_image_text.accent-fire-7 h2, .block_large_banner_image_text.accent-fire-7 h3, .block_large_banner_image_text.accent-fire-7 h4, .block_large_banner_image_text.accent-fire-7 h5, .block_large_banner_image_text.accent-fire-7 h6, .block_large_banner_image_text.accent-fire-7 p, .block_large_banner_image_text.accent-fire-7 ol li, .block_large_banner_image_text.accent-fire-7 ul li, .block_large_banner_image_text.accent-fire-7 a:not(.link_button) {
  color: #FEF6F2;
  max-width: 800px;
}
.block_large_banner_image_text.accent-fire-7 h1 strong, .block_large_banner_image_text.accent-fire-7 h2 strong, .block_large_banner_image_text.accent-fire-7 h3 strong, .block_large_banner_image_text.accent-fire-7 h4 strong, .block_large_banner_image_text.accent-fire-7 h5 strong, .block_large_banner_image_text.accent-fire-7 h6 strong, .block_large_banner_image_text.accent-fire-7 p strong, .block_large_banner_image_text.accent-fire-7 ol li strong, .block_large_banner_image_text.accent-fire-7 ul li strong, .block_large_banner_image_text.accent-fire-7 a:not(.link_button) strong {
  color: #f35203;
}
.block_large_banner_image_text.accent-fire-7 h1, .block_large_banner_image_text.accent-fire-7 h2, .block_large_banner_image_text.accent-fire-7 h3, .block_large_banner_image_text.accent-fire-7 h4 {
  color: #f35203;
}
.block_large_banner_image_text.accent-fire-7 .line-svg path {
  stroke: #f35203;
}
.block_large_banner_image_text.small p {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 17px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Montserrat";
}

.block_text_blob {
  padding: 48px 25px 48px;
}
.block_text_blob::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -39px;
  left: 0;
  background-color: #fef7f2;
  height: 40px;
  z-index: 2;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.block_text_blob.remove-angle::before {
  display: none;
}
.block_text_blob.accent_colour-fire-6:before {
  background-color: #492b7c;
}
.block_text_blob.accent_colour-fire-2:before {
  background-color: #670037;
}
.block_text_blob .text-blob-image-wrapper {
  order: 1;
}
.block_text_blob .text-blob-content-wrapper {
  order: 2;
  margin-top: 40px;
}
.block_text_blob .row {
  background-color: #004748;
  border-radius: 40px;
  padding: 24px 0 32px 0;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.block_text_blob .row img {
  border-radius: 20px;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.block_text_blob .row h1, .block_text_blob .row h2, .block_text_blob .row h3, .block_text_blob .row h4, .block_text_blob .row h5, .block_text_blob .row h6, .block_text_blob .row p, .block_text_blob .row ol li, .block_text_blob .row ul li, .block_text_blob .row a:not(.link_button) {
  color: #ffffff;
}
.block_text_blob .row p, .block_text_blob .row ol li, .block_text_blob .row ul li, .block_text_blob .row a:not(.link_button) {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Montserrat";
}
.block_text_blob .row .link_button {
  background-color: #f35203;
}
.block_text_blob .row .link_button span, .block_text_blob .row .link_button i {
  color: #FEF6F2;
}
.block_text_blob .row .link_button:hover {
  background-color: #3A001D;
  animation: subtle-bounce 0.4s ease;
}
.block_text_blob .line-svg {
  top: 200px;
}
.block_text_blob.accent_colour-fire-6 {
  background-color: #492b7c;
}
.block_text_blob.accent_colour-fire-6 h1, .block_text_blob.accent_colour-fire-6 h2, .block_text_blob.accent_colour-fire-6 h3, .block_text_blob.accent_colour-fire-6 h4, .block_text_blob.accent_colour-fire-6 h6 {
  color: #492b7c !important;
}
.block_text_blob.accent_colour-fire-6 h5, .block_text_blob.accent_colour-fire-6 p, .block_text_blob.accent_colour-fire-6 ol li, .block_text_blob.accent_colour-fire-6 ul li, .block_text_blob.accent_colour-fire-6 a:not(.link_button) {
  color: #111111 !important;
}
.block_text_blob.accent_colour-fire-6 .link_button {
  background-color: #492b7c;
}
.block_text_blob.accent_colour-fire-6 .row {
  background-color: #FEF6F2;
}
.block_text_blob.accent_colour-fire-2 {
  background-color: #670037;
}
.block_text_blob.accent_colour-fire-2 h1, .block_text_blob.accent_colour-fire-2 h2, .block_text_blob.accent_colour-fire-2 h3, .block_text_blob.accent_colour-fire-2 h4, .block_text_blob.accent_colour-fire-2 h6 {
  color: #670037 !important;
}
.block_text_blob.accent_colour-fire-2 h5, .block_text_blob.accent_colour-fire-2 p, .block_text_blob.accent_colour-fire-2 ol li, .block_text_blob.accent_colour-fire-2 ul li, .block_text_blob.accent_colour-fire-2 a:not(.link_button) {
  color: #111111 !important;
}
.block_text_blob.accent_colour-fire-2 .link_button {
  background-color: #670037;
}
.block_text_blob.accent_colour-fire-2 .row {
  background-color: #FEF6F2;
}

.block_image_banner_text_button {
  min-height: 100vh;
  z-index: 2;
  height: auto;
  margin-top: -41px;
}
.block_image_banner_text_button.remove-angle img {
  clip-path: none !important;
}
.block_image_banner_text_button.text-alignment-left img {
  clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
}
.block_image_banner_text_button .container {
  z-index: 2;
  height: 100%;
}
.block_image_banner_text_button img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 calc(100% - 40px));
}
.block_image_banner_text_button .content-wrapper {
  border-radius: 40px 0 0 40px;
  background: #004748;
  display: flex;
  padding: 48px 32px 48px 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 95%;
  z-index: 1;
}
.block_image_banner_text_button .content-wrapper > div > *:not(:last-child) {
  margin-bottom: 24px;
}
.block_image_banner_text_button .content-wrapper * {
  color: #ffffff;
}
.block_image_banner_text_button .content-wrapper h1, .block_image_banner_text_button .content-wrapper h2, .block_image_banner_text_button .content-wrapper h3, .block_image_banner_text_button .content-wrapper h4, .block_image_banner_text_button .content-wrapper h6 {
  font-weight: 800;
  margin: 0;
}
.block_image_banner_text_button .content-wrapper h5 {
  margin: 0;
}
.block_image_banner_text_button .content-wrapper h2 {
  font-size: 27px;
  line-height: 36px;
}
.block_image_banner_text_button .content-wrapper .link_button {
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.block_image_banner_text_button .content-wrapper .link_button i, .block_image_banner_text_button .content-wrapper .link_button svg {
  margin-left: 10px;
}
.block_image_banner_text_button .justify-content-start .content-wrapper {
  right: auto;
  left: 0;
  border-radius: 0 40px 40px 0;
}

.block_latest_news_slider {
  margin-top: -40px;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
}
.block_latest_news_slider.no-overlap {
  margin-top: 0;
  z-index: 3;
}
.block_latest_news_slider .container {
  z-index: 2;
}
.block_latest_news_slider .introduction {
  padding-bottom: 48px;
}
.block_latest_news_slider .introduction * {
  color: #95262f;
}
.block_latest_news_slider .introduction .link_button {
  margin-top: 0;
}
.block_latest_news_slider .latest-news-slider-wrap {
  position: relative;
  z-index: 2;
}
.block_latest_news_slider .latest-news-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.block_latest_news_slider .news-card {
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.block_latest_news_slider .news-card * {
  color: #111111;
}
.block_latest_news_slider .news-card .content-wrapper {
  transition: all 0.25s ease-in-out;
  border-radius: 0 0 20px 20px;
  padding: 12px 16px 28px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FDEDE4;
  min-height: 250px;
  height: auto;
}
.block_latest_news_slider .news-card .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 140px;
  height: 140px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}
.block_latest_news_slider .news-card .icon i {
  margin-right: 10px;
  font-size: 48px;
  color: #FDEDE4;
}
.block_latest_news_slider .news-card:before {
  content: "";
  display: block;
  position: absolute;
  width: 225px;
  height: 235px;
  bottom: -135px;
  border-radius: 100%;
  left: -1000px;
  opacity: 0;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
.block_latest_news_slider .news-card.news-card:before {
  background-color: #492b7c;
}
.block_latest_news_slider .news-card.resource-card:before {
  background-color: #004748;
}
.block_latest_news_slider .news-card:hover {
  color: #ffffff;
}
.block_latest_news_slider .news-card:hover:before {
  left: -40px;
  opacity: 1;
}
.block_latest_news_slider .news-card:hover .news-card__link {
  color: #FFF7F2;
}
.block_latest_news_slider .news-card:hover .news-card__link svg path {
  stroke: #FFF7F2;
}
.block_latest_news_slider .news-card:hover .news-card__link i {
  color: #FFF7F2;
}
.block_latest_news_slider .news-card:hover .news-card__link:before {
  width: 100%;
  background-color: #FFF7F2;
}
.block_latest_news_slider .news-card__image {
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: rgba(17, 17, 17, 0.1);
}
.block_latest_news_slider .news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_latest_news_slider .news-card__top {
  display: flex;
  flex-wrap: wrap;
}
.block_latest_news_slider .news-card__top > *:not(:last-child) {
  margin-bottom: 16px;
}
.block_latest_news_slider .news-card__top {
  align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  flex-direction: column;
}
.block_latest_news_slider .news-card__top div {
  display: flex;
  align-items: center;
}
.block_latest_news_slider .news-card__top div > *:not(:last-child) {
  margin-right: 16px;
}
.block_latest_news_slider .news-card__top.news .news-card__tag {
  background-color: #492b7c;
}
.block_latest_news_slider .news-card__top.news .news-card__date {
  color: #492b7c;
}
.block_latest_news_slider .news-card__top.resource .news-card__tag {
  background-color: #004748;
}
.block_latest_news_slider .news-card__top.resource .news-card__date {
  color: #004748;
}
.block_latest_news_slider .news-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  min-height: 32px;
  color: #FDEDE4;
}
.block_latest_news_slider .news-card__tag * {
  color: #FDEDE4;
}
.block_latest_news_slider .news-card__tag i {
  margin-right: 6px;
}
.block_latest_news_slider .news-card__date {
  font-weight: 600;
}
.block_latest_news_slider .news-card__title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}
.block_latest_news_slider .news-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: #111111;
  font-weight: 600;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s ease-in-out;
}
.block_latest_news_slider .news-card__link > *:not(:last-child) {
  margin-right: 8px;
}
.block_latest_news_slider .news-card__link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #111111;
  transition: all 0.25s ease-in-out;
}
.block_latest_news_slider .news-card__link svg {
  margin-left: 8px;
}
.block_latest_news_slider .news-card__link svg path {
  stroke: #111111;
  transition: all 0.25s ease-in-out;
}
.block_latest_news_slider .news-card__link i {
  margin-left: 8px;
  font-size: 16px;
  color: #111111;
  transition: all 0.25s ease-in-out;
}
.block_latest_news_slider .latest-news-nav {
  position: relative;
}
.block_latest_news_slider .latest-news-nav .wrapper {
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.block_latest_news_slider .latest-news-nav .wrapper > *:not(:last-child) {
  margin-right: 20px;
}
.block_latest_news_slider .latest-news-prev,
.block_latest_news_slider .latest-news-next {
  position: static;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: none;
  border-radius: 50%;
  background: #95262f;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.block_latest_news_slider .latest-news-prev i,
.block_latest_news_slider .latest-news-next i {
  color: #ffffff;
}
.block_latest_news_slider .latest-news-prev::before, .block_latest_news_slider .latest-news-prev::after,
.block_latest_news_slider .latest-news-next::before,
.block_latest_news_slider .latest-news-next::after {
  display: none;
}
.block_latest_news_slider .latest-news-prev.swiper-button-disabled,
.block_latest_news_slider .latest-news-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 1;
  background-color: rgba(17, 17, 17, 0.4);
}
.block_latest_news_slider .latest-news-prev:hover,
.block_latest_news_slider .latest-news-next:hover {
  transform: translateY(-1px);
  background: #95262f;
}
@media (max-width: 991.98px) {
  .block_latest_news_slider .latest-news-nav {
    position: static;
    transform: none;
    margin-top: 1.5rem;
    justify-content: flex-end;
  }
  .block_latest_news_slider .news-card {
    min-height: 340px;
  }
  .block_latest_news_slider .news-card__title {
    max-width: 100%;
  }
}

.block_testimonials {
  padding: 96px 64px;
  background: linear-gradient(0deg, var(#670037) 0%, var(#670037) 100%), #FFF;
  position: relative;
  overflow: hidden;
}
.block_testimonials.accent-pink .speech-marks path {
  fill: #e6007e;
}
.block_testimonials.accent-pink .counter * {
  color: #e6007e !important;
}
.block_testimonials.accent-pink h3, .block_testimonials.accent-pink .author {
  color: #e6007e !important;
}
.block_testimonials.accent-pink .swiper-button-prev, .block_testimonials.accent-pink .swiper-button-next {
  background-color: #e6007e !important;
}
.block_testimonials.accent-pink .line-svg path {
  stroke: #e6007e;
}
.block_testimonials .container {
  position: relative;
  z-index: 3;
  max-width: 1400px;
}
.block_testimonials .testimonial-slider {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.block_testimonials .testimonial-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block_testimonials .swiper-wrapper {
  max-width: 1344px;
}
.block_testimonials .slide-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 0 64px;
  margin: 0 auto;
}
.block_testimonials .testimonial-image {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 520px;
  border-radius: 40px;
  overflow: hidden;
}
.block_testimonials .testimonial-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_testimonials .testimonial-card {
  position: relative;
  z-index: 2;
  margin-left: -40px;
  width: 50%;
  min-height: 290px;
  color: #ffffff;
  padding: 58px 0 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block_testimonials .testimonial-card * {
  position: relative;
  z-index: 2;
}
.block_testimonials .testimonial-card img {
  position: absolute;
  z-index: 1;
  width: 726.062px;
  height: 670.002px;
  aspect-ratio: 13/12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block_testimonials .line-svg {
  right: -80px;
}
.block_testimonials .speech-marks {
  z-index: 9;
  top: -100px;
  left: -30px;
}

.block_testimonials .counter {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  font-weight: 600;
  color: #f35203;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.block_testimonials .counter > *:not(:last-child) {
  margin-right: 2px;
}

.block_testimonials .counter-current,
.block_testimonials .counter-total {
  color: #f35203;
}

.block_testimonials .testimonial-card h3 {
  margin-bottom: 32px;
  font-weight: 800;
  color: #f35203;
}

.block_testimonials .testimonial-card p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #FFF7F2;
  font-weight: 600;
  font-family: "Montserrat";
}

.block_testimonials .testimonial-card .author {
  margin-top: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #f35203;
  font-weight: 600;
}

/* nav buttons */
.block_testimonials .slider-nav {
  position: absolute;
  right: 130px;
  bottom: 100px;
  z-index: 5;
  display: flex;
}
.block_testimonials .slider-nav > *:not(:last-child) {
  margin-right: 20px;
}

.block_testimonials .slider-nav .swiper-button-prev,
.block_testimonials .slider-nav .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: none;
  border-radius: 50%;
  background: #f35203;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
}

.block_testimonials .slider-nav .swiper-button-prev::after,
.block_testimonials .slider-nav .swiper-button-next::after {
  display: none;
}

.block_testimonials .slider-nav button:hover {
  transform: translateY(-1px);
}

/* spacing cleanup */
.block_testimonials .reveal {
  opacity: 1;
  transform: none;
}

/* responsive */
@media (max-width: 991px) {
  .block_testimonials {
    padding: 70px 0;
  }
  .block_testimonials .slide-inner {
    flex-direction: column;
    min-height: auto;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .block_testimonials .testimonial-card {
    width: 75% !important;
    max-width: 100%;
    margin-top: -150px;
    top: -100px;
  }
  .block_testimonials .testimonial-image {
    max-width: 498px;
    width: 100%;
  }
  .block_testimonials .testimonial-card {
    margin-left: 0;
    border-radius: 40px;
    min-height: auto;
    padding: 40px 28px 80px;
  }
  .block_testimonials .testimonial-card::before,
  .block_testimonials .testimonial-card::after {
    display: none;
  }
  .block_testimonials .slider-nav {
    right: 28px;
    bottom: 26px;
  }
}
@media (max-width: 575px) {
  .block_testimonials .testimonial-card .counter, .block_testimonials .testimonial-card h1, .block_testimonials .testimonial-card h2, .block_testimonials .testimonial-card h3, .block_testimonials .testimonial-card h4, .block_testimonials .testimonial-card h5, .block_testimonials .testimonial-card h6, .block_testimonials .testimonial-card p, .block_testimonials .testimonial-card ol li, .block_testimonials .testimonial-card ul li, .block_testimonials .testimonial-card a:not(.link_button), .block_testimonials .testimonial-card .author {
    padding: 0 30px !important;
  }
}
.block_values {
  padding-top: 64px;
  padding-bottom: 32px;
  z-index: 1;
}
.block_values .line-svg {
  width: 90%;
  bottom: -200px;
}
.block_values .introduction {
  margin-bottom: 48px;
}
.block_values .introduction h1, .block_values .introduction h2, .block_values .introduction h3, .block_values .introduction h4, .block_values .introduction h5, .block_values .introduction h6 {
  color: #e6007e;
}
.block_values .introduction p, .block_values .introduction ol li, .block_values .introduction ul li, .block_values .introduction a:not(.link_button) {
  color: #ffffff;
}
.block_values .value-item {
  height: 460px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}
.block_values .value-item .text-wrapper {
  padding: 0 24px 48px;
  min-height: unset;
  z-index: 2;
}
.block_values .value-item .text-wrapper * {
  color: #ffffff;
}
.block_values .value-item .text-wrapper h5 {
  font-weight: 800;
  font-family: "Montserrat";
  text-transform: uppercase;
}
.block_values .value-item .text-wrapper p, .block_values .value-item .text-wrapper ol li, .block_values .value-item .text-wrapper ul li {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  font-family: "Montserrat" !important;
}
.block_values .col-sm-6:nth-of-type(n+2) .value-item {
  margin-bottom: 32px;
}

.block_text_with_bookmark_image {
  margin-top: -40px;
}
.block_text_with_bookmark_image.no-overlap {
  margin-top: 0;
}
.block_text_with_bookmark_image * {
  color: #95262f;
}
.block_text_with_bookmark_image.bg-fire-3 * {
  color: #FFF7F2;
}
.block_text_with_bookmark_image.bg-fire-3 h1 strong, .block_text_with_bookmark_image.bg-fire-3 h2 strong, .block_text_with_bookmark_image.bg-fire-3 h3 strong, .block_text_with_bookmark_image.bg-fire-3 h4 strong, .block_text_with_bookmark_image.bg-fire-3 h5 strong, .block_text_with_bookmark_image.bg-fire-3 h6 strong, .block_text_with_bookmark_image.bg-fire-3 p strong, .block_text_with_bookmark_image.bg-fire-3 ol li strong, .block_text_with_bookmark_image.bg-fire-3 ul li strong, .block_text_with_bookmark_image.bg-fire-3 a:not(.link_button) strong {
  color: #f35203;
}
.block_text_with_bookmark_image.bg-fire-3 .link_button.outline svg, .block_text_with_bookmark_image.bg-fire-3 .link_button.outline i {
  color: #ffffff;
}
.block_text_with_bookmark_image.bg-fire-3 .link_button.outline svg path, .block_text_with_bookmark_image.bg-fire-3 .link_button.outline i path {
  fill: #ffffff;
}
.block_text_with_bookmark_image ol, .block_text_with_bookmark_image ul {
  margin-bottom: 32px;
}
.block_text_with_bookmark_image ol li, .block_text_with_bookmark_image ul li {
  padding-bottom: 32px;
}
.block_text_with_bookmark_image p, .block_text_with_bookmark_image ol li, .block_text_with_bookmark_image ul li, .block_text_with_bookmark_image a:not(.link_button) {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Montserrat" !important;
  color: #111111;
}
.block_text_with_bookmark_image p strong, .block_text_with_bookmark_image ol li strong, .block_text_with_bookmark_image ul li strong, .block_text_with_bookmark_image a:not(.link_button) strong {
  color: #95262f;
  font-weight: 600;
  font-family: "Montserrat" !important;
}
.block_text_with_bookmark_image .introduction {
  padding-bottom: 80px;
}
.block_text_with_bookmark_image .image-wrapper {
  padding: 60% 0 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.block_text_with_bookmark_image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 40px 0 0;
}
.block_text_with_bookmark_image .image-wrapper .bookmark-ribbon {
  top: -55px;
  right: 40px;
  width: 55px;
  height: 90px;
}

.block_team {
  position: relative;
  margin-top: -25px;
  overflow: hidden;
}
.block_team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /* fixed height = fixed angle */
  background: inherit;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.block_team .line-svg {
  top: 0px;
  left: -160px;
  z-index: -1;
}
.block_team .container {
  z-index: 2;
}
.block_team .introduction {
  padding-bottom: 48px;
}
.block_team .introduction h1, .block_team .introduction h2, .block_team .introduction h3, .block_team .introduction h4, .block_team .introduction h6 {
  color: #f35203;
}
.block_team .introduction h5, .block_team .introduction p, .block_team .introduction ol li, .block_team .introduction ul li, .block_team .introduction a:not(.link_button) {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
}
.block_team .introduction p, .block_team .introduction ol li, .block_team .introduction ul li, .block_team .introduction a:not(.link_button) {
  font-size: 22px;
  line-height: 28px;
}
.block_team .team-item {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
}
.block_team .team-item .team-image-wrap {
  height: 560px;
  overflow: hidden;
  border-radius: 128px 128px 0 0;
  background: #95262f;
}
.block_team .team-item .team-image {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block_team .team-item .team-content {
  padding-top: 1rem;
}
.block_team .team-item .team-content h5 {
  color: #f35203;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
}
.block_team .team-item .team-content h5:first-of-type {
  color: #ffffff;
}
.block_team .team-item .team-content h5:nth-of-type(2) {
  font-size: 17px;
  line-height: 27px;
}
.block_team .team-item .team-name {
  margin-bottom: 0.25rem;
}
.block_team .team-item .team-role {
  color: #95262f;
  margin-bottom: 0.75rem;
}
.block_team .team-item .team-meta {
  margin-top: 16px;
}
.block_team .team-item .team-meta i {
  font-size: 22px;
}
.block_team .team-item .team-links * {
  color: #ffffff !important;
  font-size: 32px;
}
.block_team .team-item .team-links a:not(:last-of-type) {
  margin-right: 16px;
}
.block_team .team-item .team-links a i {
  transition: all 0.25s ease-in-out;
}
.block_team .team-item .team-links a:hover {
  opacity: 1 !important;
}
.block_team .team-item .team-links a:hover i {
  transform: rotate(10deg);
}
.block_team .team-item .team-bio-trigger * {
  color: #ffffff !important;
}
.block_team .team-item .team-bio-trigger .team-bio-button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.block_team .team-item .team-bio-trigger .team-bio-button i {
  margin-left: 12px;
  font-weight: 400;
  font-size: 20px;
}
.block_team.block_board .line-svg {
  top: -600px;
  right: -60px;
  left: auto;
  z-index: 1;
}
.block_team.block_board .line-svg-2 {
  right: auto;
  left: 0px;
  top: auto;
  bottom: -60px;
  width: 100%;
}
.block_team.block_board .introduction h1, .block_team.block_board .introduction h2, .block_team.block_board .introduction h3, .block_team.block_board .introduction h4, .block_team.block_board .introduction h5, .block_team.block_board .introduction h6 {
  color: #004748;
}
.block_team.block_board .team-item .team-image-wrap {
  background: #004748;
}
.block_team.block_board .team-item .team-content h5:first-of-type {
  color: #004748;
}
.block_team.block_board .team-item .team-role {
  color: #95262f;
}
.block_team.block_board .team-item .team-links * {
  color: #004748 !important;
}
.block_team.block_board .team-item .team-bio-trigger * {
  color: #004748 !important;
}

.block_newsletter {
  overflow: hidden;
  z-index: 3;
}
.block_newsletter:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #004748;
}
.block_newsletter .container {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 120px;
}
.block_newsletter .container .row {
  z-index: 2;
}
.block_newsletter * {
  color: #ffffff;
}
.block_newsletter h3 {
  margin-bottom: 0;
}
.block_newsletter .shape {
  top: 0;
  left: 20%;
  transform: translateX(-50%);
}
.block_newsletter .shape.mobile {
  width: 100%;
  height: 100%;
  left: 0;
  transform: none;
}

.block_contact_form {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  margin-top: -40px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.block_contact_form .contact-form-wrapper {
  background: #FDEDE4;
  border-radius: 40px;
  padding: 24px 0 32px 0;
  z-index: 2;
}
.block_contact_form .contact-form-wrapper .introduction {
  display: flex;
  flex-direction: column;
}
.block_contact_form .contact-form-wrapper .introduction h1, .block_contact_form .contact-form-wrapper .introduction h2, .block_contact_form .contact-form-wrapper .introduction h3, .block_contact_form .contact-form-wrapper .introduction h4, .block_contact_form .contact-form-wrapper .introduction h5, .block_contact_form .contact-form-wrapper .introduction h6, .block_contact_form .contact-form-wrapper .introduction p, .block_contact_form .contact-form-wrapper .introduction ol li, .block_contact_form .contact-form-wrapper .introduction ul li, .block_contact_form .contact-form-wrapper .introduction a:not(.link_button) {
  margin: 0;
}
.block_contact_form .contact-form-wrapper .introduction * {
  color: #492b7c;
}
.block_contact_form .contact-form-wrapper .introduction > *:not(:last-child) {
  margin-bottom: 12px;
}
.block_contact_form .contact-form-wrapper .contact-details {
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}
.block_contact_form .contact-form-wrapper .contact-details * {
  font-size: 20px;
  line-height: 30px;
}
.block_contact_form .contact-form-wrapper .contact-details > *:not(:last-child) {
  margin-bottom: 20px;
}
.block_contact_form .contact-form-wrapper .contact-details .contact-item {
  display: flex;
}
.block_contact_form .contact-form-wrapper .contact-details .contact-item > *:not(:last-child) {
  margin-right: 12px;
}
.block_contact_form .contact-form-wrapper .contact-details .contact-item span {
  font-weight: 600;
}
.block_contact_form .contact-form-wrapper .contact-details .contact-item span a {
  position: relative;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}
.block_contact_form .contact-form-wrapper .contact-details .contact-item span a:hover {
  opacity: 1 !important;
}
.block_contact_form .contact-form-wrapper .contact-details .contact-item span a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #111111;
  transition: all 0.25s ease-in-out;
}
.block_contact_form .contact-form-wrapper .contact-details .contact-item span a:hover:after {
  width: 100%;
}
.block_contact_form .line-svg {
  bottom: -200px;
  left: -215px;
}

.block_full_width_image {
  padding: 65% 0 0 0;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  margin-top: -40px;
  z-index: 3;
}
.block_full_width_image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.block_call_to_action {
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -45px;
  z-index: 3;
  padding: 164px 64px !important;
}
.block_call_to_action.bg-orange-5 #spinElement path {
  opacity: 0.1;
}
.block_call_to_action .column-1, .block_call_to_action .column-2 {
  z-index: 2;
}
.block_call_to_action h1, .block_call_to_action h2, .block_call_to_action h3, .block_call_to_action h4, .block_call_to_action h5, .block_call_to_action h6, .block_call_to_action p, .block_call_to_action ol li, .block_call_to_action ul li, .block_call_to_action a:not(.link_button) {
  color: #ffffff;
}
.block_call_to_action h1 strong, .block_call_to_action h2 strong, .block_call_to_action h3 strong, .block_call_to_action h4 strong, .block_call_to_action h5 strong, .block_call_to_action h6 strong, .block_call_to_action p strong, .block_call_to_action ol li strong, .block_call_to_action ul li strong, .block_call_to_action a:not(.link_button) strong {
  font-family: "Montserrat";
  font-weight: 600;
  color: #f35203;
}
.block_call_to_action h4, .block_call_to_action h5, .block_call_to_action p, .block_call_to_action ol li, .block_call_to_action ul li, .block_call_to_action a:not(.link_button) {
  max-width: 920px;
  text-transform: none;
  font-weight: 600;
}
.block_call_to_action svg {
  top: 0;
  left: 0;
}
.block_call_to_action #spinElement {
  width: 250px;
  height: 234px;
}
.block_call_to_action .content-wrapper * {
  margin: 0 !important;
}
.block_call_to_action.bg-orange-5 * {
  color: #004748;
}
.block_call_to_action.bg-orange-5 h1 strong, .block_call_to_action.bg-orange-5 h2 strong, .block_call_to_action.bg-orange-5 h3 strong, .block_call_to_action.bg-orange-5 h4 strong, .block_call_to_action.bg-orange-5 h5 strong, .block_call_to_action.bg-orange-5 h6 strong, .block_call_to_action.bg-orange-5 p strong, .block_call_to_action.bg-orange-5 ol li strong, .block_call_to_action.bg-orange-5 ul li strong, .block_call_to_action.bg-orange-5 a:not(.link_button) strong {
  color: #f35203;
}

.block_content_cards {
  padding-top: 60px;
}
.block_content_cards .container {
  z-index: 3;
}
.block_content_cards .content-card {
  border-radius: 40px;
}
.block_content_cards .content-card .icon-wrapper {
  padding: 50% 0 0 0;
  position: relative;
}
.block_content_cards .content-card .icon-wrapper .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}
.block_content_cards .content-card .icon-wrapper .icon > *:not(:last-child) {
  margin-right: 10px;
}
.block_content_cards .content-card .icon-wrapper .icon img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.block_content_cards .content-card .content-wrapper {
  background-color: #FFF7F2;
  padding: 28px 28px 48px 28px;
}
.block_content_cards .content-card .content-wrapper p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.block_content_cards .content-card-wrapper:nth-of-type(n+2) {
  margin-top: 40px;
}
.block_content_cards .content-card-wrapper:nth-of-type(1) .content-card .icon-wrapper {
  background-color: #95262f;
}
.block_content_cards .content-card-wrapper:nth-of-type(1) .content-card .content-wrapper h4 {
  color: #95262f;
}
.block_content_cards .content-card-wrapper:nth-of-type(2) .content-card .icon-wrapper {
  background-color: #004748;
}
.block_content_cards .content-card-wrapper:nth-of-type(2) .content-card .content-wrapper h4 {
  color: #004748;
}
.block_content_cards .content-card-wrapper:nth-of-type(3) .content-card .icon-wrapper {
  background-color: #492b7c;
}
.block_content_cards .content-card-wrapper:nth-of-type(3) .content-card .content-wrapper h4 {
  color: #492b7c;
}
.block_content_cards .content-card-wrapper:nth-of-type(4) .content-card .icon-wrapper {
  background-color: #72237e;
}
.block_content_cards .content-card-wrapper:nth-of-type(4) .content-card .content-wrapper h4 {
  color: #72237e;
}
.block_content_cards .content-card-wrapper:nth-of-type(5) .content-card .icon-wrapper {
  background-color: #670037;
}
.block_content_cards .content-card-wrapper:nth-of-type(5) .content-card .content-wrapper h4 {
  color: #670037;
}
.block_content_cards .line-svg {
  bottom: -50px;
  left: -120px;
}

.block_case_studies {
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  margin-top: -40px;
}
.block_case_studies.bg-fire-3 {
  padding-bottom: 80px;
}
.block_case_studies.bg-fire-3 .case-study-card {
  background-color: unset;
  padding: 0;
}
.block_case_studies.bg-fire-3 .case-study-card .case-study-counter, .block_case_studies.bg-fire-3 .case-study-card .case-study-counter span, .block_case_studies.bg-fire-3 .case-study-card h2 {
  color: #e6007e;
}
.block_case_studies.bg-fire-3 .case-study-card__nav {
  left: 0;
  bottom: 0;
}
.block_case_studies.bg-fire-3 .case-study-card__nav .case-study-button {
  background-color: #e6007e;
}
.block_case_studies.bg-fire-3 .case-study-card__nav .case-study-button i {
  color: #3A001D;
}
.block_case_studies.bg-fire-3 .line-svg {
  right: -100px;
}
.block_case_studies .pre-title {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 12px !important;
}
.block_case_studies .author {
  margin-top: 1.875rem !important;
}

.block_case_studies .case-studies-slider-wrap {
  position: relative;
}

.block_case_studies .case-study-card {
  background: #004748;
  border-radius: 34px;
  padding: 64px 48px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  min-height: 540px;
}
.block_case_studies .case-study-card > *:not(:last-child) {
  margin-right: 0;
  margin-bottom: 48px;
}

.block_case_studies .case-study-card__content {
  color: #fff;
}

.block_case_studies .case-study-card__inner {
  max-width: 726px;
  padding-bottom: 90px;
}

.block_case_studies .case-study-card__text * {
  color: #ffffff;
}
.block_case_studies .case-study-card__text p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}
.block_case_studies .case-study-card__text h6:not(.pre-title) {
  margin-top: 32px;
  text-transform: capitalize;
}

.block_case_studies .case-study-card__image-wrap {
  height: 100%;
  min-height: 460px;
}

.block_case_studies .case-study-card__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
}

.block_case_studies .case-study-card__nav {
  position: absolute;
  left: 48px;
  bottom: 64px;
  z-index: 10;
  display: flex;
}
.block_case_studies .case-study-card__nav > *:not(:last-child) {
  margin-right: 20px;
}

.block_case_studies .case-study-button {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: #f35203;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.block_case_studies .case-study-button i {
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
}

.block_case_studies .case-study-button:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.block_case_studies .case-study-button span {
  font-size: 24px;
  line-height: 1;
}

.block_case_studies .swiper {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .block_case_studies .case-study-card > *:not(:last-child) {
    order: 2;
    margin-top: 48px;
  }
  .block_case_studies .case-study-card {
    grid-template-columns: 1fr;
    padding: 48px 48px 112px 48px;
    min-height: auto;
  }
  .block_case_studies.bg-fire-3 .case-study-card {
    padding: 0 0 64px 0;
  }
  .block_case_studies.bg-fire-3 .case-study-card__nav {
    left: 0;
    bottom: 0;
    top: auto;
  }
  .block_case_studies.bg-fire-3 .quote {
    top: 0;
    z-index: 2;
  }
  .block_case_studies .case-study-card__inner {
    max-width: 100%;
    padding-bottom: 0;
  }
  .block_case_studies .case-study-card__image-wrap {
    min-height: unset;
    order: 1;
    padding-top: 100%;
    position: relative;
    height: auto;
  }
  .block_case_studies .case-study-card__image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .block_case_studies .case-study-card__nav {
    bottom: auto;
    top: -20px;
  }
  .block_case_studies.bg-off-white .case-study-card__nav {
    top: auto;
    bottom: 64px !important;
  }
}
@media (max-width: 768px) {
  .block_case_studies .case-study-card {
    padding: 24px 16px 112px 16px;
  }
  .block_case_studies .case-study-card__nav {
    left: 32px;
  }
  .block_case_studies.bg-fire-3 .quote {
    width: 120px;
    height: 120px;
  }
}
.block_text_40_60 {
  z-index: 3;
  padding-bottom: 48px;
}
.block_text_40_60 h1, .block_text_40_60 h2, .block_text_40_60 h3, .block_text_40_60 h4, .block_text_40_60 h6 {
  color: #492b7c;
}
.block_text_40_60 .title {
  top: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.block_text_40_60 .points {
  list-style: none;
  margin: 48px 0;
}
.block_text_40_60 .points li {
  display: flex;
  align-items: center;
}
.block_text_40_60 .points li > *:not(:last-child) {
  margin-right: 16px;
}
.block_text_40_60 .points li {
  margin-bottom: 0;
}
.block_text_40_60 .points li:not(:last-of-type) {
  margin-bottom: 20px;
}
.block_text_40_60 .points li .icon {
  display: flex;
  width: 54px;
  height: 54px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #492b7c;
}
.block_text_40_60 .points li .icon > *:not(:last-child) {
  margin-bottom: 10px;
}
.block_text_40_60 .points li .icon i {
  font-size: 20px;
  color: #ffffff;
}
.block_text_40_60 .points li h5 {
  color: #492b7c;
  text-transform: uppercase;
  font-weight: 800;
}

.block_video_popup {
  padding: 50% 0 0 0;
  background-color: #FFF7F2;
}
.block_video_popup a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px 64px 0 0;
  overflow: hidden;
}
.block_video_popup a .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.block_video_popup a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.block_video_popup a .video-popup-play {
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.block_video_popup a .video-popup-play svg {
  width: 65px;
  height: 65px;
}
.block_video_popup a:hover {
  opacity: 1 !important;
}
.block_video_popup a:hover .video-popup-play {
  transform: scale(1.1);
}

.block_logos {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  margin-top: -40px;
}
.block_logos .introduction h1, .block_logos .introduction h2, .block_logos .introduction h3, .block_logos .introduction h4, .block_logos .introduction h6 {
  color: #e6007e;
}
.block_logos .introduction h5, .block_logos .introduction p, .block_logos .introduction ol li, .block_logos .introduction ul li, .block_logos .introduction a:not(.link_button) {
  color: #ffffff;
}
.block_logos .bg-off-white {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 calc(100% - 40px));
}
.block_logos .bg-off-white h4 {
  text-transform: none;
  font-weight: 600;
}
.block_logos .logos-row {
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
}
.block_logos .logos {
  margin-top: 32px;
}
.block_logos .logos .logo-wrapper {
  padding: 20px 10px;
}
.block_logos .logos .logo-wrapper img {
  width: 75%;
  max-height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block_logos_with_urls_and_descriptions .introduction {
  max-width: 920px;
}
.block_logos_with_urls_and_descriptions .introduction p, .block_logos_with_urls_and_descriptions .introduction ol li, .block_logos_with_urls_and_descriptions .introduction ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.block_logos_with_urls_and_descriptions .bg-off-white {
  padding: 0 16px;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-section:not(:first-of-type) {
  padding-top: 48px;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logos {
  margin-top: 32px !important;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper {
  justify-content: space-between;
  text-decoration: none !important;
  padding: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  flex-direction: column;
  align-items: flex-start;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper:not(.no-link):hover {
  opacity: 1 !important;
  background-color: #FDEDE4;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper:not(.no-link):hover .visit:after {
  opacity: 1;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper img {
  width: 166.738px !important;
  max-height: 100% !important;
  -o-object-position: left;
     object-position: left;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper p {
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper .visit {
  color: #95262f;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper .visit i {
  margin-left: 6px;
  color: #95262f;
}
.block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper .visit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #95262f;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.block_funders {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  margin-top: -40px;
  z-index: 3;
}
.block_funders.bg-fire-3 h2 {
  color: #e6007e;
}
.block_funders.bg-fire-3 h5 {
  color: #FFF7F2 !important;
}
.block_funders .row > * {
  margin-bottom: 40px;
}
.block_funders h2 {
  color: #95262f;
  margin-bottom: 20px !important;
}
.block_funders h5 {
  color: #111111;
  text-transform: none;
  font-weight: 600;
  max-width: 400px;
  margin-right: 0 !important;
}
.block_funders img {
  width: 100%;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.block_funders .with-description {
  padding: 0 32px;
}
.block_funders .with-description img {
  width: 130px;
  height: 80px;
}

.block_youtube_embed_slider .introduction {
  padding-bottom: 48px;
}
.block_youtube_embed_slider .introduction .title {
  color: #492b7c;
}
.block_youtube_embed_slider .bx-wrapper {
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.block_youtube_embed_slider .bx-wrapper .bx-viewport ul {
  margin: 0;
  list-style: none;
}
.block_youtube_embed_slider .bx-wrapper .bx-viewport ul .video_wrapper {
  width: 100%;
  height: 0;
  height: calc(100vh - 200px) !important;
  border-radius: 20px;
  overflow: hidden;
}
.block_youtube_embed_slider .bx-wrapper .bx-viewport ul .video_wrapper .video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block_youtube_embed_slider .bx-wrapper .bx-viewport ul .video_wrapper .responsive-embed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute !important;
}
.block_youtube_embed_slider .bx-wrapper .bx-viewport ul .video_wrapper .responsive-embed, .block_youtube_embed_slider .bx-wrapper .bx-viewport ul .video_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 40px;
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #492b7c;
  background-image: none;
  position: relative;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 0;
  text-indent: 0;
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:after {
  transform: rotate(-180deg);
  content: url("../images/slider-arrow.svg");
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
  content: url("../images/slider-arrow.svg");
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  margin-top: -60px;
  padding: 0;
  top: -14px;
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 10px;
  background-color: rgba(17, 17, 17, 0.2);
}
.block_youtube_embed_slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background-color: #492b7c;
}

.block_downloads {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
  margin-top: -40px;
}
.block_downloads h2 {
  color: #f35203;
  margin-bottom: 48px !important;
}
.block_downloads .download-card-wrapper {
  margin-top: 32px;
}
.block_downloads .download-card-wrapper .download-card {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 0 0;
  border-radius: 12px;
  background-color: #95262f;
}
.block_downloads .download-card-wrapper .download-card > *:not(:last-child) {
  margin-bottom: 59px;
}
.block_downloads .download-card-wrapper .download-card {
  flex: 1 0 0;
}
.block_downloads .download-card-wrapper .download-card * {
  color: #ffffff;
}
.block_downloads .download-card-wrapper:nth-of-type(2) .download-card, .block_downloads .download-card-wrapper:nth-of-type(4n+6) .download-card {
  background-color: #004748;
}
.block_downloads .download-card-wrapper:nth-of-type(3) .download-card, .block_downloads .download-card-wrapper:nth-of-type(4n+7) .download-card {
  background-color: #492b7c;
}
.block_downloads .download-card-wrapper:nth-of-type(4) .download-card, .block_downloads .download-card-wrapper:nth-of-type(4n+8) .download-card {
  background-color: #8E004B;
}

.block_eventbrite_grid {
  padding-bottom: 48px;
}

.block_apply {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  margin-top: -40px;
  z-index: 2;
}
.block_apply.bg-fire-6 .title {
  color: #FFF7F2;
}
.block_apply.bg-fire-6 .box {
  background-color: #FFF7F2;
}
.block_apply.bg-fire-6 .box.bg-greys-10 {
  background-color: rgba(17, 17, 17, 0.1);
}
.block_apply.bg-fire-6 .box h1, .block_apply.bg-fire-6 .box h2, .block_apply.bg-fire-6 .box h3, .block_apply.bg-fire-6 .box h4, .block_apply.bg-fire-6 .box h6 {
  color: #492b7c;
}
.block_apply.bg-fire-6 .box h5, .block_apply.bg-fire-6 .box p, .block_apply.bg-fire-6 .box ol li, .block_apply.bg-fire-6 .box ul li, .block_apply.bg-fire-6 .box a:not(.link_button) {
  color: #111111;
}
.block_apply.bg-fire-6 .box ul, .block_apply.bg-fire-6 .box ol {
  background-color: #492b7c;
}
.block_apply.bg-fire-6 .box ul *, .block_apply.bg-fire-6 .box ol * {
  color: #FFF7F2 !important;
}
.block_apply.bg-fire-6 .box .apply-box {
  background: rgba(17, 17, 17, 0.1);
}
.block_apply.bg-fire-6 .box .apply-box h5 {
  color: #492b7c;
}
.block_apply.bg-fire-6 .box .apply-box h4 {
  color: #111111;
}
.block_apply .title {
  color: #492b7c;
  margin-bottom: 64px !important;
}
.block_apply .box {
  display: flex;
  padding: 64px 48px 96px 48px;
  flex-direction: column;
  align-items: flex-start;
}
.block_apply .box > *:not(:last-child) {
  margin-bottom: 32px;
}
.block_apply .box {
  align-self: stretch;
  border-radius: 40px;
}
.block_apply .box * {
  color: #FFF7F2;
  margin-top: 0 !important;
}
.block_apply .box ul {
  list-style: none;
  margin: 0;
  border-radius: 20px;
  background: rgba(255, 247, 242, 0.15);
  width: 100%;
  padding: 28px;
  margin-bottom: 16px;
}
.block_apply .box ul li {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  font-family: "Montserrat";
  padding: 0 !important;
}
.block_apply .box ul li h1, .block_apply .box ul li h2, .block_apply .box ul li h3, .block_apply .box ul li h4, .block_apply .box ul li h5 {
  text-transform: none;
  font-weight: 600;
}
.block_apply .box p {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}
.block_apply .box .apply-box {
  width: 100%;
  border-radius: 20px;
  padding: 28px;
  margin: 0 0 32px 0 !important;
  background: rgba(255, 247, 242, 0.15);
}
.block_apply .box .apply-box h5 {
  font-weight: 600;
}
.block_apply .box .apply-box h5 strong {
  text-transform: uppercase;
  font-weight: 800;
}
.block_apply .box .apply-box h5:has(strong) {
  margin: 0 !important;
}
.block_apply .box .apply-box h4 {
  font-weight: 600;
  text-transform: none;
}
.block_apply .box .apply-box.bg-orange-10 {
  background-color: #FDEDE4 !important;
}
.block_apply .box .apply-box.bg-orange-10 h5 {
  color: #111111 !important;
}
.block_apply .box .apply-box.bg-orange-10 h5 strong {
  color: #492b7c !important;
}
.block_apply .box .buttons > *:not(:last-child) {
  margin-bottom: 32px;
  margin-right: 32px;
}
.block_apply .box .buttons .link_button:hover {
  background-color: #3A001D;
}
.block_apply .box .buttons .link_button:hover span, .block_apply .box .buttons .link_button:hover i {
  color: #FEF6F2;
}
.block_apply svg.line-svg {
  top: auto;
  bottom: -800px;
  z-index: -1;
}
.block_apply svg.line-svg.top {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0px;
  z-index: -2;
}
.block_apply svg:not(.line-svg) {
  position: absolute;
  right: -55px;
  height: calc(100% - 256px);
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.block_apply svg.build-your-board {
  bottom: auto;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.block_programmes {
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  margin-top: -40px;
  z-index: 3;
  padding-top: 160px;
}
.block_programmes .line-svg.side {
  top: 600px;
}
.block_programmes .introduction {
  margin-bottom: 96px;
  max-width: 920px;
}
.block_programmes .introduction h1, .block_programmes .introduction h2, .block_programmes .introduction h3, .block_programmes .introduction h4, .block_programmes .introduction h6 {
  color: #e6007e;
}
.block_programmes .introduction h5, .block_programmes .introduction p, .block_programmes .introduction ol li, .block_programmes .introduction ul li, .block_programmes .introduction a:not(.link_button) {
  color: #FFF7F2;
}
.block_programmes .programme {
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px));
  z-index: 2;
  position: relative;
}
.block_programmes .programme:not(:last-of-type) {
  margin-bottom: 32px;
}
.block_programmes .programme.accent-colour-fire12 .title-wrapper, .block_programmes .programme.accent-colour-fire12 .quote-wrapper {
  background-color: #95262f;
}
.block_programmes .programme.accent-colour-fire12 .title-wrapper .tag {
  background-color: #FFDFE2;
  color: #95262f;
}
.block_programmes .programme.accent-colour-fire12 .content-wrapper h1, .block_programmes .programme.accent-colour-fire12 .content-wrapper h2, .block_programmes .programme.accent-colour-fire12 .content-wrapper h3, .block_programmes .programme.accent-colour-fire12 .content-wrapper h4, .block_programmes .programme.accent-colour-fire12 .content-wrapper h6 {
  color: #95262f;
}
.block_programmes .programme.accent-colour-fire12 .content-wrapper .link_button {
  background-color: #95262f;
}
.block_programmes .programme.accent-colour-fire12 .content-wrapper .link_button:hover {
  background-color: #3A001D;
  animation: subtle-bounce 0.4s ease;
}
.block_programmes .programme.accent-colour-fire6 .title-wrapper, .block_programmes .programme.accent-colour-fire6 .quote-wrapper {
  background-color: #492b7c;
}
.block_programmes .programme.accent-colour-fire6 .title-wrapper .tag {
  background-color: #D8C8F5;
  color: #492b7c;
}
.block_programmes .programme.accent-colour-fire6 .content-wrapper h1, .block_programmes .programme.accent-colour-fire6 .content-wrapper h2, .block_programmes .programme.accent-colour-fire6 .content-wrapper h3, .block_programmes .programme.accent-colour-fire6 .content-wrapper h4, .block_programmes .programme.accent-colour-fire6 .content-wrapper h6 {
  color: #492b7c;
}
.block_programmes .programme.accent-colour-fire6 .content-wrapper .link_button {
  background-color: #492b7c;
}
.block_programmes .programme.accent-colour-fire6 .content-wrapper .link_button:hover {
  background-color: #3A001D;
  animation: subtle-bounce 0.4s ease;
}
.block_programmes .programme.accent-colour-steel4 .title-wrapper, .block_programmes .programme.accent-colour-steel4 .quote-wrapper {
  background-color: #004748;
}
.block_programmes .programme.accent-colour-steel4 .title-wrapper .tag {
  background-color: #aac7c8;
  color: #004748;
}
.block_programmes .programme.accent-colour-steel4 .content-wrapper h1, .block_programmes .programme.accent-colour-steel4 .content-wrapper h2, .block_programmes .programme.accent-colour-steel4 .content-wrapper h3, .block_programmes .programme.accent-colour-steel4 .content-wrapper h4, .block_programmes .programme.accent-colour-steel4 .content-wrapper h6 {
  color: #004748;
}
.block_programmes .programme.accent-colour-steel4 .content-wrapper .link_button {
  background-color: #004748;
}
.block_programmes .programme.accent-colour-steel4 .content-wrapper .link_button:hover {
  background-color: #3A001D;
  animation: subtle-bounce 0.4s ease;
}
.block_programmes .programme .title-wrapper, .block_programmes .programme .quote-wrapper {
  padding: 64px 48px 48px 48px;
}
.block_programmes .programme .title-wrapper h3, .block_programmes .programme .title-wrapper h5, .block_programmes .programme .quote-wrapper h3, .block_programmes .programme .quote-wrapper h5 {
  color: #FFF7F2;
}
.block_programmes .programme .title-wrapper .tag {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
}
.block_programmes .programme .title-wrapper .tag > *:not(:last-child) {
  margin-right: 10px;
}
.block_programmes .programme .quote-wrapper {
  margin: 0;
  padding: 46px 10px 66px 10px;
}
.block_programmes .programme .quote-wrapper h5 {
  text-transform: none;
  font-weight: 600;
}
.block_programmes .programme .content-wrapper {
  background: #FFF7F2;
  margin: 0;
  padding: 30px 10px 48px 10px;
}
.block_programmes .programme .content-wrapper ol, .block_programmes .programme .content-wrapper ul {
  display: flex;
  flex-direction: column;
}
.block_programmes .programme .content-wrapper ol > li:not(:last-child), .block_programmes .programme .content-wrapper ul > li:not(:last-child) {
  margin-bottom: 24px;
}
.block_programmes .programme .content-wrapper ol li, .block_programmes .programme .content-wrapper ul li {
  margin: 0;
  padding: 0;
}
.block_programmes .programme .content-wrapper .image {
  bottom: -100px;
  left: -100px;
  width: 100%;
  position: relative;
}
.block_programmes .programme .content-wrapper .link_button span, .block_programmes .programme .content-wrapper .link_button i {
  color: #FFF7F2;
}
.block_programmes .programme .content-wrapper .col-12 > div {
  display: flex;
  flex-direction: column;
}
.block_programmes .programme .content-wrapper .col-12 > div > *:not(:last-child) {
  margin-top: 0 !important;
  margin-bottom: 32px;
}
.block_programmes .programme .content-wrapper .col-12 > div > *:last-child:not(.link_button) {
  margin-top: 0 !important;
}
.block_programmes .programme .content-wrapper .col-12 .link_button {
  margin-top: 1rem !important;
}
.block_programmes .programme .content-wrapper .col-12:nth-of-type(1) {
  padding-right: 40px;
}
.block_programmes .programme .content-wrapper .col-12:nth-of-type(2) {
  margin-top: 40px;
}

.block_programme_overview {
  z-index: 4;
}
.block_programme_overview .container {
  z-index: 3;
}
.block_programme_overview::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -39px;
  left: 0;
  background-color: #004748;
  height: 40px;
  z-index: 2;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
}
.block_programme_overview .introduction {
  max-width: 616px;
}
.block_programme_overview .introduction * {
  color: #FFF7F2;
}
.block_programme_overview .box {
  display: flex;
  padding: 24px 16px 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background-color: #FFF7F2;
  border-radius: 40px;
  margin-top: 48px;
}
.block_programme_overview .box h5 {
  text-transform: uppercase;
  color: #004748;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.block_programme_overview .box h5 span {
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #004748;
  border-radius: 100%;
  color: #FFF7F2;
  margin-right: 16px;
}
.block_programme_overview .box p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.block_programme_overview svg.image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  max-width: 50%;
}
.block_programme_overview svg.line-svg {
  top: -200px;
  right: 0;
  z-index: 2;
}

.block_feature_list_with_image.accent-colour-fire12 h1, .block_feature_list_with_image.accent-colour-fire12 h2, .block_feature_list_with_image.accent-colour-fire12 h3, .block_feature_list_with_image.accent-colour-fire12 h4, .block_feature_list_with_image.accent-colour-fire12 h5, .block_feature_list_with_image.accent-colour-fire12 h6 {
  color: #95262f;
}
.block_feature_list_with_image.accent-colour-fire12 .icon {
  background-color: #95262f;
}
.block_feature_list_with_image.accent-colour-fire12 .line-svg path {
  stroke: #e6007e;
}
.block_feature_list_with_image.accent-colour-fire12 .main-content-wrapper > *:not(:last-child) {
  margin-bottom: 40px !important;
}
.block_feature_list_with_image.accent-colour-fire12 .main-content-wrapper ol > li:not(:last-child), .block_feature_list_with_image.accent-colour-fire12 .main-content-wrapper ul > li:not(:last-child) {
  margin-bottom: 40px;
}
.block_feature_list_with_image .line-svg-under {
  z-index: 2;
}
.block_feature_list_with_image h1, .block_feature_list_with_image h2, .block_feature_list_with_image h3, .block_feature_list_with_image h4, .block_feature_list_with_image h5, .block_feature_list_with_image h6 {
  color: #492b7c;
  margin: 0 !important;
}
.block_feature_list_with_image .icon {
  background-color: #492b7c;
  display: flex;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-right: 16px;
  color: #FFF7F2;
  font-size: 22px;
  font-weight: 800;
}
.block_feature_list_with_image .icon i {
  color: #FFF7F2;
  font-size: 24px;
}
.block_feature_list_with_image h5, .block_feature_list_with_image p, .block_feature_list_with_image ol li, .block_feature_list_with_image ul li, .block_feature_list_with_image a:not(.link_button) {
  font-size: 20px;
  line-height: 30px;
  color: #111111;
  font-weight: 600;
}
.block_feature_list_with_image .title {
  text-transform: uppercase;
  font-weight: 800;
  color: #492b7c;
  margin-bottom: 4px !important;
}
.block_feature_list_with_image .main-content-wrapper {
  display: flex;
  flex-direction: column;
}
.block_feature_list_with_image .main-content-wrapper > *:not(:last-child) {
  margin-bottom: 32px !important;
}
.block_feature_list_with_image .main-content-wrapper ol, .block_feature_list_with_image .main-content-wrapper ul {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}
.block_feature_list_with_image .main-content-wrapper ol > li:not(:last-child), .block_feature_list_with_image .main-content-wrapper ul > li:not(:last-child) {
  margin-bottom: 32px;
}
.block_feature_list_with_image .main-content-wrapper ol li, .block_feature_list_with_image .main-content-wrapper ul li {
  margin: 0;
  padding: 0;
}
.block_feature_list_with_image .main-image-wrapper {
  order: 2;
  margin-top: 40px;
}
.block_feature_list_with_image .image-wrapper {
  padding-top: 100%;
  border-radius: 20px;
}
.block_feature_list_with_image .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.block_feature_list_with_image .line-svg {
  bottom: -400px;
}

.block_timeline svg:not(.line-svg) {
  top: auto;
  transform: none;
  height: auto;
  bottom: 0;
  width: 45%;
}
.block_timeline svg.line-svg {
  bottom: 0;
}
.block_timeline .introduction * {
  color: #FFF7F2;
}
.block_timeline .introduction p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}
.block_timeline .box {
  padding: 48px 40px;
}
.block_timeline .box .box-text {
  margin-top: 48px !important;
  border-radius: 12px;
  padding: 24px;
}
.block_timeline .box .box-text * {
  color: #492b7c !important;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}
.block_timeline .timeline {
  position: relative;
  padding-left: 32px;
  margin-top: 20px !important;
}
.block_timeline .timeline::before {
  content: "";
  position: absolute;
  top: -22px;
  bottom: 0;
  left: 7px;
  width: 2px;
  background: #492b7c;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.2s ease-in-out;
}
.block_timeline .timeline.is-animated::before {
  transform: scaleY(1);
}
.block_timeline .timeline-item {
  position: relative;
  margin-bottom: 64px;
  padding-left: 22px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.block_timeline .timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.block_timeline .timeline-dot {
  position: absolute;
  left: -38px;
  top: 4px;
  width: 28px;
  height: 28px;
  border: 5px solid #492b7c;
  background: #FFF7F2;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0);
  transition: transform 0.45s ease;
}
.block_timeline .timeline-item.is-visible .timeline-dot {
  transform: scale(1);
}
.block_timeline .timeline-content h5 {
  margin: 0 0 4px;
  color: #492b7c !important;
  font-weight: 800;
  text-transform: uppercase;
}
.block_timeline .timeline-content .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.block_timeline .timeline-content .text p {
  margin: 0 0 16px;
}
.block_timeline .timeline-content .text p:last-child {
  margin-bottom: 0;
}

.block_text hr {
  margin: 20px 0;
  border-color: #670037;
}
.block_text p, .block_text ol li, .block_text ul li, .block_text a:not(.link_button) {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.block_text .wp-caption-text {
  font-size: 14px;
  line-height: 24px;
}
.block_text em {
  font-style: italic;
}
.block_text strong a {
  font-weight: 800 !important;
}
.block_text a:not(.link_button) {
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.block_text a:not(.link_button):hover {
  color: #670037;
  opacity: 1 !important;
}
.block_text blockquote {
  border-left: 3px solid #670037;
  padding: 15px 0 15px 15px;
  margin: 20px 0 20px 20px;
}
.block_text ol, .block_text ul {
  margin-left: 20px;
}
.block_text img {
  height: auto;
  margin: 20px 0 10px 0 !important;
  border-radius: 20px;
  max-width: 100%;
}
.block_text img.alignleft {
  float: left;
  margin: 20px 25px 20px 0 !important;
}
.block_text img.alignright {
  float: right;
  margin: 20px 0 20px 25px !important;
}

@media screen and (min-width: 576px) {
  .block_values .col-sm-6:nth-of-type(n+3) .value-item {
    margin-bottom: 0;
  }
  .block_values .col-sm-6:nth-of-type(n+3) .value-item {
    margin-bottom: 32px;
  }
  .block_values .line-svg {
    bottom: -120px;
  }
}
@media screen and (min-width: 768px) {
  .block {
    padding-left: 32px;
    padding-right: 32px;
  }
  .block_programme_overview .box {
    padding: 30px 25px;
  }
  .block_text p, .block_text ol li, .block_text ul li, .block_text a:not(.link_button) {
    font-size: 17px;
    line-height: 27px;
  }
  .block_large_banner_image_text.small p {
    font-size: 18px;
    line-height: 28px;
  }
  .block_apply .box p {
    font-size: 18px;
    line-height: 28px;
  }
  .block_timeline .introduction p {
    font-size: 18px;
    line-height: 28px;
  }
  .block_timeline .box .box-text * {
    font-size: 18px;
    line-height: 28px;
  }
  .block_feature_list_with_image .icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
  .block_feature_list_with_image .icon i {
    font-size: 35px;
  }
  .block_feature_list_with_image .main-content-wrapper > *:not(:last-child) {
    margin-bottom: 80px !important;
  }
  .block_feature_list_with_image .main-content-wrapper ol > li:not(:last-child), .block_feature_list_with_image .main-content-wrapper ul > li:not(:last-child) {
    margin-bottom: 80px;
  }
  .block_testimonials .testimonial-card p {
    font-size: 19px;
    line-height: 29px;
  }
  .block_testimonials .testimonial-card .author {
    font-size: 18px;
    line-height: 28px;
  }
  .block_image_banner_text_button {
    min-height: 1117px;
  }
  .block_image_banner_text_button .content-wrapper {
    width: 496px;
    bottom: 80px;
    padding: 80px 48px 80px 48px;
  }
  .block_image_banner_text_button .content-wrapper > div > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .block_image_banner_text_button .content-wrapper h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .block_latest_news_slider {
    padding-top: 100px;
    padding-bottom: 128px;
  }
  .block_latest_news_slider .introduction {
    padding-bottom: 80px;
  }
  .block_latest_news_slider .news-card__title {
    font-size: 18px;
    line-height: 28px;
  }
  .block_newsletter:before {
    display: block;
  }
  .block_newsletter .shape {
    left: 35%;
    height: 100%;
  }
  .block_video_popup a .video-popup-play svg {
    width: 112px;
    height: 112px;
  }
  .block_logos .logos .logo-wrapper {
    padding: 25px;
  }
  .block_logos_with_urls_and_descriptions .introduction p, .block_logos_with_urls_and_descriptions .introduction ol li, .block_logos_with_urls_and_descriptions .introduction ul li {
    font-size: 17px;
    line-height: 27px;
  }
  .block_logos_with_urls_and_descriptions .bg-off-white {
    padding: 0 48px;
  }
  .block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper p {
    font-size: 17px;
    line-height: 27px;
  }
  .block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper .visit {
    font-size: 17px;
    line-height: 27px;
  }
  .block_content_cards {
    padding-top: 80px;
  }
  .block_content_cards .content-card-wrapper:nth-of-type(n+2) {
    margin-top: 0;
  }
  .block_content_cards .content-card-wrapper:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .block_content_cards .content-card .icon-wrapper {
    height: 280px;
  }
  .block_content_cards .content-card .icon-wrapper .icon {
    width: 140px;
    height: 140px;
  }
  .block_content_cards .content-card .icon-wrapper .icon img {
    width: 80px;
    height: 80px;
  }
  .block_content_cards .content-card .content-wrapper p {
    font-size: 17px;
    line-height: 27px;
  }
  .block_case_studies .case-study-card__text p {
    font-size: 18px;
    line-height: 28px;
  }
  .block_case_studies .case-study-button i {
    font-size: 18px;
    line-height: 28px;
  }
  .block_video_popup a .video-popup-play svg {
    width: 95px;
    height: 95px;
  }
  .block_text_40_60 {
    padding-bottom: 96px;
  }
  .block_text_blob {
    padding: 80px 40px 80px;
  }
  .block_text_blob .row {
    padding: 48px 32px;
  }
  .block_text_blob .row p, .block_text_blob .row ol li, .block_text_blob .row ul li, .block_text_blob .row a:not(.link_button) {
    font-size: 18px;
    line-height: 28px;
  }
  .block_youtube_embed_slider .introduction {
    padding-bottom: 96px;
  }
  .block_programmes .programme:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .block_programmes .programme .title-wrapper {
    padding: 64px 32px 48px 32px;
  }
  .block_programmes .programme .content-wrapper {
    padding: 48px 32px 48px 32px;
  }
  .block_programmes .programme .quote-wrapper {
    padding: 48px 32px 84px 32px;
  }
  .block_funders h5 {
    margin-right: 32px !important;
    margin-bottom: 0 !important;
  }
  .block_funders img {
    -o-object-position: center;
       object-position: center;
  }
  .block_contact_form {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .block_contact_form .contact-form-wrapper {
    padding: 48px;
  }
  .block_text_with_bookmark_image .image-wrapper .bookmark-ribbon {
    right: 70px;
    width: 95px;
    height: 150px;
  }
  .block_text_with_bookmark_image p, .block_text_with_bookmark_image ol li, .block_text_with_bookmark_image ul li, .block_text_with_bookmark_image a:not(.link_button) {
    font-size: 18px;
    line-height: 28px;
  }
  .block_values .introduction {
    margin-bottom: 64px;
  }
  .block_values .col-sm-6:nth-of-type(n+3) .value-item {
    margin-bottom: 32px;
  }
  .block_values .value-item .text-wrapper {
    min-height: 200px;
  }
  .block_values .value-item .text-wrapper p, .block_values .value-item .text-wrapper ol li, .block_values .value-item .text-wrapper ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .block_team {
    overflow: visible;
  }
  .block_team .introduction {
    padding-bottom: 64px;
  }
  .block_team .team-item {
    margin-bottom: 64px;
  }
  .block_team .team-item .team-content h5:nth-of-type(2) {
    font-size: 18px;
    line-height: 28px;
  }
  .block_text_40_60 .points {
    margin: 64px 0;
  }
  .block_programme_overview .box {
    margin-top: 64px;
  }
  .block_eventbrite_grid {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  .block_text p, .block_text ol li, .block_text ul li, .block_text a:not(.link_button) {
    font-size: 18px;
    line-height: 28px;
  }
  .block_large_banner_image_text.small p {
    font-size: 20px;
    line-height: 30px;
  }
  .block_apply .box p {
    font-size: 20px;
    line-height: 30px;
  }
  .block_timeline .introduction p {
    font-size: 20px;
    line-height: 30px;
  }
  .block_timeline .box .box-text * {
    font-size: 20px;
    line-height: 30px;
  }
  .block_testimonials .testimonial-card p {
    font-size: 22px;
    line-height: 28px;
  }
  .block_team .introduction {
    padding-bottom: 80px;
  }
  .block_team .introduction .column-2 {
    padding-left: 60px;
  }
  .block_team .team-item {
    margin-bottom: 96px;
  }
  .block_team .team-item .team-content h5:nth-of-type(2) {
    font-size: 20px;
    line-height: 30px;
  }
  .block_contact_form {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .block_contact_form .contact-form-wrapper {
    padding: 64px;
  }
  .block_contact_form .contact-form-wrapper .contact-details {
    margin-top: 64px;
    margin-bottom: 0;
  }
  .block_image_banner_text_button .content-wrapper {
    width: 800px;
  }
  .block_image_banner_text_button .content-wrapper > div > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .block_image_banner_text_button .content-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .block_content_cards .content-card .icon-wrapper {
    height: 280px;
  }
  .block_content_cards .content-card .icon-wrapper .icon {
    width: 160px;
    height: 160px;
  }
  .block_content_cards .content-card .icon-wrapper .icon img {
    width: 100px;
    height: 100px;
  }
  .block_content_cards .content-card .content-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .block_case_studies .case-study-card__text p {
    font-size: 20px;
    line-height: 30px;
  }
  .block_case_studies .case-study-button i {
    font-size: 20px;
    line-height: 30px;
  }
  .block_video_popup a .video-popup-play svg {
    width: 112px;
    height: 112px;
  }
  .block_call_to_action svg {
    top: 50%;
    left: 50%;
  }
  .block_call_to_action #spinElement {
    width: 382px;
    height: 366px;
  }
  .block_call_to_action.bg-orange-5 #spinElement path {
    opacity: 1;
  }
  .block_text_with_bookmark_image .image-wrapper {
    padding: 40% 0 0;
    width: 100%;
    left: 0;
    transform: none;
  }
  .block_text_with_bookmark_image p, .block_text_with_bookmark_image ol li, .block_text_with_bookmark_image ul li, .block_text_with_bookmark_image a:not(.link_button) {
    font-size: 20px;
    line-height: 30px;
  }
  .block_youtube_embed_slider .bx-wrapper .bx-viewport ul .video_wrapper {
    border-radius: 40px;
  }
  .block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction {
    margin-bottom: 40px;
  }
  .block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 52px;
    height: 52px;
  }
  .block_youtube_embed_slider .bx-wrapper .bx-controls .bx-pager {
    margin-top: -60px;
    top: -14px;
  }
  .block_youtube_embed_slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    width: 20px;
    height: 20px;
    margin: 0px 15px;
  }
  .block_feature_list_with_image .main-image-wrapper {
    order: unset;
    margin-top: 0;
  }
  .block_feature_list_with_image .image-wrapper {
    padding-top: calc(100% - 64px);
  }
  .block_feature_list_with_image .image-wrapper.first {
    margin-right: 64px;
  }
  .block_feature_list_with_image .image-wrapper.second {
    margin-left: 64px;
  }
  .block_feature_list_with_image .line-svg {
    bottom: 0;
  }
  .block_programme_overview .box {
    max-width: 616px;
    padding: 64px 40px;
  }
  .block_programmes .programme:not(:last-of-type) {
    margin-bottom: 96px;
  }
  .block_programmes .programme .title-wrapper {
    padding: 64px 48px 48px 48px;
  }
  .block_programmes .programme .content-wrapper {
    padding: 80px 48px 80px 48px;
  }
  .block_programmes .programme .content-wrapper .col-12:nth-of-type(2) {
    padding-left: 40px;
    margin-top: 0;
  }
  .block_programmes .programme .content-wrapper .col-12 > div > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .block_programmes .programme .content-wrapper .col-12 ol > li:not(:last-child), .block_programmes .programme .content-wrapper .col-12 ul > li:not(:last-child) {
    margin-bottom: 32px;
  }
  .block_programmes .programme .quote-wrapper {
    padding: 64px 48px 100px 48px;
  }
  .block_text_blob .row p, .block_text_blob .row ol li, .block_text_blob .row ul li, .block_text_blob .row a:not(.link_button) {
    font-size: 20px;
    line-height: 30px;
  }
  .block_text_blob .text-blob-image-wrapper,
  .block_text_blob .text-blob-content-wrapper {
    order: unset;
    margin-top: 0;
  }
  .block_text_with_bookmark_image .image-wrapper .bookmark-ribbon {
    width: 130px;
    height: 205px;
  }
  .block_values .col-sm-6:nth-of-type(n+3) .value-item {
    margin-bottom: 0;
  }
  .block_values .col-sm-6:nth-of-type(n+4) .value-item {
    margin-bottom: 32px;
  }
  .block_values .line-svg {
    bottom: -80px;
  }
  .block_values .value-item .text-wrapper p, .block_values .value-item .text-wrapper ol li, .block_values .value-item .text-wrapper ul li {
    font-size: 20px;
    line-height: 30px;
  }
  .block_logos .logos {
    margin-top: 60px;
  }
  .block_logos_with_urls_and_descriptions .introduction p, .block_logos_with_urls_and_descriptions .introduction ol li, .block_logos_with_urls_and_descriptions .introduction ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .block_logos_with_urls_and_descriptions .bg-off-white {
    padding: 0 120px;
  }
  .block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper p {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 43px;
    font-size: 18px;
    line-height: 28px;
  }
  .block_logos_with_urls_and_descriptions .bg-off-white .logo-wrapper .visit {
    width: 91px;
    max-width: 57px;
    min-width: 57px;
    font-size: 18px;
    line-height: 28px;
  }
  .block_latest_news_slider .news-card__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .block {
    padding-left: 48px;
    padding-right: 48px;
  }
  .block_newsletter .shape {
    left: 20%;
  }
  .block_contact_form .contact-form-wrapper {
    padding: 80px;
  }
  .block_values .value-item:nth-of-type(n+4) {
    margin-bottom: 0;
  }
  .block_content_cards .content-card-wrapper:nth-of-type(n+3) {
    margin-top: 0;
  }
  .block_content_cards .content-card-wrapper:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .block_youtube_embed_slider .bx-wrapper .bx-controls .bx-controls-direction {
    margin-top: 48px;
    margin-bottom: 0;
  }
  .block_youtube_embed_slider .bx-wrapper .bx-controls .bx-pager {
    margin-top: -60px;
    top: auto;
  }
  .block_text_with_bookmark_image .image-wrapper .bookmark-ribbon {
    width: 177px;
    height: 280px;
    right: 135px;
  }
  .block_case_studies .case-study-card > *:not(:last-child) {
    margin-right: 48px;
    margin-bottom: 0;
  }
  .block_eventbrite_grid {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1441px) {
  .block_image_banner_text_button {
    min-height: 100vh;
  }
  .block_timeline svg:not(.line-svg) {
    bottom: -200px;
  }
}
.resource-hub-body {
  /* Hide prev/next arrows in Fancybox video popups */
}
.resource-hub-body .fancybox-button--arrow_left,
.resource-hub-body .fancybox-button--arrow_right {
  display: none !important;
}

.mobile-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-template-page-resources-hub .block_large_banner_image_text, .page-template-page-events-hub .block_large_banner_image_text, .search .block_large_banner_image_text {
  overflow: hidden !important;
  z-index: 33;
}
.page-template-page-resources-hub .block_large_banner_image_text h1, .page-template-page-resources-hub .block_large_banner_image_text h2, .page-template-page-resources-hub .block_large_banner_image_text h3, .page-template-page-resources-hub .block_large_banner_image_text h4, .page-template-page-resources-hub .block_large_banner_image_text h6, .page-template-page-events-hub .block_large_banner_image_text h1, .page-template-page-events-hub .block_large_banner_image_text h2, .page-template-page-events-hub .block_large_banner_image_text h3, .page-template-page-events-hub .block_large_banner_image_text h4, .page-template-page-events-hub .block_large_banner_image_text h6, .search .block_large_banner_image_text h1, .search .block_large_banner_image_text h2, .search .block_large_banner_image_text h3, .search .block_large_banner_image_text h4, .search .block_large_banner_image_text h6 {
  color: #f35203;
}
.page-template-page-resources-hub .block_large_banner_image_text svg:not(.line-svg), .page-template-page-events-hub .block_large_banner_image_text svg:not(.line-svg), .search .block_large_banner_image_text svg:not(.line-svg) {
  width: 65%;
  bottom: 0;
  height: auto;
}
.page-template-page-resources-hub .ais-wrapper.title, .page-template-page-events-hub .ais-wrapper.title, .search .ais-wrapper.title {
  margin-top: -40px;
  padding-bottom: 64px;
}
.page-template-page-resources-hub .ais-wrapper .introduction h1, .page-template-page-resources-hub .ais-wrapper .introduction h2, .page-template-page-resources-hub .ais-wrapper .introduction h3, .page-template-page-resources-hub .ais-wrapper .introduction h4, .page-template-page-resources-hub .ais-wrapper .introduction h5, .page-template-page-resources-hub .ais-wrapper .introduction h6, .page-template-page-events-hub .ais-wrapper .introduction h1, .page-template-page-events-hub .ais-wrapper .introduction h2, .page-template-page-events-hub .ais-wrapper .introduction h3, .page-template-page-events-hub .ais-wrapper .introduction h4, .page-template-page-events-hub .ais-wrapper .introduction h5, .page-template-page-events-hub .ais-wrapper .introduction h6, .search .ais-wrapper .introduction h1, .search .ais-wrapper .introduction h2, .search .ais-wrapper .introduction h3, .search .ais-wrapper .introduction h4, .search .ais-wrapper .introduction h5, .search .ais-wrapper .introduction h6 {
  text-transform: uppercase;
  font-weight: 800;
  color: #670037;
}
.page-template-page-resources-hub #ais-facets h4, .page-template-page-events-hub #ais-facets h4, .search #ais-facets h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "proxima-nova";
  text-transform: capitalize;
  padding: 0 12px;
}
.page-template-page-resources-hub #ais-facets .widgettitle, .page-template-page-events-hub #ais-facets .widgettitle, .search #ais-facets .widgettitle {
  cursor: pointer;
  border-color: rgba(17, 17, 17, 0.1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  font-family: "proxima-nova";
}
.page-template-page-resources-hub #ais-facets .ais-filter-group, .page-template-page-events-hub #ais-facets .ais-filter-group, .search #ais-facets .ais-filter-group {
  margin-top: 20px;
}
.page-template-page-resources-hub #ais-facets .ais-filter-group:first-of-type .widgettitle, .page-template-page-events-hub #ais-facets .ais-filter-group:first-of-type .widgettitle, .search #ais-facets .ais-filter-group:first-of-type .widgettitle {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.page-template-page-resources-hub .card, .page-template-page-events-hub .card, .search .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.page-template-page-resources-hub .card .icon, .page-template-page-events-hub .card .icon, .search .card .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 140px;
  height: 140px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}
.page-template-page-resources-hub .card .icon i, .page-template-page-events-hub .card .icon i, .search .card .icon i {
  font-size: 48px;
  color: #FDEDE4;
}
.page-template-page-resources-hub .card.cat-news .tags .tag, .page-template-page-events-hub .card.cat-news .tags .tag, .search .card.cat-news .tags .tag {
  background-color: #492b7c;
}
.page-template-page-resources-hub .card.cat-news .tags .date, .page-template-page-events-hub .card.cat-news .tags .date, .search .card.cat-news .tags .date {
  color: #492b7c !important;
}
.page-template-page-resources-hub .card.cat-news .content-wrapper:before, .page-template-page-events-hub .card.cat-news .content-wrapper:before, .search .card.cat-news .content-wrapper:before {
  background-color: #492b7c !important;
}
.page-template-page-resources-hub .card.cat-resource .tags .tag, .page-template-page-events-hub .card.cat-resource .tags .tag, .search .card.cat-resource .tags .tag {
  background-color: #004748;
}
.page-template-page-resources-hub .card.cat-resource .tags .date, .page-template-page-events-hub .card.cat-resource .tags .date, .search .card.cat-resource .tags .date {
  color: #004748 !important;
}
.page-template-page-resources-hub .card.cat-resource .content-wrapper:before, .page-template-page-events-hub .card.cat-resource .content-wrapper:before, .search .card.cat-resource .content-wrapper:before {
  background-color: #004748 !important;
}
.page-template-page-resources-hub .card .tags, .page-template-page-events-hub .card .tags, .search .card .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -16px;
}
.page-template-page-resources-hub .card .tags > *, .page-template-page-events-hub .card .tags > *, .search .card .tags > * {
  margin-right: 16px;
}
.page-template-page-resources-hub .card .tags p, .page-template-page-events-hub .card .tags p, .search .card .tags p {
  margin: 0 !important;
}
.page-template-page-resources-hub .card .tags .tag, .page-template-page-events-hub .card .tags .tag, .search .card .tags .tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  background-color: #492b7c;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #FEF6F2;
}
.page-template-page-resources-hub .card .tags .tag i, .page-template-page-events-hub .card .tags .tag i, .search .card .tags .tag i {
  margin-right: 6px;
  color: #FEF6F2;
}
.page-template-page-resources-hub .card .content-wrapper, .page-template-page-events-hub .card .content-wrapper, .search .card .content-wrapper {
  background: #FDEDE4;
  padding: 12px 16px 28px 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 250px;
  position: relative;
}
.page-template-page-resources-hub .card .content-wrapper p, .page-template-page-events-hub .card .content-wrapper p, .search .card .content-wrapper p {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}
.page-template-page-resources-hub .card .content-wrapper > div > *:not(:last-child), .page-template-page-events-hub .card .content-wrapper > div > *:not(:last-child), .search .card .content-wrapper > div > *:not(:last-child) {
  margin-bottom: 16px;
}
.page-template-page-resources-hub .card .content-wrapper:before, .page-template-page-events-hub .card .content-wrapper:before, .search .card .content-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 225px;
  height: 235px;
  bottom: -135px;
  border-radius: 100%;
  left: -1000px;
  opacity: 0;
  background: #fff;
  transition: all 0.25s ease-in-out;
}
.page-template-page-resources-hub .card .content-wrapper .date, .page-template-page-events-hub .card .content-wrapper .date, .search .card .content-wrapper .date {
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.page-template-page-resources-hub .card .content-wrapper h6, .page-template-page-events-hub .card .content-wrapper h6, .search .card .content-wrapper h6 {
  text-transform: capitalize;
  font-weight: 600;
}
.page-template-page-resources-hub .card .content-wrapper .excerpt p, .page-template-page-events-hub .card .content-wrapper .excerpt p, .search .card .content-wrapper .excerpt p {
  font-size: 14px;
  line-height: 150%;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  max-height: 115px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-template-page-resources-hub .card .image-wrapper, .page-template-page-events-hub .card .image-wrapper, .search .card .image-wrapper {
  height: 220px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-page-resources-hub .card .image-wrapper img, .page-template-page-events-hub .card .image-wrapper img, .search .card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.25s ease-in-out;
}
.page-template-page-resources-hub .card:hover .content-wrapper:before, .page-template-page-events-hub .card:hover .content-wrapper:before, .search .card:hover .content-wrapper:before {
  left: -40px;
  opacity: 1;
}
.page-template-page-resources-hub .card:hover .read-more span, .page-template-page-resources-hub .card:hover .read-more i, .page-template-page-events-hub .card:hover .read-more span, .page-template-page-events-hub .card:hover .read-more i, .search .card:hover .read-more span, .search .card:hover .read-more i {
  color: #FDEDE4;
}
.page-template-page-resources-hub .card:hover .read-more:after, .page-template-page-events-hub .card:hover .read-more:after, .search .card:hover .read-more:after {
  width: 100% !important;
}
.page-template-page-resources-hub .ais-Hits-item em, .page-template-page-resources-hub .ais-Hits-item a em, .page-template-page-resources-hub .ais-Hits-item mark, .page-template-page-resources-hub .ais-Hits-item a mark, .page-template-page-events-hub .ais-Hits-item em, .page-template-page-events-hub .ais-Hits-item a em, .page-template-page-events-hub .ais-Hits-item mark, .page-template-page-events-hub .ais-Hits-item a mark, .search .ais-Hits-item em, .search .ais-Hits-item a em, .search .ais-Hits-item mark, .search .ais-Hits-item a mark {
  background: #e8dfdc !important;
}
.page-template-page-resources-hub .ais-Hits-item a, .page-template-page-events-hub .ais-Hits-item a, .search .ais-Hits-item a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.page-template-page-resources-hub .results-toolbar, .page-template-page-events-hub .results-toolbar, .search .results-toolbar {
  margin-bottom: 32px;
}
.page-template-page-resources-hub #algolia-sort-by, .page-template-page-events-hub #algolia-sort-by, .search #algolia-sort-by {
  display: flex;
  align-items: center;
}
.page-template-page-resources-hub #algolia-sort-by > *:not(:last-child), .page-template-page-events-hub #algolia-sort-by > *:not(:last-child), .search #algolia-sort-by > *:not(:last-child) {
  margin-right: 12px;
}
.page-template-page-resources-hub #algolia-sort-by::before, .page-template-page-events-hub #algolia-sort-by::before, .search #algolia-sort-by::before {
  content: "Sort by:";
  font-weight: 600;
  color: #111111;
  font-size: 18px;
  line-height: 28px;
}
.page-template-page-resources-hub #algolia-sort-by .ais-SortBy-select, .page-template-page-events-hub #algolia-sort-by .ais-SortBy-select, .search #algolia-sort-by .ais-SortBy-select {
  min-width: 220px;
  height: 50px;
  padding: 12px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 4px;
  background: #FEF6F2;
  font-size: 16px;
  font-family: "proxima-nova";
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-template-page-resources-hub .ais-SortBy, .page-template-page-events-hub .ais-SortBy, .search .ais-SortBy {
  position: relative;
  margin-left: 10px;
}
.page-template-page-resources-hub .ais-SortBy:after, .page-template-page-events-hub .ais-SortBy:after, .search .ais-SortBy:after {
  content: "\f078";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .eb-view-more-btn, .ais-InfiniteHits-loadMore {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .page-template-page-resources-hub .ais-wrapper.title, .page-template-page-events-hub .ais-wrapper.title, .search .ais-wrapper.title {
    padding-bottom: 32px;
  }
  .algolia-search-box-wrapper #algolia-search-box form input {
    padding: 0 15px 0 15px !important;
  }
  .ais-wrapper.title h1 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .ais-wrapper .intro h1, .ais-wrapper .intro h2, .ais-wrapper .intro h3, .ais-wrapper .intro h4, .ais-wrapper .intro h5, .ais-wrapper .intro h6 {
    margin-bottom: 16px !important;
  }
  .ais-wrapper .search-box {
    margin-top: 20px !important;
  }
  .ais-wrapper.title .algolia-search-box-wrapper form {
    display: flex;
    align-items: center;
  }
  .filters-wrapper {
    margin-top: 22px;
    width: 100%;
  }
  .filters-wrapper .filter {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
  }
  .filters-wrapper .filter i {
    margin-right: 8px;
    color: #111111;
  }
  .filters-wrapper .filter span {
    color: #111111;
  }
  .filters-wrapper .filter span:not(#filter-count) {
    margin-left: 4px;
  }
  .ais-wrapper.title {
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 8px;
  }
  .ais-wrapper.title .algolia-search-box-wrapper form button:before {
    content: "\f002";
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  #ais-facets {
    position: fixed;
    top: 0;
    background: #ffffff;
    height: 100%;
    width: 90% !important;
    z-index: 999999;
    transform: translateX(-1000%);
    padding: 30px !important;
    overflow-y: scroll;
    transition: all 0.25s ease-in-out;
  }
  #ais-facets.is_active {
    transform: translate(-15px);
  }
  #closeFilters {
    cursor: pointer;
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    background-color: rgba(11, 57, 132, 0.05);
    border-radius: 100%;
    color: #111111;
    font-size: 18px;
    transition: all 0.25s ease-in-out;
    border: none;
    left: 16px;
    position: relative;
  }
  .view-results-button-wrapper .link_button {
    cursor: pointer;
    width: 100% !important;
    border: none !important;
  }
}
@media screen and (max-width: 992px) {
  .algolia-search-box-wrapper i {
    top: 50% !important;
  }
}
#algolia-search-box {
  margin-bottom: 0 !important;
}

.ais-wrapper .search-box {
  width: 100%;
  max-width: 720px;
  margin-top: 24px;
}
.ais-wrapper #algolia-stats span {
  font-size: 18px;
}
.ais-wrapper .widgettitle {
  position: relative;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding: 15px 12px 0px;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
}
.ais-wrapper .widgettitle:after {
  content: "+";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 16px;
  right: 12px;
  top: 50%;
  transform: translateY(-25%);
}
.ais-wrapper .widgettitle.active:after {
  content: "\f068";
  font-size: 16px;
}
.ais-wrapper .ais-RefinementList-list {
  padding: 0 12px;
}
.ais-wrapper .ais-facets {
  display: none;
}
.ais-wrapper .ais-facets.show {
  display: block;
}
.ais-wrapper .ais-facets ul {
  margin-left: 0;
}
.ais-wrapper .ais-facets ul li {
  list-style: none;
}
.ais-wrapper .ais-facets ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #111111;
}
.ais-wrapper .ais-facets ul li a:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  margin-right: 12px;
}
.ais-wrapper .ais-facets ul li a .ais-HierarchicalMenu-count {
  margin-left: 5px;
  display: none;
}
.ais-wrapper .ais-facets ul li .ais-HierarchicalMenu-list--child {
  margin: 10px 0 0 20px;
}
.ais-wrapper .ais-facets ul li.ais-HierarchicalMenu-item--selected a:before {
  background-color: #111111;
  border-color: #111111;
}
.ais-wrapper .ais-facets ul li.ais-HierarchicalMenu-item--selected li a:before {
  background-color: #ffffff;
  border-color: #111111;
}
.ais-wrapper .ais-facets ul li.ais-HierarchicalMenu-item--selected li.ais-HierarchicalMenu-item--selected a:before {
  background-color: #111111;
  border-color: #111111;
}

.algolia-search-box-wrapper {
  width: 100%;
  position: relative;
}
.algolia-search-box-wrapper i {
  position: absolute;
  left: 15px;
  top: 20%;
  transform: translateY(-50%);
  color: rgba(17, 17, 17, 0.6);
  font-size: 20px;
}
.algolia-search-box-wrapper .search-icon {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 20px;
}
.algolia-search-box-wrapper form {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.algolia-search-box-wrapper form input {
  width: 100% !important;
  height: 48px;
  border-width: 1px !important;
  padding: 0 15px 0 45px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #111111;
  border-radius: 30px 0px 0px 30px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  border-left: 1px solid rgba(17, 17, 17, 0.2);
  background: #FEF6F2;
}
.algolia-search-box-wrapper form input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.algolia-search-box-wrapper form input::placeholder {
  color: rgba(17, 17, 17, 0.8);
}
.algolia-search-box-wrapper form button {
  position: relative;
  right: 0;
  border: none;
  width: 99px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #670037;
  border-radius: 0 30px 30px 0;
  padding: 0 24px;
}
.algolia-search-box-wrapper form button svg {
  display: none;
}
.algolia-search-box-wrapper form button:before {
  content: "Search";
  position: relative;
  color: #ffffff;
  font-weight: 600;
}

.ais-InfiniteHits-loadMore {
  cursor: pointer;
  margin-top: 52px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: none;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
  color: #FEF6F2;
  background-color: #670037;
  transition: all 0.4s ease-in-out;
}
.ais-InfiniteHits-loadMore.ais-InfiniteHits-loadMore--disabled {
  display: none;
}
.ais-InfiniteHits-loadMore:hover {
  background-color: #3A001D;
  animation: subtle-bounce-centered 0.4s ease;
}

#algolia-hits ol {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
#algolia-hits ol li {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#algolia-hits ol li img {
  width: 100%;
  border-radius: 4px;
}
#algolia-hits ol li .read-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
#algolia-hits ol li .read-more > *:not(:last-child) {
  margin-right: 8px;
}
#algolia-hits ol li .read-more span, #algolia-hits ol li .read-more i {
  transition: all 0.25s ease-in-out;
}
#algolia-hits ol li .read-more i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  top: 2px;
  position: relative;
}
#algolia-hits ol li .read-more:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FDEDE4;
  transition: all 0.25s ease-in-out;
}

.read-more {
  font-weight: 700;
}

.ais-CurrentRefinements-list {
  margin-left: 0 !important;
}

.ais-CurrentRefinements-item {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-bottom: 0 !important;
}
.ais-CurrentRefinements-item .ais-CurrentRefinements-label {
  display: none !important;
}
.ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  min-height: 26px;
  padding: 4px 8px;
  background: #111111;
  border: 1px solid #111111;
  display: inline-flex;
  font-size: 16px;
  margin-bottom: 15px !important;
}
.ais-CurrentRefinements-item .ais-CurrentRefinements-category .ais-CurrentRefinements-delete {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  margin-left: 8px !important;
  border: none !important;
  background-color: unset !important;
}

#ais-main {
  padding: 0 !important;
}

/* Prevents movement by removing transitions */
.ais-RefinementList-item {
  transition: none !important;
}

.ais-ClearRefinements-button {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 10px 24px !important;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  color: #111111;
  border: 1px solid #111111;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: none !important;
  margin-top: 1em;
}
.ais-ClearRefinements-button:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 18px;
  display: block;
  position: relative;
  margin-left: 8px;
}
.ais-ClearRefinements-button:hover {
  background-color: #111111 !important;
  color: #111111 !important;
}

mark {
  background: #fff7f2;
}

.suggestion-post-title {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block; /* or inline-block, if necessary */
  word-wrap: break-word;
}

.algolia-autocomplete .aa-dropdown-menu {
  max-height: 400px;
  overflow-y: scroll;
}

.autocomplete-header {
  border-top: 1px solid #FDEDE4;
  border-bottom: 1px solid #FDEDE4;
  padding: 12px;
  background-color: #FDEDE4;
  position: relative;
  width: 100%;
  left: -15px;
  text-decoration: none !important;
}

.autocomplete-header-title {
  width: 100%;
  padding: 0 12px;
  font-weight: 700 !important;
  text-transform: none !important;
  font-family: "Montserrat" !important;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
  letter-spacing: 0 !important;
}

.suggestion-link {
  position: relative;
  padding: 0 12px !important;
  height: auto;
  margin: 1rem 0 !important;
  text-decoration: none !important;
}
.suggestion-link.more-padding {
  padding-bottom: 20px !important;
}
.suggestion-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FDEDE4;
  top: -22px;
  left: 0;
}
.suggestion-link:hover {
  opacity: 1 !important;
}

.suggestion-post-thumbnail {
  width: 122px !important;
  height: 80px !important;
  margin-right: 20px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.suggestion-post-attributes .suggestion-post-title {
  font-weight: 600 !important;
  text-transform: none !important;
  font-family: "Montserrat" !important;
  font-size: 16px;
  line-height: 22px;
  color: #111111;
}
.suggestion-post-attributes .date {
  color: #111111;
  font-size: 14px;
  line-height: 18px;
  margin: 4px 0;
  font-weight: 600;
}
.suggestion-post-attributes .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.suggestion-post-attributes .tags > * {
  margin-right: 12px;
  margin-bottom: 12px;
}
.suggestion-post-attributes .tags .tag {
  font-weight: 600;
  color: #FEF6F2;
  font-size: 14px;
  min-height: 26px;
  padding: 4px 8px;
}
.suggestion-post-attributes .tags .tag:not(:last-of-type) {
  margin-right: 8px;
}
.suggestion-post-attributes .tags .tag.news {
  background-color: #492b7c;
}
.suggestion-post-attributes .tags .tag.resource {
  background-color: #004748;
}

.algolia-autocomplete .suggestion-post-title em,
.algolia-autocomplete .aa-suggestion .suggestion-post-title em,
.aa-suggestion .suggestion-post-title em {
  background: #fff7f2 !important;
  color: #111 !important;
  font-style: normal !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.autocomplete-footer {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .suggestion-link {
    width: 100% !important;
    display: flex;
  }
  .suggestion-post-thumbnail {
    width: 100% !important;
    height: 250px !important;
  }
  .suggestion-post-attributes {
    order: 1;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .suggestion-post-attributes .tags {
    order: 1;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .suggestion-post-attributes .suggestion-post-title {
    width: 100% !important;
    order: 2;
  }
  .suggestion-post-attributes .date {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .page-template-page-resources-hub .block_large_banner_image_text svg:not(.line-svg), .page-template-page-events-hub .block_large_banner_image_text svg:not(.line-svg), .search .block_large_banner_image_text svg:not(.line-svg) {
    width: 45%;
  }
  .page-template-page-resources-hub .card .content-wrapper, .page-template-page-events-hub .card .content-wrapper, .search .card .content-wrapper {
    min-height: 300px;
  }
  .page-template-page-resources-hub .card .content-wrapper p, .page-template-page-events-hub .card .content-wrapper p, .search .card .content-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  #ais-facets {
    position: sticky;
    top: 30px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 992px) {
  #algolia-hits ol li {
    width: calc(50% - 19px);
  }
  .algolia-search-box-wrapper i {
    top: 50%;
  }
  .page-template-page-resources-hub .card .content-wrapper p, .page-template-page-events-hub .card .content-wrapper p, .search .card .content-wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-resources-hub .block_large_banner_image_text, .page-template-page-events-hub .block_large_banner_image_text, .search .block_large_banner_image_text {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  }
  #algolia-hits ol li {
    width: calc(33% - 19px);
  }
}
@media only screen and (max-width: 1000px) {
  .ais-Hits-item {
    border-bottom: none !important;
  }
  #ais-facets {
    display: block !important;
  }
}
.ais-hits--thumbnail {
  float: none !important;
}

.ais-RefinementList-label {
  font-size: 18px;
  line-height: 150%;
}

.ais-RefinementList-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.ais-RefinementList-checkbox:before {
  content: "";
  display: block;
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #FFF7F2;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}
.ais-RefinementList-checkbox:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.2) !important;
}
.ais-RefinementList-checkbox:after {
  content: "\f00c";
  left: 4px;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  z-index: 3;
  top: 5px;
  position: absolute;
}
.ais-RefinementList-checkbox:checked:before {
  background-color: #111111;
  border-color: #111111;
}

.menu-overlay, .filters-overlay {
  background: rgba(10, 10, 10, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.82, 0.15, 0.15, 0.91);
}
.menu-overlay.is_active, .filters-overlay.is_active {
  opacity: 1;
}

.filters-overlay {
  z-index: 99;
}

.menu-overlay {
  z-index: 8;
}

.mobile-search-popup {
  vertical-align: top;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  background: #FFF7F2;
  padding: 32px;
  top: -100%;
  transition: all 0.25s ease-in-out;
}
.mobile-search-popup.is_active {
  top: 100px;
}
.mobile-search-popup .search-form {
  display: flex !important;
  align-items: center !important;
  margin-top: 21px !important;
}
.mobile-search-popup .search-form i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #888888;
}
.mobile-search-popup .search-form input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  width: calc(100% - 55px);
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  height: 48px;
  border-radius: 10rem;
  border-width: 1px;
  padding: 0 20px 0 45px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #414141;
}
.mobile-search-popup .search-form button {
  width: 99px;
  text-indent: 0px !important;
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
  position: absolute;
  right: 0;
  border: none;
  border-radius: 0px 32px 32px 0px;
  background-color: #111111;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.08), 0px 4px 8px -2px rgba(0, 0, 0, 0.04);
  width: 90px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

#algolia-search-box input {
  border-top: 1px solid rgba(17, 17, 17, 0.2) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2) !important;
  border-left: 1px solid rgba(17, 17, 17, 0.2) !important;
}

@media screen and (max-width: 768px) {
  .ais-wrapper.title h1 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .ais-wrapper .intro h1, .ais-wrapper .intro h2, .ais-wrapper .intro h3, .ais-wrapper .intro h4, .ais-wrapper .intro h5, .ais-wrapper .intro h6 {
    margin-bottom: 16px !important;
  }
  .ais-wrapper .search-box {
    margin-top: 20px !important;
  }
  .ais-wrapper.title .algolia-search-box-wrapper form {
    display: flex;
    align-items: center;
  }
  .algolia-search-box-wrapper form button {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 70px !important;
  }
  .page-template-page-resource-hub #algolia-search-box input, .search #algolia-search-box input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 0 20px 0 20px !important;
  }
  .algolia-search-box-wrapper i {
    display: none;
  }
  .filters-wrapper {
    margin-top: 22px;
    width: 100%;
  }
  .filters-wrapper .filter {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
  }
  .filters-wrapper .filter i {
    margin-right: 8px;
    color: #111111;
  }
  .filters-wrapper .filter span {
    color: #111111;
  }
  .filters-wrapper .filter span:not(#filter-count) {
    margin-left: 4px;
  }
  .ais-wrapper.title .algolia-search-box-wrapper form button:before {
    content: "\f002";
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  #ais-facets {
    position: fixed;
    top: 0;
    background: #FFF7F2;
    height: 100%;
    width: 90% !important;
    z-index: 999999;
    transform: translateX(-1000%);
    padding: 30px !important;
    overflow-y: scroll;
    transition: all 0.25s ease-in-out;
  }
  #ais-facets.is_active {
    transform: translate(-15px);
  }
  #closeFilters {
    cursor: pointer;
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    background-color: rgba(11, 57, 132, 0.05);
    border-radius: 100%;
    color: #111111;
    font-size: 18px;
    transition: all 0.25s ease-in-out;
    border: none;
  }
  .view-results-button-wrapper .link_button {
    font-weight: 600;
    cursor: pointer;
    width: 100% !important;
    border: none !important;
    font-size: 18px;
    background: #670037;
    color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .algolia-search-box-wrapper i {
    top: 50% !important;
  }
  #algolia-hits ol {
    grid-gap: 0;
  }
  #algolia-hits ol li:not(:last-child) {
    margin-bottom: 32px;
  }
}
footer {
  margin-top: -45px;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  z-index: 3;
}
footer .angle-svg {
  position: absolute;
  top: -65px;
  left: 0;
}
footer * {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
footer .footer-top a {
  text-decoration: none !important;
}
footer .footer-top a:hover {
  opacity: 1 !important;
}
footer .footer-top a:not(.social):not(.legal):not(.company-logo) {
  margin-bottom: 32px;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer-top a:not(.social):not(.legal):not(.company-logo):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
}
footer .footer-top a:not(.social):not(.legal):not(.company-logo):hover:after {
  width: 100%;
}
footer .footer-top a.social i {
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
footer .footer-top a.social:not(:last-of-type) {
  margin-right: 32px;
}
footer .footer-top a.social:hover i {
  transform: rotate(10deg);
}
footer .contact-details {
  order: unset;
}
footer .company-information .logos-wrapper {
  gap: 16px;
}
footer .company-information img {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  display: block;
  margin-top: 12px;
}
footer .logo-wrapper {
  position: relative;
}
footer .logo-wrapper .company-logo {
  position: relative;
  z-index: 2;
}
footer .logo-wrapper .company-logo img {
  width: 250px;
  height: 133.95px;
  aspect-ratio: 148/65;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .content-wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
}
footer .legal-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  flex-wrap: wrap;
}
footer .legal-wrapper:before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #ffffff;
  position: absolute;
}
footer .legal-wrapper * {
  font-size: 13px;
  line-height: 23px;
}
footer .legal-wrapper a {
  position: relative;
}
footer .legal-wrapper a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
}
footer .legal-wrapper a:hover:after {
  width: 100%;
}
footer .watermark {
  font-size: 13px;
  line-height: 23px;
  display: flex !important;
  align-items: center;
}
footer .watermark svg {
  margin-left: 6px;
}

@media screen and (min-width: 768px) {
  footer .content-wrapper {
    padding-top: 128px;
  }
  footer .contact-details {
    order: 4;
  }
}
@media screen and (min-width: 992px) {
  footer * {
    font-size: 17px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1200px) {
  footer * {
    font-size: 18px;
    line-height: 28px;
  }
  footer .contact-details {
    order: unset;
  }
}
@media screen and (max-width: 576px) {
  .block_team .team-item .team-image-wrap {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mfp-content .mfp-close {
    top: 15px !important;
    right: 15px !important;
    width: 44px !important;
    height: 44px !important;
  }
  .mfp-content .mfp-close:before {
    font-size: 18px;
  }
  .block_apply .box {
    padding: 24px 16px 32px 16px !important;
  }
  .block_apply h2.title {
    font-size: 27px;
    line-height: 36px;
  }
  .block_apply h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .block_apply .apply-box h5 {
    font-size: 17px;
    line-height: 27px;
  }
  .block_testimonials .line-svg {
    right: -450px;
  }
  .block_testimonials .container {
    padding-left: 0;
    padding-right: 0;
  }
  .block_testimonials .testimonial-slider {
    padding: 80px 0 0 0;
  }
  .block_testimonials .testimonial-slider .swiper-slide {
    overflow: hidden;
  }
  .block_testimonials .testimonial-card {
    width: 100% !important;
    padding: 80px 28px 110px !important;
    top: auto;
    margin-top: -280px;
  }
  .block_testimonials .testimonial-card .counter, .block_testimonials .testimonial-card h1, .block_testimonials .testimonial-card h2, .block_testimonials .testimonial-card h3, .block_testimonials .testimonial-card h4, .block_testimonials .testimonial-card h5, .block_testimonials .testimonial-card h6, .block_testimonials .testimonial-card p, .block_testimonials .testimonial-card ol li, .block_testimonials .testimonial-card ul li, .block_testimonials .testimonial-card a:not(.link_button), .block_testimonials .testimonial-card .author {
    padding: 0 75px;
  }
  .block_testimonials .testimonial-card img {
    height: 100%;
  }
  .block_testimonials .testimonial-image {
    max-width: unset !important;
  }
  .block_testimonials .speech-marks {
    left: auto !important;
    right: 0 !important;
    width: 140px;
    height: 140px;
  }
  .page-template-page-resources-hub .ais-wrapper, .search .ais-wrapper {
    padding-top: 100px;
  }
  .primary .company-logo .logo {
    width: 164px !important;
    height: 50.793px !important;
    aspect-ratio: 164/50.79 !important;
  }
  .block_large_banner_image_text.small {
    height: calc(100vh - 150px);
  }
  .block_large_banner_image_text.small .shape {
    width: 100% !important;
  }
  .block_large_banner_image_text.small .container {
    padding-bottom: 32px;
  }
  .block_large_banner_image_text_buttons {
    height: calc(100vh - 150px);
  }
  .block_large_banner_image_text_buttons svg:not(.line-svg) {
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .block_large_banner_image_text_buttons svg.line-svg {
    top: -35px;
    right: -145px;
  }
  .block_apply h2.title {
    margin-bottom: 32px !important;
  }
  .block_apply .apply-box.bg-greys-10,
  .block_apply .apply-box.bg-fire-6 {
    margin: 15px 0 28px 0 !important;
  }
  .block_downloads h2 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .block_large_banner_image_text.small {
    height: calc(100vh - 150px);
  }
  .block_large_banner_image_text.small h1 br, .block_large_banner_image_text.small h2 br, .block_large_banner_image_text.small h3 br, .block_large_banner_image_text.small h4 br {
    display: none;
  }
  .block_values .line-svg {
    width: 130%;
  }
  .block_testimonials {
    padding: 0 0 70px 0;
    overflow: visible !important;
  }
  .block_testimonials:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #FFF7F2;
  }
  .block_testimonials .card-background {
    padding-right: 0px !important;
  }
  .block_testimonials .testimonial-card {
    padding: 90px 28px 90px;
  }
  .block_testimonials .testimonial-slider {
    padding: 0;
  }
  .block_testimonials .speech-marks {
    top: 0;
    left: auto;
    right: 20%;
  }
  .block_programmes {
    padding-top: 80px;
  }
  .block_programmes .introduction {
    margin-bottom: 48px;
  }
  .block_programmes .programme .title-wrapper {
    padding: 64px 32px 48px 32px;
  }
  .block_text_blob:before {
    display: none;
  }
  .block_image_banner_text_button.text-alignment-left img:not(.block_newsletter):not(footer),
  .block:not(.block_newsletter):not(footer), .block_large_banner_image_text_buttons:not(.block_newsletter):not(footer) {
    clip-path: none;
    margin-top: 0;
  }
  .block_large_banner_image_text.small .line-svg {
    transform: rotate(280deg);
    bottom: auto;
    top: -100px;
    left: auto;
    width: 350px;
    right: -125px;
  }
  .block_image_banner_text_button img {
    clip-path: none;
    margin-top: 0;
  }
  .block_large_banner_image_text p, .block_large_banner_image_text ol li, .block_large_banner_image_text ul li, .block_large_banner_image_text a:not(.link_button) {
    font-size: 22px;
    line-height: 32px;
  }
  .block_large_banner_image_text .shape {
    width: 75% !important;
  }
  .block_call_to_action {
    padding: 96px 20px !important;
  }
}
@media screen and (max-width: 1200px) {
  .block_team .team-item .team-image-wrap {
    height: 425px;
  }
  .block_testimonials .card-background {
    padding-right: 40px;
  }
  .block_testimonials .testimonial-card {
    width: 70%;
  }
  .block_large_banner_image_text .shape {
    width: 60%;
  }
  .block_large_banner_image_text_buttons {
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block_large_banner_image_text_buttons .block {
    margin-top: 0;
  }
  .block_large_banner_image_text_buttons .line-svg {
    bottom: auto;
    top: -100px;
    width: 400px;
    transform: scale(-1);
    right: -100px;
    left: auto;
  }
  .block_apply .title {
    margin-bottom: 48px !important;
  }
  .block_apply .box {
    padding: 32px 32px 80px 32px;
  }
}
@media screen and (max-width: 1495px) {
  .block_programmes .programme .content-wrapper .image {
    bottom: -220px;
  }
}
.bx-wrapper .bx-controls-direction a {
  z-index: 9;
}

.team-popup {
  height: 100vh;
  margin-left: auto;
  background: #ffffff;
  padding: 2rem;
  border-radius: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
}

.team-popup-inner h3 {
  margin-bottom: 0.5rem;
}

.team-popup .team-role {
  margin-bottom: 1rem;
}

/* overlay */
.mfp-slide-right.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mfp-slide-right.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-slide-right.mfp-bg.mfp-removing {
  opacity: 0;
}

/* make wrapper fill screen and align content to right */
.mfp-slide-right.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-slide-right.mfp-wrap .mfp-container {
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}

.mfp-slide-right.mfp-wrap .mfp-content {
  width: auto;
  height: 100%;
  vertical-align: top;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* open */
.mfp-slide-right.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateX(0);
}

/* close */
.mfp-slide-right.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateX(100%);
}

.mfp-slide-right.mfp-wrap .mfp-container {
  padding: 0;
}

.mfp-slide-right.mfp-wrap .mfp-content {
  width: 100%;
  height: 100%;
  margin-left: auto;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.team-popup {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #FEF6F2;
  padding: 64px 48px;
  overflow-y: auto;
}
.team-popup .team-popup-inner {
  padding-top: 30px;
}
.team-popup .team-popup-inner h5 {
  color: #004748;
}
.team-popup .team-popup-inner h1, .team-popup .team-popup-inner h2, .team-popup .team-popup-inner h3, .team-popup .team-popup-inner h4, .team-popup .team-popup-inner h6 {
  color: #f35203;
  text-transform: capitalize;
  font-weight: 600;
}
.team-popup .team-popup-inner .team-popup-content {
  margin-top: 40px;
}
.team-popup .team-popup-inner .team-popup-content p, .team-popup .team-popup-inner .team-popup-content ol li, .team-popup .team-popup-inner .team-popup-content ul li, .team-popup .team-popup-inner .team-popup-content a:not(.link_button) {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #111111;
}
.team-popup .team-popup-inner .team-popup-content ol, .team-popup .team-popup-inner .team-popup-content ul {
  margin-left: 42px;
}
.team-popup .team-popup-inner .team-popup-content .team-meta {
  margin-top: 40px;
}
.team-popup .team-popup-inner .team-popup-content .team-meta i {
  color: #111111;
  font-size: 24px;
}
.team-popup .team-popup-inner .team-popup-content .team-meta a:not(:last-of-type) {
  margin-right: 16px;
}
.team-popup .team-popup-inner .team-popup-content .team-meta a i {
  transition: all 0.25s ease-in-out;
}
.team-popup .team-popup-inner .team-popup-content .team-meta a:hover {
  opacity: 1 !important;
}
.team-popup .team-popup-inner .team-popup-content .team-meta a:hover i {
  transform: rotate(10deg);
}

.team-side-panel .mfp-content {
  max-width: unset !important;
}

.mfp-close {
  display: flex !important;
  width: 50px;
  height: 50px;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 100%;
  background: #004748 !important;
  opacity: 1;
  color: #ffffff !important;
  top: 32px !important;
  right: 32px !important;
  color: #004748 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
  width: 54px !important;
  height: 54px !important;
}
.mfp-close:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Sharp";
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mfp-iframe-holder .mfp-content, .mfp-content {
  max-width: 1400px;
}

.swiper-nav-animate svg {
  display: block;
  transform-origin: center;
  will-change: transform;
}

.draw-section .line-svg {
  visibility: hidden;
}

.skip-to_content {
  width: 1px;
  height: 1px;
  top: auto;
  left: -99999px;
  position: absolute;
  overflow: hidden;
}
.skip-to_content:focus {
  width: auto;
  height: auto;
  position: static;
}

.html, .body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

.main {
  visibility: hidden;
  margin-top: 70px;
}

img.lazy-load {
  opacity: 0;
}
img.lazy-load:not(.initial) {
  transition: opacity 1.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
img.initial, img.loaded, img.error {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .main {
    margin-top: 145px;
  }
}
@media screen and (min-width: 992px) {
  .team-popup {
    width: 50%;
    max-width: 50%;
    border-radius: 80px 0 0 80px;
  }
}/*# sourceMappingURL=app.css.map */