@charset "UTF-8";
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .row {
    padding: 0 0;
  }
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.natural-height {
  align-items: flex-start;
}
.row.flex-column {
  flex-direction: column;
}
.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 1rem;
}
.col.reverse {
  flex-direction: column-reverse;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
.align-start {
  align-self: flex-start;
}
.align-end {
  align-self: flex-end;
}
.align-center {
  align-self: center;
}
.align-baseline {
  align-self: baseline;
}
.align-stretch {
  align-self: stretch;
}
.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 1rem;
}
.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 1rem;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 1rem;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 1rem;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 1rem;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 1rem;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1rem;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.row.start-xs {
  justify-content: flex-start;
}
.row.center-xs {
  justify-content: center;
}
.row.end-xs {
  justify-content: flex-end;
}
.row.top-xs {
  align-items: flex-start;
}
.row.middle-xs {
  align-items: center;
}
.row.bottom-xs {
  align-items: flex-end;
}
.row.around-xs {
  justify-content: space-around;
}
.row.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 641px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 801px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1241px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}
.col-no-gutter {
  padding: 0;
}
.show {
  display: block !important;
}
.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide {
  display: none !important;
}
.show-xs {
  display: block !important;
}
.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hide-xs {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1241px) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .alignright, .alignleft {
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 642px) {
  .alignright, .alignleft {
    float: none;
    width: 100%;
    height: auto;
  }
}
* {
  font-family: "Indivisible", sans-serif;
  color: #111111;
  /*font-size: 18px;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
*:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #AF0066;
}
body main > section {
  overflow: hidden;
}
.page-shift {
  background: #fff;
}
main {
  min-height: calc(100vh - 337px);
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 68px;
  }
}
html.no-scrolling, html.no-scrolling body {
  max-height: 100%;
  overflow: hidden;
}
.background-dark, .bg-dark {
  background-color: #000000;
}
.background-dark input[type="text"], .background-dark input[type="email"], .background-dark .ginput_container input, .bg-dark input[type="text"], .bg-dark input[type="email"], .bg-dark .ginput_container input {
  color: #333 !important;
}
.background-dark + .background-dark {
  padding-top: 0;
}
.background-light {
  background-color: #EBF1F4;
}
.background-white {
  background-color: #ffffff;
}
.bg-dark, .background-dark {
  background: #000000;
  color: #fff;
}
.bg-dark *, .background-dark * {
  color: #fff;
}
.font-bold {
  font-weight: 600;
}
.bg-light, .background-light {
  background: #EBF1F4;
}
.bg-lightblue, .background-lightblue {
  background: #EBF1F4;
}
html h1, html .h1, html h1 * {
  font-size: 65px;
  line-height: 1;
  font-family: "Magistral", sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  html h1, html .h1, html h1 * {
    font-size: 50px;
  }
}
html h1.h1--large, html h1.h1--large *, html .h1.h1--large, html .h1.h1--large *, html h1 *.h1--large, html h1 *.h1--large * {
  font-size: 92px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  html h1.h1--large, html h1.h1--large *, html .h1.h1--large, html .h1.h1--large *, html h1 *.h1--large, html h1 *.h1--large * {
    font-size: 50px;
  }
}
html h2, html .h2, html h2 > b {
  font-size: 45px;
  line-height: 1.15;
  font-family: "Magistral", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  html h2, html .h2, html h2 > b {
    font-size: 32px;
  }
}
html h2 b {
  display: inline-block;
}
html h3, html .h3 {
  font-size: 32px;
  line-height: 1.3;
  font-family: "Indivisible", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 640px) {
  html h3, html .h3 {
    font-size: 24px;
  }
}
html h3.h3--small {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  html h3.h3--small {
    font-size: 17px;
  }
}
html h4, html .h4 {
  font-size: 21px;
  line-height: 1.2;
  font-family: "Indivisible", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 640px) {
  html h4, html .h4 {
    font-size: 18px;
  }
}
html h5, html .h5 {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Indivisible", sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  html h5, html .h5 {
    font-size: 16px;
  }
}
html h6, html .h6 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Indivisible", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  color: #111111;
}
html p, html .text, html .text p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Indivisible", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0px;
}
@media screen and (max-width: 640px) {
  html p, html .text, html .text p {
    font-size: 16px;
  }
}
html p:last-of-type, html .text:last-of-type {
  margin-bottom: 0;
}
html .text--large, html p.text--large, html div.text--large, html .text--large p, html .text--large * {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
}
html .text--large strong, html p.text--large strong, html div.text--large strong, html .text--large p strong, html .text--large * strong {
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  html .text--large, html p.text--large, html div.text--large, html .text--large p, html .text--large * {
    font-size: 22px;
  }
}
html p:empty {
  margin: 0 !important;
}
a, a > span {
  color: #AF0066;
}
.text--center {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mobile-text--left {
    text-align: left;
  }
}
hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.title-font {
  font-family: "Magistral", sans-serif;
}
.super-title {
  color: #00A3A6;
  text-transform: uppercase;
  max-width: 100% !important;
  font-weight: 600 !important;
}
.text-font {
  font-family: "Indivisible", sans-serif;
}
.text--primary {
  color: #AF0066;
}
.text--green {
  color: #00A3A6;
}
.text--red {
  color: #AF0066 !important;
}
.text--white {
  color: white !important;
}
.text--white * {
  color: white;
}
.text--bold {
  font-weight: 700;
}
.text--semi-bold {
  font-weight: 600;
}
.text--light {
  font-weight: 300;
}
.text--small {
  font-size: 14px;
}
.text--uppercase, .text--upper {
  text-transform: uppercase;
}
.border--left {
  border-left: 5px solid #AF0066;
  padding-left: 30px;
}
blockquote, blockquote p {
  font-size: 35px;
  line-height: 1.3em !important;
  font-weight: 600;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  blockquote, blockquote p {
    font-size: 22px;
  }
}
.rel {
  position: relative;
}
.z10 {
  z-index: 10;
}
.mg-auto {
  margin: auto;
}
.p-0 {
  padding: 0 !important;
}
.result-text {
  font-size: 16px;
}
a.link-under {
  text-decoration: underline;
}
a.link-under:hover {
  text-decoration: none;
}
.row--full, .full-width-row {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.row--full [class^="col"], .full-width-row [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row.row--no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.row.row--no-gutters > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row--standard, .max--1240 {
  max-width: 1240px;
}
.max--1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.max--700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.bg-white {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .bg-white {
    padding-top: 40px;
  }
}
.bg-grid {
  padding-top: 2rem;
}
.bg-color {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .bg-color {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bg-color + .bg-color {
  margin-top: 0px;
}
.bg-color + .footer {
  margin-top: 0;
}
.bg-color + .bg-color.bg-grid {
  padding-top: 0;
}
main > section:first-of-type {
  margin-top: 0;
}
.flex--center {
  display: flex;
  align-items: center;
}
.m-t-10 {
  margin-top: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.m-t-1 {
  margin-top: 10px !important;
}
.m-b-1 {
  margin-bottom: 10px !important;
}
.m-t-2 {
  margin-top: 20px !important;
}
.m-b-2 {
  margin-bottom: 20px !important;
}
.m-t-3 {
  margin-top: 40px !important;
}
.m-b-3 {
  margin-bottom: 40px !important;
}
.m-t-4 {
  margin-top: 60px !important;
}
.m-b-4 {
  margin-bottom: 60px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.p-t-1 {
  padding-top: 10px !important;
}
.p-b-1 {
  padding-bottom: 10px !important;
}
.p-t-2 {
  padding-top: 20px !important;
}
.p-b-2 {
  padding-bottom: 20px !important;
}
.p-t-3 {
  padding-top: 40px !important;
}
.p-b-3 {
  padding-bottom: 40px !important;
}
.p-t-4 {
  padding-top: 60px !important;
}
.p-b-4 {
  padding-bottom: 60px !important;
}
.p-t-5 {
  padding-top: 100px !important;
}
.p-b-5 {
  padding-bottom: 100px !important;
}
a {
  color: #AF0066;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.link {
  text-decoration: none;
  color: #AF0066;
  font-size: 16px;
  font-family: "Indivisible", sans-serif;
  font-weight: 600;
  border: none;
  background: none;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  line-height: 1.2em;
}
.link:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 4px;
  top: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23d41e1e' d='M264.6 70.63l176 168c4.75 4.531 7.438 10.81 7.438 17.38s-2.688 12.84-7.438 17.38l-176 168c-9.594 9.125-24.78 8.781-33.94-.8125c-9.156-9.5-8.812-24.75 .8125-33.94l132.7-126.6H24.01c-13.25 0-24.01-10.76-24.01-24.01s10.76-23.99 24.01-23.99h340.1l-132.7-126.6C221.8 96.23 221.5 80.98 230.6 71.45C239.8 61.85 254.1 61.51 264.6 70.63z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.button .char {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.button:hover .char {
  color: #AF0066;
}
.button, input[type="submit"], .nav-button a {
  min-width: 200px;
  text-align: center;
  color: #fff;
  border: 2px solid #AF0066;
  padding: 10px 26px 10px 26px;
  background: #AF0066;
  transition: 0.25s ease-out;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  line-height: 1 !important;
  box-sizing: border-box;
}
.button:hover, input[type="submit"]:hover, .nav-button a:hover {
  background: #fff;
  color: #AF0066;
  text-decoration: none;
}
.button.button--ghost, input[type="submit"].button--ghost, .nav-button a.button--ghost {
  border: 1px solid #AF0066;
  background: transparent;
}
.button.button--ghost:hover, input[type="submit"].button--ghost:hover, .nav-button a.button--ghost:hover {
  background: #AF0066;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .card--global--column:first-of-type {
    margin-top: 0;
  }
}
.card--global {
  padding: 20px 1rem 40px;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 1024px) {
  .card--global {
    padding: 20px 25px 40px;
  }
}
.card--global * {
  color: #111111;
}
.card--global a:hover {
  text-decoration: none;
}
.card--global a:hover h3 {
  text-decoration: underline;
}
.card--global .card-date {
  font-weight: 600;
}
.card--global button {
  background: transparent;
  border: none;
  padding: 0;
  color: #AF0066;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.card--global button:hover {
  cursor: pointer;
  opacity: 0.6;
}
main ul {
  margin: 10px 0 15px 0;
  padding-left: 0;
  list-style: none;
}
main ul li {
  padding: 0px 0 0px 20px;
  line-height: 1.5em;
  font-family: "Indivisible", sans-serif;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}
main ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #AF0066;
}
main ul ul {
  margin-left: 15px;
}
main .background-dark ul li:before {
  background: #FFB400;
}
ol {
  margin: 10px 0 30px 0;
  padding-left: 40px;
  list-style: none;
  counter-reset: item;
}
ol li {
  padding: 10px;
  margin: 0 0 20px 0;
  background-color: rgba(0, 163, 166, 0.2);
  color: #00A3A6;
  text-transform: uppercase;
  counter-increment: item;
  position: relative;
}
ol li:before {
  margin-right: 10px;
  content: counter(item);
  background: #00A3A6;
  border-radius: 100%;
  color: white;
  width: 1.2em;
  text-align: center;
  display: block;
  position: absolute;
  left: -38px;
  width: 38px;
  height: 100%;
  top: 0;
  border-radius: 0;
  line-height: 38px;
  font-size: 1.2em;
  font-weight: bold;
}
.image__sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.image__sizer.image__sizer--4x4 {
  padding-top: 100%;
}
.image__sizer.image__sizer--3x4 {
  padding-top: 133%;
}
.image__sizer.image__sizer--2x3 {
  padding-top: 150%;
}
.image__sizer.image__sizer--16x9 {
  padding-top: 56.25%;
}
.image__sizer.image__sizer--21x9 {
  padding-top: 42.857%;
}
.image__sizer.image__sizer--full {
  padding-top: 0;
  height: 100%;
}
.image__sizer.image__sizer--full-screen {
  padding-top: 0;
  height: 100vh;
}
.image__sizer .image__wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image__sizer .image__wrap.max--800 {
  max-height: 800px;
}
.image__sizer .image__wrap.contain img {
  object-fit: contain;
}
.image__sizer .image__wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
header {
  position: relative;
  z-index: 10;
}
main {
  position: relative;
  z-index: 5;
}
main section {
  position: relative;
  z-index: 5;
  background: transparent;
}
main .z-10 {
  z-index: 10;
}
footer {
  position: relative;
  z-index: 4;
}
main > div {
  position: relative;
  z-index: 5;
}
.spinner {
  margin: 0px auto;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #AF0066;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.text-center {
  text-align: center;
}
.background-dark .cpt-intro-text * {
  color: #fff;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
main section:last-of-type {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  main section:last-of-type {
    padding-bottom: 80px;
  }
}
section .table-container {
  width: 100%;
  overflow-x: auto;
  /* Enable horizontal scrolling on mobile */
  -webkit-overflow-scrolling: touch;
  /* Ensure smooth scrolling on iOS */
  margin: 20px 0;
}
section .table-section-row, section .table-section-row * {
  background: #434749;
  color: #fff;
}
section table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /* Force equal width for all columns */
}
section table a {
  color: #AF0066;
  text-decoration: underline;
}
section table a:hover {
  text-decoration: none;
}
section th, section td {
  padding: 10px;
  text-align: left;
  border: 1px solid #fff;
  background-color: #EBF1F4;
  vertical-align: top;
  width: 25%;
  /* Ensures each column takes up 25% of the table width */
  overflow-wrap: break-word;
}
section th {
  background-color: #000;
  color: #fff;
}
section td a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  section th, section td {
    font-size: 16px;
    /* Adjust font size on mobile */
    padding: 8px;
    width: 200px;
  }
  section th a, section td a {
    font-size: 16px;
  }
}
small, small * {
  font-size: 12px;
}
.inline-search-form .search-instructions {
  display: none;
}
.inline-search-form form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.inline-search-form form input[type="search"] {
  width: 100%;
  padding: 20px;
}
.inline-search-form form button {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.arrow-link {
  display: inline-block;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: underline;
  font-weight: 700;
  color: #AF0066 !important;
}
.arrow-link:before {
  content: none;
}
.arrow-link:hover {
  text-decoration: none !important;
}
.arrow-link:hover:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23AF0066' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  right: -5px;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  animation: slideInLeftArrow 0.3s ease-out;
  animation-fill-mode: forwards;
}
@media (max-width: 640px) {
  .arrow-link:hover:after {
    display: none;
  }
}
@keyframes slideInLeftArrow {
  0% {
    right: 6px;
  }
  100% {
    right: -5px;
  }
}
@media (max-width: 640px) {
  [data-aos=fade-left], [data-aos=fade-right] {
    transform: translate3d(0, 100px, 0);
  }
}
.background-dark .gform_confirmation_wrapper {
  background: transparent;
}
.subscribe {
  padding-top: 40px;
  padding-bottom: 40px;
}
.subscribe .placeholder-labels .text-field label, .subscribe .placeholder-labels .textarea-field label, .subscribe .placeholder-labels .email-field label, .subscribe .placeholder-labels .phone-field label {
  top: 20px;
  font-size: 14px;
}
@media (max-width: 640px) {
  .subscribe .placeholder-labels .gfield {
    margin: 10px 0 !important;
  }
  .subscribe .active {
    font-size: 14px;
  }
}
.subscribe .placeholder-labels .gfield.active label {
  top: -24px;
}
.subscribe .gform_validation_errors {
  margin-bottom: 30px !important;
}
.subscribe.background-dark .placeholder-labels .active .gfield_label {
  color: #fff;
}
.subscribe.background-dark .captchaDisc {
  color: #fff !important;
}
.subscribe.background-dark .captchaDisc * {
  color: #fff !important;
}
.subscribe .placeholder-labels .gfield {
  margin-top: 0;
}
.subscribe .gform_wrapper.gravity-theme .description, .subscribe .gform_wrapper.gravity-theme .gfield_description, .subscribe .gform_wrapper.gravity-theme .gsection_description, .subscribe .gform_wrapper.gravity-theme .instruction {
  width: 268px;
}
@media screen and (max-width: 1200px) {
  .subscribe .gform_wrapper.gravity-theme .description, .subscribe .gform_wrapper.gravity-theme .gfield_description, .subscribe .gform_wrapper.gravity-theme .gsection_description, .subscribe .gform_wrapper.gravity-theme .instruction {
    width: 32vw;
    margin-right: 4vw;
  }
}
@media (max-width: 640px) {
  .subscribe .gform_wrapper.gravity-theme .description, .subscribe .gform_wrapper.gravity-theme .gfield_description, .subscribe .gform_wrapper.gravity-theme .gsection_description, .subscribe .gform_wrapper.gravity-theme .instruction {
    width: 100%;
    margin-right: 0;
  }
}
.subscribe .nx-form-success .gform_confirmation_wrapper {
  min-height: auto !important;
}
.subscribe .gform_wrapper form {
  display: flex;
}
.subscribe .gform_wrapper form input {
  margin-right: 40px;
}
.subscribe .gform_wrapper .gform_footer {
  max-width: 170px;
}
.subscribe .gform_wrapper .gform_footer input {
  width: 100%;
}
.subscribe .gform_wrapper .gform_footer input[type="submit"] {
  min-width: auto;
  padding: 18px 26px;
}
.subscribe .gform_title {
  display: none;
}
.subscribe .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .subscribe .info {
    display: block;
  }
  .subscribe .h2 {
    margin-bottom: 20px;
  }
  .subscribe .gform_footer {
    max-width: 20vw !important;
  }
}
@media (min-width: 1200px) {
  .subscribe .h2 {
    max-width: 400px;
  }
}
.subscribe .gform_wrapper.gravity-theme .gform_footer, .subscribe .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0;
  margin: 0;
}
.subscribe .gform_wrapper.gravity-theme .gfield [type="text"], .subscribe .gform_wrapper.gravity-theme .gfield [type="email"] {
  height: 56px;
  width: 268px;
}
@media screen and (max-width: 1200px) {
  .subscribe .gform_wrapper.gravity-theme .gfield [type="text"], .subscribe .gform_wrapper.gravity-theme .gfield [type="email"] {
    width: 32vw;
    margin-right: 4vw;
  }
}
@media (max-width: 640px) {
  .subscribe .gform_wrapper.gravity-theme .gfield [type="text"], .subscribe .gform_wrapper.gravity-theme .gfield [type="email"] {
    width: 100%;
    margin-right: 0;
  }
}
.subscribe .gform_wrapper.gravity-theme .gfield [type="submit"] {
  text-align: center;
  padding: 18px 26px;
}
@media screen and (max-width: 1024px) {
  .subscribe .gform_wrapper.gravity-theme .gfield [type="submit"] {
    width: auto;
    line-height: 1em !important;
  }
}
.subscribe .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
}
@media screen and (max-width: 1024px) {
  .subscribe .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .subscribe .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    grid-column: span 12;
  }
}
@media (max-width: 640px) {
  .subscribe {
    text-align: center;
  }
  .subscribe .gform_wrapper form {
    display: block;
  }
  .subscribe .gform_wrapper .gform_footer {
    max-width: 260px !important;
    margin-top: 20px !important;
  }
  .subscribe .gform_wrapper .gform_footer input[type="submit"] {
    padding: 10px 26px 10px 26px;
    min-width: 160px;
  }
}
.subscribe .gform_ajax_spinner {
  top: 20px;
}
@media (max-width: 640px) {
  .subscribe .gform_ajax_spinner {
    top: 8px;
  }
}
.paragraphs p a, .paragraphs li a, .text-image p a, .text-image li a {
  text-decoration: underline;
}
.paragraphs p a:hover, .paragraphs li a:hover, .text-image p a:hover, .text-image li a:hover {
  text-decoration: none;
}
.text-medium {
  font-size: 16px !important;
}
@media (max-width: 1024px) {
  .hide-mbl {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .hide-mbl-unique {
    display: none !important;
  }
}
@media (max-width: 1249px) {
  .hide-mbl-unique-2 {
    display: none !important;
  }
}
li.gfield_description:before {
  display: none;
}
.home #navigation.at-top {
  background: transparent;
}
#navigation.nav--dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#navigation.nav--dark.at-top {
  border-bottom: 0;
}
#navigation.nav--dark .logo svg * {
  fill: #fff;
}
#navigation.nav--light {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#navigation.nav--light nav .menu-main-menu-container > ul.menu > li.menu-item > a {
  color: #000;
}
#navigation.nav--light nav .menu-utility-nav-container > ul.menu > li.menu-item > a {
  color: #000;
}
#navigation.nav--light .search-icon span {
  color: #000;
}
#navigation.nav--light .search-icon svg * {
  fill: #000;
}
#navigation.nav--light nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
#navigation.nav--light nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
  border-top: 1px solid #606060;
}
#navigation {
  border-bottom: 0px solid #eee;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  background: #000000;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
  #navigation.nav--dark {
    background: #000 !important;
  }
  #navigation.nav--dark .hamburger-inner, #navigation.nav--dark .hamburger-inner::before, #navigation.nav--dark .hamburger-inner::after {
    background-color: #fff;
  }
}
#navigation.scroll-down {
  transform: translateY(-100%);
}
#navigation.scroll-up {
  transform: translateY(0);
}
#navigation.at-top {
  transform: translateY(0);
}
#navigation ul {
  list-style: none;
  padding-left: 0;
}
#navigation .logo img {
  height: 60px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  #navigation .logo img {
    height: 50px;
  }
}
#navigation .logo__wrap {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 640px) {
  #navigation .logo__wrap {
    padding: 15px 0;
  }
}
#navigation .logo-text {
  padding-left: 20px;
}
#navigation .nav__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #navigation .nav__wrap {
    opacity: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
}
#navigation div.nav--top {
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #navigation div.nav--top {
    order: 2;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .nav--bottom {
    order: 1;
  }
}
#navigation .nav--top, #navigation .nav--bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
#navigation .mobile-menu-button {
  display: none;
  transform: scale(0.8);
}
@media screen and (max-width: 1024px) {
  #navigation .mobile-menu-button {
    display: block;
  }
  #navigation .mobile-menu-button:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .nav-header {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    z-index: 20;
    overflow: hidden;
    padding: 0;
    display: none;
  }
}
#navigation nav {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #navigation nav {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  #navigation nav {
    width: 100%;
    padding: 0 1rem;
  }
}
#navigation nav .menu-utility-nav-container > ul.menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-utility-nav-container > ul.menu {
    display: block;
    margin: 0px 0 30px;
  }
  #navigation nav .menu-utility-nav-container > ul.menu:last-of-type {
    margin: 0;
  }
}
#navigation nav .menu-utility-nav-container > ul.menu > li.menu-item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-utility-nav-container > ul.menu > li.menu-item {
    padding: 0;
  }
}
#navigation nav .menu-utility-nav-container > ul.menu > li.menu-item > a {
  padding: 7px 15px 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Indivisible", sans-serif;
}
#navigation nav .menu-utility-nav-container > ul.menu > li.menu-item > a:before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #FFB400;
  width: calc(100% + -20px);
  left: 10px;
  right: 10px;
  bottom: -5px;
  opacity: 0;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #navigation nav .menu-utility-nav-container > ul.menu > li.menu-item > a {
    font-size: 15px;
  }
}
#navigation nav .menu-utility-nav-container > ul.menu > li.menu-item > a:hover {
  text-decoration: none;
}
#navigation nav .menu-utility-nav-container > ul.menu > li.menu-item > a:hover:before {
  bottom: 0px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-utility-nav-container > ul.menu > li.menu-item > a {
    position: relative;
    display: block;
    padding: 0px 0 30px 0;
    color: #000;
    font-weight: 400;
  }
}
#navigation nav .menu-main-menu-container > ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding-top: 5px;
  margin-right: -15px;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu {
    padding-top: 0;
    display: block;
    margin: 0px 0 20px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item {
    padding: 0;
    border-bottom: 1px solid #FFB400;
    position: static;
  }
}
@media screen and (min-width: 1025px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
    max-height: 0px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item:hover > ul.sub-menu, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.acc-show > ul.sub-menu {
    opacity: 1;
    max-height: 800px;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item:hover.menu-item-has-children:before, #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.acc-show.menu-item-has-children:before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item:last-of-type {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children > a:before {
    width: calc(100% + 6px);
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Indivisible", sans-serif;
  padding: 7px 15px 15px 15px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Indivisible", sans-serif;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a {
    font-size: 15px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a:before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #FFB400;
  width: calc(100% + -20px);
  left: 10px;
  right: 10px;
  bottom: -5px;
  opacity: 0;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a {
    font-size: 15px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a:hover {
  text-decoration: none;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a:hover:before {
  bottom: 5px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > a {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #000;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children {
  padding-right: 8px;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children {
    padding: 0;
    margin-right: 0px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children > a {
  cursor: context-menu;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children > a {
    cursor: pointer;
    position: relative;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23AF0066' viewBox='0 0 320 512'%3E%3Cpath d='M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z'/%3E%3C/svg%3E");
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center center;
  transition: 0.15s ease-out;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item.menu-item-has-children::before {
    display: none;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item:last-of-type > ul.sub-menu {
  left: unset;
  right: 0;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #ffffff;
  min-width: 320px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s, max-height 0.5s ease-in-out;
  border: 1px solid #ccc;
  border-top: none;
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu {
    display: none;
    max-height: unset;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #ffffff;
    min-width: 320px;
    overflow: hidden;
    transition: opacity 0.15s, max-height 0.3s ease-in-out;
  }
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu.sub-menu-active {
    display: block;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu .drawer-back-button-wrap {
  padding: 20px 0;
  background: #EBF1F4;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu .drawer-back-button-wrap button {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin: 0 2rem;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu .drawer-back-button-wrap button {
    margin: 0 1rem;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu .drawer-back-button-wrap button:hover {
  cursor: pointer;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu .drawer-back-button-wrap button::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23AF0066' d='M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z'/%3E%3C/svg%3E");
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  font-family: "Indivisible", sans-serif;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu a {
    font-size: 15px;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
  border-bottom: 1px solid #FFB400;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item a {
  padding: 20px;
  display: block;
  position: relative;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item a:before {
  content: none;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item a:hover:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23AF0066' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  animation: slideInLeftNav 0.3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes slideInLeftNav {
  0% {
    right: 40px;
  }
  100% {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  #navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
    margin: 0 1rem;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:last-of-type {
  border-bottom: none;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  border-top: 1px solid #FFB400;
  margin-top: 20px;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:last-of-type {
  border-bottom: none;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
  padding: 0;
  margin: 0;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item {
  border-bottom: 1px solid #FFB400;
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu > li.menu-item a {
  font-weight: 400;
}
#navigation .search-icon {
  background: transparent;
  padding: 6px 0 0 0;
  position: relative;
  border: 0;
  padding: 8px 15px 10px 15px;
  margin-right: -15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #navigation .search-icon {
    display: none;
    margin-left: 0;
  }
}
#navigation .search-icon:before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #FFB400;
  width: calc(100% + -20px);
  left: 10px;
  right: 10px;
  bottom: -5px;
  opacity: 0;
}
#navigation .search-icon:hover {
  text-decoration: none;
}
#navigation .search-icon:hover:before {
  bottom: 0px;
  opacity: 1;
}
#navigation .search-icon:hover {
  cursor: pointer;
}
#navigation .search-icon:hover span {
  text-decoration: none;
}
#navigation .search-icon span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Indivisible", sans-serif;
  display: inline-block;
  padding-right: 10px;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #navigation .search-icon span {
    font-size: 15px;
  }
}
#navigation .search-icon svg {
  box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
}
#navigation .search-icon svg * {
  fill: #ffffff;
}
#navigation .util__wrap {
  background: #efefef;
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  #navigation .util__wrap {
    display: none;
  }
}
#navigation .util__wrap .util__bar {
  display: flex;
  justify-content: flex-end;
}
#navigation .util__wrap .menu-item {
  margin: 5px 0 5px 15px;
}
#navigation .util__wrap .menu-item * {
  font-size: 14px;
}
#navigation svg.nav-download-icon {
  margin-left: 10px;
  width: 15px;
  fill: #AF0066;
}
#navigation .mobile-search {
  display: none;
}
@media screen and (max-width: 1024px) {
  #navigation .mobile-search {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  #navigation .mobile-search {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #navigation .mobile-search {
    display: block;
  }
  #navigation .mobile-search:hover {
    cursor: pointer;
  }
  #navigation .mobile-search form {
    position: relative;
    width: 100%;
  }
  #navigation .mobile-search input[type="text"], #navigation .mobile-search input[type="search"] {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #606060;
    border-radius: 0px;
    font-size: 16px;
  }
  #navigation .mobile-search input[type="text"]:focus, #navigation .mobile-search input[type="search"]:focus {
    border: 1px solid #FFB400;
  }
  #navigation .mobile-search input[type="text"]::placeholder, #navigation .mobile-search input[type="search"]::placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  #navigation .mobile-search button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  #navigation .mobile-search button:hover {
    cursor: pointer;
  }
  #navigation .mobile-search button svg {
    width: 100%;
    height: 100%;
  }
  #navigation .mobile-search .search-instructions {
    display: none;
  }
}
@media (max-width: 1024px) {
  .home #navigation.nav--dark.at-top {
    background: transparent !important;
  }
  .home #navigation.nav--dark.at-top.menu-is-opened {
    background: #000 !important;
  }
}
.search-search {
  display: block;
}
.search-search .search-field {
  font-size: 16px;
}
.search-search:hover {
  cursor: pointer;
}
.search-search form {
  position: relative;
  width: 100%;
}
.search-search input[type="text"], .search-search input[type="search"] {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #606060;
  border-radius: 0px;
}
@media (min-width: 640px) {
  .search-search input[type="text"], .search-search input[type="search"] {
    padding: 17px 10px;
  }
}
.search-search input[type="text"]:focus, .search-search input[type="search"]:focus {
  border: 1px solid #FFB400;
}
.search-search input[type="text"]::placeholder, .search-search input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.search-search button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 640px) {
  .search-search button {
    width: 55px;
    height: 55px;
  }
}
.search-search button:hover {
  cursor: pointer;
}
.search-search button svg {
  width: 100%;
  height: 100%;
}
.search-search .search-instructions {
  display: none;
}
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #373737;
}
.hamburger-box {
  width: 40px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #373737;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home h2 + .text--green.text--large.m-t-10 {
  margin-top: 30px !important;
}
@media (max-width: 1024px) {
  .nav__wrap a:before {
    display: none;
  }
}
#navigation nav .menu-main-menu-container > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .nav--light .nav-search-wrap .desktop-search input[type="search"] {
    color: #000;
  }
  .nav-search-wrap {
    width: 100px;
    transition: 0.3s ease-in-out;
    position: relative;
    /* clears the ‘X’ from Internet Explorer */
    /* clears the ‘X’ from Chrome */
  }
  .nav-search-wrap input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }
  .nav-search-wrap input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
  }
  .nav-search-wrap input[type="search"]::-webkit-search-decoration, .nav-search-wrap input[type="search"]::-webkit-search-cancel-button, .nav-search-wrap input[type="search"]::-webkit-search-results-button, .nav-search-wrap input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  .nav-search-wrap .search-instructions {
    display: none !important;
  }
  .nav-search-wrap .search-icon {
    position: relative;
    z-index: 1;
  }
  .nav-search-wrap .desktop-search {
    display: block !important;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: 0.2s ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .nav-search-wrap .desktop-search form {
    width: 100%;
    height: 100%;
  }
  .nav-search-wrap .desktop-search path {
    fill: #FFB400;
  }
  .nav-search-wrap .desktop-search input[type="search"] {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #FFB400;
    color: #fff;
  }
  .nav-search-wrap .desktop-search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    border: 0;
    opacity: 0;
  }
  .nav-search-wrap.search-expanded {
    width: 300px;
  }
  .nav-search-wrap.search-expanded .search-icon {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .nav-search-wrap.search-expanded .search-icon span {
    opacity: 0;
    z-index: 0;
  }
  .nav-search-wrap.search-expanded .mobile-search {
    z-index: 1;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  body.menu-is-opened {
    overflow: hidden;
  }
}
.contact-cta {
  margin-top: 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  .contact-cta {
    position: relative;
  }
  .contact-cta:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}
.contact-cta .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .contact-cta .info {
    flex-direction: column;
    text-align: center;
  }
}
.contact-cta h2 {
  margin-right: 40px;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .contact-cta h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact-cta .rel {
  z-index: 10;
}
.contact-cta .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
}
.contact-cta .bg-image img {
  height: 100%;
  width: auto;
}
.footer {
  padding: 40px 0;
  border-top: 2px solid #eee;
  background: #EBF1F4;
}
@media screen and (max-width: 640px) {
  .footer {
    margin-top: 40px;
  }
}
.footer .footer-logo img {
  height: 60px;
  width: auto;
}
.footer p {
  color: #111111;
  font-family: "Indivisible", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 16px;
}
.footer a {
  color: #AF0066;
  font-family: "Indivisible", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 16px;
}
.footer .social-icon {
  width: 30px;
  height: auto;
}
.footer .footer--util {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .footer .footer--util {
    text-align: left;
  }
}
.footer .footer-address {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer-address {
    text-align: left;
    padding: 30px 0;
  }
}
.sidebar-main + .footer {
  margin-top: 0;
}
body.search-open {
  overflow: hidden;
}
.search-page-dummy {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 10;
}
.search-page-dummy.search-open {
  display: block;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
}
.search-page-dummy.search-open.search-page-dummy--1 {
  z-index: 10;
  background: #630039;
  transform: perspective(1000px) translate3d(0, calc(40vh - 40px), -130px);
  animation-delay: 0.35s;
}
.search-page-dummy.search-open.search-page-dummy--2 {
  z-index: 9;
  background: #7c0048;
  transform: perspective(1000px) translate3d(0, calc(40vh - 80px), -160px);
  animation-delay: 0.45s;
}
.search-page-dummy.search-open.search-page-dummy--3 {
  z-index: 8;
  background: #960057;
  transform: perspective(1000px) translate3d(0, calc(40vh - 120px), -190px);
  animation-delay: 0.55s;
}
.page-shift {
  transition: 0.35s ease-out;
  position: relative;
  z-index: 20;
}
.page-shift.search-open {
  transform: perspective(1000px) translate3d(0, 40vh, -100px);
  pointer-events: none;
  overflow-y: hidden;
  height: 100vh;
}
.s-form {
  display: none;
  position: absolute;
  left: 50%;
  top: 15vh;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 785px;
  max-width: 90%;
}
.s-form .search-form {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  margin: 0;
}
.s-form .search-form input[type="search"] {
  max-width: 100%;
  border: none;
  border-bottom: 3px solid #FFB400;
  border-radius: 0;
  padding: 10px;
  font-size: 70px;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .s-form .search-form input[type="search"] {
    max-width: 100%;
  }
}
.s-form .search-form input[type="search"]:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid #FFB400;
}
.s-form .search-form input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.s-form .search-form label {
  width: 100%;
}
.s-form .search-submit {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid #FFB400;
}
.s-form path {
  fill: #111;
}
.s-form .search-instructions {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.search-form {
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.search-form input[type=search] {
  outline: 0 !important;
}
.search-form input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-form input[type="search"]::-webkit-search-decoration, .search-form input[type="search"]::-webkit-search-cancel-button, .search-form input[type="search"]::-webkit-search-results-button, .search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.person-info {
  position: sticky;
  top: 30px;
}
@media (max-width: 1024px) {
  .person-info img {
    width: 400px;
    height: auto;
    max-width: 100%;
  }
}
.single-team-container {
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  .single-team-container {
    padding: 80px 0 0;
  }
}
.single-team-wrap {
  background: #fff;
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  .single-team-wrap {
    padding: 60px 50px;
  }
}
.people-title, h1.people-title {
  font-size: 21px;
  font-weight: 600;
  font-family: "Indivisible", sans-serif;
}
.icon-link {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  color: #000;
  transition: 0.3s ease-in-out;
}
.icon-link:hover {
  opacity: 0.7;
}
.icon-link svg {
  position: absolute;
  width: 20px;
  height: auto;
  top: 2px;
  bottom: 0;
  left: 0;
}
@media (min-width: 640px) {
  .icon-link {
    font-size: 14px;
  }
  .icon-link svg {
    top: -2px;
  }
}
.icon-link a {
  color: #000;
  font-family: "Indivisible", sans-serif;
}
.font-ita, .font--ita {
  font-style: italic;
}
blockquote {
  font-weight: 300;
  padding: 30px 10px;
  border-top: 2px solid #FFB400;
  border-bottom: 2px solid #FFB400;
  font-family: "Magistral", sans-serif;
}
@media (min-width: 1024px) {
  blockquote {
    line-height: 47px;
    font-size: 40px;
    padding: 40px 20px;
  }
}
.sidebar-template {
  display: flex;
  justify-content: stretch;
}
.sidebar-template .sidebar {
  width: 260px;
  border-right: 1px solid #ccc;
  padding-bottom: 100px;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  transition: 0.2s ease-in-out;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .sidebar-template .sidebar {
    display: none;
  }
}
.sidebar-template .sidebar__info {
  padding: 1rem;
}
.sidebar-template .content {
  flex-grow: 1;
  padding-bottom: 100px;
}
.sidebar-template .text-image.bg-color {
  margin-top: 0;
}
.sidebar-template .sidebar__item {
  margin: 10px 0;
}
.sidebar-template .section-title {
  margin-top: 20px;
}
.sidebar-template .sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #efefef;
}
.email-blocks .email-block-title {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 5px;
}
.email-blocks h4 {
  margin-top: 30px;
}
.email-blocks .sources {
  font-style: italic;
  font-size: 0.9em;
}
.email-blocks .list {
  padding-left: 20px;
}
.single-post .post-banner-img {
  display: none;
}
.single-post .post-banner-img .image__sizer {
  min-height: 300px;
  position: relative;
  padding-top: 0 !important;
}
@media (min-width: 1200px) {
  .single-post .post-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .single-post .post-banner-img .image__sizer {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .single-post .post-banner-img {
    display: block;
  }
  .single-post .post-banner-img-mbl {
    display: none;
  }
}
.single-post div.sidebar-pad {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .single-post div.sidebar-pad {
    padding-top: 40px;
  }
}
.single-post .card__post:nth-of-type(n + 2) {
  margin-top: 40px;
}
.single-post .card__post {
  width: 100%;
}
.single-post .border--right {
  border-right: 2px solid #EFEFEF;
}
@media screen and (max-width: 1024px) {
  .single-post .border--right {
    border-right: none;
  }
}
.single-post .content > section:first-of-type {
  padding-top: 0;
}
.single-post .date {
  font-family: "Magistral", sans-serif;
}
@media screen and (max-width: 1024px) {
  .single-post .related-posts-sidebar {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #EFEFEF;
  }
}
.single-post .related-posts-sidebar .post-card {
  margin-bottom: 40px;
}
.single-post .posts-row > div:first-of-type .post-card {
  margin-top: 20px;
}
.single-post .full-width-hero {
  height: calc(100vh - 200px);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .single-post .full-width-hero {
    height: calc(100vh - 500px);
  }
}
.single-post .full-width-hero img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.single-post .side:not(.full-hero) h1 {
  margin-top: 30px;
}
.single-post section.blog-intro + section {
  padding-top: 30px;
}
.author-container {
  margin-bottom: 40px;
}
@media (min-width: 400px) {
  .author-container {
    display: flex;
    align-items: center;
    background-color: #fff;
  }
}
@media (max-width: 400px) {
  .author-container {
    text-align: center;
  }
  .author-image {
    margin: 0 auto 20px auto;
  }
}
.author-headshot {
  object-fit: cover;
  object-position: top;
}
.author-name {
  color: #111111;
  margin-bottom: 5px;
}
.author-info {
  width: 100%;
  padding: 2rem 0;
  border-top: 1px solid #FFB400;
  border-bottom: 1px solid #FFB400;
  vertical-align: middle;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 399px) {
  .author-info {
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 400px) {
  .author-info {
    height: 165px;
    padding: 0;
  }
}
.author-image {
  position: relative;
  text-align: center;
  width: 165px;
  height: 165px;
}
.author-image svg, .author-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.author-image img {
  width: 100%;
  height: 100%;
}
.author-image-cont {
  text-align: center;
}
@media (max-width: 399px) {
  .author-image-cont {
    padding-top: 30px;
    border-top: 1px solid #FFB400;
  }
}
@media (min-width: 400px) {
  .author-image-cont {
    max-width: 200px;
    width: 200px;
    margin-right: 20px;
  }
}
.single-post.munroe {
  background: linear-gradient(to bottom, #000 600px, #fff 300px);
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .single-post.munroe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.single-post.munroe .single-wrap {
  background: #fff;
}
.single-post.munroe .paragraph h2 *, .single-post.munroe .paragraph h3 * {
  font-size: 32px;
  line-height: 1.3;
  font-family: "Indivisible", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .single-post.munroe .paragraph h2 *, .single-post.munroe .paragraph h3 * {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .single-post.munroe .content > section {
    padding-top: 30px !important;
  }
}
.single-post.munroe .content > section:last-of-type {
  padding-bottom: 30px !important;
}
.search-results-wrap {
  background: linear-gradient(to bottom, #000 600px, #fff 300px);
  padding-top: 80px;
}
.single-content-wrap {
  margin: auto;
  padding-top: 4rem;
}
.single-content-wrap .content {
  min-height: 500px;
}
.m-auto {
  margin: auto;
}
main.single-post.munroe .single-intro-content + section {
  padding-top: 0 !important;
}
.hero {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #000;
}
.hero.hero_layout_light {
  background: #EBF1F4;
}
.hero.hero_layout_light h1, .hero.hero_layout_light h2, .hero.hero_layout_light p {
  color: #000;
}
.hero .border--bottom {
  border-bottom: 1px solid #FFB400;
}
.hero .info {
  position: relative;
}
.hero .info .footnote {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero .hero__title {
    max-width: 60%;
  }
}
.hero .intro-text {
  letter-spacing: 1px;
}
.hero .intro-text p {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .hero .intro-text {
    max-width: 63%;
  }
}
.hero .intro-text a {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .hero.text-center .hero__title, .hero.text-center .intro-text p {
    max-width: 100%;
  }
}
.hero.text-center .intro-text {
  margin: 0 auto;
}
.hero.darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero.darken-mobile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.hero h1, .hero .h1, .hero h2, .hero .h2 {
  margin-bottom: 0.8rem;
}
.hero h1, .hero .h1, .hero h2, .hero .h2, .hero p {
  color: #fff;
}
.hero .info {
  display: flex;
  z-index: 3;
  position: relative;
  padding: 4rem 1rem;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.hero .info.height-tall {
  min-height: calc(86vh - 150px);
}
.hero .info.height-short {
  min-height: calc(46vh - 150px);
}
.hero .info.height-default {
  min-height: calc(60vh - 150px);
}
.hero .info.height-full {
  min-height: calc(100vh - 150px);
}
@media screen and (min-width: 640px) {
  .hero .info .text--large {
    max-width: 630px;
  }
}
.hero .image-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero .image-hero__wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .hero .image-hero__wrap img {
    object-position: bottom right;
  }
}
.bottom-spacer {
  border-bottom: 2px solid #FFB400;
}
.home .hero-video p.text--large {
  font-size: 26px;
}
@media (min-width: 1024px) {
  .home .hero-video p.text--large {
    font-size: 30px;
  }
}
.home .image-hero__wrap:before, .home .image-hero__wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 12%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 2;
  /* Adjust this if needed based on your layout */
}
.home .image-hero__wrap:before {
  background: linear-gradient(to bottom, #000 0%, transparent 20%);
}
.home .hero-video {
  margin-top: -110px;
}
.hero-video {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #000;
}
@media (max-width: 500px) {
  .hero-video {
    padding: 100px 0;
  }
}
@media (max-width: 360px) {
  .hero-video {
    aspect-ratio: initial !important;
  }
}
@media (max-width: 639px) {
  .hero-video {
    aspect-ratio: 1;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hero-video {
    aspect-ratio: 1.3333333333;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .hero-video {
    aspect-ratio: 1.7777777778;
  }
}
@media (min-width: 1300px) {
  .hero-video {
    aspect-ratio: 2.3333333333;
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.hero-video .hero-iframe-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  container-type: size;
  overflow: hidden;
}
.hero-video .hero-iframe-wrap > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@container (min-aspect-ratio: 16/9) {
  .hero-video .hero-iframe-wrap > iframe {
    height: 56.25cqw;
    /* 100*9/16 */
  }
}
@container (max-aspect-ratio: 16/9) {
  .hero-video .hero-iframe-wrap > iframe {
    width: 177.78cqh;
    /* 100*16/9 */
  }
}
.hero-video video {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-video .info {
  position: relative;
}
.hero-video .info .footnote {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hero-video .hero__title {
    max-width: 60%;
  }
}
.hero-video .intro-text {
  letter-spacing: 1px;
}
.hero-video .intro-text p {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .hero-video .intro-text > p {
    display: inline-block;
  }
}
.hero-video .intro-text a {
  margin-top: 1rem;
}
.hero-video.text-center .intro-text p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero-video.text-center .intro-text p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .hero-video.text-center .hero__title, .hero-video.text-center .intro-text p {
    max-width: 100%;
  }
}
.hero-video.text-center .intro-text {
  margin: 0 auto;
}
.hero-video.darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero-video.darken-mobile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
.hero-video h1, .hero-video .h1, .hero-video h2, .hero-video .h2 {
  margin-bottom: 0.8rem;
}
.hero-video h1, .hero-video .h1, .hero-video h2, .hero-video .h2, .hero-video p, .hero-video h1 * {
  color: #fff;
}
.hero-video .info {
  display: flex;
  z-index: 3;
  position: relative;
  padding: 4rem 1rem;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.hero-video .info.height-tall {
  min-height: calc(57vw - 150px);
}
@media (max-width: 1540px) {
  .hero-video .info.height-tall {
    min-height: calc(41vw + 100px);
  }
}
@media (max-width: 1300px) {
  .hero-video .info.height-tall {
    min-height: calc(53vw + 100px);
  }
}
@media (max-width: 1140px) {
  .hero-video .info.height-tall {
    min-height: calc(49vw + 100px);
  }
}
@media (max-width: 1024px) {
  .hero-video .info.height-tall {
    min-height: 81vw;
  }
}
@media (max-width: 640px) {
  .hero-video .info.height-tall {
    min-height: 100vw;
  }
}
.hero-video .info.height-short {
  min-height: calc(46vh - 150px);
}
.hero-video .info.height-default {
  min-height: calc(60vh - 150px);
}
.hero-video .info.height-full {
  min-height: calc(100vh - 150px);
}
@media screen and (min-width: 640px) {
  .hero-video .info .text--large {
    max-width: 630px;
  }
}
.hero-video .image-hero__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero-video .image-hero__wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media (max-width: 1200px) {
  .hero-iframe-bg {
    width: 200%;
    height: 200%;
  }
}
@media (max-width: 500px) {
  .hero-iframe-bg {
    width: 320%;
    height: 240%;
  }
}
@media (min-height: 1400px) {
  .hero-iframe-bg {
    width: 170vh;
    height: 200vh;
  }
}
@media (max-width: 1024px) {
  .hide-mobile-video .hero-iframe-bg, .hide-mobile-video video, .hide-mobile-video iframe {
    display: none;
  }
}
.dots-left .slick-dots {
  text-align: left;
}
.padded-row .info {
  padding-left: 2rem;
  padding-right: 2rem;
}
.hero-slider .text-center .hero__title, .hero-slider .text-center .intro-text {
  margin-left: auto;
  margin-right: auto;
}
.hero-arrows {
  font-size: 0px;
}
.hero-arrows svg {
  font-size: 1.7rem;
  color: #fff;
}
.hero-arrows svg path {
  transition: 0.3s ease-in-out;
  fill: #fff;
}
.hero-arrows li {
  list-style-type: none;
  padding-left: 0;
}
.hero-arrows li:before {
  display: none;
}
.hero-arrows li:hover {
  cursor: pointer;
}
.hero-arrows li:hover svg path {
  fill: #AF0066;
}
.hero-arrows .prev {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  left: 1rem;
}
.hero-arrows .next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  right: 1rem;
}
.dots-right .slick-dots {
  text-align: right;
}
.hero-slider {
  position: relative;
  width: 100%;
  max-width: 100vw;
  /* Adjust the maximum width of the slider if needed */
  margin: 0 auto;
  overflow: hidden;
}
.hero-slider .slick-slide {
  position: relative;
}
.hero-slider .darken:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-slider .slick-dots {
  bottom: 1rem;
  padding: 0 1rem;
}
.hero-slider .slick-dots li:before {
  display: none !important;
}
.hero-slider .slick-dots li {
  opacity: 1;
}
.hero-slider .slick-dots li button {
  transition: 0.3s ease-in-out;
  background: #fff;
  border: 0;
  opacity: 1;
  border-radius: 50%;
}
.hero-slider .slick-dots li button:before {
  display: none !important;
}
.hero-slider .slick-dots li.slick-active button {
  background: #AF0066;
}
.hero-slide {
  position: relative;
  width: 100%;
}
.image-hero__wrap img {
  width: 100%;
  height: auto;
}
.sidebar-template .content {
  position: relative;
}
.hero .form-container {
  padding: 3rem 1.5rem;
  background: #ffffff;
}
.hero .form-container.not-contained {
  margin: 0;
}
.hero .form-container.contained-form {
  margin: -4rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
}
.hero .button-center .gform_footer {
  text-align: center;
  display: block !important;
  padding-bottom: 0 !important;
}
.hero .button-center .gform_footer input {
  margin-bottom: 0 !important;
}
.form-hero-wrap {
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (min-width: 1024px) {
  .w-70 {
    max-width: 70%;
    position: relative;
  }
  .text-center .w-70 {
    margin: 0 auto;
  }
  .row.none {
    margin: 0 auto;
  }
  .form-left .w-70 {
    margin-left: 10%;
  }
  .hero.hero-landing .hero__title {
    max-width: 100%;
  }
  .hero.hero-landing .intro-text {
    max-width: 80%;
  }
  .hero.hero-landing .text-center {
    padding: 0 20px;
  }
  .hero.hero-landing .text-center .hero__title {
    max-width: 100%;
  }
  .hero.hero-landing .text-center .intro-text {
    max-width: 100%;
  }
}
.hero .form-container .gform_footer {
  padding-bottom: 0;
}
.hero .form-container .gform_footer input {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .form-left .hero-content-row .info {
    order: 2;
  }
}
.hero.vertical-top .info {
  justify-content: start;
}
.hero.vertical-bottom .info {
  justify-content: end;
}
.hero.vertical-true-bottom .info {
  justify-content: end;
  margin-bottom: calc(-4rem - 15px);
}
.hero-landing .text-light {
  color: #fff;
}
.hero-landing .text-light strong, .hero-landing .text-light span p {
  color: #fff;
}
.hero-landing .footnote {
  justify-content: end;
  bottom: -3rem !important;
  left: 0 !important;
  right: 0;
}
.hero-landing .info {
  padding: 0 1rem;
}
.hero-landing .hero-content-row {
  padding: 4rem 0;
}
.hero-landing .gform_body input, .hero-landing .gform_body textarea, .hero-landing .gform_body select {
  padding: 10px 12px !important;
}
.form-hero-wrap h3 {
  margin-bottom: 20px;
}
.form-text-center {
  text-align: center;
}
.form-text-center .gform_body {
  text-align: left;
}
.hero-landing .image-hero__wrap video {
  min-width: 100%;
}
.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
  margin: 0 0 15px 0;
}
.paragraph sup {
  line-height: 0;
}
.paragraph p + h2, .paragraph p + h3, .paragraph p + h4, .paragraph p + h5, .paragraph p + h6, .paragraph ul + h2, .paragraph ul + h3, .paragraph ul + h4, .paragraph ul + h5, .paragraph ul + h6 {
  margin-top: 30px;
}
.paragraph blockquote {
  margin: 0;
}
.paragraph blockquote *, .paragraph blockquote p, .paragraph blockquote {
  font-family: "Magistral", sans-serif;
  font-size: 28px;
}
@media (min-width: 640px) {
  .paragraph blockquote *, .paragraph blockquote p, .paragraph blockquote {
    font-size: 32px;
  }
}
@media (min-width: 1240px) {
  .paragraph blockquote *, .paragraph blockquote p, .paragraph blockquote {
    font-size: 40px;
  }
}
.paragraph.background-framed-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 1;
  /* Adjust this if needed based on your layout */
}
.paragraph.background-framed-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 1;
  /* Adjust this if needed based on your layout */
}
.paragraph.background-framed-gradient .row {
  position: relative;
  z-index: 3;
}
.paragraph.background-framed-gradient canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}
.background-dark blockquote, .background-dark blockquote p, .background-dark blockquote * {
  color: #FFB400;
}
section.background-dark hr, .background-dark hr {
  color: #FFB400;
  border-color: #FFB400;
}
.background-framed-dark {
  background: #000;
}
.framed-wrap {
  position: relative;
  z-index: 2;
}
.section-bg-img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.outro-row {
  padding-top: 30px;
}
.outro-row h2, .outro-row .h2, .outro-row .h3, .outro-row h3 {
  margin-bottom: 15px;
}
.background-framed-dark, .background-framed-light, .background-framed-image, .background-framed-gradient {
  padding: 40px 1rem;
  background: #000;
  position: relative;
}
.background-framed-dark .row, .background-framed-light .row, .background-framed-image .row, .background-framed-gradient .row {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 1rem;
}
.background-framed-dark .outro-row, .background-framed-light .outro-row, .background-framed-image .outro-row, .background-framed-gradient .outro-row {
  padding-bottom: 30px !important;
  padding-top: 0 !important;
  margin-top: -2rem;
}
@media (max-width: 1240px) {
  .background-framed-dark .col-lg-3, .background-framed-dark .col-lg-4, .background-framed-dark .col-lg-6, .background-framed-light .col-lg-3, .background-framed-light .col-lg-4, .background-framed-light .col-lg-6, .background-framed-image .col-lg-3, .background-framed-image .col-lg-4, .background-framed-image .col-lg-6, .background-framed-gradient .col-lg-3, .background-framed-gradient .col-lg-4, .background-framed-gradient .col-lg-6 {
    padding-bottom: 30px;
  }
  .background-framed-dark .last-col, .background-framed-light .last-col, .background-framed-image .last-col, .background-framed-gradient .last-col {
    padding-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .background-framed-dark, .background-framed-light, .background-framed-image, .background-framed-gradient {
    padding: 80px 0;
  }
  .background-framed-dark .row, .background-framed-light .row, .background-framed-image .row, .background-framed-gradient .row {
    padding: 2rem 4rem;
  }
}
.background-framed-dark .intro-row, .background-framed-light .intro-row, .background-framed-image .intro-row, .background-framed-gradient .intro-row {
  padding-bottom: 0;
}
.background-framed-dark .intro-row + .row, .background-framed-light .intro-row + .row, .background-framed-image .intro-row + .row, .background-framed-gradient .intro-row + .row {
  padding-top: 0;
}
.background-framed-light {
  background: #EBF1F4;
}
.pull-b-15 {
  margin-bottom: -15px !important;
}
.paragraph ul {
  margin-left: 20px;
}
.paragraph .content-row {
  margin-bottom: -30px;
}
.paragraph .content-row .col-xs-12 {
  padding-bottom: 30px;
}
.cards .card {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
  border: 2px solid #ccc;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.cards .cards-row {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .cards .cards-row > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .cards .cards-row > div:first-of-type {
    margin-top: 0px;
  }
}
.cards .icon {
  border-bottom: 1px solid #ccc;
}
.cards .icon.small {
  max-width: 40px;
  margin: 30px 30px 0 30px;
  border-bottom: none;
}
.cards .icon.small .image__sizer {
  padding-top: 100%;
}
.cards .icon.full {
  max-width: 100%;
}
.cards .icon.pad {
  padding: 15px;
}
.cards .info {
  padding: 20px 30px 30px 30px;
}
.cards h2 {
  margin-bottom: 15px;
}
.cards .card-column.col-xs-12 {
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .cards div.card-column.col-xs-12:nth-of-type(1) {
    margin-top: 0;
  }
}
.cards .card-column.col-lg-6:nth-of-type(1), .cards .card-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .cards .card-column.col-lg-6:nth-of-type(1), .cards .card-column.col-lg-6:nth-of-type(2) {
    margin-top: 2rem;
  }
}
.cards .card-column.col-lg-4:nth-of-type(1), .cards .card-column.col-lg-4:nth-of-type(2), .cards .card-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .cards .card-column.col-lg-4:nth-of-type(1), .cards .card-column.col-lg-4:nth-of-type(2), .cards .card-column.col-lg-4:nth-of-type(3) {
    margin-top: 2rem;
  }
}
.cards .card-column.col-lg-3:nth-of-type(1), .cards .card-column.col-lg-3:nth-of-type(2), .cards .card-column.col-lg-3:nth-of-type(3), .cards .card-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .cards .card-column.col-lg-3:nth-of-type(1), .cards .card-column.col-lg-3:nth-of-type(2), .cards .card-column.col-lg-3:nth-of-type(3), .cards .card-column.col-lg-3:nth-of-type(4) {
    margin-top: 2rem;
  }
}
.cards-wide .card {
  background: #fff;
  border-radius: 7px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .cards-wide .card h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cards-wide.bg-color .card__inner {
  padding: 30px calc(30px - 2rem);
}
@media screen and (max-width: 1024px) {
  .cards-wide.bg-color .card__inner {
    padding: 30px calc(30px - 1.5rem);
  }
}
.cards-wide.bg-white .row .row {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .cards-wide.bg-white .row .row .col-xs-5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .cards-wide.bg-white .row .row [class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide .cards-row > div {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide .cards-row > div:first-of-type {
    margin-top: 0px;
  }
}
.cards-wide .col-lg-6:nth-of-type(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #EBF1F4;
}
@media screen and (max-width: 1024px) {
  .cards-wide .col-lg-6:nth-of-type(odd):after {
    content: none;
  }
}
.cards-wide .row .col-lg-12:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cards-wide-link-lists .card {
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists .card h2 {
    padding-bottom: 5px;
  }
}
.cards-wide-link-lists.bg-color .card__inner {
  padding: 60px calc(60px - 2rem);
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists.bg-color .card__inner {
    padding: 30px 0;
  }
}
.cards-wide-link-lists.bg-white .row .row {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists.bg-white .row .row .col-xs-5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .cards-wide-link-lists.bg-white .row .row [class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists .cards-row > div {
    margin-top: 40px;
  }
  .cards-wide-link-lists .cards-row > div .row {
    padding-left: 0.5;
    padding-right: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists .cards-row > div:first-of-type {
    margin-top: 0px;
  }
}
.cards-wide-link-lists .col-lg-6:nth-of-type(odd):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #EBF1F4;
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists .col-lg-6:nth-of-type(odd):after {
    content: none;
  }
}
.cards-wide-link-lists .row .col-lg-12:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cards-wide-link-lists .links-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists .links-list {
    grid-template-columns: 1fr;
  }
}
.cards-wide-link-lists .links-list li {
  border-bottom: 2px solid #FFB400;
  margin-bottom: 0px;
  padding: 5px 0 10px 0;
  position: relative;
}
.cards-wide-link-lists .links-list li * {
  line-height: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .cards-wide-link-lists .links-list li:first-of-type {
    margin-top: 10px;
  }
}
.cards-wide-link-lists .links-list li:before {
  content: none;
}
.cards-wide-link-lists .links-list li:hover:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23AF0066' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  animation: slideInLeft 0.3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes slideInLeft {
  0% {
    right: 6px;
  }
  100% {
    right: 0;
  }
}
.cards-wide-link-lists .links-list li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .text-image .image-column:not(.first-xs) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .text-image .image-column.first-xs {
    margin-bottom: 20px;
  }
}
.text-image .sub-title {
  font-weight: 500;
  font-family: "Indivisible", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .text-image .sub-title {
    font-size: 20px;
  }
}
.images .image-column {
  margin-top: 2rem;
}
.images .image-column.col-lg-12:first-of-type {
  margin-top: 0;
}
.images .image-column.col-lg-6:first-of-type, .images .image-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
.images .image-column.col-lg-4:first-of-type, .images .image-column.col-lg-4:nth-of-type(2), .images .image-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
.images .image-column.col-lg-3:first-of-type, .images .image-column.col-lg-3:nth-of-type(2), .images .image-column.col-lg-3:nth-of-type(3), .images .image-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .images .row .col-lg-4, .images .row .col-lg-3, .images .row .col-lg-6 {
    margin-bottom: 2rem;
  }
}
.images img.none {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.images .half {
  display: inline-block;
}
.images .half img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .images .half img {
    width: 100%;
  }
}
.footnote-img {
  font-style: italic;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .images-2 + .row, .images-3 + .row, .images-4 + .row {
    margin-top: -2rem;
  }
}
.accordion .accordion__section-title {
  margin-top: 30px;
  font-weight: 700;
}
.accordion .accordion__section-title:first-of-type {
  margin-top: 15px;
}
.accordion .down-arrow .ac .ac-trigger::after {
  content: "▾";
  transition: 0.15s ease-out;
}
.accordion .down-arrow .ac.is-active > .ac-header .ac-trigger::after {
  content: "▾";
  transform: rotate(180deg) translate(0, 50%);
}
.munroe-tabs .tabs__panel a b {
  color: #AF0066;
  text-decoration: underline;
}
.munroe-tabs .tabs__panel a:hover b {
  text-decoration: none !important;
}
.munroe-tabs .tabs__titles li.tabs__title {
  list-style-type: none;
  display: inline-block;
  padding: 15px 50px 15px 0;
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid transparent;
  font-weight: 500;
}
.munroe-tabs .tabs__titles li.tabs__title:hover {
  cursor: pointer;
}
.munroe-tabs .tabs__titles li.tabs__title.active {
  border-color: #AF0066;
  font-weight: 500;
}
.munroe-tabs .tabs__titles li.tabs__title:before {
  display: none;
}
@media (min-width: 640px) {
  .munroe-tabs .tabs__titles {
    border-bottom: 1px solid #434749;
    margin-bottom: 20px;
  }
  .munroe-tabs .tabs__titles li.tabs__title {
    margin-bottom: -3px;
  }
}
.form-intro {
  padding-bottom: 1rem;
}
.form-button-center .gform_wrapper {
  text-align: center;
}
.form-button-center .gform-body {
  text-align: left;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gform_confirmation_wrapper {
  padding: 2rem;
  text-align: center;
  background: #d1eece;
  animation: fadeIn ease 1.5s;
}
.gform_body input, .gform_body textarea, .gform_body select {
  border: 1px solid #000000 !important;
  padding: 20px 12px !important;
}
.gform_body select {
  font-size: 16px !important;
  padding-right: 42px !important;
}
.gform_body label, .gform_body legend {
  color: #000000;
  font-weight: 400 !important;
  letter-spacing: 1px;
}
.gform_body .ginput_container > *, .gform_body .ginput_container input[type=text] {
  border-radius: 0;
  border-color: #000000;
}
.gform_body .ginput_container.ginput_container_date {
  display: block !important;
  width: 100%;
}
.gform_body .ginput_container.ginput_container_date input {
  width: 100% !important;
}
.spacer.gfield {
  display: none !important;
}
.gform_required_legend {
  display: none;
}
.placeholder-labels .gform_body ul {
  list-style: none;
}
.placeholder-labels .gfield {
  position: relative;
  margin: 15px 5px 0 0;
}
.placeholder-labels .gfield input {
  transition: 0.1s all linear;
}
.placeholder-labels .text-field label, .placeholder-labels .textarea-field label, .placeholder-labels .email-field label, .placeholder-labels .phone-field label {
  position: absolute;
  top: 22px;
  left: 15px;
  transition: 0.1s all linear;
  cursor: text;
}
.placeholder-labels .gfield.active label {
  top: -22px;
  left: 5px;
}
.form-block .gfield {
  position: relative;
  margin: 15px 5px 0 0 !important;
}
.gfield_checkbox > *, .ginput_container_consent > * {
  margin-bottom: 8px;
}
.gfield_checkbox > *:last-of-type, .ginput_container_consent > *:last-of-type {
  margin-bottom: 0;
}
.gfield_checkbox label, .ginput_container_consent label {
  position: relative;
}
.gfield_checkbox input[type="checkbox"], .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gfield_checkbox input[type="checkbox"] + label:before, .ginput_container_consent input[type="checkbox"] + label:before {
  transition: 0.3s ease-in-out;
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.gfield_checkbox input[type="checkbox"]:checked + label:before, .ginput_container_consent input[type="checkbox"]:checked + label:before {
  background-color: #000000;
}
.gfield_checkbox input[type="checkbox"]:checked + label:after, .ginput_container_consent input[type="checkbox"]:checked + label:after {
  content: "";
  width: 12px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 5px;
}
.gfield_radio > * {
  margin-bottom: 8px;
}
.gfield_radio > *:last-of-type {
  margin-bottom: 0;
}
.gfield_radio label {
  position: relative;
}
.gfield_radio label:before, .gfield_radio label:after {
  transition: 0.3s ease-in-out;
}
.gfield_radio input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gfield_radio input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.gfield_radio input[type="radio"]:checked + label:before {
  background-color: #000000;
}
.gfield_radio input[type="radio"]:checked + label:after {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  top: 6px;
  left: 6px;
}
.using-tab input[type="checkbox"]:focus + label:before, .using-tab input[type="radio"]:focus + label:before {
  outline: 1.5px;
  outline-style: solid;
  outline-color: #1b92fa;
}
body {
  /* Spinner */
}
body .gform-icon--close:before {
  color: #fff;
}
body .gform_wrapper .gform_validation_errors {
  margin-bottom: 20px;
  border-radius: 0 !important;
  margin-top: 20px !important;
}
body .gform_wrapper .gform_validation_errors, body .gform_submission_error {
  color: #fff;
  font-family: "Indivisible", sans-serif;
}
body .gform_wrapper .gform_validation_errors *, body .gform_submission_error * {
  font-family: "Indivisible", sans-serif;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 400;
}
body .gform_wrapper .gform_validation_errors > h2 {
  font-size: 16px;
  color: #fff;
}
body .gform_wrapper .gfield_error .gfield_repeater_cell label, body .gform_wrapper .gfield_error label, body .gform_wrapper .gfield_error legend, body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message, body .gform_wrapper [aria-invalid=true] + label, body .gform_wrapper label + [aria-invalid=true] {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 0;
}
body .gform_ajax_spinner {
  box-sizing: border-box;
  border: 3px solid #373737;
  border-left: 3px solid rgba(55, 55, 55, 0.5);
  border-top: 3px solid rgba(55, 55, 55, 0.5);
  border-right: 3px solid rgba(55, 55, 55, 0.5);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 24px;
  right: -40px;
  margin: auto;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_footer {
  position: relative !important;
  display: inline-block !important;
}
@media (max-width: 1024px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
.gfield_error label {
  color: #c02b0a;
}
.bg-dark .gform_body input, .bg-dark .gform_body textarea, .bg-dark .gform_body select {
  border: 1px solid #fff !important;
}
.bg-dark .gform_body label, .bg-dark .gform_body legend {
  color: #fff;
}
.bg-dark .gform_body .ginput_container > * {
  border-color: #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"] + label:before {
  border: 2px solid #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"]:checked + label:before {
  background-color: #fff;
}
.bg-dark .gform_body .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}
.bg-dark .gform_body .gfield_radio input[type="radio"] + label:before {
  border: 2px solid #fff;
}
.bg-dark .gform_body .gfield_radio input[type="radio"]:checked + label:before {
  background-color: #fff;
}
.bg-dark .gform_body .gfield_radio input[type="radio"]:checked + label:after {
  background-color: white;
}
.hour_minute_colon {
  display: none;
}
.ginput_container_time {
  min-width: 70px !important;
  margin-left: 0 !important;
  margin-right: 15px;
}
.ginput_container_select select, .gfield select {
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225.4912112px%22%20height%3D%2215.1787111px%22%20viewBox%3D%220%200%2025.4912112%2015.1787111%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22NAXION-Sprint-1-HF%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22NAXION-Careers-HF%22%20transform%3D%22translate(-978.2544%2C%20-1212.6294)%22%20fill%3D%22%23AF0066%22%3E%3Cpolygon%20id%3D%22solid%2Fsharp%2Fchevron-down%22%20points%3D%22991%201227.80811%20992.213867%201226.59424%201002.52637%201216.28174%201003.74561%201215.0625%201001.3125%201212.62939%201000.09863%201213.84326%20991%201222.94189%20981.901367%201213.84863%20980.6875%201212.62939%20978.254394%201215.0625%20979.468262%201216.27637%20989.780762%201226.58887%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 20px;
  background-position: calc(100% - .8em) center;
  background-repeat: no-repeat;
}
.ginput_container_fileupload input[type=file] {
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc !important;
  border-radius: 0;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
}
label.gfield_consent_label {
  top: 0 !important;
}
body .gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 13px;
}
.form-block.placeholder-labels .gfield {
  margin: 20px 5px 0 0 !important;
}
.cta-contact-info {
  padding: 30px 10px;
}
.cta-contact-info img {
  max-width: 100%;
  height: auto;
}
.cta-icon-wrap a {
  color: #111116;
}
.cta-icon-wrap .cta-icon {
  margin-right: 10px;
}
.cta-icon-wrap .cta-icon svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 640px) {
  .cta-icon-wrap .cta-icon + p, .cta-icon-wrap .cta-icon + div {
    font-size: 14px;
  }
  .cta-icon-wrap .cta-icon + p p, .cta-icon-wrap .cta-icon + p a, .cta-icon-wrap .cta-icon + div p, .cta-icon-wrap .cta-icon + div a {
    font-size: 14px;
  }
}
.nx-form-success {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.nx-form-success.gform_confirmation_wrapper {
  background: #000;
  color: #fff;
  position: relative;
  min-height: 300px;
}
@media (min-width: 640px) {
  .nx-form-success.gform_confirmation_wrapper {
    min-height: 370px;
  }
}
.nx-form-success.gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff;
  top: calc(50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 4;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}
.nx-form-success.gform_confirmation_wrapper .gform_confirmation_message * {
  font-family: "Indivisible", sans-serif;
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
}
.nx-form-success.gform_confirmation_wrapper canvas {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.65;
  width: 100%;
  height: 100%;
}
.nx-form-success:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 3;
  /* Adjust this if needed based on your layout */
}
.nx-form-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, black 0%, transparent 40%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 3;
  /* Adjust this if needed based on your layout */
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  padding: 12px !important;
}
section .ginput_container_fileupload input[type=file] {
  background: transparent;
  border: 0 !important;
  padding: 0 !important;
}
.gfield_required .gfield_required_text {
  font-size: 10px;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 16px !important;
  }
  .gfield [type="text"], .gfield [type="email"] {
    font-size: 16px !important;
  }
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .page-id-5391 .gform_confirmation_wrapper {
    margin-top: 20px;
    height: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .page-id-5391 .gform_confirmation_wrapper .gform_confirmation_message {
    top: calc(50% - 40px);
    transform: translateY(-50%);
  }
  .page-id-5391 .form-block .row.max--1240 > div {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1024px) and (max-width: 640px) {
  .page-id-5391 .gform_confirmation_wrapper .gform_confirmation_message {
    top: calc(50%);
  }
}
.gform-icon--circle-error:before {
  color: #c02b0a;
}
.gform_wrapper.gravity-theme .gform_validation_errors, .gform_wrapper.gravity-theme .validation_message {
  text-align: left !important;
}
.callout-blog {
  padding: 0 !important;
  margin-top: 30px;
}
.callout-blog .text--large {
  line-height: 1.1;
}
.cta-link-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .cta-link-box {
    padding: 40px 20px;
  }
}
.download-link {
  color: #AF0066;
  text-decoration: underline;
  font-weight: 600;
  position: relative;
  padding: 1rem 2.5rem 1rem 0;
  display: inline-block;
}
.download-link:hover {
  text-decoration: none;
}
.download-link svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog-cta + .audio-player-wrap .subtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
}
@media (max-width: 640px) {
  .blog-cta + .audio-player-wrap .subtitle {
    font-size: 22px;
  }
}
.posts-index .card--global {
  width: 100%;
}
.posts-index .card--global a {
  text-decoration: underline;
}
.posts-index .arrow-link {
  position: absolute;
  bottom: 0;
}
.posts-index .card--global {
  padding: 20px 25px 75px;
  position: relative;
}
.posts-index .posts-row > div:nth-of-type(1) {
  animation-delay: 0.2s;
}
.posts-index .posts-row > div:nth-of-type(2) {
  animation-delay: 0.4s;
}
.posts-index .posts-row > div:nth-of-type(3) {
  animation-delay: 0.6s;
}
.posts-index .posts-row > div:nth-of-type(4) {
  animation-delay: 0.8s;
}
.posts-index .posts-row > div:nth-of-type(5) {
  animation-delay: 1s;
}
.posts-index .posts-row > div:nth-of-type(6) {
  animation-delay: 1.2s;
}
.posts-index .posts-row > div:nth-of-type(7) {
  animation-delay: 1.4s;
}
.posts-index .posts-row > div:nth-of-type(8) {
  animation-delay: 1.6s;
}
.posts-index .posts-row > div:nth-of-type(9) {
  animation-delay: 1.8s;
}
.posts-index .posts-row > div {
  opacity: 0;
  animation: slideIn 0.35s ease-out;
  animation-fill-mode: forwards;
}
.posts-index .post-card {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .posts-index .post-card {
    margin-top: 30px;
  }
}
.posts-index .post-card img {
  display: block;
}
.posts-index .filter {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .posts-index .filter {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.posts-index .ss-main {
  min-height: 42px;
}
.posts-index .ss-main:focus {
  outline: none;
  box-shadow: none;
}
.posts-index .ss-main .ss-values .ss-value {
  background-color: #AF0066;
  color: #fff;
}
.posts-index .spinner-load-more {
  display: none;
  margin-top: 10px;
}
.posts-index .spinner-filter, .posts-index .spinner-search {
  display: none;
  position: absolute;
  right: 21px;
  top: 8px;
}
.posts-index .blog-search {
  position: relative;
  width: 100%;
  display: block;
}
.posts-index .blog-search input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  height: 42px;
  padding: 5px 10px;
  display: block;
  box-sizing: border-box;
}
.posts-index .blog-search input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
  opacity: 1;
  /* Firefox */
}
.posts-index .blog-search input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-index .blog-search input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 1rem;
}
.posts-index .blog-search [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  outline: none;
  width: 30px;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
div.ss-content .ss-search input:focus {
  outline: none;
  box-shadow: none;
}
div.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background: #AF0066;
}
div.ss-content .ss-list .ss-option.ss-highlighted, div.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: #fff;
  background: #AF0066;
}
@keyframes slideIn {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.image-slider h2 {
  margin-bottom: 15px;
}
.image-slider .icon.full {
  max-width: 100%;
}
.image-slider .slick-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.image-slider .slide-navigation {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 100%;
  height: 40px;
}
.image-slider .slide-navigation .slick-arrow {
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .image-slider .slide-navigation .slick-arrow {
    background: #EBF1F4;
    border-radius: 100%;
    padding: 5px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .image-slider .slide-navigation .slick-arrow {
    width: 15px;
    height: 15px;
  }
}
.image-slider .slide-navigation .prev {
  transform: translateX(-50px);
}
@media screen and (max-width: 1280px) {
  .image-slider .slide-navigation .prev {
    transform: translateX(0px);
  }
}
.image-slider .slide-navigation .next {
  position: absolute;
  right: -50px;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .image-slider .slide-navigation .next {
    right: 0px;
  }
}
.image-slider .slide-navigation svg {
  height: 100%;
}
.image-slider .slick-dots {
  margin: 0;
  list-style-type: none;
  position: static;
}
.image-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 15px 7px 0 7px;
}
@media screen and (max-width: 640px) {
  .image-slider .slick-dots li {
    margin: 10px 5px 0 5px;
  }
}
.image-slider .slick-dots li:before {
  display: none;
}
.image-slider .slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #EFEFEF;
  text-indent: -9999px;
}
@media screen and (max-width: 640px) {
  .image-slider .slick-dots button {
    width: 10px;
    height: 10px;
  }
}
.image-slider .slick-dots li.slick-active button {
  background-color: #606060;
}
.image-slider .slider-row {
  justify-content: center;
  margin-bottom: 0;
}
.certificate-badge {
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .certificate-badge {
    max-width: 170px;
  }
}
@media (min-width: 1024px) {
  .certificate-badge {
    max-width: 250px;
    margin: 0;
  }
}
.certificate-badge img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.certificate-info {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .certificate-info {
    padding-left: 40px;
    margin: 0;
  }
}
.certificate-info .certificate-details {
  background: #EBF1F4;
  padding: 30px 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .certificate-info .certificate-details {
    min-width: 400px;
    margin-top: 20px;
  }
}
.alert-message .alert-box {
  display: flex;
}
.alert-message .icon {
  width: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBF1F4;
  border-right: none;
}
.alert-message .icon.red {
  background: #AF0066;
}
.alert-message .icon.green {
  background: #00A3A6;
}
.alert-message .icon.yellow {
  background: #FFB400;
}
.alert-message .icon img {
  width: 30px;
  height: auto;
}
.alert-message .info {
  padding: 30px;
  background: #fff;
  border: 1px solid #EBF1F4;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .recent-posts .cards-row > div:nth-of-type(1n + 2) .post-card {
    margin-top: 30px;
  }
}
.recent-posts.background-dark .link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' style='fill: %23ffffff;'%3E%3Cpath d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
}
.recent-posts canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.65;
}
.recent-posts .rel {
  z-index: 10;
}
.recent-posts .text--green {
  color: #00A3A6;
}
.recent-posts .button-wrapper {
  text-align: center;
}
.recent-posts .text-align {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recent-posts .text-align {
    text-align: left;
  }
}
.recent-posts .margin {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .recent-posts .margin {
    margin-top: 10px;
  }
}
.recent-posts:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 2;
  /* Adjust this if needed based on your layout */
}
.recent-posts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, black 0%, transparent 40%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 2;
  /* Adjust this if needed based on your layout */
}
.recent-posts .row {
  position: relative;
  z-index: 3;
}
.recent-posts .arrow-link {
  position: absolute;
  bottom: 0;
}
.recent-posts .card--global {
  padding: 20px 25px 75px;
}
@media (max-width: 640px) {
  .recent-posts a.button.m-t-40 {
    margin-top: 20px !important;
  }
}
.recent-posts .card--global--column {
  margin-bottom: 20px;
  position: relative;
}
.posts-row-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .posts-row-wrap {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
.posts-row-block.post-row-content, .munroe .posts-row-block.post-row-content {
  justify-content: center;
}
.posts-row-block.post-row-content .col-xs-12, .munroe .posts-row-block.post-row-content .col-xs-12 {
  margin-bottom: 20px;
}
.posts-row-block.post-row-content .arrow-link, .munroe .posts-row-block.post-row-content .arrow-link {
  position: absolute;
  bottom: 0;
}
.posts-row-block.post-row-content .card--global, .munroe .posts-row-block.post-row-content .card--global {
  padding: 20px 25px 75px;
  position: relative;
}
.posts-row-block .slick-track, .munroe .posts-row-block .slick-track {
  display: flex !important;
}
.posts-row-block .slick-slide, .munroe .posts-row-block .slick-slide {
  height: inherit !important;
}
.posts-row-block .slick-dots, .munroe .posts-row-block .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  bottom: -50px;
  left: 0;
  right: 0;
}
.posts-row-block .slick-dots > li, .munroe .posts-row-block .slick-dots > li {
  padding: 1px;
  margin-bottom: 0;
}
.posts-row-block .slick-dots > li:before, .munroe .posts-row-block .slick-dots > li:before {
  content: "";
  display: none;
}
.posts-row-block .slick-dots > li button, .munroe .posts-row-block .slick-dots > li button {
  width: 15px;
  height: 15px;
  background-color: #111111;
  border: 1px solid #111111;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  color: transparent;
}
.posts-row-block .slick-dots > li button:before, .munroe .posts-row-block .slick-dots > li button:before {
  content: "";
  display: none;
}
.posts-row-block .slick-dots > li.slick-active button, .munroe .posts-row-block .slick-dots > li.slick-active button {
  background-color: #AF0066;
  border-color: #AF0066;
}
@media (min-width: 1300px) {
  .posts-row-block .posts-row-block-slider.row, .munroe .posts-row-block .posts-row-block-slider.row {
    min-width: 1300px;
  }
}
.posts-row-block.slick-initialized .slick-slide, .munroe .posts-row-block.slick-initialized .slick-slide {
  display: flex;
}
.posts-row-block .card-date, .munroe .posts-row-block .card-date {
  text-transform: uppercase;
}
.posts-row-block .post-card, .munroe .posts-row-block .post-card {
  margin-top: 0;
  border: 3px solid #dadada;
  padding: 20px;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  transition: 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .posts-row-block .post-card, .munroe .posts-row-block .post-card {
    margin-bottom: 2rem;
  }
}
.posts-row-block .post-card:hover, .munroe .posts-row-block .post-card:hover {
  background: #dadada;
}
.posts-row-block .post-card h2, .posts-row-block .post-card h3, .posts-row-block .post-card h4, .munroe .posts-row-block .post-card h2, .munroe .posts-row-block .post-card h3, .munroe .posts-row-block .post-card h4 {
  color: #111111;
}
.posts-row-block .post-card img, .munroe .posts-row-block .post-card img {
  transition: 0.3s ease-in-out;
}
.posts-row-block .post-card:hover .image__shrink img, .munroe .posts-row-block .post-card:hover .image__shrink img {
  transform: scale(1.15);
}
.posts-row-block .info, .posts-row-block .info__inner, .munroe .posts-row-block .info, .munroe .posts-row-block .info__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.posts-row-block .categories, .munroe .posts-row-block .categories {
  /* This pushes the categories to the bottom */
}
.posts-row-block > .col-xs-12, .munroe .posts-row-block > .col-xs-12 {
  flex-grow: 1;
  display: flex;
}
.posts-row-block .swiper-button-prev, .posts-row-block .swiper-button-next, .posts-row-block .posts-slider-button, .munroe .posts-row-block .swiper-button-prev, .munroe .posts-row-block .swiper-button-next, .munroe .posts-row-block .posts-slider-button {
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
  border-width: 1px;
  top: 50%;
  width: 50px !important;
  height: 50px !important;
  z-index: 9;
}
.posts-row-block .swiper-button-prev svg, .posts-row-block .swiper-button-next svg, .posts-row-block .posts-slider-button svg, .munroe .posts-row-block .swiper-button-prev svg, .munroe .posts-row-block .swiper-button-next svg, .munroe .posts-row-block .posts-slider-button svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 15px;
}
.posts-row-block .swiper-button-prev:before, .posts-row-block .swiper-button-next:before, .posts-row-block .posts-slider-button:before, .munroe .posts-row-block .swiper-button-prev:before, .munroe .posts-row-block .swiper-button-next:before, .munroe .posts-row-block .posts-slider-button:before {
  display: none !important;
}
@media (max-width: 1024px) {
  .posts-row-block .swiper-button-prev, .posts-row-block .swiper-button-next, .posts-row-block .posts-slider-button, .munroe .posts-row-block .swiper-button-prev, .munroe .posts-row-block .swiper-button-next, .munroe .posts-row-block .posts-slider-button {
    width: 34px !important;
    height: 34px !important;
  }
}
@media (max-width: 640px) {
  .posts-row-block .swiper-button-prev, .posts-row-block .swiper-button-next, .posts-row-block .posts-slider-button, .munroe .posts-row-block .swiper-button-prev, .munroe .posts-row-block .swiper-button-next, .munroe .posts-row-block .posts-slider-button {
    width: 30px !important;
    height: 30px !important;
  }
}
.posts-row-block .swiper-button-prev, .munroe .posts-row-block .swiper-button-prev {
  left: -15px;
}
@media (max-width: 1024px) {
  .posts-row-block .swiper-button-prev, .munroe .posts-row-block .swiper-button-prev {
    left: 8px;
  }
}
.posts-row-block .swiper-button-next, .munroe .posts-row-block .swiper-button-next {
  right: -15px;
}
@media (max-width: 1024px) {
  .posts-row-block .swiper-button-next, .munroe .posts-row-block .swiper-button-next {
    right: 8px;
  }
}
.posts-row-block .button-white, .munroe .posts-row-block .button-white {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 18px;
  border: none;
  outline: none;
  border: 1px solid #fff;
  transition: 0.35s ease-in-out;
  width: auto;
  margin: 0;
}
.posts-row-block .button-white:hover, .munroe .posts-row-block .button-white:hover {
  background: #fff;
  color: #1C4588 !important;
}
.posts-row-block .category-preview-wrap, .munroe .posts-row-block .category-preview-wrap {
  font-size: 14px;
}
.posts-row-block .category-preview-wrap .category-img, .munroe .posts-row-block .category-preview-wrap .category-img {
  width: 35px;
  display: inline-block;
  position: relative;
  min-height: 13px;
}
.posts-row-block .category-preview-wrap .category-img img, .munroe .posts-row-block .category-preview-wrap .category-img img {
  position: absolute;
  left: 0;
  top: -5px;
  width: 35px;
  height: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.posts-row-block .resource-item, .munroe .posts-row-block .resource-item {
  position: relative;
  font-weight: 600;
}
.posts-row-block .resource-item .category-img, .munroe .posts-row-block .resource-item .category-img {
  position: absolute;
  left: 0;
  top: -4px;
}
.posts-row-block .media-video, .munroe .posts-row-block .media-video {
  position: relative;
}
.posts-row-block .play-overlay, .munroe .posts-row-block .play-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 75px;
  width: 75px;
}
.posts-row-block .posts-row-block, .munroe .posts-row-block .posts-row-block {
  justify-content: center;
}
.posts-row-block .resource-item *, .munroe .posts-row-block .resource-item * {
  color: #4A4E5C;
}
.content-z {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .posts-row-block-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hero + .posts-index {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.posts-index .slick-dotted.slick-slider {
  margin-bottom: 65px;
}
.posts-index .card--global--column {
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .posts-index .card--global--column {
    margin-bottom: 20px;
  }
}
.background-dark + .background-dark {
  margin-top: 0 !important;
}
.background-dark-img {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.background-dark-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.65;
}
.background-dark-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 2;
  /* Adjust this if needed based on your layout */
}
.background-dark-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 2;
  /* Adjust this if needed based on your layout */
}
.background-dark-img .row {
  position: relative;
  z-index: 3;
}
.video .image-column {
  margin-top: 2rem;
}
.video .image-column.col-lg-12:first-of-type {
  margin-top: 0;
}
.video .image-column.col-lg-6:first-of-type, .video .image-column.col-lg-6:nth-of-type(2) {
  margin-top: 0;
}
.video .image-column.col-lg-4:first-of-type, .video .image-column.col-lg-4:nth-of-type(2), .video .image-column.col-lg-4:nth-of-type(3) {
  margin-top: 0;
}
.video .image-column.col-lg-3:first-of-type, .video .image-column.col-lg-3:nth-of-type(2), .video .image-column.col-lg-3:nth-of-type(3), .video .image-column.col-lg-3:nth-of-type(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .video .row .col-lg-3:nth-of-type(n + 2), .video .row .col-lg-4:nth-of-type(n + 2), .video .row .col-lg-6:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
.video img.none {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.video .half {
  display: inline-block;
}
.video .half img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .video .half img {
    width: 100%;
  }
}
.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.video .play-button * {
  fill: #AF0066;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.person {
  background: #EBF1F4;
  padding: 15px;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .person {
    height: calc(100% + -4rem);
  }
}
.bio--link {
  display: block;
  font-weight: 700;
}
h3.team-title {
  margin-bottom: 30px;
  font-family: "Magistral", sans-serif;
}
.people-row + .team-section {
  margin-top: 50px;
}
@media (max-width: 451px) {
  .col-xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.dsm-super-title {
  text-transform: uppercase;
  color: #00A3A6 !important;
  font-weight: 600;
}
.content-timeline-dark {
  background: #000;
}
.content-timeline-dark h3 {
  transition: 0.3s ease-in-out;
}
.content-timeline-dark .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper * {
  color: #fff;
}
.content-timeline-dark .dsm-pointer-active h3 {
  color: #00A3A6 !important;
}
.content-timeline-dark.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper, .content-timeline-dark .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper::before, .content-timeline-dark .content-timeline .et_pb_row_15 {
  background: #000;
}
.content-timeline-dark.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper p, .content-timeline-dark.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper h3, .content-timeline-dark.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper div, .content-timeline-dark .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper::before p, .content-timeline-dark .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper::before h3, .content-timeline-dark .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper::before div, .content-timeline-dark .content-timeline .et_pb_row_15 p, .content-timeline-dark .content-timeline .et_pb_row_15 h3, .content-timeline-dark .content-timeline .et_pb_row_15 div {
  color: #fff;
}
.content-timeline-dark.content-timeline h3 {
  color: #fff;
}
.content-timeline .et_had_animation {
  position: relative;
}
.content-timeline .et_pb_module {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.content-timeline .dsm-content-timeline-content-wrapper, .content-timeline .dsm-content-timeline-content-wrapper:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-timeline-content .et_pb_button {
  display: inline-block;
  margin-top: 15px;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-mobile {
  margin-bottom: 10px;
}
.content-timeline .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 60px;
  width: 100%;
  will-change: transform;
  overflow: visible !important;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree {
  position: absolute;
  top: -80px;
  height: calc(100% + 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree::before, .content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  background: linear-gradient(to bottom, black, transparent);
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree::before {
  top: 0;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree::after {
  bottom: 0;
  background: linear-gradient(to top, black, transparent);
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-date {
  right: auto;
  left: auto;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-date.dsm-desktop {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
  width: calc(50% - 54px) !important;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-content-wrapper {
  position: relative;
  left: 55%;
  top: 0;
}
.content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  direction: ltr !important;
}
.content-timeline .dsm-content-timeline-items-wrapper .et_pb_module {
  margin-bottom: 0 !important;
}
.content-timeline .dsm_content_timeline_child_6 .dsm-content-timeline-content-wrapper {
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper .dsm-title {
  font-weight: 400;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper .dsm-title {
  margin-top: 0;
}
.content-timeline .dsm_content_timeline_0 .dsm-pointer-wrapper {
  border-radius: 100%;
  background-color: #606060;
}
.content-timeline .content-timeline-dark .dsm_content_timeline_0 .dsm-pointer-wrapper {
  background-color: #fff;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-desktop .date {
  border-style: solid;
}
.content-timeline .dsm_content_timeline_0 .dsm-image {
  max-width: 100%;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-tree {
  width: 4px;
  background-color: #606060;
}
.content-timeline .dsm_content_timeline_0 .dsm-pointer-wrapper .dsm-image {
  width: 30px;
  height: 30px;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-tree .dsm-content-timeline-tree-progress, .content-timeline .dsm_content_timeline_0 .dsm-pointer-active .dsm-pointer-wrapper {
  background-color: #FFB400;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper, .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-content-wrapper::before, .content-timeline .et_pb_row_15 {
  background-color: #fff;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-mobile {
  display: none;
}
.content-timeline .dsm_content_timeline_0 .dsm-pointer-active .dsm-pointer-wrapper, .content-timeline .dsm_content_timeline_0 .dsm-pointer-wrapper {
  transition: all 0.2s ease-in-out;
}
.content-timeline .dsm_content_timeline_0 .dsm-center .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-date.dsm-desktop .date {
  margin: 0 0 0 auto;
}
.content-timeline .dsm_content_timeline_0 .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-date.dsm-desktop {
  text-align: right;
}
.content-timeline .dsm-timeline-content {
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .content-timeline .dsm-timeline-content {
    padding-bottom: 50px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content-timeline .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-mobile {
    display: block;
  }
}
.dsm-pointer-wrapper {
  position: relative;
}
.dsm-content-timeline-tree-progress {
  background-image: linear-gradient(180deg, #AF0066, #FFB400);
}
.dsm-content-timeline-item-wrapper .dsm-content-timeline-content-wrapper, .dsm-content-timeline-item-wrapper .dsm-content-timeline-date {
  opacity: 0.25;
  transition: 0.3s ease-in-out;
}
.dsm-pointer-active .dsm-content-timeline-content-wrapper, .dsm-pointer-active .dsm-content-timeline-date {
  opacity: 1;
}
.dsm-pointer-active .dsm-pointer-wrapper {
  background: #FFB400;
}
.dsm-mobile img {
  max-width: 300px;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .timeline-left .dsm-mobile img {
    max-width: 50%;
    height: auto;
    width: 100%;
  }
}
.content-timeline h3 {
  color: #2e3346;
}
@media (min-width: 1024px) {
  .content-timeline .dsm_content_timeline_0 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .dsm-visibility .date {
    display: none;
  }
  .timeline-even .dsm-timeline-content {
    text-align: left;
  }
  .timeline-odd .dsm-timeline-content {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
    display: none !important;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree, .dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
    left: 4%;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    margin-left: 50px !important;
  }
  .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper, .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    width: 100% !important;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-content-wrapper {
    left: 0 !important;
  }
  .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-date {
    text-align: left;
  }
}
.timeline-left .dsm-visibility .date {
  display: none;
}
.timeline-left .timeline-even .dsm-timeline-content {
  text-align: left;
}
.timeline-left .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
  display: none !important;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree, .timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
  left: 1rem;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
  margin-left: 80px !important;
}
@media (max-width: 767px) {
  .timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    margin-left: 50px !important;
  }
}
.timeline-left .dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper, .timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
  width: 100% !important;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-content-wrapper {
  left: 0 !important;
}
.timeline-left .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-item-wrapper:nth-child(even) .dsm-content-timeline-date {
  text-align: left;
}
.timeline-left .dsm_content_timeline_0 .dsm-content-timeline-date.dsm-mobile {
  display: block;
}
.timeline-left.content-timeline .dsm-timeline-content {
  padding-bottom: 40px;
}
.dsm-content-timeline-content-wrapper {
  border: 0;
}
@media (min-width: 1024px) {
  .timeline-last {
    margin-bottom: -60px;
  }
}
@media (max-width: 769px) {
  .content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-tree, .content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-pointer-wrapper {
    left: 20px;
  }
  .content-timeline .dsm-content-timeline-items-wrapper.dsm-center .dsm-content-timeline-content-wrapper {
    width: calc(100% - 54px) !important;
    left: 0 !important;
  }
}
.stats-counter .added-suffix {
  font-size: 0.65em;
  font-family: "Magistral", sans-serif;
  color: #FFB400;
}
.stats-counter .added-prefix {
  font-size: 0.65em;
  font-family: "Magistral", sans-serif;
  color: #FFB400;
}
.stats-counter .stat {
  color: #FFB400;
  font-size: 80px;
  font-weight: 500;
  font-family: "Magistral", sans-serif;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .stats-counter .stat {
    font-size: 60px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .stats-counter .stat {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .stats-counter .stat-column {
    margin-top: 30px;
  }
  .stats-counter .stat-column:first-child {
    margin-top: 0;
  }
}
.stats-counter .stat--below {
  border-top: 1px solid #FFB400;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .stats-counter .stat--below {
    padding-top: 10px;
  }
}
.stats-counter .stat--above {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .stats-counter .stat--above {
    padding-bottom: 10px;
  }
}
.title-text-content .content h1, .title-text-content .content h2, .title-text-content .content h3, .title-text-content .content h4, .title-text-content .content h5, .title-text-content .content h6 {
  margin: 0 0 15px 0;
}
.title-text-content .content p + h2, .title-text-content .content p + h3, .title-text-content .content p + h4, .title-text-content .content p + h5, .title-text-content .content p + h6, .title-text-content .content ul + h2, .title-text-content .content ul + h3, .title-text-content .content ul + h4, .title-text-content .content ul + h5, .title-text-content .content ul + h6 {
  margin-top: 30px;
}
.title-text-content * {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .title-text-content * {
    text-align: left;
  }
}
.title-text-content .text--large {
  font-weight: 600;
}
.slider-testimonials * {
  text-align: center;
}
.slider-testimonials .testimonials {
  padding-left: 0;
  padding-right: 0;
}
.slider-testimonials .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.slider-testimonials .slick-dots > li {
  padding: 1px;
  margin-bottom: 0;
}
.slider-testimonials .slick-dots > li:before {
  content: "";
  display: none;
}
.slider-testimonials .slick-dots > li button {
  width: 15px;
  height: 15px;
  background-color: #111111;
  border: 1px solid #111111;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
  color: transparent;
}
.slider-testimonials .slick-dots > li button:before {
  content: "";
  display: none;
}
.slider-testimonials .slick-dots > li.slick-active button {
  background-color: #AF0066;
}
.slider-testimonials .slider-testimonials__slide {
  padding: 0 1rem;
  box-sizing: border-box;
}
.slider-testimonials .slider-testimonials__inner {
  margin: 30px 0 40px;
  padding: 20px 40px;
  border: 1px solid #000;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .slider-testimonials .slider-testimonials__inner {
    margin: 15px 0 20px;
    padding: 30px;
    min-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .slider-testimonials .slider-testimonials__inner {
    min-height: 100px;
  }
}
.slider-testimonials .slider-testimonials__quote {
  max-width: 960px;
  margin: 0 auto;
}
.slider-testimonials .slider-testimonials__quote * {
  font-size: 1rem;
  font-family: "Magistral", sans-serif;
  margin-bottom: 10px;
  font-size: 34px;
  color: #FFB400;
}
@media screen and (max-width: 1024px) {
  .slider-testimonials .slider-testimonials__quote * {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .slider-testimonials .slider-testimonials__quote * {
    font-size: 20px;
  }
}
.slider-testimonials .slider-testimonials__name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.slider-testimonials .slider-testimonials__job-title {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
}
.slider-testimonials .slick-slider {
  max-width: 100%;
}
.slider-testimonials .slick-arrow {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 44px);
  z-index: 1;
}
.slider-testimonials .slick-arrow:hover {
  cursor: pointer;
}
.slider-testimonials .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-testimonials .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1320px) {
  .slider-testimonials .slick-arrow.slick-next {
    right: 0;
  }
}
.slider-testimonials .slick-arrow.slick-prev {
  left: -50px;
}
@media screen and (max-width: 1320px) {
  .slider-testimonials .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .slider-testimonials .testimonials .col-xs-12 {
    padding: 0;
  }
  .slider-testimonials .testimonials .slick-slider {
    max-width: 100%;
  }
}
.content-list-item .list-item-wrap {
  padding: 1rem 0 2rem 0;
  border-top: 2px solid #FFB400;
}
.content-list.background-framed-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 1;
  /* Adjust this if needed based on your layout */
}
.content-list.background-framed-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, black 0%, transparent 25%);
  pointer-events: none;
  /* Ensures the gradient doesn't interfere with click events */
  z-index: 1;
  /* Adjust this if needed based on your layout */
}
.content-list.background-framed-gradient .row {
  position: relative;
  z-index: 3;
}
.divider {
  padding-bottom: 40px;
}
.divider hr {
  width: 100%;
}
@media (min-width: 1024px) {
  .divider {
    padding-bottom: 60px;
  }
}
.audio-player-wrap .audio-player {
  padding: 20px;
}
.audio-player-wrap .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 10px;
}
.audio-player-wrap .subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  font-style: italic;
}
.audio-player-wrap .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.audio-player-wrap .play-pause {
  background-color: #AF0066;
  border: none;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player-wrap .o-play-btn {
  position: relative;
  background: transparent;
  border: none;
  outline: none;
}
.audio-player-wrap .o-play-btn__icon {
  height: 25px;
  width: 25px;
  margin-left: 3px;
  line-height: 25px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
.audio-player-wrap .o-play-btn__icon:before, .audio-player-wrap .o-play-btn__icon:after {
  content: "";
  position: absolute;
  transition: 0.3s;
  background: #EBF1F4;
  height: 100%;
  width: 50%;
  top: 0;
}
.audio-player-wrap .o-play-btn__icon:before {
  left: 0;
}
.audio-player-wrap .o-play-btn__icon:after {
  right: 0;
}
.audio-player-wrap .o-play-btn__mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.audio-player-wrap .o-play-btn__mask:before, .audio-player-wrap .o-play-btn__mask:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 150%;
  background: #AF0066;
  transition: all 0.3s ease-out;
}
.audio-player-wrap .o-play-btn__mask:before {
  top: -100%;
  transform-origin: 0% 100%;
  transform: rotate(26.5deg);
}
.audio-player-wrap .o-play-btn__mask:after {
  transform-origin: 0% 0%;
  transform: rotate(-26.5deg);
  top: 100%;
}
.audio-player-wrap .o-play-btn--playing .o-play-btn__icon:before {
  transform: translateX(-25%);
}
.audio-player-wrap .o-play-btn--playing .o-play-btn__icon:after {
  transform: translateX(25%);
}
.audio-player-wrap .o-play-btn--playing .o-play-btn__mask:before, .audio-player-wrap .o-play-btn--playing .o-play-btn__mask:after {
  transform: rotate(0);
}
.audio-player-wrap .o-play-btn--playing .o-play-btn__icon {
  margin-left: 0 !important;
}
.audio-player-wrap .progress-container {
  flex-grow: 1;
  margin: 0 15px;
}
.audio-player-wrap .progress-bar {
  height: 6px;
  background-color: #434749;
  cursor: pointer;
  position: relative;
}
.audio-player-wrap .progress {
  width: 0;
  height: 100%;
  background-color: #FFB400;
}
.audio-player-wrap .progress-handle {
  width: 25px;
  height: 25px;
  background-color: #FFB400;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.audio-player-wrap .time {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
}
.audio-player-wrap .speed-control {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 15px;
  padding: 2px;
  font-weight: 600;
}
.audio-player-wrap .speed-btn {
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #333;
  margin: 0 4px;
  font-weight: 600;
}
.audio-player-wrap .speed-display {
  padding: 0 7px;
}
.speed-control {
  margin-left: 10px;
}
.play-pause {
  margin-right: 20px;
}
