@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Parkinsans:wght@300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Parkinsans:wght@300..800&display=swap");
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 61rem) {
  .wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
.wrapper .wrapper {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-start-12 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  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-items: start;
}

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

.bottom-xs {
  align-items: 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;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xs-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xs-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xs-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xs-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xs-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xs-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xs-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xs-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xs-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xs-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xs-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xs-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xs-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    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: 46em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-sm-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-sm-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-sm-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-sm-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-sm-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-sm-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-sm-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-sm-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-sm-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-sm-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-sm-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-sm-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-sm-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-self: start;
    text-align: left;
  }
  .center-sm {
    justify-self: center;
    text-align: center;
  }
  .end-sm {
    justify-self: end;
    text-align: right;
  }
  .top-sm {
    align-self: start;
  }
  .middle-sm {
    align-self: center;
  }
  .bottom-sm {
    align-self: end;
  }
  .around-sm {
    justify-items: space-around;
  }
  .between-sm {
    justify-items: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 61em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-md-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-md-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-md-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-md-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-md-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-md-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-md-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-md-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-md-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-md-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-md-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-md-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-md-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-md-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-md-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-md-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-md-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-md-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-md-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-md-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-md-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-md-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-md-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-self: start;
    text-align: left;
  }
  .center-md {
    justify-self: center;
    text-align: center;
  }
  .end-md {
    justify-self: end;
    text-align: right;
  }
  .top-md {
    align-self: start;
  }
  .middle-md {
    align-self: center;
  }
  .bottom-md {
    align-self: end;
  }
  .around-md {
    justify-items: space-around;
  }
  .between-md {
    justify-items: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 73em) {
  .container {
    width: 73rem;
  }
  .col-lg {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-lg-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-lg-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-lg-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-lg-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-lg-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-lg-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-lg-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-lg-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-lg-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-lg-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-lg-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-lg-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-lg-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .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;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .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;
  }
}
@media only screen and (min-width: 106em) {
  .container {
    width: 106rem;
  }
  .col-xxl {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xxl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xxl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xxl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xxl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xxl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xxl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xxl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xxl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xxl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xxl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xxl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xxl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xxl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xxl {
    justify-self: start;
    text-align: left;
  }
  .center-xxl {
    justify-self: center;
    text-align: center;
  }
  .end-xxl {
    justify-self: end;
    text-align: right;
  }
  .top-xxl {
    align-self: start;
  }
  .middle-xxl {
    align-self: center;
  }
  .bottom-xxl {
    align-self: end;
  }
  .around-xxl {
    justify-items: space-around;
  }
  .between-xxl {
    justify-items: space-between;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] {
  display: contents;
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] div[data-is-drop-zone=true] {
  display: contents;
}

body {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 73rem) {
  body {
    font-size: 18px;
  }
}

/* blocks
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 106rem) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
  }
}

.accent {
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 400;
}

small, .tag {
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 61rem) {
  small, .tag {
    font-size: 12px;
    line-height: 18px;
  }
}

h1,
h2,
.acf-block-preview .stat,
.stat,
.general-card__content .stat,
.stat-card__content .stat,
h3,
.acf-block-preview .introduction,
.acf-block-preview .region-card__content,
.acf-block-preview .card-title,
.introduction,
.region-card__content,
.card-title,
h4,
.accordion .accordion-toggle,
.story-card__content .card-content,
.acf-block-preview .small-introduction,
.small-introduction,
h5,
.modal-button {
  clear: both;
  margin: 0px;
  font-family: "Parkinsans", sans-serif;
  font-weight: 400;
}

.main-nav-item {
  font-size: 28px;
  font-family: "Parkinsans", sans-serif;
}
@media (min-width: 61rem) {
  .main-nav-item {
    font-size: 14px;
    font-family: "Lexend", sans-serif;
  }
}
@media (min-width: 87.5rem) {
  .main-nav-item {
    font-size: 16px;
  }
}
@media (min-width: 106rem) {
  .main-nav-item {
    font-size: 18px;
  }
}

.block-text h1, .block-text h2, .block-text .stat, .block-text h3, .block-text .introduction, .block-text .region-card__content, .block-text .card-title {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.block-text h1:first-of-type, .block-text h2:first-of-type, .block-text .stat:first-of-type, .block-text h3:first-of-type, .block-text .introduction:first-of-type, .block-text .region-card__content:first-of-type, .block-text .card-title:first-of-type {
  margin-top: 0;
}
.block-text table {
  margin-bottom: 2rem;
}

.shoulder-nav-item {
  font-size: 20px;
  font-family: "Lexend", sans-serif;
}
@media (min-width: 61rem) {
  .shoulder-nav-item {
    font-size: 12px;
    font-family: "Lexend", sans-serif;
  }
}
@media (min-width: 87.5rem) {
  .shoulder-nav-item {
    font-size: 14px;
  }
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

h1 {
  font-size: 3.2rem;
  line-height: 1;
}
@media (min-width: 61rem) {
  h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 73rem) {
  h1 {
    font-size: 5.2rem;
  }
}
@media (min-width: 106rem) {
  h1 {
    font-size: 6.875rem;
  }
}

h2, .acf-block-preview .stat, .stat, .general-card__content .stat, .stat-card__content .stat {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media (min-width: 61rem) {
  h2, .acf-block-preview .stat, .stat, .general-card__content .stat, .stat-card__content .stat {
    font-size: 2.8rem;
  }
}
@media (min-width: 73rem) {
  h2, .acf-block-preview .stat, .stat, .general-card__content .stat, .stat-card__content .stat {
    font-size: 3.4rem;
  }
}
@media (min-width: 106rem) {
  h2, .acf-block-preview .stat, .stat, .general-card__content .stat, .stat-card__content .stat {
    font-size: 4.25rem;
  }
}

h3, .acf-block-preview .introduction, .acf-block-preview .region-card__content, .acf-block-preview .card-title, .introduction, .region-card__content, .card-title {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (min-width: 61rem) {
  h3, .acf-block-preview .introduction, .acf-block-preview .region-card__content, .acf-block-preview .card-title, .introduction, .region-card__content, .card-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 73rem) {
  h3, .acf-block-preview .introduction, .acf-block-preview .region-card__content, .acf-block-preview .card-title, .introduction, .region-card__content, .card-title {
    font-size: 2rem;
  }
}
@media (min-width: 106rem) {
  h3, .acf-block-preview .introduction, .acf-block-preview .region-card__content, .acf-block-preview .card-title, .introduction, .region-card__content, .card-title {
    font-size: 2.625rem;
  }
}

h4, .accordion .accordion-toggle, .story-card__content .card-content, .acf-block-preview .small-introduction, .small-introduction {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 61rem) {
  h4, .accordion .accordion-toggle, .story-card__content .card-content, .acf-block-preview .small-introduction, .small-introduction {
    font-size: 1.3rem;
  }
}
@media (min-width: 73rem) {
  h4, .accordion .accordion-toggle, .story-card__content .card-content, .acf-block-preview .small-introduction, .small-introduction {
    font-size: 1.5rem;
  }
}
@media (min-width: 106rem) {
  h4, .accordion .accordion-toggle, .story-card__content .card-content, .acf-block-preview .small-introduction, .small-introduction {
    font-size: 1.625rem;
  }
}

h5, .modal-button {
  font-size: 1rem;
  line-height: 1.2;
}

.tag {
  background: white;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 1rem;
  font-weight: 700;
}

.stat, .general-card__content .stat, .stat-card__content .stat {
  font-weight: 300;
}

b, .hero.contained-image .wrapper .hero__content h1, strong {
  font-weight: 700;
}

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

blockquote {
  margin: 0 1.5em;
}

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

.acf-block-preview .stat {
  font-weight: 300;
}

/* Mode 1 */
/* color */
/* PRIMARY COLORS */
/* SECONDARY COLORS */
.bg-blue-dark-blue {
  background-color: #1e6f8c;
}

.text-blue-dark-blue {
  color: #1e6f8c;
}
.text-blue-dark-blue a.secondary-link {
  color: #1e6f8c;
}
.text-blue-dark-blue a.secondary-link:before {
  background-color: #1e6f8c;
}
.text-blue-dark-blue hr {
  border-top: 1px solid #1e6f8c;
}

.bg-blue-mid-blue {
  background-color: #4bb9d9;
}

.text-blue-mid-blue {
  color: #4bb9d9;
}
.text-blue-mid-blue a.secondary-link {
  color: #4bb9d9;
}
.text-blue-mid-blue a.secondary-link:before {
  background-color: #4bb9d9;
}
.text-blue-mid-blue hr {
  border-top: 1px solid #4bb9d9;
}

.bg-blue-pop-blue {
  background-color: #3fe9ff;
}

.text-blue-pop-blue {
  color: #3fe9ff;
}
.text-blue-pop-blue a.secondary-link {
  color: #3fe9ff;
}
.text-blue-pop-blue a.secondary-link:before {
  background-color: #3fe9ff;
}
.text-blue-pop-blue hr {
  border-top: 1px solid #3fe9ff;
}

.bg-blue-soft-blue {
  background-color: #bcfbff;
}

.text-blue-soft-blue {
  color: #bcfbff;
}
.text-blue-soft-blue a.secondary-link {
  color: #bcfbff;
}
.text-blue-soft-blue a.secondary-link:before {
  background-color: #bcfbff;
}
.text-blue-soft-blue hr {
  border-top: 1px solid #bcfbff;
}

.bg-purple-heartroot {
  background-color: #4d0a4f;
}

.text-purple-heartroot, .modal-button {
  color: #4d0a4f;
}
.text-purple-heartroot a.secondary-link, .modal-button a.secondary-link {
  color: #4d0a4f;
}
.text-purple-heartroot a.secondary-link:before, .modal-button a.secondary-link:before {
  background-color: #4d0a4f;
}
.text-purple-heartroot hr, .modal-button hr {
  border-top: 1px solid #4d0a4f;
}

.bg-purple-pop-purple {
  background-color: #8375fe;
}

.text-purple-pop-purple {
  color: #8375fe;
}
.text-purple-pop-purple a.secondary-link {
  color: #8375fe;
}
.text-purple-pop-purple a.secondary-link:before {
  background-color: #8375fe;
}
.text-purple-pop-purple hr {
  border-top: 1px solid #8375fe;
}

.bg-purple-soft-purple {
  background-color: #e2c3ff;
}

.text-purple-soft-purple {
  color: #e2c3ff;
}
.text-purple-soft-purple a.secondary-link {
  color: #e2c3ff;
}
.text-purple-soft-purple a.secondary-link:before {
  background-color: #e2c3ff;
}
.text-purple-soft-purple hr {
  border-top: 1px solid #e2c3ff;
}

.bg-white-cream-white {
  background-color: #fff8f1;
}

.text-white-cream-white {
  color: #fff8f1;
}
.text-white-cream-white a.secondary-link {
  color: #fff8f1;
}
.text-white-cream-white a.secondary-link:before {
  background-color: #fff8f1;
}
.text-white-cream-white hr {
  border-top: 1px solid #fff8f1;
}

.bg-coral-dark-coral {
  background-color: #c1211a;
}

.text-coral-dark-coral {
  color: #c1211a;
}
.text-coral-dark-coral a.secondary-link {
  color: #c1211a;
}
.text-coral-dark-coral a.secondary-link:before {
  background-color: #c1211a;
}
.text-coral-dark-coral hr {
  border-top: 1px solid #c1211a;
}

.bg-coral-mid-coral {
  background-color: #ff6b3a;
}

.text-coral-mid-coral {
  color: #ff6b3a;
}
.text-coral-mid-coral a.secondary-link {
  color: #ff6b3a;
}
.text-coral-mid-coral a.secondary-link:before {
  background-color: #ff6b3a;
}
.text-coral-mid-coral hr {
  border-top: 1px solid #ff6b3a;
}

.bg-coral-pop-coral {
  background-color: #ff8a75;
}

.text-coral-pop-coral {
  color: #ff8a75;
}
.text-coral-pop-coral a.secondary-link {
  color: #ff8a75;
}
.text-coral-pop-coral a.secondary-link:before {
  background-color: #ff8a75;
}
.text-coral-pop-coral hr {
  border-top: 1px solid #ff8a75;
}

.bg-coral-soft-coral {
  background-color: #ffd8ca;
}

.text-coral-soft-coral {
  color: #ffd8ca;
}
.text-coral-soft-coral a.secondary-link {
  color: #ffd8ca;
}
.text-coral-soft-coral a.secondary-link:before {
  background-color: #ffd8ca;
}
.text-coral-soft-coral hr {
  border-top: 1px solid #ffd8ca;
}

.bg-green-dark-green {
  background-color: #153a35;
}

.text-green-dark-green {
  color: #153a35;
}
.text-green-dark-green a.secondary-link {
  color: #153a35;
}
.text-green-dark-green a.secondary-link:before {
  background-color: #153a35;
}
.text-green-dark-green hr {
  border-top: 1px solid #153a35;
}

.bg-green-mid-green {
  background-color: #2bb471;
}

.text-green-mid-green {
  color: #2bb471;
}
.text-green-mid-green a.secondary-link {
  color: #2bb471;
}
.text-green-mid-green a.secondary-link:before {
  background-color: #2bb471;
}
.text-green-mid-green hr {
  border-top: 1px solid #2bb471;
}

.bg-green-pop-green {
  background-color: #37f8d5;
}

.text-green-pop-green {
  color: #37f8d5;
}
.text-green-pop-green a.secondary-link {
  color: #37f8d5;
}
.text-green-pop-green a.secondary-link:before {
  background-color: #37f8d5;
}
.text-green-pop-green hr {
  border-top: 1px solid #37f8d5;
}

.bg-green-soft-green {
  background-color: #b5fdda;
}

.text-green-soft-green {
  color: #b5fdda;
}
.text-green-soft-green a.secondary-link {
  color: #b5fdda;
}
.text-green-soft-green a.secondary-link:before {
  background-color: #b5fdda;
}
.text-green-soft-green hr {
  border-top: 1px solid #b5fdda;
}

.bg-ochre-dark-ochre {
  background-color: #a8741f;
}

.text-ochre-dark-ochre {
  color: #a8741f;
}
.text-ochre-dark-ochre a.secondary-link {
  color: #a8741f;
}
.text-ochre-dark-ochre a.secondary-link:before {
  background-color: #a8741f;
}
.text-ochre-dark-ochre hr {
  border-top: 1px solid #a8741f;
}

.bg-ochre-mid-ochre {
  background-color: #f2c14e;
}

.text-ochre-mid-ochre {
  color: #f2c14e;
}
.text-ochre-mid-ochre a.secondary-link {
  color: #f2c14e;
}
.text-ochre-mid-ochre a.secondary-link:before {
  background-color: #f2c14e;
}
.text-ochre-mid-ochre hr {
  border-top: 1px solid #f2c14e;
}

.bg-ochre-pop-ochre {
  background-color: #faff7f;
}

.text-ochre-pop-ochre {
  color: #faff7f;
}
.text-ochre-pop-ochre a.secondary-link {
  color: #faff7f;
}
.text-ochre-pop-ochre a.secondary-link:before {
  background-color: #faff7f;
}
.text-ochre-pop-ochre hr {
  border-top: 1px solid #faff7f;
}

.bg-ochre-soft-ochre {
  background-color: #ffefc2;
}

.text-ochre-soft-ochre {
  color: #ffefc2;
}
.text-ochre-soft-ochre a.secondary-link {
  color: #ffefc2;
}
.text-ochre-soft-ochre a.secondary-link:before {
  background-color: #ffefc2;
}
.text-ochre-soft-ochre hr {
  border-top: 1px solid #ffefc2;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}
.text-white a.secondary-link {
  color: white;
}
.text-white a.secondary-link:before {
  background-color: white;
}
.text-white hr {
  border-top: 1px solid white;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fade_in {
  opacity: 0;
}

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

.pt-small {
  padding-top: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pt-small {
    padding-top: 28px;
  }
}

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

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

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

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

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

.pb-small {
  padding-bottom: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pb-small {
    padding-bottom: 28px;
  }
}

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

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

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

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

.pl-none {
  padding-left: 0px;
}

.pl-small {
  padding-left: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

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

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

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

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

.pr-none {
  padding-right: 0px;
}

.pr-small {
  padding-right: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

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

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

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

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

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  z-index: 1000;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  max-height: 100vh;
  border-radius: 16px;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 95vw;
  width: 100%;
}
@media (min-width: 106rem) {
  .modal__container {
    max-width: 1080px;
  }
}

.modal-button {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 8px;
  border: 0;
  z-index: 2;
  position: absolute;
  flex-direction: column;
}
.modal-button:hover {
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  color: #4d0a4f;
}

.play-video-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-close-button {
  top: 16px;
  right: 16px;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.wcc-consent-container, .wcc-preference-center {
  background-color: #fff8f1 !important;
  color: #4d0a4f !important;
}
.wcc-consent-container button, .wcc-preference-center button {
  border-radius: 6px !important;
  text-transform: none !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.wcc-consent-container button.wcc-btn-accept, .wcc-preference-center button.wcc-btn-accept {
  background-color: #4d0a4f !important;
  color: white !important;
}
.wcc-consent-container button.wcc-btn-reject, .wcc-preference-center button.wcc-btn-reject {
  background-color: white !important;
  color: #4d0a4f !important;
}
.wcc-consent-container button.wcc-btn-customize, .wcc-consent-container button.wcc-btn-preferences, .wcc-preference-center button.wcc-btn-customize, .wcc-preference-center button.wcc-btn-preferences {
  background-color: white !important;
  color: #4d0a4f !important;
}
.wcc-consent-container button.wcc-show-desc-btn, .wcc-preference-center button.wcc-show-desc-btn {
  color: #4d0a4f !important;
}
.wcc-consent-container .wcc-audit-table, .wcc-preference-center .wcc-audit-table {
  background-color: white !important;
}
.wcc-consent-container .wcc-accordion-item, .wcc-preference-center .wcc-accordion-item {
  color: #4d0a4f !important;
}
.wcc-consent-container .wcc-accordion-item .wcc-accordion-btn, .wcc-preference-center .wcc-accordion-item .wcc-accordion-btn {
  color: #4d0a4f !important;
}
.wcc-consent-container h1, .wcc-consent-container h2, .wcc-consent-container .stat, .wcc-consent-container h3, .wcc-consent-container .introduction, .wcc-consent-container .region-card__content, .wcc-consent-container .card-title, .wcc-consent-container h4, .wcc-consent-container .accordion .accordion-toggle, .accordion .wcc-consent-container .accordion-toggle, .wcc-consent-container .story-card__content .card-content, .story-card__content .wcc-consent-container .card-content, .wcc-consent-container .small-introduction, .wcc-consent-container h5, .wcc-consent-container .modal-button, .wcc-consent-container h6, .wcc-consent-container p, .wcc-consent-container span, .wcc-consent-container div, .wcc-preference-center h1, .wcc-preference-center h2, .wcc-preference-center .stat, .wcc-preference-center h3, .wcc-preference-center .introduction, .wcc-preference-center .region-card__content, .wcc-preference-center .card-title, .wcc-preference-center h4, .wcc-preference-center .accordion .accordion-toggle, .accordion .wcc-preference-center .accordion-toggle, .wcc-preference-center .story-card__content .card-content, .story-card__content .wcc-preference-center .card-content, .wcc-preference-center .small-introduction, .wcc-preference-center h5, .wcc-preference-center .modal-button, .wcc-preference-center h6, .wcc-preference-center p, .wcc-preference-center span, .wcc-preference-center div {
  color: #4d0a4f !important;
}

.wcc-btn {
  text-transform: uppercase !important;
  border-width: 1px !important;
  font-size: 13px !important;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.5s ease;
}
.play-button svg {
  width: 40%;
  height: 40%;
  margin-left: 5px;
}

.rounded img, .marquee-navigation img, .story-card img, a.general-card .general-card__media img, .general-card img, .stat-card img, .horizontal-card img, .region-card img {
  border-radius: 6px;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-bottom {
  background-position: bottom;
}

.bg-dark-brown .button {
  color: white !important;
  border-color: white !important;
}
.bg-dark-brown .button:hover {
  color: #181203 !important;
  background-color: #D96A57 !important;
  border-color: #D96A57 !important;
}

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

.nav-hide-on-mobile {
  display: none !important;
}
@media (min-width: 769px) {
  .nav-hide-on-mobile {
    display: block !important;
  }
}

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

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

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

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

.rounded, .marquee-navigation, .story-card, a.general-card .general-card__media, .general-card, .stat-card, .horizontal-card, .region-card {
  border-radius: 16px;
}

.rounded-bottom-left, .hero.hero-rounded {
  border-bottom-left-radius: 16px;
}

.rounded-bottom-right, .hero.hero-rounded {
  border-bottom-right-radius: 16px;
}

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

.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 61rem) {
  .wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
.wrapper .wrapper {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-start-12 {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  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-items: start;
}

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

.bottom-xs {
  align-items: 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;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xs-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xs-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xs-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xs-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xs-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xs-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xs-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xs-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xs-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xs-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xs-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xs-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xs-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    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: 46em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-sm-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-sm-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-sm-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-sm-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-sm-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-sm-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-sm-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-sm-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-sm-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-sm-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-sm-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-sm-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-sm-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-self: start;
    text-align: left;
  }
  .center-sm {
    justify-self: center;
    text-align: center;
  }
  .end-sm {
    justify-self: end;
    text-align: right;
  }
  .top-sm {
    align-self: start;
  }
  .middle-sm {
    align-self: center;
  }
  .bottom-sm {
    align-self: end;
  }
  .around-sm {
    justify-items: space-around;
  }
  .between-sm {
    justify-items: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 61em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-md-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-md-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-md-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-md-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-md-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-md-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-md-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-md-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-md-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-md-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-md-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-md-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-md-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-md-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-md-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-md-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-md-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-md-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-md-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-md-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-md-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-md-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-md-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-md-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-self: start;
    text-align: left;
  }
  .center-md {
    justify-self: center;
    text-align: center;
  }
  .end-md {
    justify-self: end;
    text-align: right;
  }
  .top-md {
    align-self: start;
  }
  .middle-md {
    align-self: center;
  }
  .bottom-md {
    align-self: end;
  }
  .around-md {
    justify-items: space-around;
  }
  .between-md {
    justify-items: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 73em) {
  .container {
    width: 73rem;
  }
  .col-lg {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-lg-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-lg-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-lg-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-lg-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-lg-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-lg-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-lg-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-lg-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-lg-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-lg-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-lg-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-lg-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-lg-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .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;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .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;
  }
}
@media only screen and (min-width: 106em) {
  .container {
    width: 106rem;
  }
  .col-xxl {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-end: span 12;
  }
  .col-xxl-start-0 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 1;
  }
  .col-xxl-start-1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 2;
  }
  .col-xxl-start-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 3;
  }
  .col-xxl-start-3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 4;
  }
  .col-xxl-start-4 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 5;
  }
  .col-xxl-start-5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 6;
  }
  .col-xxl-start-6 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 7;
  }
  .col-xxl-start-7 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 8;
  }
  .col-xxl-start-8 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 9;
  }
  .col-xxl-start-9 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 10;
  }
  .col-xxl-start-10 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 11;
  }
  .col-xxl-start-11 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 12;
  }
  .col-xxl-start-12 {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    grid-column-start: 13;
  }
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xxl {
    justify-self: start;
    text-align: left;
  }
  .center-xxl {
    justify-self: center;
    text-align: center;
  }
  .end-xxl {
    justify-self: end;
    text-align: right;
  }
  .top-xxl {
    align-self: start;
  }
  .middle-xxl {
    align-self: center;
  }
  .bottom-xxl {
    align-self: end;
  }
  .around-xxl {
    justify-items: space-around;
  }
  .between-xxl {
    justify-items: space-between;
  }
  .first-xxl {
    order: -1;
  }
  .last-xxl {
    order: 1;
  }
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] {
  display: contents;
}
.editor-styles-wrapper div[data-title=Section] .acf-innerblocks-container[data-is-drop-zone=true] div[data-title=Column] div[data-is-drop-zone=true] {
  display: contents;
}

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

.pt-small {
  padding-top: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pt-small {
    padding-top: 28px;
  }
}

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

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

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

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

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

.pb-small {
  padding-bottom: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}
@media (max-width: 32rem) {
  .pb-small {
    padding-bottom: 28px;
  }
}

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

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

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

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

.pl-none {
  padding-left: 0px;
}

.pl-small {
  padding-left: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

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

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

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

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

.pr-none {
  padding-right: 0px;
}

.pr-small {
  padding-right: clamp(38px, 2.375rem + (1vw - 4.8px) * 3.5417, 72px);
}

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

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

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

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

.hero {
  overflow: hidden;
}
.hero .button {
  margin-top: 1rem;
}
.hero.hero-rounded {
  margin-bottom: -16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-weight: 700;
}
.hero.contained-image {
  margin-top: 6rem;
}
@media (min-width: 87.5rem) {
  .hero.contained-image {
    margin-top: 10rem;
  }
}
.hero.contained-image .wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 30vh 2rem 2rem;
  border-radius: 16px;
  max-width: calc(100% - 2rem);
  overflow: hidden;
}
@media (min-width: 61rem) {
  .hero.contained-image .wrapper {
    padding: 50vh 2rem 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media (min-width: 106rem) {
  .hero.contained-image .wrapper {
    padding: 40vh 4rem 4rem;
  }
}
.hero.contained-image .wrapper:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.hero.contained-image .wrapper .hero__content {
  position: relative;
  z-index: 2;
}
.hero.contained-image .wrapper .hero__content h1 {
  margin-bottom: 2rem;
}
.hero.text-image {
  padding: 10rem 0 2rem 0;
}
@media (min-width: 106rem) {
  .hero.text-image {
    padding: 10rem 0 4rem 0;
  }
  .hero.text-image h1 {
    margin-bottom: 2rem;
  }
}
.hero.text-image .hero__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 61rem) {
  .hero.text-image .hero__content {
    margin-left: 2rem;
  }
}
@media (min-width: 106rem) {
  .hero.text-image .hero__content {
    margin-left: 8.5rem;
  }
}
.hero.full-width-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero.full-width-image .wrapper {
  padding: 50vh 2rem 2rem;
}
@media (min-width: 106rem) {
  .hero.full-width-image .wrapper {
    padding: 70vh 4rem 4rem;
  }
}
.hero.full-width-image .wrapper .hero__content {
  position: relative;
  z-index: 2;
}
.hero.full-width-image .wrapper:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.hero .hero__shape {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 1;
}
@media (max-width: 46rem) {
  .hero .hero__shape {
    display: none;
  }
}
@media (max-width: 61rem) {
  .hero .hero__shape {
    max-width: 50%;
  }
}

section {
  background-repeat: no-repeat;
}
section .block-text a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
section .block-text a:hover {
  opacity: 0.8;
}
@media (max-width: 46rem) {
  section:first-of-type.pt-large {
    padding-top: 144px;
  }
}

.region-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  color: #4d0a4f;
  overflow: hidden;
}
.region-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 106rem) {
  .region-card__image {
    padding: 2rem 0;
  }
}
.region-card__image img {
  transition: transform 0.3s ease;
}
.region-card__content {
  background: #fff8f1;
  width: 100%;
  text-align: center;
  padding: 1rem;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (min-width: 106rem) {
  .region-card__content {
    padding: 2rem 0;
  }
}
.region-card:hover .region-card__content {
  background: #4d0a4f;
  color: #fff8f1;
}
.region-card:hover .region-card__image img {
  transform: scale(1.05);
}

.horizontal-card {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 61rem) {
  .horizontal-card {
    grid-template-columns: 40% 1fr;
  }
}
.horizontal-card__media {
  position: relative;
  display: flex;
  overflow: hidden;
}
.horizontal-card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-card__content {
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 61rem) {
  .horizontal-card__content {
    padding: 4rem 6rem;
  }
}

.general-card {
  display: block;
  height: 100%;
}
.general-card.has-background {
  padding: 1rem 2rem;
}
a.general-card {
  transition: background 0.3s ease;
}
a.general-card .general-card__media {
  display: flex;
  overflow: hidden;
}
a.general-card .general-card__media img {
  transition: transform 0.3s ease;
}
a.general-card:hover {
  background-color: #f2c14e !important;
}
a.general-card:hover .general-card__media img {
  transform: scale(1.05);
}

.story-card {
  display: grid;
  grid-template-columns: 1fr;
  background: #2bb471;
  color: #4d0a4f;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (min-width: 61rem) {
  .story-card {
    grid-template-columns: 40% 1fr;
    margin-bottom: 2rem;
  }
}
@media (min-width: 106rem) {
  .story-card {
    grid-template-columns: 50% 1fr;
  }
}
.story-card__media {
  position: relative;
  display: flex;
  overflow: hidden;
}
.story-card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.story-card__content {
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 61rem) {
  .story-card__content {
    padding: 4rem 6rem;
  }
}
.story-card:hover {
  background-color: #153a35;
  color: white;
}
.story-card:hover .story-card__media img {
  transform: scale(1.05);
}
.story-card:hover .tag {
  color: #4d0a4f;
}

@media (min-width: 61rem) {
  .single-staff-story .horizontal-card {
    grid-template-columns: 20% 1fr;
  }
}
@media (min-width: 61rem) {
  .single-staff-story .horizontal-card__content {
    padding: 2rem 4rem;
  }
}

.accordion .accordion-toggle {
  cursor: pointer;
  padding: 16px 0px;
  background: white;
  border-radius: 6px;
  position: relative;
  display: grid;
  font-weight: 700;
  margin: 0;
  grid-template-columns: auto 20px;
  transition: all 0.3s ease;
}
.accordion .accordion-toggle:hover {
  background: #fff8f1;
  padding: 16px 16px;
}
@media (max-width: 46rem) {
  .accordion .accordion-toggle h2, .accordion .accordion-toggle .stat {
    font-size: 24px;
  }
}
.accordion .accordion-toggle h2, .accordion .accordion-toggle .stat, .accordion .accordion-toggle h3, .accordion .accordion-toggle .introduction, .accordion .accordion-toggle .card-title, .accordion .accordion-toggle .region-card__content {
  margin: 0;
}
.accordion .accordion-content {
  max-height: 1px;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  background: white;
  margin-bottom: 2px;
  border-bottom: 1px solid #4d0a4f;
}
.accordion .accordion-content__inner {
  padding: 16px 0px 32px 0px;
}
.accordion .accordion-content.content-transition {
  max-height: 1500px;
  transition: max-height 0.5s ease-in;
}

.arrow {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: all 0.5s ease;
}

.rotate {
  transform: rotate(180deg);
}

.regions-marquee {
  position: relative;
}

.marquee-viewport {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 2rem;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.marquee-item {
  max-width: 140px;
  width: 100%;
  flex-shrink: 0;
  pointer-events: auto;
}
@media (min-width: 46rem) {
  .marquee-item {
    max-width: 200px;
  }
}
@media (min-width: 61rem) {
  .marquee-item {
    max-width: 240px;
  }
}
@media (min-width: 73rem) {
  .marquee-item {
    max-width: 280px;
  }
}
@media (min-width: 106rem) {
  .marquee-item {
    max-width: 300px;
  }
}

.marquee-navigation {
  width: auto;
  height: auto;
  position: relative;
  max-width: calc(100% - 6rem);
  margin: 2rem auto;
  z-index: 9;
  padding: 1rem 1.5rem;
  background: #fff8f1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
@media (min-width: 46rem) {
  .marquee-navigation {
    position: absolute;
    top: 0px;
    right: 2rem;
    margin: 0;
    gap: 0.5rem;
  }
}
.marquee-navigation .marquee-button {
  position: relative;
  width: 44px;
  height: 44px;
  background: white;
  padding: 0.5rem;
  border-radius: 4px;
  top: unset;
  left: unset;
  right: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  transition: background 0.3s ease;
}
@media (min-width: 61rem) {
  .marquee-navigation .marquee-button {
    width: 32px;
    height: 32px;
  }
}
.marquee-navigation .marquee-button.inactive {
  opacity: 0.5;
  cursor: not-allowed;
}
.marquee-navigation .marquee-button:hover {
  background: #e2c3ff;
}
.marquee-navigation .marquee-button:before, .marquee-navigation .marquee-button:after {
  display: none !important;
}
.marquee-navigation .marquee-button[hidden] {
  display: none !important;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.wp-block {
  max-width: 100%;
}