@charset "UTF-8";
/* Grid
--------------------------------------------- */
@import url("https://use.typekit.net/auh1tth.css");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}
.row {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 46rem) {
  .row {
    grid-template-columns: repeat(24, 1fr);
    gap: 1.5rem;
  }
}

.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: 62em) {
  .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: 71em) {
  .container {
    width: 71rem;
  }
  .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-pine {
  background-color: #191F09;
}

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

.bg-fern-green {
  background-color: #313802;
}

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

.bg-olive {
  background-color: #717715;
}

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

.bg-lime {
  background-color: #BDE46E;
}

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

.bg-salt {
  background-color: #F2F1E8;
}

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

.bg-white {
  background-color: #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;
}

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

.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,
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;
  border-radius: 8px;
  font-weight: 700;
  padding: 8px 25px 7px 25px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
}
.button.white,
button.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white {
  background-color: white;
  color: #191F09;
}
.button.deep-pine,
button.deep-pine,
input[type=button].deep-pine,
input[type=reset].deep-pine,
input[type=submit].deep-pine {
  background-color: #191F09;
  color: white;
}
.button.fern-green,
button.fern-green,
input[type=button].fern-green,
input[type=reset].fern-green,
input[type=submit].fern-green {
  background-color: #313802;
  color: white;
}
.button.olive,
button.olive,
input[type=button].olive,
input[type=reset].olive,
input[type=submit].olive {
  background-color: #717715;
  color: #191F09;
}
.button.lime,
button.lime,
input[type=button].lime,
input[type=reset].lime,
input[type=submit].lime {
  background-color: #BDE46E;
  color: #191F09;
}
.button.salt,
button.salt,
input[type=button].salt,
input[type=reset].salt,
input[type=submit].salt {
  background-color: #F2F1E8;
  color: #191F09;
}

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

.category-tag {
  margin-right: 16px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.category-tag.in-post {
  padding: 6px 16px 4px;
  background: #F2F1E8;
  border-radius: 4px;
}

.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;
}
.secondary-link:hover:after {
  margin-left: 8px;
}
.secondary-link:after {
  content: " > ";
  margin-left: 5px;
  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;
}

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;
}

@keyframes dropdown {
  0% {
    top: -100%;
  }
  100% {
    top: 0px;
  }
}
.home .wrapper {
  max-width: unset;
}
.home .site-header {
  position: sticky;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: auto;
}
.home .site-header .logo {
  width: 100%;
  max-width: calc(100% - 2rem);
  position: relative;
  left: 0;
}
@media (min-width: 61rem) {
  .home .site-header .logo {
    max-width: calc(100% - 4rem);
  }
}
.home .site-header .logo img {
  width: 100%;
}
.home .site-header .header-inner {
  height: 100%;
}
.home .site-header .wrapper {
  position: relative;
  height: 100%;
}
.home .site-header .main-navigation-wrap {
  position: absolute;
  top: 0;
  right: 2rem;
}
@media (min-width: 61rem) {
  .home .site-header .main-navigation-wrap {
    height: 81px;
  }
}
.home .header-spacer {
  height: 0;
  display: block;
}

.header-spacer {
  display: none;
}

.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  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;
}
@media (max-width: 61rem) {
  .site-header .logo {
    padding-top: 0;
  }
}
.site-header.scrolled {
  background-color: white;
}
@media (max-width: 46rem) {
  .site-header.scrolled .logo {
    position: relative;
    left: 0px !important;
    top: 0px !important;
  }
}
.site-header.scrolled .hamburger-trigger .line {
  background: #313802 !important;
}
.site-header .hamburger-trigger .line {
  background: #313802;
}
.site-header .logo-primary {
  display: block;
}
.site-header .logo-reversed {
  display: none;
}
.site-header .main-navigation ul {
  margin-top: 0px;
}
.site-header .main-navigation ul li a {
  position: relative;
  color: #313802;
}
.site-header .header-inner {
  width: 100%;
  position: relative;
  display: flex;
  width: 100%;
}
.site-header .header-inner .main-navigation-wrap {
  display: none;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 61rem) {
  .site-header .header-inner .main-navigation-wrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 87.5rem) {
  .site-header .header-inner .main-navigation-wrap {
    height: 50px;
    width: 60%;
  }
}
.site-header.reversed {
  background-color: transparent;
}
.site-header.reversed .hamburger-trigger .line {
  background-color: white;
}
.site-header.reversed.scrolled {
  background: white;
}
.site-header.reversed .logo-primary {
  display: none;
}
.site-header.reversed .logo-reversed {
  display: block;
}
.site-header.reversed.scrolled .logo-primary {
  display: block;
}
.site-header.reversed.scrolled .logo-reversed {
  display: none;
}
.site-header.reversed.scrolled .main-navigation ul li a {
  color: #313802;
}
.site-header.reversed .main-navigation ul li.current-menu-item {
  background-image: none;
}
.site-header.reversed .main-navigation ul li a {
  color: white;
}

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

.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 {
  margin-bottom: 32px;
}
@media (min-width: 61rem) {
  .site-footer .button {
    margin-bottom: 0px;
  }
}
.site-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 46rem) {
  .site-footer ul {
    margin-bottom: 2rem;
  }
}
.site-footer ul li {
  margin: 0px;
  padding: 0px;
}
.site-footer p {
  margin-bottom: 16px;
  margin-top: 0;
}
.site-footer a {
  color: white;
}
.site-footer a.footer-linkedin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 46rem) {
  .site-footer a.footer-linkedin {
    margin-bottom: 2rem;
  }
}
.site-footer hr {
  background: none;
  border-top: 0.5px solid white;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
.site-footer .footer-logo img {
  width: 100%;
  height: auto;
}
.site-footer .footer-logo.ct-logo img {
  max-width: 170px;
}
.site-footer .footer-menu {
  margin-bottom: 32px;
}
@media (min-width: 61rem) {
  .site-footer .footer-menu {
    margin-bottom: 0px;
  }
}
.site-footer .footer-menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.site-footer .footer-menu ul li {
  display: block;
  flex-basis: calc(50% - 2rem);
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 61rem) {
  .site-footer .footer-menu ul li {
    flex-basis: calc(20% - 2rem);
  }
}
.site-footer .footer-menu ul li ul.sub-menu {
  display: block;
  padding-right: 20px;
  margin-top: 10px;
}
.site-footer .footer-menu ul li ul.sub-menu li {
  font-weight: 100;
  margin-bottom: 10px;
}
.site-footer .social-wrap {
  margin-top: 12px;
}
.site-footer .social-wrap img {
  margin-right: 12px;
}
.site-footer .lower-footer {
  font-weight: 100;
  font-size: 12px;
}
.site-footer .lower-footer div {
  margin-bottom: 16px;
}
@media (min-width: 61rem) {
  .site-footer .lower-footer div {
    margin-bottom: 0px;
  }
}

@media (min-width: 87.5rem) {
  .main-navigation {
    margin-right: 32px;
  }
}
.main-navigation ul.menu {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  display: flex;
  margin-bottom: 0px;
}
.main-navigation ul.menu li {
  padding-left: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  margin-right: 32px;
  transition: all 1s ease;
}
.main-navigation ul.menu li:hover {
  background-position: -99.99% 50%;
  background-size: 200% 55%;
}
.main-navigation ul.menu li.current_page_item > a {
  font-weight: bold;
}
.main-navigation ul.menu li a {
  text-decoration: none;
  transition: all 0.4s ease;
}
.mobile-navigation {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 100vh;
  width: 100vw;
  transition: opacity 0.4s ease, visibility 0.4s ease, pointer-events 0.4s ease;
  z-index: 999;
  background-color: #191F09;
}
.mobile-navigation a {
  text-decoration: none;
}
@media (min-width: 61rem) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation ul {
  margin-left: 0px;
  padding-left: 0px;
}
.mobile-navigation ul li {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 16px;
  font-size: 22px;
  list-style: none;
}
.mobile-navigation ul li a {
  color: white;
  font-size: 24px;
}
.mobile-navigation .mobile-navigation__inner {
  padding: 10vh 1.5rem 2rem;
  position: relative;
}
.mobile-navigation.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hamburger-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 0px;
  padding: 12px 24px;
}
@media (min-width: 61rem) {
  .hamburger-trigger {
    display: none;
  }
}
.hamburger-trigger__inner {
  width: 24px;
  height: 18px;
  margin: auto;
  position: relative;
}
.hamburger-trigger .line {
  width: 30px;
  height: 1px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: all 0.4s ease-in-out;
  top: 0px;
}
.hamburger-trigger .line:nth-of-type(2) {
  top: 10px;
}
.hamburger-trigger .line:nth-of-type(3) {
  top: 20px;
}
.hamburger-trigger.open .line {
  transform: rotate(45deg) translateY(6.8px) translateX(6.8px);
}
.hamburger-trigger.open .line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-trigger.open .line:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-6.8px) translateX(6.8px);
}

/*! 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: "Figtree", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 73rem) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 22px;
    line-height: 28px;
  }
}

.accent, .category-tag {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

small {
  font-size: 14px;
  line-height: 18px;
}

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

b, strong {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

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

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

.team-card__title h2 {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Larken", serif;
  font-weight: normal;
  margin-bottom: 16px;
}
@media (min-width: 61rem) {
  .team-card__title h2 {
    font-size: 28px;
  }
}
h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Larken", serif;
  margin-bottom: 1rem;
}
@media (min-width: 46rem) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (min-width: 73rem) {
  h1 {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 106rem) {
  h1 {
    font-size: 72px;
    line-height: 80px;
  }
}
h1.stat {
  font-size: 48px;
}
@media (min-width: 87.5rem) {
  h1.stat {
    font-size: 110px;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Larken", serif;
  font-weight: normal;
  margin-bottom: 16px;
}
@media (min-width: 46rem) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 87.5rem) {
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 87.5rem) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

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%;
}

.privacy-policy-content {
  /* Reset numbering for each <ol> */
  /* Increment and show hierarchical numbers */
}
.privacy-policy-content ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.privacy-policy-content ol > li {
  counter-increment: item;
  margin: 1em 0;
  padding-left: 2.5em;
  position: relative;
}
.privacy-policy-content ol > li::before {
  content: counters(item, ".") " ";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 4px;
}

.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;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (min-width: 61rem) {
  .pagination {
    gap: 16px;
  }
}
.pagination .nextpostslink, .pagination .previouspostslink {
  text-transform: uppercase;
  background-color: #717715;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  line-height: 1;
}
.pagination .nextpostslink:hover, .pagination .previouspostslink:hover {
  background-color: #313802;
}
.pagination .nextpostslink.inactive, .pagination .previouspostslink.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.pagination .pagination-divider {
  width: 100%;
  height: 1px;
  background-color: #717715;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
}
.wp-pagenavi span {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #717715;
  transition: all 0.5s ease;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.wp-pagenavi span.current {
  background-color: #717715;
  color: white;
}
.wp-pagenavi a {
  font-size: 18px !important;
  color: #717715;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #717715;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.wp-pagenavi a:hover {
  background-color: #313802;
  color: white;
}

.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: 73rem) {
  .card-grid.team {
    gap: 4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@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;
  }
}

@media (min-width: 87.5rem) {
  .home .card-grid.team {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card img {
  transition: all 0.4s ease;
}
.news-card img:hover {
  opacity: 0.9;
}
.news-card__content {
  margin-top: 16px;
}
.news-card__content-post h3 {
  margin: 8px 0px;
}

.team-card__inner {
  position: relative;
}
.team-card a {
  color: #313802;
}
.team-card__image {
  display: flex;
  width: 130px;
}
@media (min-width: 46rem) {
  .team-card__image {
    width: 150px;
  }
}
@media (min-width: 73rem) {
  .team-card__image {
    width: 220px;
  }
}
.team-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.team-card__title {
  margin-top: 16px;
  padding: 0px 16px 0px 8px;
}
.team-card__title h2 {
  white-space: nowrap;
}
@media (max-width: 61rem) {
  .team-card__title h2 {
    white-space: wrap;
  }
}
.team-card__title span.accent {
  display: block;
  line-height: 1.2;
}

.post-card a {
  text-decoration: none !important;
}
@media (max-width: 61rem) {
  .post-card {
    margin-bottom: 1rem;
  }
}
.post-card__image {
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  margin-bottom: 16px;
}
.post-card__image img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card__image:hover img {
  transform: scale(1.05);
}
.post-card__content-post h3 {
  margin-bottom: 0px;
}
/* components
--------------------------------------------- */
.hero-trigger {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hero {
  position: relative;
  height: auto;
  background-size: cover;
}
.hero .hero-carousel__wrap {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 99;
}
@media (min-width: 73rem) {
  .hero .hero-carousel__wrap {
    margin-top: 1rem;
  }
}
.hero .hero-carousel {
  width: 100vw;
  left: 0px;
  margin: 0px;
  transform: scale(1);
  transform-origin: top center;
  height: 90svh;
}
@media (max-width: 46rem) {
  .hero .hero-carousel {
    height: 70svh;
    width: 100vw;
    left: 0px;
    margin: 0px;
  }
}
.hero .hero-carousel .swiper-slide {
  position: relative;
}
.hero .hero-carousel .swiper-slide img, .hero .hero-carousel .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-carousel .swiper-slide .slide-info {
  display: none;
}
.hero .hero-carousel:after {
  content: " ";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media (max-width: 73rem) {
  .hero .hero-carousel .swiper-pagination {
    display: none;
  }
}

.hero-title_text-carousel {
  position: absolute;
  left: 1rem;
  bottom: 2rem;
  max-width: calc(100% - 2rem);
  z-index: 2;
}
@media (min-width: 73rem) {
  .hero-title_text-carousel {
    max-width: 60%;
    left: 4rem;
    bottom: 20%;
  }
}
.hero-title_text-carousel h1 {
  margin-bottom: 24px;
}

.hero-carousel-controls {
  position: absolute;
  top: 45%;
  left: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 72px;
  height: 32px;
  z-index: 8;
  bottom: unset;
}
@media (min-width: 73rem) {
  .hero-carousel-controls {
    top: unset;
    bottom: 25%;
    height: 48px;
    width: 112px;
    left: unset;
    right: 4rem;
  }
}
.hero-carousel-controls .swiper-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  left: unset;
  right: unset;
}
@media (min-width: 61rem) {
  .hero-carousel-controls .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.hero-carousel-controls .swiper-button-next:after {
  content: "";
  background-color: white;
  width: 32px;
  height: 32px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  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="%23717715" stroke-width="2"/><path d="M25.5 10.5H0" stroke="%23717715" stroke-width="2"/></svg>');
  transition: all 0.4s ease;
}
@media (min-width: 61rem) {
  .hero-carousel-controls .swiper-button-next:after {
    width: 48px;
    height: 48px;
  }
}
.hero-carousel-controls .swiper-button-next:hover:after {
  opacity: 0.9;
}
.hero-carousel-controls .swiper-button-prev {
  position: relative;
  width: 32px;
  height: 32px;
  left: unset;
  right: unset;
}
@media (min-width: 61rem) {
  .hero-carousel-controls .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
.hero-carousel-controls .swiper-button-prev:after {
  content: "";
  background-color: white;
  width: 32px;
  height: 32px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  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 20L1.5 10.5L11 1" stroke="%23717715" stroke-width="2"/><path d="M1.5 10.5L27 10.5" stroke="%23717715" stroke-width="2"/></svg>');
  transition: all 0.4s ease;
}
@media (min-width: 61rem) {
  .hero-carousel-controls .swiper-button-prev:after {
    width: 48px;
    height: 48px;
  }
}
.hero-carousel-controls .swiper-button-prev:hover:after {
  opacity: 0.9;
}

.hero__media {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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;
}

.section {
  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: 6px;
}

.two-columns img {
  width: 100%;
}
.two-columns .button {
  margin-right: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 87.5rem) {
  .two-columns .button {
    margin-bottom: 0px;
  }
}
@media (max-width: 46rem) {
  .two-columns .call-to-action .button {
    margin-bottom: 0px;
  }
}
.two-columns .icon {
  margin-top: -3px;
}
@media (max-width: 46rem) {
  .two-columns h1 {
    margin-bottom: -0.5rem;
    font-size: 34px;
  }
}
.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;
}
.single-column .button {
  margin-bottom: 2rem;
}
@media (min-width: 61rem) {
  .single-column .button {
    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: 0px auto 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;
}
@media (min-width: 61rem) {
  .text-block p {
    margin-bottom: 32px;
  }
}
.text-block p:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 46rem) {
  .text-block p:first-of-type {
    margin-top: 0px;
  }
}

@media (max-width: 46rem) {
  .image-block {
    margin-bottom: 2rem;
  }
}

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

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 61rem) {
  .stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat-grid .stat-block {
  text-align: center;
}
.stat-grid .stat-block:last-of-type {
  border-right: none;
}
@media (min-width: 61rem) {
  .stat-grid .stat-block {
    border-right: 1px solid #BDE46E;
  }
}

.inset-block {
  padding: 2rem;
}
@media (min-width: 61rem) {
  .inset-block {
    padding: 4rem;
  }
}
@media (min-width: 87.5rem) {
  .inset-block {
    padding: 4rem 15rem 4rem 4rem;
  }
}
@media (min-width: 87.5rem) {
  .inset-block h2 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 87.5rem) {
  .inset-block .button {
    margin-top: 1rem;
  }
}

.tabs-wrapper .tabs .tab-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 61rem) {
  .tabs-wrapper .tabs .tab-nav {
    gap: 1.5rem;
  }
}
.tabs-wrapper .tabs .tab-nav .tab-nav-item {
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #313802;
  opacity: 0.5;
  padding-bottom: 1rem;
}
.tabs-wrapper .tabs .tab-nav .tab-nav-item.active {
  font-weight: bold;
  opacity: 1;
  border-bottom: 1px solid #BDE46E;
}
.tabs-wrapper .tabs .tabs-container .tab-content {
  display: none;
}
.tabs-wrapper .tabs .tabs-container .tab-content.active {
  display: block;
}

.portfolio-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 73rem) {
  .portfolio-hero img {
    max-height: 80vh;
  }
}
@media (min-width: 87.5rem) {
  .portfolio-hero img {
    max-height: 90vh;
  }
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 61rem) {
  .stats {
    gap: 1rem;
  }
}
.stats .stat {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #717715;
  padding: 0.5rem 0px;
}
.stats .stat p {
  margin: 0px;
}
.stats .stat .accent {
  color: #717715;
}

.portfolio-cta {
  background-image: url("/wp-content/themes/lanthorn/dist/img/portfolio-cta.webp");
  margin-top: 2rem;
}
@media (min-width: 61rem) {
  .portfolio-cta {
    margin-top: 4rem;
  }
}

@media (max-width: 46rem) {
  .continue-reading .card-grid.portfolio {
    grid-template-columns: 1fr;
  }
}

.case-study-hero {
  position: relative;
  display: flex;
}
@media (max-width: 46rem) {
  .case-study-hero {
    height: 70vh;
  }
}
.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%;
  }
}

.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;
}

/* 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;
}

/* Define a transition duration during page visits */
html.is-changing .transition-fade {
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
  background: transparent;
}

/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

/* Page transition animations */
/* Character animations */
.animated {
  opacity: 0;
}
.animated.in-view {
  opacity: 1;
}
.animated.splitting .char {
  transform: translateY(40px) scale(0.9);
  opacity: 0;
  position: relative;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.animated.in-view .char {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition-delay: calc(10ms * var(--char-index));
}

.char {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
}

html.is-animating .animated.splitting .char {
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ensure transforms are preserved during transitions */
html.is-changing .animated.splitting,
html.is-animating .animated.splitting {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

[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 (max-width: 46rem) {
  .post-carousel {
    padding: 0 !important;
    max-width: calc(100vw - 2rem);
  }
}
.post-carousel .navigation {
  padding: 4rem 0 4rem 0 !important;
}
@media (max-width: 46rem) {
  .post-carousel .navigation {
    padding: 2rem 0 2rem 0 !important;
  }
  .post-carousel .navigation .wrapper {
    padding: 0 0rem !important;
  }
}
.post-carousel .navigation .swiper-navigation {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 46rem) {
  .post-carousel .navigation .swiper-navigation {
    margin-top: 4rem;
  }
}
.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;
  background-color: #717715;
  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 {
  background-color: #191F09;
  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-fill {
  background: #717715 !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;
  background: #717715;
  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;
  background: #717715;
}
.progress-bullet__inner-track {
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  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);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.search-filter-style--choice-radio {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap;
}
.search-filter-input-radio .search-filter-input-radio__container {
  cursor: inherit !important;
}

.search-filter-input-radio {
  cursor: pointer !important;
}
.search-filter-input-radio .search-filter-input-radio__label {
  margin: 0px !important;
  padding: 0.5rem 1.5rem !important;
  border: 1px solid #313802;
  color: #313802;
  border-radius: 8px;
  cursor: cursor !important;
}
.search-filter-input-radio .search-filter-input-radio__control {
  display: none !important;
}
.search-filter-input-radio.search-filter-input-radio--is-active .search-filter-input-radio__label {
  background-color: #313802;
  color: white !important;
}

.search-filter-input-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 61rem) {
  .search-filter-input-group {
    gap: 16px;
  }
}

.search-filter-label {
  width: 100% !important;
  justify-content: flex-start !important;
  white-space: nowrap;
  padding: 0.5rem 0rem !important;
  margin: 0px !important;
  font-weight: 700 !important;
  color: #313802 !important;
}
.search-filter-input-text {
  border: 1px solid #313802 !important;
  background: none !important;
  border-radius: 8px !important;
  flex-direction: row-reverse !important;
  padding: 0 24px 0rem 24px !important;
  width: 100% !important;
}

.search-filter-icon__svg {
  color: #717715 !important;
  fill: #717715 !important;
  width: 18px !important;
  height: 18px !important;
}

.search-filter-style--search-text {
  background-color: white;
}
.wcc-consent-bar {
  background-color: #F2F1E8 !important;
  color: #313802 !important;
  border-radius: 6px;
}
.wcc-consent-bar p {
  color: #313802 !important;
}
.wcc-consent-bar .wcc-btn {
  border-radius: 6px;
  border: 1px solid #313802 !important;
  color: #313802 !important;
}
.wcc-consent-bar .wcc-btn-accept {
  background-color: #313802 !important;
  color: #F2F1E8 !important;
}
.wcc-consent-bar .wcc-btn-reject {
  background-color: #F2F1E8 !important;
  color: #313802 !important;
}

.wcc-category-list table {
  margin: 2rem 0 4rem;
}

#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;
}

.rounded {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 73rem) {
  .rounded {
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
  }
}

.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: 61rem) {
  .hide-on-mobile {
    display: block;
  }
}

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

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

.hide-on-desktop-flex {
  display: flex;
}
@media (min-width: 61rem) {
  .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%;
}