@charset "UTF-8";
/* Grid
--------------------------------------------- */
@import url("https://use.typekit.net/phh1bdt.css");
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 61rem) {
  .wrapper {
    grid-template-columns: repeat(24, 1fr);
  }
}

.row {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 61rem) {
  .row {
    grid-template-columns: repeat(24, 1fr);
  }
}

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

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

.col-xs {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 12;
}

.col-xs-1 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 1;
}

.col-xs-2 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 2;
}

.col-xs-3 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 3;
}

.col-xs-4 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 4;
}

.col-xs-5 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 5;
}

.col-xs-6 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 6;
}

.col-xs-7 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 7;
}

.col-xs-8 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 8;
}

.col-xs-9 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 9;
}

.col-xs-10 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 10;
}

.col-xs-11 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 11;
}

.col-xs-12 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-end: span 12;
}

.col-xs-start-0 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 1;
}

.col-xs-start-1 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 2;
}

.col-xs-start-2 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 3;
}

.col-xs-start-3 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 4;
}

.col-xs-start-4 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 5;
}

.col-xs-start-5 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 6;
}

.col-xs-start-6 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 7;
}

.col-xs-start-7 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 8;
}

.col-xs-start-8 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 9;
}

.col-xs-start-9 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 10;
}

.col-xs-start-10 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 11;
}

.col-xs-start-11 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 12;
}

.col-xs-start-12 {
  box-sizing: border-box;
  padding-right: 0.015rem;
  padding-left: 0.015rem;
  width: 100%;
  grid-column-start: 13;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  justify-self: start;
  text-align: left;
}

.center-xs {
  justify-self: center;
  text-align: center;
}

.end-xs {
  justify-self: end;
  text-align: right;
}

.top-xs {
  align-self: start;
}

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

.bottom-xs {
  align-self: end;
}

.around-xs {
  justify-items: space-around;
}

.between-xs {
  justify-items: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 32em) {
  .container {
    width: 32rem;
  }
  .col-xs {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-xs-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 12;
  }
  .col-xs-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 13;
  }
  .col-xs-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 14;
  }
  .col-xs-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 15;
  }
  .col-xs-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 16;
  }
  .col-xs-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 17;
  }
  .col-xs-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 18;
  }
  .col-xs-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 19;
  }
  .col-xs-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 20;
  }
  .col-xs-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 21;
  }
  .col-xs-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 22;
  }
  .col-xs-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 23;
  }
  .col-xs-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 24;
  }
  .col-xs-start-0 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 1;
  }
  .col-xs-start-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 2;
  }
  .col-xs-start-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 3;
  }
  .col-xs-start-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 4;
  }
  .col-xs-start-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 5;
  }
  .col-xs-start-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 6;
  }
  .col-xs-start-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 7;
  }
  .col-xs-start-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 8;
  }
  .col-xs-start-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 9;
  }
  .col-xs-start-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 10;
  }
  .col-xs-start-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 11;
  }
  .col-xs-start-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 12;
  }
  .col-xs-start-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 13;
  }
  .col-xs-start-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 14;
  }
  .col-xs-start-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 15;
  }
  .col-xs-start-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 16;
  }
  .col-xs-start-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 17;
  }
  .col-xs-start-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 18;
  }
  .col-xs-start-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 19;
  }
  .col-xs-start-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 20;
  }
  .col-xs-start-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 21;
  }
  .col-xs-start-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 22;
  }
  .col-xs-start-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 23;
  }
  .col-xs-start-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 24;
  }
  .col-xs-start-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 25;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    justify-self: start;
    text-align: left;
  }
  .center-xs {
    justify-self: center;
    text-align: center;
  }
  .end-xs {
    justify-self: end;
    text-align: right;
  }
  .top-xs {
    align-self: start;
  }
  .middle-xs {
    align-self: center;
  }
  .bottom-xs {
    align-self: end;
  }
  .around-xs {
    justify-items: space-around;
  }
  .between-xs {
    justify-items: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
@media only screen and (min-width: 46em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-sm-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 12;
  }
  .col-sm-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 13;
  }
  .col-sm-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 14;
  }
  .col-sm-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 15;
  }
  .col-sm-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 16;
  }
  .col-sm-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 17;
  }
  .col-sm-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 18;
  }
  .col-sm-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 19;
  }
  .col-sm-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 20;
  }
  .col-sm-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 21;
  }
  .col-sm-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 22;
  }
  .col-sm-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 23;
  }
  .col-sm-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 24;
  }
  .col-sm-start-0 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 1;
  }
  .col-sm-start-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 2;
  }
  .col-sm-start-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 3;
  }
  .col-sm-start-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 4;
  }
  .col-sm-start-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 5;
  }
  .col-sm-start-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 6;
  }
  .col-sm-start-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 7;
  }
  .col-sm-start-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 8;
  }
  .col-sm-start-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 9;
  }
  .col-sm-start-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 10;
  }
  .col-sm-start-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 11;
  }
  .col-sm-start-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 12;
  }
  .col-sm-start-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 13;
  }
  .col-sm-start-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 14;
  }
  .col-sm-start-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 15;
  }
  .col-sm-start-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 16;
  }
  .col-sm-start-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 17;
  }
  .col-sm-start-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 18;
  }
  .col-sm-start-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 19;
  }
  .col-sm-start-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 20;
  }
  .col-sm-start-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 21;
  }
  .col-sm-start-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 22;
  }
  .col-sm-start-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 23;
  }
  .col-sm-start-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 24;
  }
  .col-sm-start-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 25;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-self: start;
    text-align: left;
  }
  .center-sm {
    justify-self: center;
    text-align: center;
  }
  .end-sm {
    justify-self: end;
    text-align: right;
  }
  .top-sm {
    align-self: start;
  }
  .middle-sm {
    align-self: center;
  }
  .bottom-sm {
    align-self: end;
  }
  .around-sm {
    justify-items: space-around;
  }
  .between-sm {
    justify-items: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 61em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-md-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-md-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 2;
  }
  .col-md-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 3;
  }
  .col-md-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 4;
  }
  .col-md-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 5;
  }
  .col-md-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 6;
  }
  .col-md-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 7;
  }
  .col-md-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 8;
  }
  .col-md-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 9;
  }
  .col-md-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 10;
  }
  .col-md-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 11;
  }
  .col-md-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 12;
  }
  .col-md-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 13;
  }
  .col-md-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 14;
  }
  .col-md-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 15;
  }
  .col-md-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 16;
  }
  .col-md-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 17;
  }
  .col-md-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 18;
  }
  .col-md-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 19;
  }
  .col-md-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 20;
  }
  .col-md-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 21;
  }
  .col-md-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 22;
  }
  .col-md-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 23;
  }
  .col-md-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 24;
  }
  .col-md-start-0 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 1;
  }
  .col-md-start-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 2;
  }
  .col-md-start-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 3;
  }
  .col-md-start-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 4;
  }
  .col-md-start-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 5;
  }
  .col-md-start-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 6;
  }
  .col-md-start-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 7;
  }
  .col-md-start-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 8;
  }
  .col-md-start-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 9;
  }
  .col-md-start-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 10;
  }
  .col-md-start-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 11;
  }
  .col-md-start-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 12;
  }
  .col-md-start-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 13;
  }
  .col-md-start-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 14;
  }
  .col-md-start-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 15;
  }
  .col-md-start-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 16;
  }
  .col-md-start-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 17;
  }
  .col-md-start-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 18;
  }
  .col-md-start-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 19;
  }
  .col-md-start-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 20;
  }
  .col-md-start-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 21;
  }
  .col-md-start-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 22;
  }
  .col-md-start-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 23;
  }
  .col-md-start-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 24;
  }
  .col-md-start-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 25;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-self: start;
    text-align: left;
  }
  .center-md {
    justify-self: center;
    text-align: center;
  }
  .end-md {
    justify-self: end;
    text-align: right;
  }
  .top-md {
    align-self: start;
  }
  .middle-md {
    align-self: center;
  }
  .bottom-md {
    align-self: end;
  }
  .around-md {
    justify-items: space-around;
  }
  .between-md {
    justify-items: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 73em) {
  .container {
    width: 73rem;
  }
  .col-lg {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-lg-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 12;
  }
  .col-lg-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 13;
  }
  .col-lg-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 14;
  }
  .col-lg-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 15;
  }
  .col-lg-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 16;
  }
  .col-lg-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 17;
  }
  .col-lg-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 18;
  }
  .col-lg-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 19;
  }
  .col-lg-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 20;
  }
  .col-lg-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 21;
  }
  .col-lg-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 22;
  }
  .col-lg-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 23;
  }
  .col-lg-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 24;
  }
  .col-lg-start-0 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 1;
  }
  .col-lg-start-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 2;
  }
  .col-lg-start-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 3;
  }
  .col-lg-start-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 4;
  }
  .col-lg-start-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 5;
  }
  .col-lg-start-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 6;
  }
  .col-lg-start-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 7;
  }
  .col-lg-start-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 8;
  }
  .col-lg-start-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 9;
  }
  .col-lg-start-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 10;
  }
  .col-lg-start-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 11;
  }
  .col-lg-start-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 12;
  }
  .col-lg-start-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 13;
  }
  .col-lg-start-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 14;
  }
  .col-lg-start-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 15;
  }
  .col-lg-start-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 16;
  }
  .col-lg-start-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 17;
  }
  .col-lg-start-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 18;
  }
  .col-lg-start-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 19;
  }
  .col-lg-start-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 20;
  }
  .col-lg-start-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 21;
  }
  .col-lg-start-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 22;
  }
  .col-lg-start-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 23;
  }
  .col-lg-start-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 24;
  }
  .col-lg-start-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 25;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    justify-self: start;
    text-align: left;
  }
  .center-lg {
    justify-self: center;
    text-align: center;
  }
  .end-lg {
    justify-self: end;
    text-align: right;
  }
  .top-lg {
    align-self: start;
  }
  .middle-lg {
    align-self: center;
  }
  .bottom-lg {
    align-self: end;
  }
  .around-lg {
    justify-items: space-around;
  }
  .between-lg {
    justify-items: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 87.5em) {
  .container {
    width: 87.5rem;
  }
  .col-xl {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-xl-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 12;
  }
  .col-xl-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 13;
  }
  .col-xl-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 14;
  }
  .col-xl-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 15;
  }
  .col-xl-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 16;
  }
  .col-xl-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 17;
  }
  .col-xl-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 18;
  }
  .col-xl-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 19;
  }
  .col-xl-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 20;
  }
  .col-xl-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 21;
  }
  .col-xl-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 22;
  }
  .col-xl-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 23;
  }
  .col-xl-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-end: span 24;
  }
  .col-xl-start-0 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 1;
  }
  .col-xl-start-1 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 2;
  }
  .col-xl-start-2 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 3;
  }
  .col-xl-start-3 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 4;
  }
  .col-xl-start-4 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 5;
  }
  .col-xl-start-5 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 6;
  }
  .col-xl-start-6 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 7;
  }
  .col-xl-start-7 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 8;
  }
  .col-xl-start-8 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 9;
  }
  .col-xl-start-9 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 10;
  }
  .col-xl-start-10 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 11;
  }
  .col-xl-start-11 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 12;
  }
  .col-xl-start-12 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 13;
  }
  .col-xl-start-13 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 14;
  }
  .col-xl-start-14 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 15;
  }
  .col-xl-start-15 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 16;
  }
  .col-xl-start-16 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 17;
  }
  .col-xl-start-17 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 18;
  }
  .col-xl-start-18 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 19;
  }
  .col-xl-start-19 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 20;
  }
  .col-xl-start-20 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 21;
  }
  .col-xl-start-21 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 22;
  }
  .col-xl-start-22 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 23;
  }
  .col-xl-start-23 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 24;
  }
  .col-xl-start-24 {
    box-sizing: border-box;
    padding-right: 0.015rem;
    padding-left: 0.015rem;
    width: 100%;
    grid-column-start: 25;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl {
    justify-self: start;
    text-align: left;
  }
  .center-xl {
    justify-self: center;
    text-align: center;
  }
  .end-xl {
    justify-self: end;
    text-align: right;
  }
  .top-xl {
    align-self: start;
  }
  .middle-xl {
    align-self: center;
  }
  .bottom-xl {
    align-self: end;
  }
  .around-xl {
    justify-items: space-around;
  }
  .between-xl {
    justify-items: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
/* Variables
--------------------------------------------- */
.bg-deep-purple, .hero.bg-deep-purple .looping-background, .footer-form .hero.looping-background .looping-background, .footer-form .looping-background {
  background-color: #692D87;
  fill: #692D87;
}

.text-deep-purple {
  color: #692D87;
}
.text-deep-purple a.secondary-link {
  color: #692D87;
}
.text-deep-purple a.secondary-link:before {
  background-color: #692D87;
}
.text-deep-purple .text-block a {
  color: #692D87;
  text-decoration: underline;
}
.text-deep-purple hr {
  border-top: 1px solid #692D87;
}
.text-deep-purple .post-card a {
  color: #692D87;
}

.bg-royal-purple, .hero.bg-royal-purple .looping-background {
  background-color: #99489B;
  fill: #99489B;
}

.text-royal-purple {
  color: #99489B;
}
.text-royal-purple a.secondary-link {
  color: #99489B;
}
.text-royal-purple a.secondary-link:before {
  background-color: #99489B;
}
.text-royal-purple .text-block a {
  color: #99489B;
  text-decoration: underline;
}
.text-royal-purple hr {
  border-top: 1px solid #99489B;
}
.text-royal-purple .post-card a {
  color: #99489B;
}

.bg-deep-purple-darker {
  background-color: #561F71;
  fill: #561F71;
}

.text-deep-purple-darker {
  color: #561F71;
}
.text-deep-purple-darker a.secondary-link {
  color: #561F71;
}
.text-deep-purple-darker a.secondary-link:before {
  background-color: #561F71;
}
.text-deep-purple-darker .text-block a {
  color: #561F71;
  text-decoration: underline;
}
.text-deep-purple-darker hr {
  border-top: 1px solid #561F71;
}
.text-deep-purple-darker .post-card a {
  color: #561F71;
}

.bg-blue, .hero.bg-blue .looping-background {
  background-color: #002F6C;
  fill: #002F6C;
}

.text-blue {
  color: #002F6C;
}
.text-blue a.secondary-link {
  color: #002F6C;
}
.text-blue a.secondary-link:before {
  background-color: #002F6C;
}
.text-blue .text-block a {
  color: #002F6C;
  text-decoration: underline;
}
.text-blue hr {
  border-top: 1px solid #002F6C;
}
.text-blue .post-card a {
  color: #002F6C;
}

.bg-dark-blue {
  background-color: #0D1C2A;
  fill: #0D1C2A;
}

.text-dark-blue {
  color: #0D1C2A;
}
.text-dark-blue a.secondary-link {
  color: #0D1C2A;
}
.text-dark-blue a.secondary-link:before {
  background-color: #0D1C2A;
}
.text-dark-blue .text-block a {
  color: #0D1C2A;
  text-decoration: underline;
}
.text-dark-blue hr {
  border-top: 1px solid #0D1C2A;
}
.text-dark-blue .post-card a {
  color: #0D1C2A;
}

.bg-orange {
  background-color: #FF5C39;
  fill: #FF5C39;
}

.text-orange {
  color: #FF5C39;
}
.text-orange a.secondary-link {
  color: #FF5C39;
}
.text-orange a.secondary-link:before {
  background-color: #FF5C39;
}
.text-orange .text-block a {
  color: #FF5C39;
  text-decoration: underline;
}
.text-orange hr {
  border-top: 1px solid #FF5C39;
}
.text-orange .post-card a {
  color: #FF5C39;
}

.bg-mint, .hero.bg-mint .looping-background {
  background-color: #98DBCE;
  fill: #98DBCE;
}

.text-mint {
  color: #98DBCE;
}
.text-mint a.secondary-link {
  color: #98DBCE;
}
.text-mint a.secondary-link:before {
  background-color: #98DBCE;
}
.text-mint .text-block a {
  color: #98DBCE;
  text-decoration: underline;
}
.text-mint hr {
  border-top: 1px solid #98DBCE;
}
.text-mint .post-card a {
  color: #98DBCE;
}

.bg-light-orange, .hero.bg-light-orange .looping-background {
  background-color: #FF8200;
  fill: #FF8200;
}

.text-light-orange {
  color: #FF8200;
}
.text-light-orange a.secondary-link {
  color: #FF8200;
}
.text-light-orange a.secondary-link:before {
  background-color: #FF8200;
}
.text-light-orange .text-block a {
  color: #FF8200;
  text-decoration: underline;
}
.text-light-orange hr {
  border-top: 1px solid #FF8200;
}
.text-light-orange .post-card a {
  color: #FF8200;
}

.bg-yellow, .hero.bg-yellow .looping-background {
  background-color: #E3E935;
  fill: #E3E935;
}

.text-yellow {
  color: #E3E935;
}
.text-yellow a.secondary-link {
  color: #E3E935;
}
.text-yellow a.secondary-link:before {
  background-color: #E3E935;
}
.text-yellow .text-block a {
  color: #E3E935;
  text-decoration: underline;
}
.text-yellow hr {
  border-top: 1px solid #E3E935;
}
.text-yellow .post-card a {
  color: #E3E935;
}

.bg-tint {
  background-color: #EDEAE2;
  fill: #EDEAE2;
}

.text-tint {
  color: #EDEAE2;
}
.text-tint a.secondary-link {
  color: #EDEAE2;
}
.text-tint a.secondary-link:before {
  background-color: #EDEAE2;
}
.text-tint .text-block a {
  color: #EDEAE2;
  text-decoration: underline;
}
.text-tint hr {
  border-top: 1px solid #EDEAE2;
}
.text-tint .post-card a {
  color: #EDEAE2;
}

.bg-white {
  background-color: #FFFFFF;
  fill: #FFFFFF;
}

.text-white {
  color: #FFFFFF;
}
.text-white a.secondary-link {
  color: #FFFFFF;
}
.text-white a.secondary-link:before {
  background-color: #FFFFFF;
}
.text-white .text-block a {
  color: #FFFFFF;
  text-decoration: underline;
}
.text-white hr {
  border-top: 1px solid #FFFFFF;
}
.text-white .post-card a {
  color: #FFFFFF;
}

.bg-sector-bg {
  background-color: #84CEC0;
  fill: #84CEC0;
}

.text-sector-bg {
  color: #84CEC0;
}
.text-sector-bg a.secondary-link {
  color: #84CEC0;
}
.text-sector-bg a.secondary-link:before {
  background-color: #84CEC0;
}
.text-sector-bg .text-block a {
  color: #84CEC0;
  text-decoration: underline;
}
.text-sector-bg hr {
  border-top: 1px solid #84CEC0;
}
.text-sector-bg .post-card a {
  color: #84CEC0;
}

/* Base
--------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.button, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .page-sub-navigation__list ul li a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: 0px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 700;
  padding: 8px 25px 10px 25px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.button.white, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .white.wcc-btn, .page-sub-navigation__list ul li a.white,
button.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white {
  background-color: white;
  color: #0D1C2A;
}
.button.white:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .white.wcc-btn:hover, .page-sub-navigation__list ul li a.white:hover,
button.white:hover,
input[type=button].white:hover,
input[type=reset].white:hover,
input[type=submit].white:hover {
  background-color: #EDEAE2;
}
.button.outline, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .outline.wcc-btn, .page-sub-navigation__list ul li a.outline,
button.outline,
input[type=button].outline,
input[type=reset].outline,
input[type=submit].outline {
  background-color: transparent;
  border: 1px solid;
}
.button:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn:hover, .page-sub-navigation__list ul li a:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.button.deep-purple, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .deep-purple.wcc-btn, .page-sub-navigation__list ul li a.deep-purple,
button.deep-purple,
input[type=button].deep-purple,
input[type=reset].deep-purple,
input[type=submit].deep-purple {
  background-color: #692D87;
  color: white;
}
.button.deep-purple:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .deep-purple.wcc-btn:hover, .page-sub-navigation__list ul li a.deep-purple:hover,
button.deep-purple:hover,
input[type=button].deep-purple:hover,
input[type=reset].deep-purple:hover,
input[type=submit].deep-purple:hover {
  background-color: #99489B;
}
.button.royal-purple, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .royal-purple.wcc-btn, .page-sub-navigation__list ul li a.royal-purple,
button.royal-purple,
input[type=button].royal-purple,
input[type=reset].royal-purple,
input[type=submit].royal-purple {
  background-color: #99489B;
  color: white;
}
.button.royal-purple:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .royal-purple.wcc-btn:hover, .page-sub-navigation__list ul li a.royal-purple:hover,
button.royal-purple:hover,
input[type=button].royal-purple:hover,
input[type=reset].royal-purple:hover,
input[type=submit].royal-purple:hover {
  background-color: #692D87;
}
.button.blue, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .blue.wcc-btn, .page-sub-navigation__list ul li a.blue,
button.blue,
input[type=button].blue,
input[type=reset].blue,
input[type=submit].blue {
  background-color: #002F6C;
  color: white;
}
.button.blue:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .blue.wcc-btn:hover, .page-sub-navigation__list ul li a.blue:hover,
button.blue:hover,
input[type=button].blue:hover,
input[type=reset].blue:hover,
input[type=submit].blue:hover {
  background-color: #0D1C2A;
}
.button.dark-blue, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .dark-blue.wcc-btn, .page-sub-navigation__list ul li a.dark-blue,
button.dark-blue,
input[type=button].dark-blue,
input[type=reset].dark-blue,
input[type=submit].dark-blue {
  background-color: #0D1C2A;
  color: white;
}
.button.dark-blue:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .dark-blue.wcc-btn:hover, .page-sub-navigation__list ul li a.dark-blue:hover,
button.dark-blue:hover,
input[type=button].dark-blue:hover,
input[type=reset].dark-blue:hover,
input[type=submit].dark-blue:hover {
  background-color: #002F6C;
}
.button.orange, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .orange.wcc-btn, .page-sub-navigation__list ul li a.orange,
button.orange,
input[type=button].orange,
input[type=reset].orange,
input[type=submit].orange {
  background-color: #FF5C39;
  color: white;
}
.button.orange:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .orange.wcc-btn:hover, .page-sub-navigation__list ul li a.orange:hover,
button.orange:hover,
input[type=button].orange:hover,
input[type=reset].orange:hover,
input[type=submit].orange:hover {
  background-color: #FF8200;
}
.button.mint, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .mint.wcc-btn, .page-sub-navigation__list ul li a.mint,
button.mint,
input[type=button].mint,
input[type=reset].mint,
input[type=submit].mint {
  background-color: #98DBCE;
  color: white;
}
.button.mint:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .mint.wcc-btn:hover, .page-sub-navigation__list ul li a.mint:hover,
button.mint:hover,
input[type=button].mint:hover,
input[type=reset].mint:hover,
input[type=submit].mint:hover {
  background-color: #EDEAE2;
  color: #0D1C2A;
}
.button.light-orange, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .light-orange.wcc-btn, .page-sub-navigation__list ul li a.light-orange,
button.light-orange,
input[type=button].light-orange,
input[type=reset].light-orange,
input[type=submit].light-orange {
  background-color: #FF8200;
  color: white;
}
.button.light-orange:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .light-orange.wcc-btn:hover, .page-sub-navigation__list ul li a.light-orange:hover,
button.light-orange:hover,
input[type=button].light-orange:hover,
input[type=reset].light-orange:hover,
input[type=submit].light-orange:hover {
  background-color: #FF5C39;
}
.button.yellow, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .yellow.wcc-btn, .page-sub-navigation__list ul li a.yellow,
button.yellow,
input[type=button].yellow,
input[type=reset].yellow,
input[type=submit].yellow {
  background-color: #E3E935;
  color: #0D1C2A;
}
.button.yellow:hover, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .yellow.wcc-btn:hover, .page-sub-navigation__list ul li a.yellow:hover,
button.yellow:hover,
input[type=button].yellow:hover,
input[type=reset].yellow:hover,
input[type=submit].yellow:hover {
  background-color: #EDEAE2;
  color: #0D1C2A;
}

.category-tags {
  margin-bottom: 2rem;
}

.category-tag {
  text-decoration: none;
  transition: all 0.4s ease;
  border-radius: 0px 10px 0px 10px;
  border: 1px solid #0D1C2A;
  color: #0D1C2A;
  padding: 4px 10px;
}
.category-tag:hover {
  background-color: #002F6C;
  color: white !important;
}
.category-tag.in-post {
  padding: 6px 16px 4px;
  border-radius: 4px;
}
.category-tag.category:before, .category-tag.sectors:before, .category-tag.event_type:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #0D1C2A;
  border-radius: 0 100vw 0 0;
  margin-right: 8px;
}
.category-tag.thoughts:before {
  background-color: #99489B;
}
.category-tag.pharmacy:before {
  background-color: #FF5C39;
}
.category-tag.established-smes:before {
  background-color: #98DBCE;
}
.category-tag.scaling-companies:before {
  background-color: #E3E935;
}
.category-tag.expertly-put-interview-series:before {
  background-color: #0D1C2A;
}
.category-tag.inside-the-c-suite:before {
  background-color: #002F6C;
}
.category-tag.community:before {
  background-color: #FF8200;
}
.category-tag.awards:before {
  background-color: #C4BFB2;
}
.category-tag.past-event:before {
  background-color: #99489B;
}
.category-tag.upcoming-event:before {
  background-color: #FF5C39;
}

.category-sub-tag {
  text-decoration: none;
  transition: all 0.4s ease;
  margin-right: 8px;
}
.category-sub-tag:after {
  content: "•";
  margin-left: 8px;
}
.category-sub-tag:last-of-type:after {
  display: none;
}
.secondary-link {
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 600;
}
.secondary-link:hover:after {
  margin-left: 8px;
}
.secondary-link:after {
  content: " ";
  margin-left: 5px;
  background-image: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 1L9.5 5L5.5 9" stroke="%230D1C2A"/><path d="M0 5H9" stroke="%230D1C2A"/></svg>');
  width: 11px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease;
}

.back-link {
  transition: all 0.4s ease;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 10px;
}
.back-link:hover:before {
  margin-right: 8px;
}

.pharmacy-tag {
  background-color: #FF5C39;
  color: white;
  border-radius: 5px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 2rem;
  width: auto;
}

.established-smes-tag {
  background-color: white;
  color: #0D1C2A;
  border-radius: 5px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 2rem;
  width: auto;
}

.scaling-companies-tag {
  background-color: #E3E935;
  color: #0D1C2A;
  border-radius: 5px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 2rem;
  width: auto;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 6px;
  padding: 20px 26px;
  display: block;
  width: 100%;
  margin-top: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  background-color: white;
}
label {
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: block;
}

.nf-form-fields-required {
  display: none;
}

.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
  border: 2px solid red !important;
}

.nf-error-msg {
  background-color: red;
  color: white !important;
  padding: 10px 20px;
  width: 100%;
  border-radius: 8px;
}

input[type=submit].ninja-forms-field {
  background-color: white;
  float: right;
}
input[type=submit].ninja-forms-field:hover {
  color: white;
}

select {
  border: 0px solid #000;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
select.news-select {
  background-color: transparent;
  float: right;
}
select.publication-select {
  float: right;
  width: 200px;
}

textarea {
  width: 100%;
}

input[type=submit] {
  font-weight: 600;
  color: white;
  background-color: black;
  display: inline-block;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 25px;
  border: 0px solid black;
  border-radius: 39px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
}
input[type=submit]:hover {
  background-color: grey;
}

.login-form-wrap {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 32px;
}
@media (min-width: 73rem) {
  .login-form-wrap {
    padding: 3rem;
    border-radius: 25px;
  }
}
.login-form-wrap label {
  color: white;
}
.login-form-wrap input[type=text] {
  background-color: white;
  border: 0px;
}
.login-form-wrap input[type=password] {
  background-color: white;
  border: 0px;
}
.login-form-wrap input[type=submit] {
  font-weight: normal;
}
.login-form-wrap input[type=submit]:hover {
  color: white;
}

.hs-richtext img {
  display: none !important;
}

@keyframes dropdown {
  0% {
    top: -100%;
  }
  100% {
    top: 0px;
  }
}
.mega-menu-primary-mobile-open .site-header {
  background-color: #0D1C2A;
}

.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  z-index: 9999;
  padding: 1rem 0px;
  transition: background-color 0.4s ease-in-out;
  will-change: transform;
}
@media (min-width: 61rem) {
  .site-header {
    padding: 20px 0px;
  }
}
.site-header .logo {
  padding-top: 1vh;
}
.site-header .icon-dark {
  display: none;
}
.site-header .icon-light {
  display: block;
}
.site-header.transparent .icon-dark {
  display: block;
}
.site-header.transparent .icon-light {
  display: none;
}
.site-header.reversed .icon-dark {
  display: none;
}
.site-header.reversed .icon-light {
  display: block;
}
.site-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .site-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .site-header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #0D1C2A;
}
.site-header.scrolled {
  background-color: #0D1C2A;
}
.site-header.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .site-header.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .site-header.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: white;
}
.site-header.scrolled .icon-dark {
  display: none;
}
.site-header.scrolled .icon-light {
  display: block;
}
@media (max-width: 46rem) {
  .site-header.scrolled .logo {
    position: relative;
    left: 0px !important;
    top: 0px !important;
  }
}
.site-header.scrolled .hamburger-trigger .line {
  background: white;
}
.site-header.scrolled .logo-primary {
  display: none;
}
.site-header.scrolled .logo-reversed {
  display: block;
}
.site-header.scrolled #main-navigation #mega-menu-wrap-primary {
  background-color: transparent;
}
.site-header.scrolled #main-navigation #mega-menu-wrap-primary ul li a.mega-menu-link {
  color: white;
}
.site-header.scrolled #main-navigation #mega-menu-wrap-primary ul li a.mega-menu-link:hover {
  color: #FF5C39 !important;
}
.site-header.scrolled #main-navigation #mega-menu-wrap-primary ul li ul li ul li > a.mega-menu-link:hover {
  font-weight: 500;
}
.site-header .logo-primary {
  display: block;
}
.site-header .logo-reversed {
  display: none;
}
.site-header #main-navigation #mega-menu-wrap-primary {
  background-color: transparent;
}
@media (min-width: 73rem) {
  .site-header #main-navigation #mega-menu-wrap-primary ul li > a.mega-menu-link {
    color: #0D1C2A;
  }
}
.site-header #main-navigation #mega-menu-wrap-primary ul li:hover > a.mega-menu-link {
  color: #FF5C39;
}
.site-header .header-links {
  display: flex;
  gap: 1rem;
}
@media (max-width: 46rem) {
  .site-header .header-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-header .header-links a {
  position: relative;
}
.site-header .header-links a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 46rem) {
  .site-header .header-links a img {
    width: 32px;
    height: 32px;
  }
}
.site-header .header-links a .tooltip {
  position: absolute;
  top: 105%;
  left: 50%;
  background: white;
  color: #0D1C2A;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  padding: 5px 10px;
  border-radius: 10px 0px 10px 0px;
  white-space: nowrap;
  z-index: 10;
}
@media (max-width: 46rem) {
  .site-header .header-links a .tooltip {
    visibility: visible;
    opacity: 1;
    background: transparent;
    color: white;
    border-top: 2px solid #E3E935;
    position: relative;
    white-space: normal;
    border-radius: 0px;
    top: unset;
    padding-left: 0px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: none;
  }
}
.site-header .header-links a:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 20%);
}
.site-header .tertiary-navigation {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 73rem) {
  .site-header .tertiary-navigation {
    justify-content: flex-end;
  }
}
@media (min-width: 46rem) {
  .site-header .tertiary-navigation .button, .site-header .tertiary-navigation .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .site-header .tertiary-navigation .wcc-btn, .site-header .tertiary-navigation .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .site-header .tertiary-navigation a {
    white-space: nowrap;
  }
}
@media (max-width: 46rem) {
  .site-header .tertiary-navigation .button, .site-header .tertiary-navigation .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .site-header .tertiary-navigation .wcc-btn, .site-header .tertiary-navigation .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .site-header .tertiary-navigation a {
    background: white !important;
    color: #0D1C2A !important;
    margin-top: 2rem;
  }
}
.site-header.reversed .hamburger-trigger .line {
  background-color: white;
}
.site-header.reversed #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .site-header.reversed #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .site-header.reversed #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: white;
}
.site-header.reversed.scrolled {
  background-color: #0D1C2A;
}
.site-header.reversed #main-navigation #mega-menu-wrap-primary {
  background-color: transparent;
}
.site-header.reversed #main-navigation #mega-menu-wrap-primary ul li a.mega-menu-link {
  color: white;
}
.site-header.reversed #main-navigation #mega-menu-wrap-primary ul li a.mega-menu-link:hover {
  color: #FF5C39 !important;
}
.site-header.reversed #main-navigation #mega-menu-wrap-primary ul li ul li ul li > a.mega-menu-link:hover {
  font-weight: 500;
}
.site-header.reversed .logo-primary {
  display: none;
}
.site-header.reversed .logo-reversed {
  display: block;
}
.site-header.reversed.scrolled .logo-primary {
  display: none;
}
.site-header.reversed.scrolled .logo-reversed {
  display: block;
}
.site-header.reversed.scrolled .main-navigation ul li a {
  color: #0D1C2A;
}

@media (min-width: 61rem) {
  .home .site-header .header-inner {
    display: block;
  }
}

.footer-form__wrapper {
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 61rem) {
  .footer-form__wrapper {
    padding: 2rem;
  }
}
@media (min-width: 73rem) {
  .footer-form__wrapper {
    padding: 3rem;
  }
}
@media (min-width: 87.5rem) {
  .footer-form__wrapper {
    padding: 4rem;
  }
}
.footer-form__wrapper h2, .footer-form__wrapper .pull-quote__quote {
  margin-bottom: 2rem;
}
@media (min-width: 73rem) {
  .footer-form__wrapper h2, .footer-form__wrapper .pull-quote__quote {
    margin-bottom: 3rem;
  }
}
@media (min-width: 87.5rem) {
  .footer-form__wrapper h2, .footer-form__wrapper .pull-quote__quote {
    margin-bottom: 4rem;
  }
}

.footer-form {
  overflow: hidden;
}
.footer-form .looping-background {
  transform: scale(1.5);
  transform-origin: top left;
}

.site-footer {
  background-position: bottom left;
  background-size: 50%;
  background-repeat: no-repeat;
  padding: 45px 0px 45px 0px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 73rem) {
  .site-footer {
    padding: 90px 0px;
    background-size: 25%;
  }
}
.site-footer.contact-footer {
  padding-bottom: 0px;
}
.site-footer.contact-footer hr {
  margin-bottom: 32px;
}
.site-footer .button, .site-footer .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .site-footer .wcc-btn, .site-footer .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .site-footer a {
  margin-bottom: 32px;
}
@media (min-width: 61rem) {
  .site-footer .button, .site-footer .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .site-footer .wcc-btn, .site-footer .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .site-footer a {
    margin-bottom: 0px;
  }
}
.site-footer .lower-footer-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 16px;
}
.site-footer .lower-footer-menu ul li {
  margin: 0px;
  padding: 0px;
}
.site-footer p {
  margin-bottom: 16px;
  margin-top: 0;
}
.site-footer a {
  color: white;
}
.site-footer .footer-logo img {
  width: 100%;
  height: auto;
}
.site-footer .footer-logo.ct-logo img {
  max-width: 170px;
}

#main-navigation #mega-menu-wrap-primary {
  background-color: transparent;
}
@media (max-width: 73rem) {
  #mega-menu-wrap-primary #mega-menu-primary {
    max-height: calc(100svh - 80px);
    overflow-y: scroll;
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.tertiary-navigation-item {
  padding: 0.5rem 0;
  margin-top: 2rem;
}
#mega-menu-wrap-primary #mega-menu-primary li.tertiary-navigation-item .tertiary-navigation {
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin-right: 0rem;
  border-bottom: 1px solid white;
  width: 100%;
  padding: 0.5rem 0;
}
@media (min-width: 73rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 1rem;
    padding: 0;
  }
}
@media (min-width: 73rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-bottom: 0px solid white;
    width: auto;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type {
  margin-right: 3rem;
}
@media (min-width: 87.5rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 1rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type {
    margin-right: 10rem;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-size: 32px;
  font-family: "freight-display-pro", serif;
  padding: 0;
}
@media (min-width: 61rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    padding: 0;
  }
}
@media (min-width: 73rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "freight-sans-pro", sans-serif;
  }
}
@media (min-width: 87.5rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
  padding: 2rem 0 1rem;
  background: transparent;
}
@media (min-width: 61rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    background: white;
    padding: 1rem;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0px 45px 13px 0px rgba(0, 0, 0, 0), 0px 29px 11px 0px rgba(0, 0, 0, 0.01), 0px 16px 10px 0px rgba(0, 0, 0, 0.05), 0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 87.5rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    padding: 2rem;
    border-radius: 0 20px 20px 20px;
  }
}

@media (max-width: 73rem) {
  #mega-menu-wrap-primary #mega-menu-primary {
    top: calc(2rem + 36px) !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.pharmacy-sector > ul.mega-sub-menu > li.mega-menu-item {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 42px !important;
  margin-bottom: 0px;
  top: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.pharmacy-sector > ul.mega-sub-menu > li.mega-menu-item:before {
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/themes/fitzgerald-power/dist/img/pharmacy-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-bottom: 0;
  top: 0;
  background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.established-sme-sector > ul.mega-sub-menu > li.mega-menu-item {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 42px !important;
  margin-bottom: 0px;
  top: 0;
}
@media (min-width: 61rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.established-sme-sector > ul.mega-sub-menu > li.mega-menu-item {
    margin-left: -1.5rem;
  }
}
@media (min-width: 106rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.established-sme-sector > ul.mega-sub-menu > li.mega-menu-item {
    margin-left: -2rem;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.established-sme-sector > ul.mega-sub-menu > li.mega-menu-item:before {
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/themes/fitzgerald-power/dist/img/established-smes-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-bottom: 0;
  top: 0;
  background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.scaling-companies-sector > ul.mega-sub-menu > li.mega-menu-item {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 42px !important;
  margin-bottom: 0px;
  top: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.scaling-companies-sector > ul.mega-sub-menu > li.mega-menu-item:before {
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/themes/fitzgerald-power/dist/img/scaling-companies-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
  margin-bottom: 0;
  top: 0;
  background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.scaling-companies-sector > ul.mega-sub-menu > li.mega-menu-item > a {
  white-space: nowrap;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.dark-blue-bullets > ul.mega-sub-menu > li.mega-menu-item:before {
  background-color: #0D1C2A;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.orange-bullets > ul.mega-sub-menu > li.mega-menu-item:before {
  background-color: #FF5C39;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.deep-purple-bullets > ul.mega-sub-menu > li.mega-menu-item:before {
  background-color: #692D87;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mint-bullets > ul.mega-sub-menu > li.mega-menu-item:before {
  background-color: #98DBCE;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.no-bullet > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.no-bullet > ul.mega-sub-menu > li.mega-menu-item:before {
  display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  margin: 0px 0px 1rem 0px;
  padding: 0px 0px 0px 18px !important;
}
@media (min-width: 46rem) and (max-width: 87.5rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 1.5rem 0px 18px !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #99489B;
  margin-bottom: 1rem;
  border-radius: 0 0px 12px 0;
  position: absolute;
  left: 0px;
  top: 7px;
}
@media (min-width: 106rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:before {
    top: 10px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: "freight-display-pro", serif;
  color: white;
  text-transform: none;
  line-height: 1.25;
  font-weight: normal;
  font-size: 26px;
}
@media (min-width: 61rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    color: #0D1C2A;
  }
}
@media (min-width: 106rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 24px;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: white;
  font-weight: normal;
}
@media (min-width: 61rem) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #0D1C2A;
  }
}

@media (min-width: 73rem) {
  .main-navigation-wrap {
    width: auto;
    display: flex;
  }
}

.page-sub-navigation {
  padding: 2rem 0px;
}
.page-sub-navigation__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 61rem) {
  .page-sub-navigation__inner {
    gap: 2rem;
    flex-direction: row;
  }
}
.page-sub-navigation__title {
  white-space: nowrap;
  font-weight: 600;
}
.page-sub-navigation__list ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 61rem) {
  .page-sub-navigation__list ul {
    gap: 1rem;
  }
}
.page-sub-navigation__list ul li a {
  border: 1px solid white;
  color: white;
}
@media (max-width: 61rem) {
  .page-sub-navigation__list ul li a {
    margin-bottom: 0px !important;
  }
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  height: 2px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.25;
}
.accent {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.small-heading {
  font-weight: 500;
  display: block;
  margin-bottom: 2rem;
}

.post-content h3 {
  margin-top: 32px;
}
.post-content p {
  margin-bottom: 20px;
}
.post-content a {
  text-decoration: underline;
}

small, .category-tag {
  font-size: 14px;
  line-height: 18px;
}

h1,
h2,
.pull-quote__quote,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0px;
}

b, strong {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.accent {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media (min-width: 46rem) {
  .accent {
    font-size: 14px;
  }
}

.category-sub-tag {
  font-size: 14px;
}

h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "freight-display-pro", serif;
  margin-bottom: 1rem;
}
@media (min-width: 46rem) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (min-width: 87.5rem) {
  h1 {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 106rem) {
  h1 {
    font-size: 100px;
    line-height: 110px;
  }
}
h1.stat {
  font-size: 48px;
}
@media (min-width: 87.5rem) {
  h1.stat {
    font-size: 110px;
  }
}

@media (min-width: 106rem) {
  .event-hero h1 {
    font-size: 72px;
    line-height: 1;
  }
}

h2, .pull-quote__quote {
  font-size: 28px;
  line-height: 1.2;
  font-family: "freight-display-pro", serif;
  font-weight: normal;
  margin-bottom: 16px;
}
@media (min-width: 46rem) {
  h2, .pull-quote__quote {
    font-size: 30px;
  }
}
@media (min-width: 87.5rem) {
  h2, .pull-quote__quote {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 106rem) {
  h2, .pull-quote__quote {
    font-size: 56px;
    line-height: 64px;
  }
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "freight-display-pro", serif;
  font-weight: normal;
  margin-bottom: 16px;
}
@media (min-width: 87.5rem) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 73rem) {
  blockquote {
    font-size: 32px;
    line-height: 38px;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #fff;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

del {
  text-decoration: none;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

.pull-quote {
  border-radius: 20px;
  padding: 2rem;
}
@media (min-width: 61rem) {
  .pull-quote {
    padding: 3rem;
  }
}
.pull-quote__inner {
  text-align: center;
}
.pull-quote__marks {
  font-size: 100px;
  font-family: "freight-display-pro", serif;
  line-height: 0.5;
}
.pull-quote__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pull-quote__quote {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 61rem) {
  .pull-quote__quote {
    font-size: 32px;
  }
}
.pull-quote__credit {
  font-size: 16px;
  line-height: 1.2;
}
.pull-quote__credit p {
  margin: 0px;
}
@media (min-width: 61rem) {
  .pull-quote__credit {
    font-size: 20px;
  }
}

.two-columns table {
  width: 100%;
  margin-top: 32px;
  border-radius: 10px;
}
.two-columns table thead th {
  width: 33%;
  text-align: left;
  color: white;
  padding: 5px 10px;
}
.two-columns table thead th:first-of-type {
  border-top-left-radius: 6px;
}
.two-columns table thead th:last-of-type {
  border-top-right-radius: 6px;
}
.two-columns table tbody tr {
  background-color: white !important;
}
.two-columns table tbody tr td {
  background-color: white !important;
  width: 33%;
  padding: 5px 10px;
}
.two-columns table tbody tr td.column-1 {
  font-weight: 300;
}
.two-columns table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 6px;
}
.two-columns table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 6px;
}
.two-columns table caption {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi > span, .pagination .previouspostslink,
.pagination .nextpostslink {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-variant-numeric: tabular-nums !important;
  transition: all 0.3s ease;
}
.wp-pagenavi a span.pagination-number, .wp-pagenavi > span span.pagination-number, .pagination .previouspostslink span.pagination-number,
.pagination .nextpostslink span.pagination-number {
  position: relative;
  top: -2px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pagination .previouspostslink,
.pagination .nextpostslink {
  background-color: #692D87;
  color: white;
}
.pagination .previouspostslink.inactive,
.pagination .nextpostslink.inactive {
  opacity: 0.4;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
}
.wp-pagenavi > span {
  background-color: #692D87;
  color: white;
  border: 1px solid #692D87;
}
.wp-pagenavi > span.current {
  background-color: #FF5C39;
  border: 1px solid #FF5C39;
  color: white;
}
.wp-pagenavi > span.current span.pagination-number {
  position: relative;
  top: -2px;
}
.wp-pagenavi a {
  background-color: white;
  color: #692D87 !important;
  text-decoration: none !important;
  border: 1px solid #692D87;
  padding: 0;
  margin: 0;
}
.wp-pagenavi a span.pagination-number {
  position: relative;
  top: -2px;
}
.wp-pagenavi a:hover {
  background-color: #99489B;
  color: white !important;
}

.card-grid {
  display: grid;
}
.card-grid.team {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 46rem) {
  .card-grid.team {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 61rem) {
  .card-grid.team {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 87.5rem) {
  .card-grid.team {
    gap: 4rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
.card-grid.portfolio {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 46rem) {
  .card-grid.portfolio {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 73rem) {
  .card-grid.portfolio {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.card-grid.case-study {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 46rem) {
  .card-grid.case-study {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.card-grid.one-col {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.card-grid.two-cols {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 61rem) {
  .card-grid.two-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.card-grid.three-cols {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 61rem) {
  .card-grid.three-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 73rem) {
  .card-grid.three-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.card-grid.four-cols {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 61rem) {
  .card-grid.four-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 73rem) {
  .card-grid.four-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 87.5rem) {
  .card-grid.four-cols {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.card-grid.five-cols {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 61rem) {
  .card-grid.five-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 73rem) {
  .card-grid.five-cols {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
}

.floating-cta__card {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 1rem;
}
@media (min-width: 61rem) and (max-width: 87.5rem) {
  .floating-cta__card {
    grid-template-columns: 20% 1fr;
  }
}
.floating-cta__card-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.floating-cta__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.floating-cta__card-content p {
  margin: 0px;
}
@media (min-width: 46rem) and (max-width: 73rem) {
  .floating-cta__card-content p {
    font-size: 14px;
  }
}
.floating-cta__card-content .button, .floating-cta__card-content .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .floating-cta__card-content .wcc-btn, .floating-cta__card-content .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .floating-cta__card-content a {
  margin-top: 1rem;
}
@media (max-width: 73rem) {
  .floating-cta__card-content .button, .floating-cta__card-content .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .floating-cta__card-content .wcc-btn, .floating-cta__card-content .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .floating-cta__card-content a {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.team-card__inner {
  position: relative;
}
.team-card a {
  color: #0D1C2A;
}
.team-card:hover .team-card__image img {
  transform: scale(1.05);
}
.team-card__expertise {
  margin-top: 1rem;
  padding: 0px 16px;
}
@media (min-width: 61rem) {
  .team-card__expertise {
    margin-top: 2rem;
  }
}
.team-card__expertise h3 {
  margin-bottom: 0.5rem;
}
.team-card__image {
  display: flex;
  overflow: hidden;
  border-radius: 100%;
}
.team-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.team-card p {
  margin: 0;
}
.team-card__title {
  margin-top: 16px;
  padding: 0px 16px;
  margin-bottom: 1rem;
}
.team-card .secondary-link {
  margin-left: 16px;
}

.post-card {
  background-color: white;
  border-radius: 0px 40px 0px 40px;
  overflow: hidden;
  height: auto;
}
.post-card a {
  text-decoration: none !important;
  color: #0D1C2A !important;
}
.post-card.report {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0rem;
}
.post-card.report .post-card__image {
  aspect-ratio: 1/1.4142;
}
.post-card.report .post-card__image img {
  aspect-ratio: 1/1.4142;
}
@media (min-width: 73rem) {
  .post-card.report .post-card__content {
    padding: 1rem;
  }
}
@media (min-width: 73rem) {
  .post-card.report {
    grid-template-columns: 1fr 1fr;
  }
}
.post-card__image {
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
}
.post-card__image img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.post-card__image:hover img {
  transform: scale(1.05);
}
.post-card__content {
  padding: 0.5rem 1rem;
  color: #0D1C2A;
}
@media (min-width: 61rem) {
  .post-card__content {
    padding: 1.5rem 2rem;
  }
}
.post-card__content p {
  margin: 0;
}
.post-card__content-meta {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-start;
}
.post-card__content__sub-meta {
  margin-top: 1rem;
  border-top: 1px solid #0D1C2A;
}

.nav-insight-card {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 16px;
}
.nav-insight-card a {
  text-decoration: none !important;
  color: #0D1C2A !important;
}
@media (max-width: 61rem) {
  .nav-insight-card a {
    color: white !important;
  }
}
@media (max-width: 61rem) {
  .nav-insight-card a.secondary-link:after {
    background-image: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 1L9.5 5L5.5 9" stroke="%23ffffff"/><path d="M0 5H9" stroke="%23ffffff"/></svg>');
  }
}
.nav-insight-card__image img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.nav-insight-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.sector-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 61rem) {
  .sector-card {
    flex-direction: row;
  }
}
@media (max-width: 61rem) {
  .sector-card-content {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
.sector-card-content-title {
  padding: 2rem;
}
.sector-card-content-title.with-icon {
  margin-top: 15vh;
}
@media (max-width: 73rem) {
  .sector-card-content-title.with-icon {
    margin-top: 8vh;
  }
}
@media (max-width: 61rem) {
  .sector-card-content-title.with-icon {
    margin: 0;
    display: flex;
    align-items: center;
  }
}
.sector-card-content-icon {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  justify-self: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 87.5rem) {
  .sector-card-content-icon {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 61rem) {
  .sector-card-content-icon {
    margin: 2rem;
  }
}
.sector-card:hover {
  background: #692D87;
  color: white;
}

.general-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  height: 100%;
  padding: 2rem;
}
.general-card__icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 61rem) {
  .general-card__icon {
    width: 160px;
    height: 160px;
  }
}

.testimonial-carousel .swiper-slide .testimonial-card {
  background-color: #0D1C2A;
  color: white;
}
.testimonial-carousel .swiper-slide .testimonial-card .testimonial-card-logo {
  filter: brightness(0) invert(1);
}
.testimonial-carousel .swiper-slide.slide-1 .testimonial-card {
  background-color: #99489B;
  color: white;
}
.testimonial-carousel .swiper-slide.slide-2 .testimonial-card {
  background-color: #E3E935;
  color: #0D1C2A;
}
.testimonial-carousel .swiper-slide.slide-2 .testimonial-card .testimonial-card-logo {
  filter: brightness(0);
}
.testimonial-carousel .swiper-slide.slide-3 .testimonial-card {
  background-color: #FF5C39;
  color: #0D1C2A;
}
.testimonial-carousel .swiper-slide.slide-3 .testimonial-card .testimonial-card-logo {
  filter: brightness(0);
}
.testimonial-carousel .swiper-slide.slide-4 .testimonial-card {
  background-color: #98DBCE;
  color: #0D1C2A;
}
.testimonial-carousel .swiper-slide.slide-4 .testimonial-card .testimonial-card-logo {
  filter: brightness(0);
}
.testimonial-carousel .swiper-slide.slide-5 .testimonial-card {
  background-color: #0D1C2A;
  color: white;
}
.testimonial-carousel .swiper-slide.slide-6 .testimonial-card {
  background-color: #002F6C;
  color: white;
}
.testimonial-carousel .swiper-slide.slide-7 .testimonial-card {
  background-color: #FF8200;
  color: #0D1C2A;
}
.testimonial-carousel .swiper-slide.slide-7 .testimonial-card .testimonial-card-logo {
  filter: brightness(0);
}
.testimonial-carousel .swiper-slide.slide-8 .testimonial-card {
  background-color: #692D87;
  color: white;
}

.testimonial-card {
  display: block;
  position: relative;
  padding: 2rem;
  margin-top: 5rem;
}
@media (min-width: 61rem) {
  .testimonial-card {
    padding: 4rem;
  }
}
.testimonial-card.headshot {
  padding: 150px 2rem 2rem 2rem;
}
@media (min-width: 61rem) {
  .testimonial-card.headshot {
    padding: 2rem 2rem 2rem 200px;
  }
}
.testimonial-card .testimonial-card-logo {
  max-width: 80px;
  width: 100%;
}
@media (min-width: 61rem) {
  .testimonial-card .testimonial-card-logo {
    max-width: 120px;
  }
}
@media (min-width: 73rem) {
  .testimonial-card .testimonial-card-logo {
    max-width: 160px;
  }
}
.testimonial-card-content {
  text-align: left;
}
.testimonial-card-headshot {
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 0 200px 0 0;
  width: 200px;
  height: 200px;
}
@media (min-width: 61rem) {
  .testimonial-card-headshot {
    left: -2rem;
    top: 4rem;
    transform: translateX(0);
  }
}
.testimonial-card-headshot img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member-cta {
  border-radius: 20px;
  padding: 2rem;
}
.team-member-cta__title {
  text-align: center;
}
.team-member-cta__team-members {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.team-member-cta__team-members .floating-cta__card {
  width: 100%;
  align-items: center;
}
@media (min-width: 73rem) {
  .team-member-cta__team-members .floating-cta__card {
    width: calc(33% - 1rem);
  }
}
.team-member-cta.bg-deep-purple .button.deep-purple, .team-member-cta.bg-deep-purple .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .deep-purple.wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .team-member-cta.bg-deep-purple .deep-purple.wcc-btn, .hero.bg-deep-purple .team-member-cta.looping-background .button.deep-purple, .hero.bg-deep-purple .team-member-cta.looping-background .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .deep-purple.wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .hero.bg-deep-purple .team-member-cta.looping-background .deep-purple.wcc-btn, .footer-form .team-member-cta.looping-background .button.deep-purple, .footer-form .team-member-cta.looping-background .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .deep-purple.wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .footer-form .team-member-cta.looping-background .deep-purple.wcc-btn, .team-member-cta.bg-deep-purple .page-sub-navigation__list ul li a.deep-purple, .hero.bg-deep-purple .team-member-cta.looping-background .page-sub-navigation__list ul li a.deep-purple, .page-sub-navigation__list ul li .team-member-cta.bg-deep-purple a.deep-purple, .page-sub-navigation__list ul li .hero.bg-deep-purple .team-member-cta.looping-background a.deep-purple, .hero.bg-deep-purple .page-sub-navigation__list ul li .team-member-cta.looping-background a.deep-purple, .footer-form .hero.looping-background .page-sub-navigation__list ul li .team-member-cta.looping-background a.deep-purple, .footer-form .team-member-cta.looping-background .page-sub-navigation__list ul li a.deep-purple, .page-sub-navigation__list ul li .footer-form .team-member-cta.looping-background a.deep-purple {
  background-color: white;
  color: #692D87;
}

.meta-card {
  background-color: #EDEAE2;
  border-radius: 20px;
  padding: 1rem;
}
.meta-card .meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 1rem 0;
  border-bottom: 1px solid #0D1C2A;
}
.meta-card .meta-item:last-of-type {
  border-bottom: 0px solid #0D1C2A;
}
.meta-card .meta-item ul {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  list-style: none;
}
.meta-card .meta-item ul a {
  color: #0D1C2A;
}
.meta-card .meta-item p {
  margin: 0;
}

.post-content h3:first-of-type {
  margin-top: 0px;
}

/* components
--------------------------------------------- */
.hero-trigger {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 100vh;
}
@media (max-width: 61rem) {
  .hero-trigger {
    top: 50vh;
    min-height: 70vh;
  }
}

.hero {
  position: relative;
  height: auto;
  background-size: cover;
}
.hero .button.white, .hero .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .white.wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .hero .white.wcc-btn, .hero .page-sub-navigation__list ul li a.white, .page-sub-navigation__list ul li .hero a.white {
  margin-bottom: 2rem;
}
@media (max-width: 61rem) {
  .hero.media .wrapper {
    background-color: #0D1C2A;
  }
  .hero.media .wrapper.pt-large, .hero.media .wrapper.pt-xlarge, .hero.media .wrapper.pt-xxlarge {
    padding-top: 2rem;
  }
}
.hero.hero-push-up {
  margin-bottom: -50px;
  padding-bottom: 50px;
}
@media (min-width: 61rem) {
  .hero.hero-push-up {
    margin-bottom: -200px;
    padding-bottom: 200px;
  }
}
.hero.interactive-scroll {
  overflow: hidden;
  min-height: 110vh;
  border-bottom-right-radius: 200px;
}
@media (max-width: 46rem) {
  .hero.interactive-scroll {
    border-bottom-right-radius: 50px;
  }
}
.hero.interactive-scroll .hero-cutout {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  z-index: 99999;
  display: block;
  background: white;
  -webkit-mask-image: radial-gradient(circle at 0 0, transparent 200px, black 201px);
          mask-image: radial-gradient(circle at 0 0, transparent 200px, black 201px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-composite: destination-out;
          mask-composite: destination-out;
  mask-mode: alpha;
}
.hero.interactive-scroll .hero-cutout.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 61rem) {
  .hero.interactive-scroll .hero-cutout {
    display: none;
  }
}
@media (max-width: 46rem) {
  .hero.interactive-scroll .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10vh;
  }
}
@media (max-width: 46rem) {
  .hero.interactive-scroll .wrapper.pb-large {
    padding-bottom: 0vh;
  }
}
@media (max-width: 61rem) {
  .hero.interactive-scroll .interactive-content {
    margin-bottom: 4rem;
  }
}
.hero .hero__media {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
@media (max-width: 61rem) {
  .hero .hero__media {
    position: relative;
    margin-top: 90px;
  }
}
.hero .hero__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__media:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 50%;
  z-index: 1;
}
@media (max-width: 46rem) {
  .hero .hero__media:after {
    height: 100%;
  }
}
.hero .interactive-wrapper {
  position: absolute;
  top: 6rem;
  right: 0rem;
  left: 2rem;
  width: calc(100% - 1rem);
  min-height: 70vh;
  aspect-ratio: 666/894;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, auto);
  gap: 1rem;
}
@media (max-width: 61rem) {
  .hero .interactive-wrapper {
    padding-bottom: 10vh;
    position: relative;
    top: unset;
  }
}
@media (min-width: 46rem) {
  .hero .interactive-wrapper {
    right: unset;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    min-height: 65vh;
  }
}
@media (min-width: 61rem) {
  .hero .interactive-wrapper {
    width: 45%;
    top: 6rem;
    left: unset;
    transform: translateX(0);
    min-height: 80vh;
    right: 1.5rem;
    gap: 1.5rem;
  }
}
@media (min-width: 73rem) {
  .hero .interactive-wrapper {
    width: 40%;
    min-height: 80vh;
  }
}
@media (min-width: 87.5rem) {
  .hero .interactive-wrapper {
    right: 8rem;
    width: 35%;
    gap: 2rem;
  }
}
@media (min-width: 106rem) {
  .hero .interactive-wrapper {
    width: 35%;
  }
}
.hero .interactive-wrapper .interactive-shape-1 {
  grid-column: 1/1;
  grid-row: 1/4;
  background: #98DBCE;
  border-top-left-radius: 100vw;
}
.hero .interactive-wrapper .interactive-shape-2 {
  grid-column: 2/5;
  grid-row: 1/1;
  background: #FF5C39;
  border-top-left-radius: 100vw;
}
.hero .interactive-wrapper .interactive-shape-3 {
  grid-column: 2/4;
  grid-row: 2/3;
  background: #692D87;
  border-bottom-right-radius: 100vw;
}
.hero .interactive-wrapper .interactive-shape-4 {
  grid-column: 4/4;
  grid-row: 2/5;
  background: white;
  border-top-left-radius: 100vw;
  border-bottom-left-radius: 100vw;
}
@media (min-width: 87.5rem) {
  .hero .interactive-wrapper .interactive-shape-4 {
    height: 115%;
    margin-top: -100px;
    width: 115%;
    margin-left: -15%;
    grid-row: 3/5;
  }
}
.hero .interactive-wrapper .interactive-shape-5 {
  grid-column: 2/3;
  grid-row: 3/6;
  background: #692D87;
  border-bottom-right-radius: 100vw;
}
.hero .interactive-wrapper .interactive-shape-6 {
  grid-column: 3/4;
  grid-row: 3/5;
  background: #99489B;
  border-bottom-right-radius: 100vw;
  border-top-right-radius: 100vw;
}
.hero .interactive-wrapper .interactive-shape-7 {
  grid-column: 1/2;
  grid-row: 4/6;
  background: white;
  border-bottom-left-radius: 100vw;
  border-top-left-radius: 100vw;
}
.hero .interactive-wrapper .interactive-shape-8 {
  grid-column: 3/5;
  grid-row: 5/6;
  border-top-left-radius: 100px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 87.5rem) {
  .hero .interactive-wrapper .interactive-shape-8 {
    width: 145%;
    height: 120%;
    margin-top: -10%;
  }
}
.hero .interactive-wrapper .interactive-shape-8.the-one .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF5C39;
  opacity: 1;
  z-index: 2;
}
.hero .interactive-wrapper .interactive-shape-8.the-one img, .hero .interactive-wrapper .interactive-shape-8.the-one video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .interactive-wrapper .interactive-shape-9 {
  grid-column: 1/4;
  grid-row: 6/7;
  background: #98DBCE;
  border-top-right-radius: 100vw;
  width: 110%;
}

.floating-cta {
  position: relative;
  bottom: unset;
  right: unset;
  width: 100%;
  background: white;
  border-radius: 20px 0px 20px 0px;
  color: #0D1C2A;
  padding: 2rem;
}
@media (min-width: 46rem) {
  .floating-cta {
    bottom: 2rem;
    right: 2rem;
    position: absolute;
    max-width: 35vw;
  }
}
@media (min-width: 61rem) and (max-width: 87.5rem) {
  .floating-cta {
    max-width: 30vw;
  }
}
@media (min-width: 87.5rem) {
  .floating-cta {
    max-width: 25vw;
  }
}
.floating-cta .floating-cta__card {
  margin-bottom: 1rem;
}
.floating-cta .floating-cta__card:last-of-type {
  margin-bottom: 0;
}

.section, .section-inner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.call-to-action, .portfolio-cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius: 20px;
}
@media (min-width: 61rem) {
  .call-to-action, .portfolio-cta {
    padding: 2rem 4rem 3rem;
  }
}

.notice {
  padding: 1rem 2rem 1.1rem;
  border-radius: 0px 20px 0px 20px;
}
.notice__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 73rem) {
  .notice__inner {
    padding: 0 2rem;
  }
}
.notice__inner .button, .notice__inner .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .notice__inner .wcc-btn, .notice__inner .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .notice__inner a {
  margin-bottom: 0px !important;
}
.notice__inner h2, .notice__inner .pull-quote__quote {
  margin: 0;
}

@media (min-width: 61rem) {
  .lottie-animation {
    margin-bottom: -32px;
  }
}

.circle-image {
  position: relative;
}
@media (max-width: 46rem) {
  .circle-image {
    margin-bottom: 6rem;
  }
}
.circle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.circle-image .circle-colour {
  position: absolute;
  height: 100%;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
  top: 0px;
  right: 0%;
  z-index: 1;
  transform: scale(0.9) rotate(90deg);
  transform-origin: center center;
  transition: all 0.4s ease;
}
.circle-image .circle-colour svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 46rem) {
  .circle-image .circle-colour {
    border-top-right-radius: 100vw;
    border-bottom-right-radius: 100vw;
    border-bottom-left-radius: 0px;
    right: 15%;
    transform: scale(0.97) rotate(0deg);
  }
}
.circle-image .circle-colour.animated.one {
  right: -20%;
  width: 50%;
  height: 100%;
  transition-delay: 0.7s;
}
@media (max-width: 46rem) {
  .circle-image .circle-colour.animated.one {
    right: 0%;
    top: 50%;
    width: 100%;
  }
}
.circle-image .circle-colour.animated.two {
  right: -40%;
  width: 30%;
  height: 100%;
  transition-delay: 0.8s;
}
@media (max-width: 46rem) {
  .circle-image .circle-colour.animated.two {
    right: 0%;
    top: 70%;
    width: 100%;
  }
}
.circle-image .circle-colour.animated.three {
  right: -58%;
  width: 20%;
  transition-delay: 0.9s;
}
@media (max-width: 46rem) {
  .circle-image .circle-colour.animated.three {
    right: 0%;
    top: 85%;
    width: 100%;
  }
}

.two-columns .button, .two-columns .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .two-columns .wcc-btn, .two-columns .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .two-columns a {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 87.5rem) {
  .two-columns .button, .two-columns .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .two-columns .wcc-btn, .two-columns .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .two-columns a {
    margin-bottom: 0px;
  }
}
.two-columns .icon {
  margin-top: -3px;
}
.two-columns .col-xs-12.remove-column-space-on-mobile {
  margin-bottom: 0rem;
}
.two-columns .col-xs-12.remove-column-space-on-mobile .text-block:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 61rem) {
  .two-columns .col-xs-12 {
    margin-bottom: 0rem;
  }
}
.two-columns .col-xs-12:last-of-type {
  margin-bottom: 0px;
}

.image-block {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.image-block img {
  width: 100%;
}
.image-block.square {
  aspect-ratio: 1/1;
}
.image-block.square img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.image-block.square.rounded-top-left {
  border-top-left-radius: 100vw;
}
.image-block.square.rounded-top-right {
  border-top-right-radius: 100vw;
}
.image-block.square.rounded-bottom-left {
  border-bottom-left-radius: 100vw;
}
.image-block.square.rounded-bottom-right {
  border-bottom-right-radius: 100vw;
}

.single-column .button, .single-column .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .single-column .wcc-btn, .single-column .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .single-column a {
  margin-bottom: 2rem;
}
@media (min-width: 61rem) {
  .single-column .button, .single-column .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn, .wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .single-column .wcc-btn, .single-column .page-sub-navigation__list ul li a, .page-sub-navigation__list ul li .single-column a {
    margin-bottom: 0px;
  }
}

.video-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
}
.video-wrap .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.video-wrap .play-button svg circle {
  transition: all 0.4s ease;
}
.video-wrap .play-button svg path {
  transition: all 0.4s ease;
}
.video-wrap .play-button:hover svg path {
  fill: white;
}

.text-block {
  display: flex;
  margin: 24px auto;
  width: 100%;
}
@media (min-width: 61rem) {
  .text-block {
    margin: 32px 0;
  }
}
.text-block__inner {
  width: 100%;
}
@media (min-width: 61rem) {
  .text-block:first-of-type {
    margin-top: 0px;
  }
}
.text-block p {
  margin-bottom: 16px;
}
.text-block p:last-of-type {
  margin-bottom: 0px;
}

.news-feed {
  padding-top: 10vh;
}
@media (max-width: 46rem) {
  .news-feed {
    padding-top: 9vh;
  }
}

.case-study-hero {
  position: relative;
  display: flex;
}
.case-study-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 73rem) {
  .case-study-hero img {
    max-height: 80vh;
  }
}
@media (min-width: 87.5rem) {
  .case-study-hero img {
    max-height: 95vh;
  }
}
.case-study-hero .case-study-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 2;
}
@media (min-width: 46rem) {
  .case-study-hero .case-study-title {
    padding: 2rem;
  }
}
.case-study-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 50%;
  z-index: 1;
}
@media (max-width: 46rem) {
  .case-study-hero:after {
    height: 70%;
  }
}

@media (max-width: 46rem) {
  .event-hero.rounded-bottom-left {
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 46rem) {
  .event-hero .wrapper.pt-medium {
    padding-top: 18vh;
  }
}

@media (max-width: 46rem) {
  .single-content-two-cols.rounded-top-right {
    border-top-right-radius: 20px;
  }
}

.client-logo {
  max-width: 120px;
  margin-bottom: 1rem;
}
.client-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 73rem) {
  .client-logo {
    max-width: 200px;
    margin-bottom: 2rem;
  }
}

.team-cta {
  padding: 1rem 1.5rem;
  border-radius: 8px;
}
@media (min-width: 46rem) {
  .team-cta {
    max-width: 200px;
  }
}
@media (min-width: 73rem) {
  .team-cta {
    max-width: 300px;
  }
}
@media (min-width: 87.5rem) {
  .team-cta {
    max-width: 350px;
    padding: 1.5rem 2rem;
  }
}
.team-cta__links {
  display: flex;
  gap: 16px;
  margin-top: 0.4rem;
}
.team-cta p {
  margin: 0px;
}

.team-member-name {
  margin-bottom: 0px;
}

@media (max-width: 46rem) {
  .service-feed .col-sm-10 {
    margin-top: calc(300px + 2rem);
  }
}
.service-feed .service-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 46rem) {
  .service-feed .service-card__image {
    height: 300px;
  }
}
.service-feed .service-card__image img, .service-feed .service-card__image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-feed .service-card__image .service-card__image-wrapper {
  overflow: hidden;
  display: flex;
  position: relative;
}
@media (max-width: 46rem) {
  .service-feed .service-card__image .service-card__image-wrapper {
    height: 300px;
  }
}
.service-feed .service-card__image .service-card__image-wrapper img {
  aspect-ratio: 1/1;
}
.service-feed .service-card__image .service-card__image-wrapper:first-of-type {
  border-radius: 0 0 0 100vw;
}
.service-feed .service-card__image .service-card__image-wrapper:nth-of-type(2) {
  border-radius: 0 100vw 0 0;
}
.service-feed .service-card__image .service-card__image-wrapper:nth-of-type(3) {
  border-radius: 100vw 0 0 0;
}
.service-feed .service-card__image .service-card__image-wrapper:nth-of-type(4) {
  border-radius: 100%;
}
.service-feed .service-card__image .service-card__image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #692D87;
  opacity: 0.5;
}
.service-feed .service-card__title {
  border-bottom: 1px solid white;
  padding: 1rem 0;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  color: white;
}
.service-feed .service-card__title:hover {
  background-color: white;
  color: #0D1C2A;
  padding: 1rem 1rem;
}
.service-feed .service-card__title h3, .service-feed .service-card__title p {
  margin: 0;
}

.service-feed-wrapper.text-dark-blue .service-card__title {
  color: #0D1C2A;
  border-bottom: 1px solid #0D1C2A;
}

.looping-background {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.looping-background.bg-deep-purple .looping-item, .footer-form .looping-background .looping-item, .hero.bg-deep-purple .looping-background .looping-item {
  background: #561F71;
}
.looping-background.bg-mint .looping-item, .hero.bg-mint .looping-background .looping-item {
  background: #84CEC0;
}
.looping-background.bg-blue .looping-item, .hero.bg-blue .looping-background .looping-item {
  background: #002452;
}
.looping-background.bg-royal-purple .looping-item, .hero.bg-royal-purple .looping-background .looping-item {
  background: #692D87;
}
.looping-background.bg-light-orange .looping-item, .hero.bg-light-orange .looping-background .looping-item {
  background: #FF5C39;
}
.looping-background.bg-yellow .looping-item, .hero.bg-yellow .looping-background .looping-item {
  background: #dde334;
}
.looping-background__row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2rem;
}
.looping-background__row .looping-item {
  flex-shrink: 0;
  height: 150px;
}
@media (min-width: 73rem) {
  .looping-background__row .looping-item {
    height: 200px;
  }
}
.looping-background__row.row-1 {
  animation: scrollLeft 60s linear infinite;
}
.looping-background__row.row-1 .looping-item-1 {
  width: 300px;
  border-radius: 0 0px 150px 150px;
}
.looping-background__row.row-1 .looping-item-2 {
  width: 400px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-1 .looping-item-3 {
  width: 150px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-1 .looping-item-4 {
  width: 400px;
  border-radius: 150px 0px 0px 0px;
}
.looping-background__row.row-1 .looping-item-5 {
  width: 500px;
  border-radius: 0px 150px 0px 0px;
}
.looping-background__row.row-1 .looping-item-6 {
  width: 300px;
  border-radius: 0 0px 150px 150px;
}
.looping-background__row.row-1 .looping-item-7 {
  width: 400px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-1 .looping-item-8 {
  width: 150px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-2 {
  animation: scrollRight 60s linear infinite;
}
.looping-background__row.row-2 .looping-item-1 {
  width: 300px;
  border-radius: 0 0px 150px 150px;
}
.looping-background__row.row-2 .looping-item-2 {
  width: 400px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-2 .looping-item-3 {
  width: 150px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-2 .looping-item-4 {
  width: 400px;
  border-radius: 150px 0px 0px 0px;
}
.looping-background__row.row-2 .looping-item-5 {
  width: 500px;
  border-radius: 0px 150px 0px 0px;
}
.looping-background__row.row-2 .looping-item-6 {
  width: 300px;
  border-radius: 0 0px 150px 150px;
}
.looping-background__row.row-2 .looping-item-7 {
  width: 400px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-2 .looping-item-8 {
  width: 150px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-3 {
  animation: scrollLeft 60s linear infinite;
}
.looping-background__row.row-3 .looping-item-1 {
  width: 300px;
  border-radius: 0 0px 150px 150px;
}
.looping-background__row.row-3 .looping-item-2 {
  width: 400px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-3 .looping-item-3 {
  width: 150px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-3 .looping-item-4 {
  width: 400px;
  border-radius: 150px 0px 0px 0px;
}
.looping-background__row.row-3 .looping-item-5 {
  width: 500px;
  border-radius: 0px 150px 0px 0px;
}
.looping-background__row.row-3 .looping-item-6 {
  width: 300px;
  border-radius: 0 0px 150px 150px;
}
.looping-background__row.row-3 .looping-item-7 {
  width: 400px;
  border-radius: 0 0px 150px 0px;
}
.looping-background__row.row-3 .looping-item-8 {
  width: 150px;
  border-radius: 0 0px 150px 0px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.accordion {
  border-bottom: 1px solid #0D1C2A;
}
.accordion .accordion-toggle {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 32px;
  transition: all 0.4s ease;
  padding: 1rem 0px;
  border-top: 1px solid #0D1C2A;
}
.accordion .accordion-toggle h3 {
  margin: 0;
}
.accordion .accordion-toggle.active {
  background-color: #98DBCE;
  padding-left: 1rem;
  padding-right: 1rem;
}
.accordion .accordion-content {
  max-height: 0;
  transition: max-height 1s ease-out;
  overflow: hidden;
}
.accordion .accordion-content__inner {
  padding: 0 42px 0 1rem;
}
.accordion .accordion-content ul {
  margin-top: 20px;
}
.accordion .accordion-content a {
  text-decoration: none;
}
.accordion .accordion-content a:hover {
  text-decoration: underline;
}
.accordion .accordion-content.content-transition {
  max-height: 1500px;
  transition: max-height 3s ease-in;
  background-color: #EDEAE2;
}

.arrow {
  transition: all 0.5s ease;
  display: flex;
  width: 32px;
  height: 32px;
}
.rotate {
  transform: rotate(180deg);
}
.event-thumbnail {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.event-thumbnail img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.event-hero .breadcrumbs {
  background: white;
}

.category-tags {
  margin: 1rem 0 2rem;
}

.event .meta-card {
  background: #99489B;
  color: white;
}
.event .meta-card .meta-item {
  border-bottom: 1px solid white;
}
.event .meta-card .meta-item:last-of-type {
  border-bottom: 0px solid white;
}

.gallery a.gallery_image {
  margin: 0px;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.gallery a.gallery_image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.gallery a.gallery_image:hover img {
  transform: scale(1.05);
}

.report-hero {
  background-image: url("/wp-content/themes/fitzgerald-power/dist/img/report-hero-bg.svg");
  background-size: cover;
  background-position: bottom -50px center;
  background-repeat: no-repeat;
}
@media (min-width: 87.5rem) {
  .report-hero h1 {
    margin-bottom: 0px;
  }
}
.report-hero .breadcrumbs {
  background: white;
}

.report-download {
  margin-top: 2rem;
}
.report-download__cover {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.report-download__cover a {
  display: flex;
}
.shape-image-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 260px 260px 260px;
  gap: 2rem;
}
@media (max-width: 46rem) {
  .shape-image-grid {
    grid-template-rows: 100px 100px 100px 100px;
  }
}
@media (max-width: 61rem) {
  .shape-image-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 200px 200px 200px 200px;
  }
}
.shape-image-grid .shape {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shape-image-grid .shape img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shape-image-grid .shape-1 {
  grid-column: 1/1;
  grid-row: 1/4;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-1 {
    grid-column: 1/1;
    grid-row: 1/1;
  }
}
.shape-image-grid .shape-2 {
  grid-column: 2/4;
  grid-row: 1/1;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-2 {
    grid-column: 2/2;
    grid-row: 1/1;
  }
}
.shape-image-grid .shape-3 {
  grid-column: 4/7;
  grid-row: 1/1;
  border-top-right-radius: 100vw;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-3 {
    grid-column: 1/1;
    grid-row: 2/2;
  }
}
.shape-image-grid .shape-4 {
  grid-column: 2/4;
  grid-row: 2/2;
  border-bottom-left-radius: 100vw;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-4 {
    grid-column: 2/2;
    grid-row: 2/2;
  }
}
.shape-image-grid .shape-5 {
  grid-column: 4/5;
  grid-row: 2/2;
  border-top-left-radius: 100vw;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-5 {
    grid-column: 1/1;
    grid-row: 3/3;
  }
}
.shape-image-grid .shape-6 {
  grid-column: 5/7;
  grid-row: 2/4;
  border-top-right-radius: 100vw;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-6 {
    grid-column: 2/2;
    grid-row: 3/3;
  }
}
.shape-image-grid .shape-7 {
  grid-column: 2/2;
  grid-row: 3/3;
  border-top-right-radius: 100vw;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-7 {
    grid-column: 1/1;
    grid-row: 4/4;
  }
}
.shape-image-grid .shape-8 {
  grid-column: 3/5;
  grid-row: 3/4;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
}
@media (max-width: 46rem) {
  .shape-image-grid .shape-8 {
    grid-column: 2/2;
    grid-row: 4/4;
  }
}

/* Utilities
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

[data-visible] {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}

.fade {
  opacity: 1;
  transform: translateY(0px);
}

.pt-none {
  padding-top: 0px;
}

.pt-tiny {
  padding-top: 1.5rem;
}
@media (min-width: 61rem) {
  .pt-tiny {
    padding-top: 2.4rem;
  }
}

.pt-small {
  padding-top: 38px;
}
@media (min-width: 73rem) {
  .pt-small {
    padding-top: 77px;
  }
}

.pt-medium {
  padding-top: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pt-large {
  padding-top: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pt-xlarge {
  padding-top: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pt-xxlarge {
  padding-top: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

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

.pb-tiny {
  padding-bottom: 1.5rem;
}
@media (min-width: 61rem) {
  .pb-tiny {
    padding-bottom: 2.4rem;
  }
}

.pb-small {
  padding-bottom: 38px;
}
@media (min-width: 73rem) {
  .pb-small {
    padding-bottom: 77px;
  }
}

.pb-medium {
  padding-bottom: clamp(72px, 4.5rem + (1vw - 4.8px) * 7.5, 144px);
}

.pb-large {
  padding-bottom: clamp(144px, 9rem + (1vw - 4.8px) * 10, 288px);
}

.pb-xlarge {
  padding-bottom: clamp(288px, 18rem + (1vw - 4.8px) * 10, 432px);
}

.pb-xxlarge {
  padding-bottom: clamp(432px, 27rem + (1vw - 4.8px) * 10, 576px);
}

.swiper {
  overflow: hidden;
}
.swiper .swiper-slide {
  display: flex;
}

@media (min-width: 73rem) {
  .testimonial-carousel {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}
.testimonial-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.testimonial-carousel .swiper-slide {
  height: auto;
  display: flex;
}
.testimonial-carousel .swiper-slide .testimonial-card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.testimonial-carousel__navigation {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 4rem;
  justify-content: center;
  gap: 1rem;
}
.testimonial-carousel__navigation .testimonial-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-carousel__navigation .testimonial-prev, .testimonial-carousel__navigation .testimonial-next {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #0D1C2A;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.testimonial-carousel__navigation .testimonial-prev:hover, .testimonial-carousel__navigation .testimonial-next:hover {
  background-color: #99489B;
}
.testimonial-carousel__navigation .testimonial-prev {
  background-image: url("/wp-content/themes/fitzgerald-power/dist/img/left-arrow.svg");
}
.testimonial-carousel__navigation .testimonial-next {
  background-image: url("/wp-content/themes/fitzgerald-power/dist/img/right-arrow.svg");
}

.logo-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.logo-carousel:before {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.logo-carousel:after {
  content: " ";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20%;
  height: 100%;
  background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}

.post-carousel .navigation {
  padding: 4rem 0 4rem 0 !important;
}
.post-carousel .navigation .swiper-navigation {
  display: flex;
  gap: 1rem;
}
.post-carousel .navigation .swiper-pagination {
  height: 1px !important;
  width: 100% !important;
  left: 0 !important;
}
.post-carousel .navigation .swiper-button-next, .post-carousel .navigation .swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  border-radius: 16px;
  color: white;
  transition: all 0.5s ease;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
}
.post-carousel .navigation .swiper-button-next:after, .post-carousel .navigation .swiper-button-prev:after {
  content: "";
  color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  font-size: 16px !important;
}
@media (min-width: 61rem) {
  .post-carousel .navigation .swiper-button-next:after, .post-carousel .navigation .swiper-button-prev:after {
    font-size: 22px !important;
  }
}
@media (min-width: 61rem) {
  .post-carousel .navigation .swiper-button-next, .post-carousel .navigation .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 25px;
  }
}
.post-carousel .navigation .swiper-button-next:hover, .post-carousel .navigation .swiper-button-prev:hover {
  color: white;
}
.post-carousel .navigation .swiper-button-next:hover:after, .post-carousel .navigation .swiper-button-prev:hover:after {
  color: white;
}
.post-carousel .navigation .swiper-button-prev:after {
  background-image: url('data:image/svg+xml,<svg width="27" height="21" viewBox="0 0 27 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L2.5 10.5L11 20" stroke="white" stroke-width="2"/><path d="M2.5 10.5H27" stroke="white" stroke-width="2"/></svg>');
}
.post-carousel .navigation .swiper-button-next:after {
  background-image: url('data:image/svg+xml,<svg width="27" height="21" viewBox="0 0 27 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 1L25.5 10.5L16 20" stroke="white" stroke-width="2"/><path d="M25.5 10.5H0" stroke="white" stroke-width="2"/></svg>');
}

.swiper-logos {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
.swiper-logos:before {
  content: " ";
  width: 20vw;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.swiper-logos:after {
  content: " ";
  width: 20vw;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.swiper-logos .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.swiper-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  height: 1px !important;
}
.swiper-pagination-progressbar {
  background: #B8BB8A !important;
}

/* button style */
.swiper-pagination-bullet {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.swiper-pagination {
  height: auto !important;
  width: calc(100% - 8rem) !important;
  left: 4rem !important;
  right: 4rem !important;
  bottom: 2rem !important;
}

.progress-bullet {
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
}
.progress-bullet.swiper-pagination-bullet-active .progress-bullet__inner {
  animation: progress 5s;
}
.progress-bullet__inner {
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.progress-bullet__inner-track {
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
}
.progress-bullet button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  border: none;
  padding: 8px 0px 0px;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.progress-bullet .bullet-title {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-bottom: 0px;
}
.progress-bullet .bullet-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

@keyframes progress {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-filter-input-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 61rem) {
  .search-filter-input-group {
    gap: 16px;
  }
}
.search-filter-input-group .search-filter-input-checkbox, .search-filter-input-group .search-filter-input-radio {
  border: 1px solid #0D1C2A;
  border-radius: 0px 10px 0px 10px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 0px;
  transition: all 0.3s ease;
}
.search-filter-input-group .search-filter-input-checkbox span.search-filter-input-checkbox__control, .search-filter-input-group .search-filter-input-checkbox span.search-filter-input-radio__control, .search-filter-input-group .search-filter-input-radio span.search-filter-input-checkbox__control, .search-filter-input-group .search-filter-input-radio span.search-filter-input-radio__control {
  display: none;
}
.search-filter-input-group .search-filter-input-checkbox:before, .search-filter-input-group .search-filter-input-radio:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 0 100vw 0 0;
}
.search-filter-input-group .search-filter-input-checkbox .search-filter-input-checkbox__label, .search-filter-input-group .search-filter-input-radio .search-filter-input-checkbox__label {
  margin-left: 0px;
  color: #0D1C2A;
  font-weight: 400;
}
.search-filter-input-group .search-filter-input-checkbox:hover, .search-filter-input-group .search-filter-input-radio:hover {
  background-color: #692D87;
}
.search-filter-input-group .search-filter-input-checkbox:hover .search-filter-input-checkbox__label, .search-filter-input-group .search-filter-input-checkbox:hover .search-filter-input-radio__label, .search-filter-input-group .search-filter-input-radio:hover .search-filter-input-checkbox__label, .search-filter-input-group .search-filter-input-radio:hover .search-filter-input-radio__label {
  color: white;
}
.search-filter-input-group .search-filter-input-checkbox.search-filter-input-checkbox--is-active, .search-filter-input-group .search-filter-input-checkbox.search-filter-input-radio--is-active, .search-filter-input-group .search-filter-input-radio.search-filter-input-checkbox--is-active, .search-filter-input-group .search-filter-input-radio.search-filter-input-radio--is-active {
  background-color: #0D1C2A;
}
.search-filter-input-group .search-filter-input-checkbox.search-filter-input-checkbox--is-active .search-filter-input-checkbox__label, .search-filter-input-group .search-filter-input-checkbox.search-filter-input-checkbox--is-active .search-filter-input-radio__label, .search-filter-input-group .search-filter-input-checkbox.search-filter-input-radio--is-active .search-filter-input-checkbox__label, .search-filter-input-group .search-filter-input-checkbox.search-filter-input-radio--is-active .search-filter-input-radio__label, .search-filter-input-group .search-filter-input-radio.search-filter-input-checkbox--is-active .search-filter-input-checkbox__label, .search-filter-input-group .search-filter-input-radio.search-filter-input-checkbox--is-active .search-filter-input-radio__label, .search-filter-input-group .search-filter-input-radio.search-filter-input-radio--is-active .search-filter-input-checkbox__label, .search-filter-input-group .search-filter-input-radio.search-filter-input-radio--is-active .search-filter-input-radio__label {
  color: white;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=awards]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=awards]:before {
  background-color: #C4BFB2;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=community]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=community]:before {
  background-color: #FF8200;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=c-suite]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=c-suite]:before {
  background-color: #002F6C;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=expertly-put]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=expertly-put]:before {
  background-color: #0D1C2A;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=thoughts]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=thoughts]:before {
  background-color: #99489B;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=pharmacy]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=pharmacy]:before {
  background-color: #FF5C39;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=established-smes]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=established-smes]:before {
  background-color: #98DBCE;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=scaling-companies]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=scaling-companies]:before {
  background-color: #E3E935;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=past-event]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=past-event]:before {
  background-color: #99489B;
}
.search-filter-input-group .search-filter-input-checkbox[data-option-value=upcoming-event]:before, .search-filter-input-group .search-filter-input-radio[data-option-value=upcoming-event]:before {
  background-color: #FF5C39;
}

.search-filter-label {
  font-weight: 600;
}

.search-filter-field--type-choice {
  margin-bottom: 1rem;
}

.text-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 87.5rem) {
  .text-filters {
    max-width: 50%;
  }
}
.text-filters .search-filter-field__input {
  flex-direction: row-reverse;
  border: none;
  border-radius: 10px;
  background: white;
  width: 100%;
}
.text-filters .search-filter-field__input .search-filter-icon__svg {
  fill: #0D1C2A;
}
.text-filters .search-filter-field__input .search-filter-component-combobox__listbox-toggle::before {
  display: none;
}

.breadcrumbs {
  font-size: 14px;
  background-color: #EDEAE2;
  border-radius: 10px;
  color: #0D1C2A;
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 1rem;
}
.breadcrumbs a {
  color: #0D1C2A;
}
.breadcrumbs span.breadcrumb_last {
  font-weight: 700;
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}
.BambooHR-ATS-board {
  color: #0D1C2A !important;
}
.BambooHR-ATS-board h2, .BambooHR-ATS-board .pull-quote__quote {
  font-size: 32px !important;
  color: #0D1C2A !important;
  border-bottom: 0px !important;
}
.BambooHR-ATS-board .BambooHR-ATS-Department-Header {
  display: none !important;
}
.BambooHR-ATS-board ul {
  margin-left: 0px !important;
  padding-left: 0px !important;
  border-bottom: 0px !important;
}
.BambooHR-ATS-board ul li a {
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  font-family: "freight-display-pro", serif !important;
  color: #0D1C2A !important;
}
.BambooHR-ATS-board ul li a:hover {
  color: #99489B !important;
}
.BambooHR-ATS-board ul li ul.BambooHR-ATS-Jobs-List {
  margin-top: 2rem;
}
.BambooHR-ATS-board ul li ul.BambooHR-ATS-Jobs-List li {
  border-bottom: 1px solid #0D1C2A !important;
}

.wcc-consent-bar {
  background: #EDEAE2 !important;
  color: #692D87 !important;
  border-radius: 22px 0px 0px 0px !important;
}
.wcc-consent-bar .wcc-notice .wcc-title {
  color: #99489B !important;
}
.wcc-consent-bar .wcc-notice-group .wcc-notice-des {
  color: #692D87 !important;
}
.wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn {
  border: 1px solid #692D87 !important;
}
.wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-accept {
  background: #692D87 !important;
  color: #EDEAE2 !important;
}
.wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-reject {
  color: #692D87 !important;
}
.wcc-consent-bar .wcc-notice-group .wcc-notice-btn-wrapper .wcc-btn.wcc-btn-customize {
  color: #692D87 !important;
}

#cookie-law-info-bar {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1), 0px 20px 20px 0px rgba(0, 0, 0, 0.09), 0px 44px 26px 0px rgba(0, 0, 0, 0.05), 0px 78px 31px 0px rgba(0, 0, 0, 0.01), 0px 123px 34px 0px rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  padding: 32px 40px !important;
}
#cookie-law-info-bar #wt-cli-accept-btn {
  border-radius: 20px !important;
  transition: all 0.3s ease;
}
#cookie-law-info-bar .cookie-banner__inner {
  margin-bottom: 16px !important;
}

.inline-video video {
  max-width: 100%;
  height: auto;
}

.h-full {
  height: 100vh;
}

.rounded-top-left {
  border-top-left-radius: 50px;
}
@media (min-width: 61rem) {
  .rounded-top-left {
    border-top-left-radius: 200px;
  }
}

.rounded-top-right {
  border-top-right-radius: 50px;
}
@media (min-width: 61rem) {
  .rounded-top-right {
    border-top-right-radius: 200px;
  }
}

.rounded-bottom-left {
  border-bottom-left-radius: 50px;
}
@media (min-width: 61rem) {
  .rounded-bottom-left {
    border-bottom-left-radius: 200px;
  }
}

.rounded-bottom-right {
  border-bottom-right-radius: 50px;
}
@media (min-width: 61rem) {
  .rounded-bottom-right {
    border-bottom-right-radius: 200px;
  }
}

.inner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.h-05 {
  height: 50%;
}

.sticky {
  position: sticky;
  top: 64px;
}
@media (min-width: 73rem) {
  .sticky {
    top: 128px;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.hide-on-mobile {
  display: none;
}
@media (min-width: 73rem) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-mobile-flex {
  display: none;
}
@media (min-width: 73rem) {
  .hide-on-mobile-flex {
    display: flex;
  }
}

.hide-on-desktop {
  display: inline-block;
}
@media (min-width: 73rem) {
  .hide-on-desktop {
    display: none;
  }
}

.hide-on-desktop-flex {
  display: flex;
}
@media (min-width: 73rem) {
  .hide-on-desktop-flex {
    display: none;
  }
}

.hide-on-tablet {
  display: none;
}
@media (min-width: 73rem) {
  .hide-on-tablet {
    display: block;
  }
}

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

.flex {
  display: flex;
}

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

.overflow-hidden {
  overflow: hidden;
}

.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 73rem) {
  .reverse {
    flex-direction: row-reverse;
  }
}

.auto-margin {
  margin: 0px auto;
}

.w-full {
  width: 100%;
}