.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0);
  padding-left: var(--bs-gutter-x, 0);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 451px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 750px;
  }
}

@media (min-width: 993px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1006px;
  }
}

@media (min-width: 1201px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1401px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

.row > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.col {
  -webkit-flex: 1 0;
  flex: 1 0;
}

.row-cols-auto > * {
  width: auto;
  -webkit-flex: none;
  flex: none;
}

.row-cols-1 > * {
  width: 100%;
  -webkit-flex: none;
  flex: none;
}

.row-cols-2 > * {
  width: 50%;
  -webkit-flex: none;
  flex: none;
}

.row-cols-3 > * {
  width: 33.3333%;
  -webkit-flex: none;
  flex: none;
}

.row-cols-4 > * {
  width: 25%;
  -webkit-flex: none;
  flex: none;
}

.row-cols-5 > * {
  width: 20%;
  -webkit-flex: none;
  flex: none;
}

.row-cols-6 > * {
  width: 16.6667%;
  -webkit-flex: none;
  flex: none;
}

@media (min-width: 341px) {
  .col-xs {
    -webkit-flex: 1 0;
    flex: 1 0;
  }

  .row-cols-xs-auto > * {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xs-1 > * {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xs-2 > * {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xs-3 > * {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xs-4 > * {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xs-5 > * {
    width: 20%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xs-6 > * {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }
}

@media (min-width: 451px) {
  .col-sm {
    -webkit-flex: 1 0;
    flex: 1 0;
  }

  .row-cols-sm-auto > * {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-sm-1 > * {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-sm-2 > * {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-sm-3 > * {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-sm-4 > * {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-sm-5 > * {
    width: 20%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-sm-6 > * {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex: 1 0;
    flex: 1 0;
  }

  .row-cols-md-auto > * {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-md-1 > * {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-md-2 > * {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-md-3 > * {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-md-4 > * {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-md-5 > * {
    width: 20%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-md-6 > * {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }
}

@media (min-width: 993px) {
  .col-lg {
    -webkit-flex: 1 0;
    flex: 1 0;
  }

  .row-cols-lg-auto > * {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-lg-1 > * {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-lg-2 > * {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-lg-3 > * {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-lg-4 > * {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-lg-5 > * {
    width: 20%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-lg-6 > * {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }
}

@media (min-width: 1201px) {
  .col-xl {
    -webkit-flex: 1 0;
    flex: 1 0;
  }

  .row-cols-xl-auto > * {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xl-1 > * {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xl-2 > * {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xl-3 > * {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xl-4 > * {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xl-5 > * {
    width: 20%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xl-6 > * {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }
}

@media (min-width: 1401px) {
  .col-xxl {
    -webkit-flex: 1 0;
    flex: 1 0;
  }

  .row-cols-xxl-auto > * {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xxl-1 > * {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xxl-2 > * {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xxl-3 > * {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xxl-4 > * {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xxl-5 > * {
    width: 20%;
    -webkit-flex: none;
    flex: none;
  }

  .row-cols-xxl-6 > * {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }
}

.col-auto {
  width: auto;
  -webkit-flex: none;
  flex: none;
}

.col-1 {
  width: 8.33333%;
  -webkit-flex: none;
  flex: none;
}

.col-2 {
  width: 16.6667%;
  -webkit-flex: none;
  flex: none;
}

.col-3 {
  width: 25%;
  -webkit-flex: none;
  flex: none;
}

.col-4 {
  width: 33.3333%;
  -webkit-flex: none;
  flex: none;
}

.col-5 {
  width: 41.6667%;
  -webkit-flex: none;
  flex: none;
}

.col-6 {
  width: 50%;
  -webkit-flex: none;
  flex: none;
}

.col-7 {
  width: 58.3333%;
  -webkit-flex: none;
  flex: none;
}

.col-8 {
  width: 66.6667%;
  -webkit-flex: none;
  flex: none;
}

.col-9 {
  width: 75%;
  -webkit-flex: none;
  flex: none;
}

.col-10 {
  width: 83.3333%;
  -webkit-flex: none;
  flex: none;
}

.col-11 {
  width: 91.6667%;
  -webkit-flex: none;
  flex: none;
}

.col-12 {
  width: 100%;
  -webkit-flex: none;
  flex: none;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 341px) {
  .col-xs-auto {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-1 {
    width: 8.33333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-2 {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-3 {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-4 {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-5 {
    width: 41.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-6 {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-7 {
    width: 58.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-8 {
    width: 66.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-9 {
    width: 75%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-10 {
    width: 83.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-11 {
    width: 91.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xs-12 {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .offset-xs-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.3333%;
  }

  .offset-xs-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.3333%;
  }

  .offset-xs-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.3333%;
  }

  .offset-xs-11 {
    margin-left: 91.6667%;
  }

  .g-xs-0, .gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0, .gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1, .gx-xs-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xs-1, .gy-xs-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xs-2, .gx-xs-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xs-2, .gy-xs-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xs-3, .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xs-3, .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xs-4, .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xs-4, .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xs-5, .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xs-5, .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 451px) {
  .col-sm-auto {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-1 {
    width: 8.33333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-2 {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-3 {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-4 {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-5 {
    width: 41.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-6 {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-7 {
    width: 58.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-8 {
    width: 66.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-9 {
    width: 75%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-10 {
    width: 83.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-11 {
    width: 91.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-sm-12 {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-1 {
    width: 8.33333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-2 {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-3 {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-4 {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-5 {
    width: 41.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-6 {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-7 {
    width: 58.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-8 {
    width: 66.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-9 {
    width: 75%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-10 {
    width: 83.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-11 {
    width: 91.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-md-12 {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 993px) {
  .col-lg-auto {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-1 {
    width: 8.33333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-2 {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-3 {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-4 {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-5 {
    width: 41.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-6 {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-7 {
    width: 58.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-8 {
    width: 66.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-9 {
    width: 75%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-10 {
    width: 83.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-11 {
    width: 91.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-lg-12 {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1201px) {
  .col-xl-auto {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-1 {
    width: 8.33333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-2 {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-3 {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-4 {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-5 {
    width: 41.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-6 {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-7 {
    width: 58.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-8 {
    width: 66.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-9 {
    width: 75%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-10 {
    width: 83.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-11 {
    width: 91.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xl-12 {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1401px) {
  .col-xxl-auto {
    width: auto;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-1 {
    width: 8.33333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-2 {
    width: 16.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-3 {
    width: 25%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-4 {
    width: 33.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-5 {
    width: 41.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-6 {
    width: 50%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-7 {
    width: 58.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-8 {
    width: 66.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-9 {
    width: 75%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-10 {
    width: 83.3333%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-11 {
    width: 91.6667%;
    -webkit-flex: none;
    flex: none;
  }

  .col-xxl-12 {
    width: 100%;
    -webkit-flex: none;
    flex: none;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-flex: auto !important;
  flex: auto !important;
}

.flex-row {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-justify-content: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-align-items: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: .25rem !important;
}

.me-2 {
  margin-right: .5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: .25rem !important;
}

.ms-2 {
  margin-left: .5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .25rem !important;
}

.pe-2 {
  padding-right: .5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .25rem !important;
}

.ps-2 {
  padding-left: .5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 341px) {
  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-grid {
    display: grid !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .flex-xs-fill {
    -webkit-flex: auto !important;
    flex: auto !important;
  }

  .flex-xs-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xs-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xs-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xs-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xs-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    -webkit-justify-content: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-xs-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xs-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-xs-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-xs-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }

  .align-self-xs-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }

  .align-self-xs-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }

  .order-xs-first {
    -webkit-order: -1 !important;
    order: -1 !important;
  }

  .order-xs-0 {
    -webkit-order: 0 !important;
    order: 0 !important;
  }

  .order-xs-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }

  .order-xs-2 {
    -webkit-order: 2 !important;
    order: 2 !important;
  }

  .order-xs-3 {
    -webkit-order: 3 !important;
    order: 3 !important;
  }

  .order-xs-4 {
    -webkit-order: 4 !important;
    order: 4 !important;
  }

  .order-xs-5 {
    -webkit-order: 5 !important;
    order: 5 !important;
  }

  .order-xs-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .m-xs-1 {
    margin: .25rem !important;
  }

  .m-xs-2 {
    margin: .5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xs-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xs-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xs-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-1 {
    margin-top: .25rem !important;
  }

  .mt-xs-2 {
    margin-top: .5rem !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xs-5 {
    margin-top: 3rem !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .me-xs-0 {
    margin-right: 0 !important;
  }

  .me-xs-1 {
    margin-right: .25rem !important;
  }

  .me-xs-2 {
    margin-right: .5rem !important;
  }

  .me-xs-3 {
    margin-right: 1rem !important;
  }

  .me-xs-4 {
    margin-right: 1.5rem !important;
  }

  .me-xs-5 {
    margin-right: 3rem !important;
  }

  .me-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xs-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ms-xs-0 {
    margin-left: 0 !important;
  }

  .ms-xs-1 {
    margin-left: .25rem !important;
  }

  .ms-xs-2 {
    margin-left: .5rem !important;
  }

  .ms-xs-3 {
    margin-left: 1rem !important;
  }

  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xs-5 {
    margin-left: 3rem !important;
  }

  .ms-xs-auto {
    margin-left: auto !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: .25rem !important;
  }

  .p-xs-2 {
    padding: .5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xs-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xs-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xs-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: .25rem !important;
  }

  .pt-xs-2 {
    padding-top: .5rem !important;
  }

  .pt-xs-3 {
    padding-top: 1rem !important;
  }

  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xs-5 {
    padding-top: 3rem !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: .25rem !important;
  }

  .pe-xs-2 {
    padding-right: .5rem !important;
  }

  .pe-xs-3 {
    padding-right: 1rem !important;
  }

  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xs-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: .25rem !important;
  }

  .ps-xs-2 {
    padding-left: .5rem !important;
  }

  .ps-xs-3 {
    padding-left: 1rem !important;
  }

  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xs-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 451px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-flex: auto !important;
    flex: auto !important;
  }

  .flex-sm-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-justify-content: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-flex: auto !important;
    flex: auto !important;
  }

  .flex-md-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-justify-content: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -webkit-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 993px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-flex: auto !important;
    flex: auto !important;
  }

  .flex-lg-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-justify-content: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -webkit-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -webkit-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -webkit-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -webkit-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -webkit-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1201px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-flex: auto !important;
    flex: auto !important;
  }

  .flex-xl-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-justify-content: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1401px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-flex: auto !important;
    flex: auto !important;
  }

  .flex-xxl-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-justify-content: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -webkit-order: 6 !important;
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

@font-face {
  font-family: CalibreWeb-Light;
  src: url("../webfonts/fonts/CalibreWeb-Light/CalibreWeb-Light.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-Light/CalibreWeb-Light.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-LightItalic;
  src: url("../webfonts/fonts/CalibreWeb-Light/CalibreWeb-LightItalic.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-Light/CalibreWeb-LightItalic.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-Regular;
  src: url("../webfonts/fonts/CalibreWeb-Regular/CalibreWeb-Regular.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-Regular/CalibreWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-RegularItalic;
  src: url("../webfonts/fonts/CalibreWeb-Regular/CalibreWeb-RegularItalic.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-Regular/CalibreWeb-RegularItalic.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-Medium;
  src: url("../webfonts/fonts/CalibreWeb-Medium/CalibreWeb-Medium.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-Medium/CalibreWeb-Medium.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-MediumItalic;
  src: url("../webfonts/fonts/CalibreWeb-Medium/CalibreWeb-MediumItalic.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-Medium/CalibreWeb-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-SemiBold;
  src: url("../webfonts/fonts/CalibreWeb-SemiBold/CalibreWeb-Semibold.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-SemiBold/CalibreWeb-Semibold.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-SemiBoldItalic;
  src: url("../webfonts/fonts/CalibreWeb-SemiBold/CalibreWeb-SemiboldItalic.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-SemiBold/CalibreWeb-SemiboldItalic.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-Bold;
  src: url("../webfonts/fonts/CalibreWeb-Bold/CalibreWeb-Bold.woff2") format("woff-2"), url("../webfonts/fonts/CalibreWeb-Bold/CalibreWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: CalibreWeb-BoldItalic;
  src: url("../webfonts/fonts/CalibreWeb-Bold/CalibreWeb-BoldItalic.woff2") format("woff-2"), url("https://www.slateam.com/wp-content/themes/slateam/assets/webfonts/fonts/CalibreWeb-SemiBold/CalibreWeb-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: Inter-Regular;
  src: url("../webfonts/fonts/Inter-Regular/Inter-Regular.woff2") format("woff-2"), url("../webfonts/fonts/Inter-Regular/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: Inter-Italic;
  src: url("../webfonts/fonts/Inter-Regular/Inter-Italic.woff2") format("woff-2"), url("../webfonts/fonts/Inter-Regular/Inter-Italic.woff") format("woff");
}

@font-face {
  font-family: Inter-Medium;
  src: url("../webfonts/fonts/Inter-Medium/Inter-Medium.woff2") format("woff-2"), url("../webfonts/fonts/Inter-Medium/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: Inter-MediumItalic;
  src: url("https://www.slateam.com/wp-content/themes/slateam/assets/webfonts/fonts/Inter-Medium/Inter-MediumItalic.woff2") format("woff-2"), url("https://www.slateam.com/wp-content/themes/slateam/assets/webfonts/fonts/Inter-Medium/Inter-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: Inter-SemiBold;
  src: url("../webfonts/fonts/Inter-SemiBold/Inter-SemiBold.woff2") format("woff-2"), url("../webfonts/fonts/Inter-SemiBold/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: Inter-SemiBoldItalic;
  src: url("../webfonts/fonts/Inter-SemiBold/Inter-SemiBoldItalic.woff2") format("woff-2"), url("../webfonts/fonts/Inter-SemiBold/Inter-SemiBoldItalic.woff") format("woff");
}

.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

.fa-lg {
  vertical-align: -.0667em;
  font-size: 1.33333em;
  line-height: .75em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  margin-left: 2.5em;
  padding-left: 0;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  text-align: center;
  width: 2em;
  line-height: inherit;
  position: absolute;
  left: -2em;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: 2s linear infinite fa-spin;
  animation: 2s linear infinite fa-spin;
}

.fa-pulse {
  -webkit-animation: 1s steps(8, end) infinite fa-spin;
  animation: 1s steps(8, end) infinite fa-spin;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  height: 2em;
  vertical-align: middle;
  width: 2.5em;
  line-height: 2em;
  display: inline-block;
  position: relative;
}

.fa-stack-1x, .fa-stack-2x {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-conditioner:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

.fa-alien-monster:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-bed-alt:before {
  content: "";
}

.fa-bed-bunk:before {
  content: "";
}

.fa-bed-empty:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-on:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blinds:before {
  content: "";
}

.fa-blinds-open:before {
  content: "";
}

.fa-blinds-raised:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caravan-alt:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cat-space:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-pot:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comet:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-music:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fan-table:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-faucet-drip:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-download:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "";
}

.fa-garage-car:before {
  content: "";
}

.fa-garage-open:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-heat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "";
}

.fa-house-night:before {
  content: "";
}

.fa-house-return:before {
  content: "";
}

.fa-house-signal:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "";
}

.fa-lamp-floor:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-light-ceiling:before {
  content: "";
}

.fa-light-switch:before {
  content: "";
}

.fa-light-switch-off:before {
  content: "";
}

.fa-light-switch-on:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "";
}

.fa-oven:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-planet-moon:before {
  content: "";
}

.fa-planet-ringed:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "";
}

.fa-portal-exit:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-refrigerator:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "";
}

.fa-sensor-alert:before {
  content: "";
}

.fa-sensor-fire:before {
  content: "";
}

.fa-sensor-on:before {
  content: "";
}

.fa-sensor-smoke:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-siren:before {
  content: "";
}

.fa-siren-on:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "";
}

.fa-sort-circle-down:before {
  content: "";
}

.fa-sort-circle-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "";
}

.fa-space-station-moon-alt:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "";
}

.fa-starfighter:before {
  content: "";
}

.fa-starfighter-alt:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "";
}

.fa-starship-freighter:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "";
}

.fa-sword-laser-alt:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "";
}

.fa-temperature-down:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "";
}

.fa-transporter-1:before {
  content: "";
}

.fa-transporter-2:before {
  content: "";
}

.fa-transporter-3:before {
  content: "";
}

.fa-transporter-empty:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "";
}

.fa-ufo-beam:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "";
}

.fa-user-visor:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "";
}

.fa-vacuum-robot:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "";
}

.fa-window-frame-open:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  height: 20px;
  width: 20px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.focuspoint {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.focuspoint img {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  margin: 0;
  transition: all .5s ease-in;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400-.eot#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400-.eot#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900-.eot#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.background--dark_gray {
  background-color: #5f5f5f;
}

.background--black {
  background-color: #000;
}

.background--offblack {
  background-color: #131313;
}

.background--green {
  background-color: #80936f;
}

.background--neutral {
  background-color: #f8f8f8;
}

.background--white {
  background-color: #fff;
}

.background--offwhite {
  background-color: #f3f3f3;
}

.background--gray {
  background-color: #f2f2f2;
}

.team-template-default {
  background-color: #f2f2f2 !important;
}

.page__breadcrumbs {
  width: 1190px;
  margin: 0 auto;
  padding: 1.25em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page__breadcrumbs a {
  color: #888b8d;
  font-size: 1.375em;
}

.page__breadcrumbs p {
  color: #2b2e33;
  margin: 0;
  font-size: 1.375em;
  display: inline-block;
}

.page__breadcrumbs span {
  color: #888b8d;
  margin: .681818em;
  font-size: 1.375em;
}

@media (max-width: 1200px) {
  .page__breadcrumbs {
    width: 100%;
    padding: 1.25em .9375em;
  }
}

@media (max-width: 767px) {
  .page__breadcrumbs {
    padding-bottom: 0;
  }

  .page__breadcrumbs a, .page__breadcrumbs p {
    font-size: 1.125em;
  }

  .page__breadcrumbs span {
    margin: .833333em;
    font-size: 1.125em;
  }
}

.button {
  color: #fff;
  cursor: pointer;
  letter-spacing: .2px;
  min-width: 256px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  padding: 1.2em 3.5em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  transition: all .25s;
}

.button:hover {
  background-color: #b4b86b;
  text-decoration: none;
}

.button a {
  color: #fff;
  text-decoration: none;
}

.button--foreground-light {
  color: #000;
  background-color: #fff;
}

.button--foreground-light a {
  color: #000;
}

.button--foreground-alt:hover {
  background-color: #fff;
}

.button--foreground-alt:hover a {
  color: #000;
}

@media (max-width: 1200px) {
  .button {
    min-width: 164px;
    padding: .714286em 3.57143em;
    font-size: .875em;
    line-height: 1.42857em;
  }
}

.button--contact {
  cursor: pointer;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 0;
  padding: .777778em 2.22222em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  transition: all .25s;
  display: -webkit-flex;
  display: flex;
  color: #fff !important;
}

@media (max-width: 340px) {
  .button--contact {
    padding: .555556em;
  }
}

.green-button {
  cursor: pointer;
  background-color: #80936f;
  margin: 30px 0;
  padding: .9375em 1.25em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.18182em;
  transition: all .25s;
  color: #fff !important;
}

.green-button:hover {
  background-color: #6d7c60;
}

.green-button--contact {
  cursor: pointer;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #80936f;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 0;
  padding: .777778em 2.22222em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  transition: all .25s;
  display: -webkit-flex;
  display: flex;
  color: #fff !important;
}

@media (max-width: 340px) {
  .green-button--contact {
    padding: .555556em;
  }
}

.slateam_drag_cursor {
  opacity: 0;
  height: 100px;
  pointer-events: none;
  text-align: center;
  width: 100px;
  z-index: 50;
  background-color: #6d7c60;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slateam_drag_cursor span {
  color: #fff;
  font-size: 22px;
  line-height: 100px;
}

.slateam_drag_cursor:after {
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 42%;
  right: -20px;
}

.slateam_drag_cursor:before {
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 42%;
  left: -20px;
}

@media (max-width: 992px) {
  .slateam_drag_cursor {
    display: none;
  }
}

.profile-listing-wquotes .slateam_drag_cursor, .profile-listing-cards .slateam_drag_cursor, .full-width-visual__images .slateam_drag_cursor, .post-development__visuals .slateam_drag_cursor, .dev-media__body .slateam_drag_cursor {
  background-color: #fff !important;
  border: 1px solid #a2b097 !important;
}

.profile-listing-wquotes .slateam_drag_cursor span, .profile-listing-cards .slateam_drag_cursor span, .full-width-visual__images .slateam_drag_cursor span, .post-development__visuals .slateam_drag_cursor span, .dev-media__body .slateam_drag_cursor span {
  color: #000 !important;
}

.profile-listing-wquotes .slateam_drag_cursor:after, .profile-listing-wquotes .slateam_drag_cursor:before, .profile-listing-cards .slateam_drag_cursor:after, .profile-listing-cards .slateam_drag_cursor:before, .full-width-visual__images .slateam_drag_cursor:after, .full-width-visual__images .slateam_drag_cursor:before, .post-development__visuals .slateam_drag_cursor:after, .post-development__visuals .slateam_drag_cursor:before, .dev-media__body .slateam_drag_cursor:after, .dev-media__body .slateam_drag_cursor:before {
  color: #a2b097 !important;
}

.profile-listing-wquotes .carousel-slides-wrapper:active, .profile-listing-cards .carousel-slides-wrapper:active, .full-width-visual__images .carousel-slides-wrapper:active, .post-development__visuals .carousel-slides-wrapper:active, .dev-media__body .carousel-slides-wrapper:active {
  cursor: default !important;
}

.carousel-slides-wrapper {
  cursor: default;
}

.carousel-slides-wrapper:hover .slateam_drag_cursor {
  opacity: 1;
}

.carousel-slides-wrapper:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.posts-listing__full-featured {
  margin-bottom: 1.5625em;
  padding: 0 .9375em;
}

.posts-listing__full-featured-left, .posts-listing__full-featured-right {
  width: 100%;
}

.posts-listing__full-featured-left {
  color: #fff;
  min-height: 300px;
  background-color: #80936f;
  padding: 1em 1.875em 2em;
}

.posts-listing__full-featured-left h3, .posts-listing__full-featured-left p, .posts-listing__full-featured-left a {
  color: #fff;
}

.posts-listing__full-featured-left .full-featured-left__link {
  font-size: .5em;
}

.full-featured-left__link-date, .posts-listing__full-featured-top-link {
  font-size: 1.875em;
  line-height: normal;
}

.full-featured-left__tagline {
  padding-left: 2em;
  position: relative;
}

.full-featured-left__tagline:before {
  content: "";
  width: 25px;
  height: 1px;
  border-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  position: absolute;
  top: 10.5px;
  left: 0;
}

.posts-listing__full-featured-right {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: -10px 0 0;
  padding: 0;
}

.posts-listing__full-featured, .full-featured-left__link-arrow, .posts-listing__full-featured-left, .posts-listing__full-featured-right {
  transition: all .5s ease-in-out;
}

.posts-listing__full-featured:hover .posts-listing__full-featured-left {
  background-color: #6d7c60;
  border-bottom: 1px solid #6d7c60;
}

.posts-listing__full-featured:hover .posts-listing__full-featured-right {
  background-size: auto 110%;
}

.posts-listing__full-featured:hover .full-featured-left__link-arrow {
  margin-right: -.9375em;
}

@media (min-width: 767px) {
  .posts-listing__full-featured-left {
    min-height: 350px;
  }

  .posts-listing__full-featured-left, .posts-listing__full-featured-right {
    width: 50%;
    margin: 0;
  }

  .posts-listing__full-featured-top-link {
    font-size: 1.5625em;
  }

  .full-featured-left__tagline {
    padding-left: 4.75em;
    font-size: 1.375em;
  }

  .full-featured-left__tagline:before {
    width: 75px;
    top: 14px;
  }
}

.site-footer .menu {
  margin: 0;
  padding-left: 0;
}

@media (max-width: 992px) {
  .site-footer .menu {
    width: 100%;
  }
}

.site-footer .menu-item {
  font-family: Inter-SemiBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  list-style: none;
  display: inline-block;
}

@media (max-width: 767px) {
  .site-footer .menu-item {
    text-align: center;
    display: block;
  }
}

.site-footer .menu-item a {
  font-family: Inter-SemiBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
}

.site-footer .sub-menu {
  display: none !important;
}

.site-footer__main-container .menu-item {
  padding-right: 1.71429em;
  font-size: .875em;
  line-height: 1.28571em;
}

@media (max-width: 992px) {
  .site-footer__main-container .menu-item {
    padding-right: 1.28571em;
    font-size: .8125em;
  }
}

@media (max-width: 767px) {
  .site-footer__main-container .menu-item {
    padding: 0 0 1.07143em;
    font-size: .875em;
  }
}

.site-footer__sub-container .menu-item {
  padding-left: 2.83333em;
  font-size: .75em;
  line-height: 1.33333em;
}

@media (max-width: 767px) {
  .site-footer__sub-container .menu-item {
    padding: 0 0 1.07143em;
  }
}

.site-footer__social-list {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 0 .9375em;
  margin: 0;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 992px) {
  .site-footer__social-list {
    -webkit-justify-content: center;
    justify-content: center;
    margin: .625em 0;
    padding-left: 0;
  }
}

.site-footer__social-item {
  background-color: #f3f4f6;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.site-footer__social-item a {
  width: 36px;
  height: 36px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.site-footer__social-item a img {
  height: 13px;
  width: auto;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.full-hero-end__link {
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
}

.full-hero-middle__tagline {
  color: #888b8d;
  margin: 0;
  padding-left: 1.88889em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.full-hero-middle__tagline:before {
  content: "";
  width: 25px;
  height: 1px;
  border-top: 1px solid #888b8d;
  display: block;
  position: absolute;
  top: 10.5px;
  left: 0;
}

.posts-listing__full-hero-img, .posts-listing__full-hero-info, .posts-listing__full-hero-bottom-arrow {
  transition: all .5s ease-in-out;
}

.posts-listing__full-hero:hover .posts-listing__full-hero-img {
  background-size: 110%;
}

.posts-listing__full-hero:hover .posts-listing__full-hero-info {
  background-color: #6d7c60;
  border-bottom: 1px solid #6d7c60;
}

.posts-listing__full-hero:hover .posts-listing__full-hero-bottom-arrow {
  margin-right: -.9375em;
}

.posts-listing__full-hero {
  position: relative;
}

.posts-listing__full-hero h2, .posts-listing__full-hero p, .posts-listing__full-hero a {
  color: #fff;
}

.posts-listing__full-hero a {
  font-size: 1.375em;
}

.posts-listing__full-hero p:before {
  border-color: #fff;
}

.posts-listing__full-hero-top h2 {
  margin: .869565em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.125em;
  font-style: normal;
  font-weight: 400;
  line-height: .9em;
}

.posts-listing__full-hero-top a {
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.posts-listing__full-hero-top a:hover {
  text-decoration: none;
}

.posts-listing__full-hero-img-wrapper {
  background: linear-gradient(to top, #fff 0%, #fff 50%, #f3f3f3 50%, #f3f3f3 100%);
}

.posts-listing__full-hero-img {
  max-height: 700px;
  min-height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.posts-listing__full-hero-info {
  background-color: #80936f;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 1.25em;
  padding: 20px 20px 32px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  top: -30px;
}

@media (max-width: 1200px) {
  .posts-listing__full-hero-top h2 {
    margin: 1.33333em 0;
    font-size: 1.875em;
  }
}

@media (max-width: 992px) {
  .posts-listing__full-hero-top h2 {
    margin: 1.6em 0;
    font-size: 1.5625em;
  }
}

@media (max-width: 767px) {
  .posts-listing__full-hero-top h2 {
    margin: 1.14286em 0;
    font-size: 2.1875em;
  }

  .posts-listing__full-hero-img-wrapper {
    background: none;
  }
}

@media (min-width: 767px) {
  .posts-listing__full-hero-info {
    width: 50%;
    max-width: 708px;
    height: 85%;
    max-height: 600px;
    background-color: #80936f;
    margin: 0;
    padding: 20px 20px 32px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .posts-listing__full-hero-img {
    width: 80%;
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .posts-listing__full-hero-img {
    width: 70%;
    min-height: 480px;
  }

  .full-hero-middle__tagline {
    margin: 0;
    padding-left: 4.75em;
    font-size: 1.375em;
  }

  .full-hero-middle__tagline:before {
    width: 75px;
    top: 14px;
  }
}

@media (min-width: 1200px) {
  .posts-listing__full-hero-info {
    padding: 4.375em 3.75em 3.75em;
  }

  .posts-listing__full-hero-img {
    min-height: 530px;
  }
}

@media (min-width: 1400px) {
  .posts-listing__full-hero-info {
    padding: 5em;
  }

  .posts-listing__full-hero-img {
    width: 70%;
    min-height: 700px;
  }

  .full-hero-middle__tagline {
    margin-bottom: 1.5em;
  }
}

.page {
  background-color: #f8f8f8;
  overflow-x: hidden;
}

.page-section {
  z-index: 2;
  margin: 80px 0;
  position: relative;
}

.page-section--site-header, .page-section--site-footer {
  margin: 0;
}

.page-section--main {
  padding-top: 120px;
}

@media (max-width: 992px) {
  .page-section--main {
    padding-top: 0;
  }
}

.partial-featured {
  width: 50%;
  position: relative;
}

.partial-featured__image-wrapper {
  height: 476px;
}

.partial-featured__image {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.partial-featured__content {
  max-width: 562px;
  width: 95%;
  background-color: #fff;
  padding: 1.5625em 1.5em;
  position: absolute;
  top: 320px;
  left: -24px;
}

@media (max-width: 992px) {
  .partial-featured__content {
    left: -8.5px;
  }
}

@media (max-width: 767px) {
  .partial-featured {
    width: 100%;
  }

  .partial-featured__content {
    margin-top: -118px;
    margin-left: -8.5px;
    display: block;
    position: static;
  }

  .partial-featured__image-wrapper {
    height: 259px;
  }
}

.partial-text__wrapper {
  width: 50%;
  padding-left: 3.375em;
}

.partial-post__partial-text {
  max-width: 542px;
  border-bottom: 1px solid #d4d4d5;
  margin-bottom: 32px;
}

.partial-post__partial-text:last-child {
  border-bottom: none !important;
}

@media (max-width: 767px) {
  .partial-text__wrapper {
    width: 100%;
    margin-top: .625em;
    padding-left: 0;
  }

  .partial-post__partial-text {
    border-top: 1px solid #d4d4d5;
    margin-bottom: 0;
    padding-top: 1.5em;
    border-bottom: none !important;
  }

  .partial-post__partial-text:last-child {
    border-bottom: 1px solid #d4d4d5 !important;
  }
}

.press-promo-item {
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  margin-bottom: 1.5625em;
}

.press-promo {
  padding: 0 .9375em;
}

.press-promo__box {
  padding: 0 2.5em;
}

.press-promo__box a {
  color: #80936f;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.04545em 0;
  line-height: 1.25em;
  display: -webkit-flex;
  display: flex;
  font-size: 1em !important;
}

.press-promo__box a:before {
  content: "";
  height: 14px;
  width: 20px;
  background: url("../images/email-icon-green.svg") no-repeat;
  margin-right: 10px;
  display: inline-block;
  top: 50%;
}

@media (max-width: 400px) {
  .press-promo__box a:before {
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 450px) {
  .press-promo__box a {
    word-break: break-word;
  }
}

.press-promo__box .large-text {
  color: #888b8d;
  margin: 0 !important;
  padding: .5em 0 .383333em !important;
}

@media (max-width: 992px) {
  .press-promo__box .large-text {
    padding: .75em 0 .575em !important;
    font-size: 2.5em !important;
  }
}

.press-promo__box h2.large-text {
  font-size: 3.75em;
}

.press-promo__box :not(:first-of-type) {
  padding: .5em 0;
}

.site-header__nav {
  padding-left: 60px;
  transition: all .25s;
}

@media (max-width: 1200px) {
  .site-header__nav {
    padding-left: 40px;
  }
}

.site-header__nav-mobile {
  background-color: #fff;
  transition: all .25s;
  display: none;
  position: fixed;
  right: -1000px;
}

@media (max-width: 992px) {
  .site-header__nav-mobile {
    width: 100%;
    min-width: auto;
    border: 0;
    display: block;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

.site-header__list {
  height: 100%;
  padding-top: .375em;
}

@media (max-width: 992px) {
  .site-header__list {
    width: 100%;
    height: auto;
    padding: 1.25em 0;
  }

  .site-header__nav-item {
    padding: .75em 1.9375em;
    font-family: Inter-Medium, sans-serif;
    font-size: .875em;
    font-style: normal;
    font-weight: 400;
  }
}

.site-header .menu {
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 992px) {
  .site-header .menu {
    display: block;
  }
}

.site-header .menu-item {
  color: #111827;
  margin-right: 50px;
  font-family: Inter-SemiBold, sans-serif;
  font-size: .875em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28571em;
  list-style: none;
  display: inline-block;
}

@media (max-width: 1240px) {
  .site-header .menu-item {
    margin-right: 25px;
    font-size: .9125em;
    line-height: 1.38462em;
  }
}

@media (max-width: 992px) {
  .site-header .menu-item {
    width: 100%;
    margin-right: 0;
    font-size: .875em;
    line-height: 1.42857em;
    display: block;
  }
}

.site-header .menu-item a {
  height: 100%;
  padding: 49px 0;
  display: block;
}

@media (max-width: 992px) {
  .site-header .menu-item a {
    text-align: center;
    padding: 1.25em 1.9375em;
  }

  .site-header .menu-item-has-children > a {
    position: relative;
  }
}

.site-header .menu-item-has-children > a:after {
  content: "";
  width: 6px;
  height: 6px;
  vertical-align: 3px;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  margin-left: 5px;
  transition: none;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .menu-item-has-children.open > a:after, .site-header .menu-item-has-children:hover > a:after {
  opacity: .3;
  vertical-align: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.site-header .menu-item-has-children.open .sub-menu, .site-header .menu-item-has-children:hover .sub-menu {
  display: inline-block;
}

@media (max-width: 992px) {
  .site-header .menu-item-has-children.open .sub-menu, .site-header .menu-item-has-children:hover .sub-menu {
    width: 100%;
    position: static;
  }
}

.site-header .sub-menu {
  z-index: 1;
  width: calc(100% + 52px);
  background-color: #fff;
  border-top: 1px solid #d4d4d5;
  margin-left: -25px;
  margin-right: -25px;
  padding: 30px 169px;
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .25);
}

@media (max-width: 992px) {
  .site-header .sub-menu {
    width: auto;
    box-shadow: none;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
  }
}

.site-header .sub-menu a {
  color: #000000;
  padding: 0;
  font-size: 1em;
  line-height: 1.125em;
}

@media (max-width: 992px) {
  .site-header .sub-menu a {
    padding: 10px;
  }
}

.site-header.sticky .menu > .menu-item > a {
  padding: 26px 0;
}

.site-header.sticky .sub-menu {
  width: calc(100% + 42px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 132px;
}

.site-header__nav-list {
  vertical-align: middle;
  margin: 0;
  padding-left: 0;
  display: inline-block;
}

@media (max-width: 992px) {
  .site-header__nav-list {
    height: 100%;
    border: 1px solid #d4d4d5;
    margin: 0;
    padding-top: .375em;
    display: -webkit-flex;
    display: flex;
  }
}

.site-header__nav-item-login {
  background: #d4d4d5;
  border-color: #d4d4d5;
}

.site-header__nav-item-login:hover {
  background: #ddd;
  border-color: #ddd;
}

.site-header__nav-item-login:hover .site-header__login-link {
  text-decoration: none;
}

.section-intro {
  margin-bottom: 40px;
}

.section-intro p {
  margin: 0;
}

.site-footer {
  color: #ddd;
}

.container--footer, .site-footer .flex-ctn {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .container--footer, .site-footer .flex-ctn {
    text-align: center;
    display: block;
  }
}

.container--footer {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.site-footer__logo {
  width: 50px;
  height: auto;
  margin-right: 3em;
  display: block;
}

@media (max-width: 992px) {
  .site-footer__logo {
    margin-right: 1.25em;
  }
}

@media (max-width: 767px) {
  .site-footer__logo {
    width: 60px;
    margin: 0 auto 1.875em;
  }
}

.site-footer__logo img {
  width: 100%;
  height: auto;
}

.footer__copyright {
  color: #fff;
  margin: 0;
  font-family: Inter-SemiBold, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33333em;
}

@media (max-width: 767px) {
  .footer__copyright {
    margin: .625em 0 1.875em;
  }
}

.site-footer__main-container {
  background-color: #6d7c60;
  padding: 1em 0;
}

.site-footer__sub-container {
  background-color: #000;
  padding: 1.125em 0 1.25em;
}

.site-header {
  z-index: 1000;
  width: 100%;
  min-height: 124px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 0 25px;
  transition: all .25s;
  position: fixed;
}

@media (max-width: 992px) {
  .site-header {
    min-height: inherit;
    padding: .9375em 1.25em;
    position: relative;
  }
}

.site-header.sticky {
  min-height: 78px;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .site-header.sticky {
    min-height: inherit;
  }
}

.site-header.sticky .site-header__logo {
  height: 48px;
  margin: 12px 0;
}

.site-header.sticky .nav_items_desktop {
  padding-left: 60px;
}

.site-header__nav-wrapper {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 992px) {
  .site-header__nav-desktop {
    display: none !important;
  }
}

.nav-mobile__wrapper {
  height: 100%;
  overflow: auto;
}

.nav-mobile__wrapper .nav-mobile__wrapper--grow {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.site-header__logo {
  width: auto;
  height: 80px;
  margin: 19px 0;
  transition: all .25s;
  display: inline-block;
}

@media (max-width: 992px) {
  .site-header__logo {
    height: 55px;
    margin: 0;
  }
}

.nav-wrapper__nav-box {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.nav-wrapper__socials {
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
}

.nav-wrapper__social {
  margin-right: 4.5em;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1200px) {
  .nav-wrapper__social {
    margin-right: 2.1875em;
  }
}

.site-header__social-link {
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border-radius: 50%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: .9375em;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1200px) {
  .site-header__social-link {
    margin-left: .625em;
  }
}

.site-header__social-link img {
  height: 13px;
  width: auto;
}

.site-header__social-link:hover {
  text-decoration: none;
}

.site-header__login-link {
  background: #000;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 4.5em;
  padding: .625em 3.4375em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: .875em;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  color: #fff !important;
}

@media (max-width: 1200px) {
  .site-header__login-link {
    margin-right: 2.1875em;
  }
}

  .site-header__login-link:hover {
    background-color: royalblue;
    transition: all 0.5s ease-in-out;
    border-top-left-radius: 15%;
  border-top-right-radius: 15%;
  border-bottom-right-radius: 15%;
  border-bottom-left-radius: 15%;
  }


@media (max-width: 992px) {
  .site-header__login-link {
    cursor: pointer;
    text-align: center;
    background-color: #80936f;
    margin: 3.125em 0;
    padding: 1em 3.14286em;
    font-family: CalibreWeb-Medium, sans-serif;
    font-size: .875em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.18182em;
    transition: all .25s;
    color: #fff !important;
    display: block !important;
  }

  .site-header__login-link:hover {
    background-color: royalblue;
    border-top-left-radius: 15%;
  border-top-right-radius: 15%;
  border-bottom-right-radius: 15%;
  border-bottom-left-radius: 15%;
    transition: all 0.5s ease-in-out;
  }
}

@media (max-width: 340px) {
  .site-header__login-link {
    margin: 1.875em 0;
  }
}

.site-header__search-bar--mobile {
  padding: .875em 2.25em 1.25em;
}

@media (max-width: 992px) {
  .site-header__search-bar--mobile {
    padding: .75em 2em 1.25em;
  }
}

.site-header__search--desktop {
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border-radius: 50%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.--open-search .site-header__search--desktop {
  background: none;
}

.site-header__search-desktop-open {
  cursor: pointer;
}

.site-header__mobile {
  color: #fff;
  display: none;
}

@media (max-width: 992px) {
  .site-header__mobile {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
  }
}

.slateam-c-social-instagram--main {
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-social-instagram--border-top {
  width: 90%;
  border-top: 2px solid #d4d4d5;
  margin-bottom: 5rem;
}

.slateam-c-social-instagram--column {
  width: 100%;
  text-align: center;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2rem;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-social-instagram--row {
  gap: 1rem;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-social-instagram--title {
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.slateam-c-social-instagram--subtitle {
  color: #6d7c60;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}

.slateam-c-social-instagram--icons {
  margin-top: 38px;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-social-instagram--icons-link {
  width: 36px;
  height: 36px;
  background-color: #f3f4f6;
  border-radius: 50%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 7px;
  display: -webkit-flex;
  display: flex;
}

a.slateam-c-social-instagram--icons-link img {
  max-height: 13px;
  color: #000;
  display: inline-block;
}

.slateam-c-social-instagram--feed {
  margin-bottom: 3rem;
  padding: 1rem;
}

@media (max-width: 767px) {
  .slateam-c-social-instagram--title {
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .slateam-c-social-instagram--subtitle {
    color: #000;
    font-size: 2em;
    line-height: 1;
  }

  .slateam-c-social-instagram--border-top {
    width: 100%;
  }
}

.container--main, .post--single-profile .profile-listing .section-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .container--main, .post--single-profile .profile-listing .section-intro {
    max-width: 970px;
  }
}

@media (max-width: 992px) {
  .container--main, .post--single-profile .profile-listing .section-intro {
    max-width: 750px;
  }
}

.container--block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 992px) {
  .container--block {
    max-width: 970px;
  }
}

@media (max-width: 767px) {
  .container--block {
    max-width: 750px;
  }
}

.container--basic-content {
  max-width: 970px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .container--basic-content {
    padding: 0 15px;
  }
}

.container--full {
  max-width: 100%;
  margin: 0 auto;
}

.container--wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.container--full-height-image {
  max-width: 1350px;
}

.container--stats {
  padding: 0 5em;
}

@media (max-width: 992px) {
  .container--stats {
    padding: 0 1em;
  }
}

.container--grid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3.75em;
}

@media (max-width: 992px) {
  .container--grid {
    padding: 0 1em;
  }
}

.container--partial-posts {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 10.4375em;
}

@media (max-width: 1200px) {
  .container--partial-posts {
    padding: 0 3.75em;
  }
}

@media (max-width: 992px) {
  .container--partial-posts {
    padding: 0 1em;
  }
}

.container--fw-visual {
  padding: 0 5.625em;
}

@media (max-width: 1200px) {
  .container--fw-visual {
    padding: 0 1em;
  }
}

.container--primary-nav {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.container--footer {
  max-width: 1694px;
  margin: 0 auto;
  padding: 0 2.1875em;
}

.container--dev-template {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .container--dev-template {
    max-width: 100%;
    padding: 0 20px;
  }
}

.container--horiz-tabs {
  max-width: none;
  margin: 0 auto;
  padding: 0 90px;
}

@media (max-width: 1200px) {
  .container--horiz-tabs {
    padding: 0 16px;
  }
}

.full-item-end__link-date {
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  color: #888b8d !important;
}

.full-item-end__link {
  margin: 0 1.875em 1.875em;
}

.posts-listing__full-item {
  margin-bottom: 1.5625em;
  padding: 0 .9375em;
}

.posts-listing__full-item-wrapper {
  min-height: 300px;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.posts-listing__full-item .full-item-middle__title {
  color: #2b2e33;
  letter-spacing: .84px;
  margin: .6em 1.2em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.5625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.posts-listing__full-item .full-item-middle__title a {
  color: #2b2e33;
}

.posts-listing__featured, .posts-listing__full-item:nth-child(7) {
  width: 100%;
}

.posts-listing__featured:hover .posts-listing__full-item-wrapper, .posts-listing__full-item:hover:nth-child(7) .posts-listing__full-item-wrapper {
  background-color: #6d7c60;
}

.posts-listing__featured:hover .posts-listing__full-item-image, .posts-listing__full-item:hover:nth-child(7) .posts-listing__full-item-image {
  background-size: auto 110%;
}

@media (max-width: 767px) {
  .posts-listing__featured:hover .posts-listing__full-item-image, .posts-listing__full-item:hover:nth-child(7) .posts-listing__full-item-image {
    background-size: 110%;
  }
}

.posts-listing__featured .posts-listing__full-item-wrapper, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-wrapper {
  min-height: 450px;
  height: 100%;
  background-color: #80936f;
  border-bottom: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

@media (max-width: 767px) {
  .posts-listing__featured .posts-listing__full-item-wrapper, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-wrapper {
    min-height: inherit;
  }
}

.posts-listing__featured .full-item-middle__title, .posts-listing__full-item:nth-child(7) .full-item-middle__title, .posts-listing__featured .full-item-middle__tagline, .posts-listing__full-item:nth-child(7) .full-item-middle__tagline, .posts-listing__featured .full-item-middle__link, .posts-listing__full-item:nth-child(7) .full-item-middle__link, .posts-listing__featured .full-item-end__link-date, .posts-listing__full-item:nth-child(7) .full-item-end__link-date {
  color: #fff !important;
}

.posts-listing__featured .posts-listing__full-item-image, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-image {
  max-height: inherit;
  min-height: inherit;
  background-size: auto 100%;
  -webkit-order: 1;
  order: 1;
}

@media (max-width: 767px) {
  .posts-listing__featured .posts-listing__full-item-image, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-image {
    background-size: 100%;
  }
}

.posts-listing__featured .posts-listing__full-item-middle, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-middle {
  display: -webkit-flex;
  display: flex;
}

.posts-listing__featured .posts-listing__full-item-image, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-image, .posts-listing__featured .posts-listing__full-item-middle, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-middle {
  width: 50%;
  height: 100%;
}

@media (max-width: 767px) {
  .posts-listing__featured .posts-listing__full-item-image, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-image, .posts-listing__featured .posts-listing__full-item-middle, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-middle {
    width: 100%;
    height: auto;
    min-height: 350px;
  }
}

.posts-listing__featured .full-item-middle__tagline, .posts-listing__full-item:nth-child(7) .full-item-middle__tagline {
  margin: 1.36364em;
  padding-left: 4.31818em;
  font-size: 1.375em;
}

.posts-listing__featured .full-item-middle__tagline:before, .posts-listing__full-item:nth-child(7) .full-item-middle__tagline:before {
  width: 75px;
  border-color: #fff;
  top: 50%;
}

.posts-listing__featured .full-item-middle__title, .posts-listing__full-item:nth-child(7) .full-item-middle__title {
  margin: 1.6em 1.2em;
}

.posts-listing__featured .full-item-middle__link, .posts-listing__full-item:nth-child(7) .full-item-middle__link {
  font-size: 1.8em;
  line-height: 1em;
}

.posts-listing__featured .posts-listing__full-item-end-arrow.--white, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-end-arrow.--white {
  display: block;
}

.posts-listing__featured .posts-listing__full-item-end-arrow.--green, .posts-listing__full-item:nth-child(7) .posts-listing__full-item-end-arrow.--green {
  display: none;
}

.full-item-middle__tagline {
  color: #888b8d;
  margin: .944444em 1.66667em 0;
  padding-left: 2.125em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.full-item-middle__tagline:before {
  content: "";
  width: 25px;
  height: 1px;
  border-top: 1px solid #888b8d;
  display: block;
  position: absolute;
  top: 10.5px;
  left: 0;
}

.posts-listing__full-item-image {
  max-height: 7.1875em;
  min-height: 7.1875em;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.posts-listing__full-item-middle {
  height: 100%;
}

.posts-listing__full-item-end-arrow.--white {
  display: none;
}

.posts-listing__full-item-image, .posts-listing__full-item-wrapper, .posts-listing__full-item-end-arrow, .press-promo-item {
  transition: all .25s;
}

.press-promo-item:hover, .posts-listing__full-item-wrapper:hover {
  border-bottom: 1px solid #000;
}

.posts-listing__full-item-wrapper:hover .posts-listing__full-item-image {
  background-size: 110%;
}

.posts-listing__full-item-wrapper:hover .posts-listing__full-item-end-arrow {
  margin-right: -.9375em;
}

.team-listing__filter {
  padding: 0 15px;
}

.team-listing__filter-link {
  color: #000;
  opacity: .31;
  margin-right: 2.8125em;
  padding-top: .375em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.team-listing__filter-link:hover, .team-listing__filter-link.active {
  opacity: 1;
  text-decoration: underline !important;
}

.team-listing__search {
  -webkit-justify-content: end;
  justify-content: end;
  display: -webkit-flex;
  display: flex;
}

.team-listing__search input {
  height: 34px;
  border: none;
  font-family: CalibreWeb-Light, sans-serif;
  font-style: normal;
  font-weight: 300;
  box-shadow: none !important;
  color: #000 !important;
  outline: none !important;
}

.team-listing__search input::-webkit-input-placeholder {
  color: #000 !important;
}

.team-listing__search input::placeholder {
  color: #000 !important;
}

.team-listing__search .facetwp-icon {
  display: none;
}

.team-listing__search .facetwp-search {
  width: 485px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-search-black.png");
  background-repeat: no-repeat;
  background-size: auto 65%;
  border-bottom: 1px solid #e6e6e6;
  margin-right: .833333em;
  padding: 5px 15px 5px 40px;
  font-size: 1.125em;
}

@media (max-width: 992px) {
  .team-listing__search .facetwp-facet {
    width: 100%;
    padding-left: 15px;
  }

  .team-listing__search .facetwp-input-wrap, .team-listing__search .facetwp-search {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .team-listing__filter-link {
    padding-top: .333333em;
  }

  .facetwp-search {
    max-width: 321px;
    margin-top: 20px !important;
  }
}

@media (max-width: 340px) {
  .facetwp-search {
    max-width: 290px;
  }
}

.wysiwyg-content--foreground-light {
  color: #fff !important;
}

.wysiwyg-content--foreground-light a, .wysiwyg-content--foreground-light .eyebrow {
  color: #fff;
}

.wysiwyg-content--foreground-light .eyebrow:before {
  border-top: 1px solid #fff;
}

.wysiwyg-content--foreground-light .link-with-arrow {
  color: #fff;
}

.wysiwyg-content--foreground-light .link-with-arrow:before {
  background: url("../images/icon-arrow-right-white.png") no-repeat;
}

.wysiwyg-content--foreground-dark a {
  color: #80936f;
}

.wysiwyg-content--foreground-dark .eyebrow {
  color: #717171;
}

.wysiwyg-content--foreground-dark .eyebrow:before {
  border-top: 1px solid #d4d4d4;
}

.wysiwyg-content--foreground-dark .link-with-arrow {
  color: #80936f;
}

.wysiwyg-content--foreground-dark .link-with-arrow:before {
  background: url("../images/icon-arrow-right-green.png") no-repeat;
}

.wysiwyg-content--foreground-alt .eyebrow:before {
  border-top: 1px solid #717171;
}

.wysiwyg-content > :first-child {
  margin-top: 0;
}

.wysiwyg-content > :last-child {
  margin-bottom: 0;
}

.wysiwyg-content p {
  margin: 0 0 .454545em;
  font-size: 1.375em;
  line-height: 1.09091em;
}

.wysiwyg-content h1 {
  letter-spacing: 1.6px;
  margin-bottom: 2.5em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 4.375em;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 767px) {
  .wysiwyg-content h1 {
    margin-bottom: 1.875em;
    font-size: 2.8125em;
    line-height: .9em;
  }
}

.wysiwyg-content h2 {
  letter-spacing: .84px;
  margin: 1.25em 0 .625em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
}

.wysiwyg-content h3 {
  font-size: 1.9375em;
}

.wysiwyg-content h4 {
  margin: 0 0 .625em;
  font-size: 1.625em;
}

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

.wysiwyg-content .button {
  color: #fff;
  cursor: pointer;
  letter-spacing: .2px;
  min-width: 256px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: .2px;
  min-width: 256px;
  background-color: #000;
  margin: 1.5em 0;
  padding: 1.2em 3.5em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: .909091em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  transition: all .25s;
}

.wysiwyg-content .button:hover {
  background-color: #b4b86b;
  text-decoration: none;
}

.wysiwyg-content .button a {
  color: #fff;
  text-decoration: none;
}

.wysiwyg-content .button--foreground-light {
  color: #000;
  background-color: #fff;
}

.wysiwyg-content .button--foreground-light a {
  color: #000;
}

.wysiwyg-content .button--foreground-alt:hover {
  background-color: #fff;
}

.wysiwyg-content .button--foreground-alt:hover a {
  color: #000;
}

@media (max-width: 1200px) {
  .wysiwyg-content .button {
    min-width: 164px;
    padding: .714286em 3.57143em;
    font-size: .875em;
    line-height: 1.42857em;
  }
}

.wysiwyg-content .button--contact {
  cursor: pointer;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 0;
  padding: .777778em 2.22222em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  transition: all .25s;
  display: -webkit-flex;
  display: flex;
  color: #fff !important;
}

@media (max-width: 340px) {
  .wysiwyg-content .button--contact {
    padding: .555556em;
  }
}

.wysiwyg-content .button--contact:hover {
  color: #fff;
  background-color: #80936f;
  text-decoration: none;
}

.wysiwyg-content .button--contact:before {
  content: "";
  height: 13px;
  width: 19px;
  background: url("../images/email-icon.svg");
  margin-right: 10px;
  top: 50%;
}

@media (max-width: 340px) {
  .wysiwyg-content .button--contact:before {
    top: 22px;
    left: 10px;
  }
}

.wysiwyg-content .green-button {
  margin: 1em 0;
  padding: .75em 1em;
  font-size: 1em;
  display: inline-block;
}

.wysiwyg-content .green-button:hover {
  color: #fff;
  background-color: #6d7c60;
  text-decoration: none;
}

.wysiwyg-content .green-button--contact {
  padding: .875em 2.1875em;
  font-size: .8125em;
}

.wysiwyg-content .green-button--contact:hover {
  color: #fff;
  background-color: #6d7c60;
  text-decoration: none;
}

.wysiwyg-content .green-button--contact:before {
  content: "";
  height: 13px;
  width: 19px;
  background: url("../images/email-icon.svg");
  margin-right: 10px;
  top: 50%;
}

@media (max-width: 340px) {
  .wysiwyg-content .green-button--contact:before {
    top: 22px;
    left: 10px;
  }
}

.wysiwyg-content .green-button + .green-button {
  margin-left: 1em;
}

.wysiwyg-content .alignright {
  float: right;
  max-width: 50%;
  margin: 0 0 2.5em 2.5em;
}

.wysiwyg-content .alignleft {
  float: left;
  max-width: 50%;
  margin: 0 2.5em 2.5em 0;
}

@media (max-width: 340px) {
  .wysiwyg-content .alignright, .wysiwyg-content .alignleft {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0;
  }
}

.wysiwyg-content table {
  width: 100%;
  border: 1px solid #f8f8f8;
}

.wysiwyg-content table th, .wysiwyg-content table td {
  text-align: left;
  vertical-align: top;
  padding: .9375em 1.875em;
}

.wysiwyg-content table th {
  color: #fff;
  white-space: nowrap;
  background-color: #f8f8f8;
  border-right: 1px solid #fff;
}

.wysiwyg-content .iframe-container {
  height: 0;
  margin-bottom: 1.4em;
  padding-top: 56.25%;
  position: relative;
}

.wysiwyg-content .iframe-container iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wysiwyg-content .large-text {
  margin: .0833333em 0 .166667em;
  padding: 0 0 .25em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 4.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1200px) {
  .wysiwyg-content .large-text {
    font-size: 3.125em;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .wysiwyg-content .large-text {
    padding: .25em 0;
  }
}

.wysiwyg-content .small-text {
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: .545455em;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  position: relative;
}

.wysiwyg-content .eyebrow {
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 80px;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .wysiwyg-content .eyebrow {
    padding-left: 2.3125em;
    font-size: 1.125em;
  }
}

.wysiwyg-content .eyebrow:before {
  content: "";
  height: 1px;
  width: 60px;
  border-top: 1px solid #d4d4d4;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

@media (max-width: 767px) {
  .wysiwyg-content .eyebrow:before {
    width: 27px;
    top: 12px;
  }
}

.wysiwyg-content .link-with-arrow {
  color: #80936f;
  margin: 1.5625em 0 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.wysiwyg-content .link-with-arrow:after {
  content: "";
  height: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: url("../images/icon-arrow-right-green.png") 0 0 / 24px no-repeat;
  padding-left: 35px;
  transition: all .25s;
  position: absolute;
  top: 30%;
  right: -50px;
}

@media (max-width: 767px) {
  .wysiwyg-content .link-with-arrow {
    font-size: .9375em;
  }
}

.wysiwyg-content .link-with-arrow:hover {
  text-decoration: none;
}

.wysiwyg-content .link-with-arrow:hover:after {
  right: -60px;
}

.form-text {
  box-shadow: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
  margin-left: 1.25em;
  padding: 3px 0 .625em 2.375em;
}

@media (max-width: 992px) {
  .form-text {
    margin-left: 0;
    padding-left: 1.875em;
  }
}

.search-form-desktop {
  width: 65%;
  margin-top: 1em;
  position: relative;
}

.search__icon-open {
  cursor: pointer;
  height: 21px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

@media (max-width: 992px) {
  .search__icon-open {
    position: static;
  }
}

.search-form-mobile {
  max-width: 300px;
  background: #f3f4f6;
  border-radius: 30px;
  margin: 0 auto 3em;
  position: relative;
}

@media (max-width: 450px) {
  .search-form-mobile {
    margin: 0 3em 3em;
  }
}

@media (max-width: 340px) {
  .search-form-mobile {
    margin: 0 0 3em;
  }
}

.search-form-mobile .form-text {
  background: none;
  border: 0;
  padding: .75em .75em .75em 2.625em;
  font-family: Inter-SemiBold, sans-serif;
  font-size: .9375em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.26667em;
}

.search-form-mobile ::-webkit-input-placeholder {
  color: #6f7173 !important;
}

.search-form-mobile ::placeholder {
  color: #6f7173 !important;
}

.search-form-mobile .search__icon-open {
  width: 16px;
  height: auto;
  top: 50%;
  left: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .search__icon-open-search {
    cursor: default;
    position: absolute;
    left: 0;
  }
}

.search__icon {
  cursor: pointer;
  max-width: 14px;
}

.search__icon-desktop-open {
  cursor: pointer;
  width: 16px;
}

@media (max-width: 992px) {
  .search__icon-desktop-open {
    width: 21px;
  }
}

.form-text::-webkit-input-placeholder {
  color: #000;
}

.form-text::placeholder {
  color: #000;
}

@media (max-width: 992px) {
  .search__icon-mobile {
    cursor: pointer;
    width: 30px;
  }
}

.page--search-results {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .page--search-results {
    padding-bottom: 20px;
  }
}

.search-results-wrapper {
  width: 100%;
  margin-top: 20px;
}

.search-results-wrapper h2 {
  color: #b5b5b5;
  text-transform: uppercase;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.search-results-wrapper .small-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .9375em;
  line-height: 5px;
}

@media (max-width: 767px) {
  .search-results-wrapper .small-text {
    font-size: .5625em;
    line-height: 5px;
  }
}

.search-results-wrapper h3 {
  margin: 0 0 20px;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 500;
}

.search-results-wrapper .nav-links {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 60px 0 0 12px;
  display: -webkit-flex;
  display: flex;
}

.search-results-wrapper .page-numbers {
  color: #067e66;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #067e66;
  margin: 0 10px 10px 0;
  padding: .227273em 1.36364em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6em;
}

.search-results-wrapper .page-numbers:hover {
  color: #fff;
  background-color: #067e66;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .search-results-wrapper .page-numbers {
    line-height: 2em;
  }
}

.search-results-wrapper .current {
  color: #fff;
  background-color: #067e66;
}

.search-results-box {
  padding-bottom: 80px;
}

.search-result {
  border-bottom: 2px solid #e6e6e6;
  margin-left: 1em;
  padding: 1.25em 0;
}

.search-result:hover {
  background-color: #f2f2f2;
}

.search-result h2 a {
  color: #333;
  text-transform: capitalize;
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.search-result h2 a:hover {
  color: #067e66;
}

.search-result mark {
  background-color: #80936f;
}

@media (max-width: 767px) {
  .search-result {
    margin-left: 35px;
    margin-right: 30px;
  }
}

h1 {
  margin-top: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
}

.page--simple-content {
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
}

.simple-content__hero {
  min-height: 550px;
  max-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 450px) {
  .simple-content__hero {
    min-height: 225px;
    max-height: 225px;
  }
}

.simple-content__content-wrapper {
  margin-left: 3.125em;
  -webkit-transform: translate(0, -180px);
  transform: translate(0, -180px);
}

@media (max-width: 992px) {
  .simple-content__content-wrapper {
    margin-left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.simple-content__content {
  background-color: #fff;
  padding: 1.875em;
}

@media (max-width: 450px) {
  .simple-content__content {
    padding: 1.25em;
  }
}

.simple-content__content--no-hero {
  padding: 1.875em;
}

@media (max-width: 450px) {
  .simple-content__content--no-hero {
    padding: 1.25em;
  }
}

.simple-content__content-wrapper--no-hero {
  margin: 50px 0;
}

.simple-content__breadcrumbs {
  width: 100%;
  background: #80936f;
  padding: 1.25em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.simple-content__breadcrumbs a {
  color: #000;
  font-size: .75em;
}

.simple-content__breadcrumbs p {
  color: #000;
  margin: 0;
  font-size: .75em;
  display: inline-block;
}

.simple-content__breadcrumbs span {
  color: #000;
  margin: 1.25em;
  font-size: .75em;
}

.post--single-team {
  background-color: #fff;
  margin-bottom: 40px;
}

.single-team__bio-header {
  height: 390px;
  position: relative;
  overflow: hidden;
}

.bio-header__image {
  height: 390px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

@media (max-width: 992px) {
  .bio-header__image {
    background-position: 0 0;
    background-size: auto 110%;
  }
}

.single-team__bio-header-text {
  z-index: 1;
  margin-top: 100px;
  padding-left: 1.25em;
}

.bio-header-text__role-type {
  color: #6d7c60;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 500;
}

.bio-header-text__name {
  color: #000;
  letter-spacing: .84px;
  margin-top: .555556em;
  margin-bottom: .277778em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 2.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.bio-header-text__role {
  color: #9ea3a6;
  max-width: 20%;
  text-transform: uppercase;
  margin-bottom: 1.66667em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.single-team__bio-breadcrumb {
  color: #000;
  opacity: .9;
  z-index: 1;
  background-color: #80936f;
  margin-top: auto;
  padding: 1.66667em 3.33333em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 500;
}

.single-team__bio-breadcrumb a {
  margin-right: 1.25em;
}

.single-team__bio-breadcrumb label {
  margin-left: 1.25em;
}

.single-team__bio {
  color: #333;
  background-color: #fff;
  padding: 1.5625em;
}

.single-team__bio p {
  line-height: 1.18182em;
}

.btn__bio {
  padding: 1.5625em 0;
}

.btn__bio-go-back a {
  color: #000;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #6d7c60;
  padding: 1.46154em 2.69231em 1.15385em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: .8125em;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.btn__bio-go-back a:hover {
  color: #fff;
  background-color: #6d7c60;
  text-decoration: none;
}

@media (max-width: 767px) {
  .single-team__bio-header {
    height: 525px;
  }

  .bio-header__image {
    height: 540px;
    background-position: top;
    background-size: auto;
    bottom: -160px;
  }

  .single-team__bio-header-text {
    z-index: 1;
    margin-top: 0;
    padding: 1.25em 0 0 1.25em;
  }

  .bio-header-text__role {
    max-width: 100%;
    margin-bottom: .833333em;
  }

  .single-team__bio p {
    font-size: 1.125em;
    line-height: 1.44444em;
  }
}

.post-news__intro {
  margin-bottom: 3.125em;
}

.post-news__intro--noimage {
  margin-top: 0;
}

.post-news__intro-text--wimage {
  max-width: 600px;
  margin: 0 0 0 auto;
  padding: 2.5em 5em 2.5em 1.25em;
}

@media (max-width: 992px) {
  .post-news__intro-text--wimage {
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.post-news__intro-text--noimage {
  max-width: 992px;
  margin: 0 1.25em;
}

@media (max-width: 992px) {
  .post-news__intro-text--noimage {
    max-width: none;
    margin: 0;
  }
}

.post-news__intro-category {
  color: #888b8d;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 80px;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

@media (max-width: 992px) {
  .post-news__intro-category {
    margin-bottom: 1.1875em;
    padding-left: 2.3125em;
    font-size: 1.125em;
  }
}

.post-news__intro-category:before {
  content: "";
  height: 1px;
  width: 60px;
  border-top: 1px solid #d4d4d4;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

@media (max-width: 992px) {
  .post-news__intro-category:before {
    width: 27px;
    top: 12px;
  }
}

.post-news__intro-title {
  color: #000;
  letter-spacing: 1.5px;
  margin: .8125em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.125em;
  font-style: normal;
  font-weight: 400;
  line-height: .875em;
}

@media (max-width: 992px) {
  .post-news__intro-title {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 2.5em;
  }
}

.post-news__intro-date {
  color: #8c8c8c;
  margin: 0 0 2.5em;
  font-size: 1em;
  line-height: 1.25em;
}

@media (max-width: 992px) {
  .post-news__intro-date {
    font-size: 1.125em;
  }
}

.post-news__intro-image {
  height: calc(100vh - 120px);
}

.post-news__intro-image img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .post-news__intro-image {
    height: 450px;
    margin-left: 1em !important;
  }
}

.post-news__share p {
  color: #8c8c8c;
  letter-spacing: .84px;
  margin-bottom: .9375em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

.post-news__share--cta {
  width: auto;
}

.post-news__share--cta p {
  margin: 0 0 .6875em;
  font-size: 1.875em;
  line-height: 1em;
}

@media (max-width: 992px) {
  .post-news__share--cta p {
    color: unset;
    font-size: 1.5625em !important;
  }
}

.post-news__share .post-news__intro-sharebtns {
  width: 190px;
}

@media (max-width: 992px) {
  .post-news__share {
    padding: 0;
  }
}

.post-news__body-intro p {
  color: #888b8d;
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.post-news__body-intro p strong, .post-news__body-intro strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.post-news__body-intro--noimage {
  margin-top: 0;
}

@media (max-width: 992px) {
  .post-news__body-intro--noimage {
    margin-top: 3.125em;
    margin-left: 0;
    padding-left: 0;
  }
}

.post-news__body-intro--wimage {
  margin-top: 4.5em;
}

@media (max-width: 992px) {
  .post-news__body-intro {
    font-size: .8125em;
  }
}

.post-news__intro--no-image {
  padding: 0 .9375em;
}

.post-news__intro-copy {
  cursor: pointer;
  display: inline-block;
}

.post-news__intro-copy.--copied:after {
  content: "Copied";
  color: #8c8c8c;
  padding-left: 10px;
  line-height: 31px;
  position: absolute;
}

.post-news__cta {
  padding: 1.875em 0;
}

.post-news__cta .post-news__press-promo, .post-news__cta .post-news__share--cta {
  padding: 0 .9375em;
}

@media (max-width: 992px) {
  .post-news__cta .post-news__share--cta {
    padding-bottom: 5em;
  }
}

.post-news__press-promo .press-promo-item {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.post-news__press-promo .press-promo-item h2 {
  letter-spacing: .84px;
  font-family: CalibreWeb-Light, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 .6875em !important;
  padding: 0 !important;
  font-size: 1.875em !important;
}

.post-news__press-promo .press-promo-item a {
  padding: 0 !important;
  font-size: .75em !important;
  line-height: 1.25em !important;
}

.post-news__latest-news {
  background-color: #80936f;
  padding: 3.75em 0;
}

.post-news__latest-news .post-news__latest-header h2 {
  letter-spacing: .84px;
  color: #fff;
  margin: 0 auto 40px;
  padding-left: .5em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}

.post-news__latest-news .posts-listing__full-item {
  width: 33.33% !important;
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .post-news__latest-news .posts-listing__full-item {
    width: 100% !important;
  }
}

.post-news__latest-news .posts-listing__full-item:hover .full-item-middle__link {
  color: #80936f !important;
}

@media (max-width: 992px) {
  .post-news__latest-news .full-item-middle__link {
    font-size: 1.0625em !important;
  }
}

.post-news__latest-news .full-item-middle__link:hover {
  color: #80936f !important;
}

.latest-news__carousel {
  padding: 1.5625em .375em;
  position: relative !important;
}

.latest-news__carousel .posts-listing__full-item-wrapper {
  min-height: 380px;
}

.latest-news__carousel .slick-dots {
  width: initial;
  bottom: 0;
  top: initial;
  margin: 0 auto;
  padding: 0 .9375em;
  left: 0;
  right: 0;
}

.latest-news__carousel .slick-dots li {
  height: 7px;
  width: 7px;
  margin: 2px 3px;
}

.latest-news__carousel .slick-dots li button {
  height: 7px;
  width: 7px;
  padding: 0;
  background-color: #fff !important;
}

.latest-news__carousel .slick-dots li button:hover {
  background-color: #fff !important;
}

.latest-news__carousel .slick-dots .slick-active button, .latest-news__carousel .slick-dots .slick-active button:hover {
  background-color: #000 !important;
}

.post-news__body-content {
  margin: 5.625em auto 7.5em;
}

.post-news__body-content p {
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0625em;
}

@media (max-width: 992px) {
  .post-news__body-content p {
    font-size: 1.125em;
    line-height: 1.3125em;
  }
}

.post-news__body-content p strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.post-news__body-content a {
  color: #6d7c60;
}

.post-news__body-content strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 992px) {
  .post-news__body-content {
    margin: 3.125em auto 5em;
  }
}

.post--news .basic-content {
  margin: 7.5em 0;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
}

@media (max-width: 992px) {
  .post--news .basic-content {
    margin: 5em 0;
  }

  .post--news .basic-content p {
    font-size: 1.125em;
    line-height: 1.3125em;
  }
}

.post--news .basic-content strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.post--news .container--basic-content {
  width: 66.67%;
  max-width: 780px !important;
}

@media (max-width: 992px) {
  .post--news .container--basic-content {
    width: auto;
  }
}

.post--news .gallery {
  padding: 0;
}

.post--news .gallery-slides {
  padding-bottom: 5.625em;
}

@media (max-width: 992px) {
  .post--news .gallery-slides {
    padding-bottom: 3.625em;
  }

  .post--news .gallery-strip__column-image {
    height: 350px;
  }
}

.single-profile__breadcrumb {
  color: #888b8d;
  margin: .909091em 0;
  font-size: 1.375em;
}

.single-profile__breadcrumb a {
  color: #888b8d;
  margin-right: .681818em;
}

.single-profile__breadcrumb label {
  color: #2b2e33;
  margin-left: .681818em;
}

.single-profile-top-section {
  min-height: 510px;
  position: relative;
}

@media (max-width: 992px) {
  .single-profile-top-section .container--block {
    padding-bottom: 0;
  }
}

.single-profile-presentation {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.single-profile-info {
  width: 55%;
  margin: 0 0 1.81818em;
}

@media (max-width: 992px) {
  .single-profile-info {
    width: 100%;
  }
}

.single-profile-info h2 {
  letter-spacing: .84px;
  color: #333;
  margin-top: .222222em;
  margin-bottom: .111111em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 5.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08889em;
}

@media (max-width: 1200px) {
  .single-profile-info h2 {
    margin-top: 0;
    font-size: 5.3125em;
    line-height: 1em;
  }
}

@media (max-width: 450px) {
  .single-profile-info h2 {
    font-size: 4.375em;
    line-height: 1em;
  }
}

@media (max-width: 340px) {
  .single-profile-info h2 {
    font-size: 3.75em;
    line-height: 1em;
  }
}

.single-profile-info p, .single-profile-info li {
  color: #333;
  font-size: 1.375em;
  line-height: 1.18182em;
}

.single-profile-info p {
  margin: 1.81818em 0 .454545em;
}

.single-profile-info ul {
  margin: 0;
  padding: 0;
}

.single-profile-info li {
  list-style: none;
}

.single-profile-headshot {
  width: 45%;
}

@media (max-width: 992px) {
  .single-profile-headshot {
    width: 100%;
  }
}

.single-profile-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.single-profile-extra-info {
  width: 60%;
  background-color: #f8f8f8;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2.5em;
  font-size: 1.25em;
  line-height: 1.875em;
  position: absolute;
  bottom: 1em;
}

@media (max-width: 1200px) {
  .single-profile-extra-info {
    height: 335px;
    padding-bottom: 2em;
    overflow: auto;
  }
}

@media (max-width: 992px) {
  .single-profile-extra-info {
    width: auto;
    height: auto;
    margin: 0 1em;
    padding: 1em 1em 0;
    position: static;
  }
}

.single-profile-extra-info > div {
  width: 32%;
  border-top: 1px solid #000;
  padding-top: 6px;
}

@media (max-width: 992px) {
  .single-profile-extra-info > div {
    width: 100%;
    margin-bottom: 1em;
  }
}

.extra-info__label {
  color: #888b8d;
  margin-bottom: .909091em;
  font-size: 1.1em;
  line-height: 1.09091em;
}

.single-profile-timeline {
  padding: 0;
}

.single-profile-timeline li {
  color: #2b2e33;
  margin-bottom: .75em;
  padding-right: 2.5em;
  line-height: 1.8em;
  list-style: none;
}

.single-profile-timeline li:before {
  content: "";
  vertical-align: 1px;
  background-color: #80936f;
  margin-right: 10px;
  padding: .25em;
  line-height: 2.25em;
  display: inline-block;
}

.single-profile-timeline span {
  color: #888b8d;
  text-indent: -14px;
  margin-left: 1.2em;
  font-size: .75em;
  line-height: 1.2em;
  display: block;
}

.single-profile-timeline span:before {
  content: "";
  width: 15px;
  height: 17px;
  vertical-align: bottom;
  border-left: 2px solid #c4c4c4;
  display: inline-block;
}

.single-profile-education {
  padding: 0;
}

.single-profile-education li {
  margin-bottom: .75em;
  line-height: 1.4em;
  list-style: none;
}

.single-profile-education span {
  color: #888b8d;
  font-size: .75em;
  line-height: 1.2em;
  display: block;
}

.single-profile-interests {
  padding: 0;
}

.single-profile-interests li {
  margin-bottom: .75em;
  list-style: none;
}

.single-profile-interests li:before {
  content: "";
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background: #000;
  margin-right: .5em;
  display: inline-block;
}

@media (max-width: 992px) {
  .post--single-profile .basic-content {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
}

.post--single-profile .basic-content strong {
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.post--single-profile .quote {
  margin-bottom: 1.36364em;
  padding: 0;
}

.post--single-profile .quote .container--main, .post--single-profile .quote .profile-listing .section-intro, .post--single-profile .profile-listing .quote .section-intro {
  max-width: none;
  margin-left: 4.54545em;
  margin-right: 4.54545em;
}

@media (max-width: 992px) {
  .post--single-profile .quote .container--main, .post--single-profile .quote .profile-listing .section-intro, .post--single-profile .profile-listing .quote .section-intro {
    margin: 0;
  }
}

.post--single-profile .quote .wysiwyg-content p {
  margin: 0;
  font-size: 4.375em;
  line-height: 1em;
}

@media (max-width: 992px) {
  .post--single-profile .quote .wysiwyg-content p {
    font-size: 3em;
    line-height: .9375em;
  }
}

@media (max-width: 450px) {
  .post--single-profile .quote .wysiwyg-content p {
    font-size: 1.875em;
    line-height: 1.06667em;
  }
}

.post--single-profile .quote .quote__citation + .quote__content p {
  margin: .571429em 0 .357143em;
}

.post--single-profile .full-width-visual__images-slide img {
  -webkit-filter: brightness();
  filter: brightness();
  max-height: inherit !important;
}

.post--single-profile .full-width-visual__images {
  overflow: hidden;
}

.post--single-profile .full-width-visual__image {
  max-height: inherit;
}

.post--single-profile .profile-listing .section-intro {
  margin-bottom: 2.5em;
}

@media (max-width: 992px) {
  .post--single-profile .profile-listing .section-intro {
    margin: 3.75em 0 2.5em;
    padding: 0;
  }
}

.post--single-profile .profile-listing .section-intro h2 {
  color: #2b2e33;
}

@media (max-width: 450px) {
  .post--single-profile .profile-listing .section-intro h2 {
    font-size: 2.625em;
    line-height: .904762em;
  }
}

.post--single-profile .profile-listing.background--neutral {
  background: none;
  padding: 0;
}

.post--single-profile .profile-listing.background--neutral .profile-listing-cards {
  background-color: #f8f8f8;
  padding: 5em 0;
}

@media (max-width: 992px) {
  .post--single-profile .profile-listing.background--neutral .profile-listing-cards {
    padding: .9375em 1.25em;
  }
}

.post--single-profile .profile-listing .profile-listing-cards img {
  height: 100%;
}

@media (max-width: 992px) {
  .post--single-profile .profile-listing .profile-listing-cards img {
    height: auto;
    max-height: 1250px;
  }
}

.post--single-profile .profile-listing .cards-carousel__item:after {
  height: 100%;
}

.profile-footer a {
  color: #fff;
  text-align: center;
  padding: .5em;
  font-size: 2.5em;
  line-height: 1.1em;
  display: block;
}

@media (max-width: 992px) {
  .profile-footer a {
    text-align: left;
    padding: .769231em;
    font-size: 1.625em;
    line-height: 1em;
  }
}

.profile-footer a i {
  margin-left: 10px;
  font-size: .65em;
  line-height: 1em;
}

@media (max-width: 992px) {
  .profile-footer a i {
    font-size: 1em;
  }
}

@media (max-width: 1200px) {
  .profile-footer a i {
    float: right;
  }
}

.profile-career-link {
  background-color: #80936f;
}

.profile-young-professionals-link {
  background-color: #2b2e33;
}

.post--development {
  padding-top: 1.5625em;
}

.post-development__breadcrumbs {
  padding-bottom: 4.0625em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.post-development__breadcrumbs a {
  color: #666;
  font-size: 1.375em;
}

.post-development__breadcrumbs p {
  color: #2b2e33;
  margin: 0;
  font-size: 1.375em;
  display: inline-block;
}

.post-development__breadcrumbs span {
  color: #2b2e33;
  margin: .9375em;
  font-size: 1em;
}

@media (max-width: 767px) {
  .post-development__visuals {
    margin-top: 50px;
  }
}

.header__left-types p {
  color: #2b2e33;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 2.3125em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.375em;
  line-height: 1.125em;
  display: inline-block;
  position: relative;
}

.header__left-types p:before {
  content: "";
  height: 1px;
  width: 30px;
  border-top: 1px solid #ababab;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.header__left-title {
  color: #000;
  letter-spacing: .84px;
  margin-top: .3125em;
  padding: 0 .3125em .5625em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 4.375em;
  font-style: normal;
  font-weight: 400;
  line-height: .75em;
}

@media (max-width: 767px) {
  .header__left-title {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .header__left-title {
    padding-right: 0;
  }
}

.header__right-info--desktop {
  display: block;
}

@media (max-width: 767px) {
  .header__right-info--desktop {
    display: none;
  }
}

.header__right-info--mobile {
  display: none;
}

@media (max-width: 767px) {
  .header__right-info--mobile {
    display: block;
  }
}

.header__right-info p {
  margin: 0;
}

.header__right-info i {
  color: #888;
  margin-right: 1em;
}

.right-info__item {
  margin-bottom: .8125em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
}

.right-info__link i, .right-info__link a {
  color: #80936f;
}

.dev-visuals__single-image {
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}

.dev-visuals__single-video {
  width: 100vw !important;
}

.dev-visuals__single-video video {
  -webkit-filter: brightness(.5);
  filter: brightness(.5);
  object-fit: cover;
}

.dev-visuals__single-video .vjs_video_3-dimensions {
  max-height: 700px;
}

.dev-visuals__carousel {
  margin-bottom: 45px;
  position: relative !important;
}

.dev-visuals__carousel .slick-arrow {
  color: #f3f3f3;
  z-index: 99;
  padding: 0 2em;
  position: absolute;
  top: 45%;
  -webkit-transform: scale(2);
  transform: scale(2);
  display: inline !important;
}

@media (max-width: 992px) {
  .dev-visuals__carousel .slick-arrow {
    top: 45%;
  }
}

.dev-visuals__carousel .slick-prev {
  left: 0;
}

.dev-visuals__carousel .slick-next {
  right: 0;
}

.dev-visuals__carousel-image {
  cursor: pointer;
  -webkit-filter: brightness(.7);
  filter: brightness(.7);
  object-fit: cover;
  height: 700px;
}

@media (max-width: 992px) {
  .dev-visuals__carousel-image {
    height: 500px;
  }
}

.body__map {
  width: 50%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .body__map {
    width: 100%;
  }
}

.body__map .body__map-wrapper {
  height: 850px;
  width: 600px;
}

@media (max-width: 767px) {
  .body__map .body__map-wrapper {
    width: 100% !important;
    height: 350px !important;
  }
}

.body__text {
  padding: 0 6.25em 3.125em;
}

@media (max-width: 1200px) {
  .body__text {
    padding: .625em 1.25em;
  }
}

.body__text h1 {
  letter-spacing: 1.6px;
  margin: .375em 0 .1875em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.375em;
  font-style: normal;
  font-weight: 400;
  line-height: .875em;
}

.body__text p {
  letter-spacing: .8px;
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875em;
}

@media (max-width: 767px) {
  .body__text p {
    letter-spacing: 0;
    font-family: CalibreWeb-Regular, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.body__description {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 5em;
  padding-bottom: 1.875em;
}

.body__description p {
  padding-top: .6875em;
}

@media (max-width: 1200px) {
  .body__description {
    padding-top: 1.875em;
  }
}

.body__stat {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d4d4d4;
  padding: 1.875em 0;
}

.body__stat h5 {
  letter-spacing: .8px;
  margin-top: .1875em;
  margin-bottom: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 2.3125em;
  font-style: normal;
  font-weight: 400;
  line-height: .5em;
}

@media (max-width: 767px) {
  .body__stat h5 {
    margin-top: .25em;
    font-size: 1.8125em;
  }
}

.body__stat p {
  color: #777;
  margin-top: .875em;
  margin-bottom: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: .75em;
}

@media (max-width: 767px) {
  .body__stat p {
    margin-top: .8125em;
    font-size: 1.5625em;
  }
}

.body__map-wrapper .acf-map {
  height: 100%;
  border: none;
  margin-top: 0;
}

.not-found__container .wysiwyg-content {
  font-family: CalibreWeb-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.not-found__container .wysiwyg-content .large-text {
  font-family: CalibreWeb-Bold, sans-serif;
  font-size: 7.5em;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 767px) {
  .not-found__container .wysiwyg-content .large-text {
    margin: 0;
    padding-top: 0;
  }
}

.not-found__container .wysiwyg-content h1 {
  margin-top: 0;
  margin-bottom: .5em;
}

.not-found__container .wysiwyg-content a {
  text-decoration: underline;
}

.basic-content {
  padding: 5em 0;
}

.basic-content--foreground-dark {
  color: #333;
}

.basic-content--foreground-light {
  color: #fff;
}

.basic-content--foreground-light .eyebrow {
  color: #fff !important;
}

.basic-content--foreground-light .eyebrow:before {
  border-top: 1px solid #fff !important;
}

@media (max-width: 992px) {
  .basic-content {
    padding: 1.875em 0;
  }
}

.basic-content__wysiwyg-content strong {
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.basic-content__wysiwyg-content p {
  line-height: 1.18182em;
}

@media (max-width: 450px) {
  .basic-content__wysiwyg-content p {
    font-size: 1.125em;
    line-height: 1.33333em;
  }
}

.basic-content__wysiwyg-content b {
  font-weight: bold;
}

.carousel {
  padding-bottom: 6.25em;
  position: relative;
}

@media (max-width: 767px) {
  .carousel {
    padding: 0 1.25em 0 1.875em;
  }
}

@media (max-width: 450px) {
  .carousel {
    height: auto;
    padding: .625em;
    overflow: hidden;
  }
}

.carousel--wvisuals .carousel-slides__slide {
  padding: 90px 180px 90px 0;
}

@media (max-width: 992px) {
  .carousel--wvisuals .carousel-slides__slide {
    padding: 90px 100px 90px 0;
  }
}

@media (max-width: 767px) {
  .carousel--wvisuals .carousel-slides__slide {
    padding: 90px 20px;
  }
}

.carousel--wvisuals .carousel-slides__slide-title {
  color: #2b2e33;
  padding-right: 0;
}

.carousel--wvisuals .carousel-slides__slide-summary {
  width: 60%;
  margin-right: 0;
}

@media (max-width: 767px) {
  .carousel--wvisuals .carousel-slides__slide-summary {
    width: 100%;
  }
}

.carousel--interactive .carousel-header {
  margin-left: 8.125em;
}

.carousel--interactive > .container--main, .post--single-profile .profile-listing .carousel--interactive > .section-intro {
  max-width: inherit;
}

.carousel-header--foreground-light--textonly > *, .carousel-header--foreground-light--wvisuals > *, .carousel-header--foreground-alt--textonly > *, .carousel-header--foreground-alt--interactive > *, .carousel-header--foreground-alt--wvisuals > * {
  color: #fff;
}

.carousel-header--textonly > *, .carousel-header--interactive > *, .carousel-header--wvisuals > * {
  color: #5f5f5f;
}

.carousel-header--interactive + .row {
  position: relative;
}

@media (max-width: 992px) {
  .carousel-header--interactive + .row {
    padding-top: 3em;
  }

  .carousel-header {
    margin-left: 1.25em;
  }
}

@media (max-width: 767px) {
  .carousel-header {
    margin-left: 0;
  }
}

.carousel-header__paginator {
  padding: 1.625em 0 .125em;
  font-size: 1.375em;
}

.carousel-header__paginator h3 > span {
  font-family: CalibreWeb-Light, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.carousel-header__paginator h3 > span:first-of-type {
  padding-right: .625em;
}

.carousel-header__paginator h3 > span:nth-child(2) {
  padding-left: .375em;
}

.carousel-header__paginator--foreground-light, .carousel-header__paginator--foreground-alt {
  color: #fff;
}

@media (max-width: 767px) {
  .carousel-header__paginator {
    padding: 0;
    font-size: 1em;
  }
}

.carousel-header__title {
  max-width: 100%;
  color: #000;
  margin: 4.25em 0 0;
  padding: 0 0 0 80px;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .carousel-header__title {
    padding-left: 2.3125em;
    font-size: 1.125em;
  }
}

.carousel-header__title:before {
  content: "";
  height: 1px;
  width: 60px;
  border-top: 1px solid;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
}

@media (max-width: 767px) {
  .carousel-header__title:before {
    width: 27px;
    top: 12px;
  }
}

.carousel-header__title--foreground-light, .carousel-header__title--foreground-alt {
  color: #fff;
}

@media (max-width: 767px) {
  .carousel-header__title {
    margin-top: 1.875em;
  }
}

@media (max-width: 450px) {
  .carousel-header__title {
    margin-top: 0;
    padding-top: 0;
  }
}

.carousel-link {
  letter-spacing: .2px;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 22px;
  position: absolute;
  top: -6%;
  right: 5%;
}

.carousel-link--interactive {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 998;
  top: auto;
  bottom: 60px;
  right: 40%;
}

@media (max-width: 1200px) {
  .carousel-link--interactive {
    bottom: 50px;
    right: 45%;
  }
}

@media (max-width: 992px) {
  .carousel-link--interactive {
    width: 50%;
    margin-top: 3em;
  }
}

@media (max-width: 767px) {
  .carousel-link--interactive {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .carousel-link {
    position: static;
  }
}

@media (max-width: 767px) {
  .carousel-link {
    padding-bottom: 2.125em;
  }
}

.carousel-link__anchor {
  height: 106px;
  max-width: 485px;
  width: 100%;
  background: #80936f;
  margin: 0 auto;
  padding: 1.25em 6.25em 1.25em 2.5em;
  transition: all .25s;
  position: relative;
  color: #fff !important;
}

.carousel-link__anchor:after {
  content: "";
  height: 50px;
  width: 50px;
  background: url("../images/icon-arrow-up-white.png");
  transition: all .25s;
  position: absolute;
  top: 28px;
  right: 35px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.carousel-link__anchor:hover {
  background: #6d7c60;
  text-decoration: none;
}

.carousel-link__anchor:hover:after {
  right: 25px;
}

.carousel-modal {
  height: 100%;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  pointer-events: none;
  margin: auto;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-modal:before {
  content: "";
  height: calc(33vh - 75px);
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  display: block;
  position: absolute;
  bottom: 66vh;
}

@media (max-width: 1200px) {
  .carousel-modal:before {
    height: calc(20vh - 75px);
    bottom: 80vh;
  }
}

@media (max-width: 992px) {
  .carousel-modal:before {
    display: none;
  }
}

.carousel-modal .carousel-modal__wrapper {
  max-height: 66vh;
  width: 100%;
  pointer-events: all;
  background: #80936f;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1200px) {
  .carousel-modal .carousel-modal__wrapper {
    max-height: 80vh;
  }
}

@media (max-width: 992px) {
  .carousel-modal .carousel-modal__wrapper {
    max-height: 100vh;
  }
}

.carousel-modal .carousel-modal-item {
  max-height: 66vh;
  overflow-y: auto;
}

@media (max-width: 1200px) {
  .carousel-modal .carousel-modal-item {
    max-height: 80vh;
  }
}

@media (max-width: 992px) {
  .carousel-modal .carousel-modal-item {
    max-height: 100vh;
  }
}

.carousel-modal .carousel-modal__body {
  margin-bottom: 0;
  padding: 3.125em 2.25em;
}

.carousel-modal .slick-slide {
  overflow-y: auto;
}

.carousel-modal .carousel-modal__body-content {
  max-height: 36vh;
  overflow-y: auto;
  min-height: inherit !important;
}

.carousel-modal .carousel-modal__header {
  margin: 2.5em 2.25em 0;
  position: relative;
}

@media (max-width: 992px) {
  .carousel-modal .carousel-modal__header {
    margin: 80px 2.25em 0;
  }
}

@media (max-width: 767px) {
  .carousel-modal .carousel-modal__header {
    margin: 40px 2.25em 0;
  }
}

.carousel-modal .carousel-modal__header .row {
  border-bottom: 1px solid #a2b097;
}

.carousel-modal .carousel-modal__body-next {
  width: 100%;
  background-color: #6d7c60;
  padding: 0 2em;
}

.carousel-modal .carousel-modal__body-next h2 {
  color: #fff;
  font-size: 2.1875em;
}

@media (max-width: 992px) {
  .carousel-modal .carousel-modal__body-next h2 {
    font-size: 1.5em;
    line-height: 1.375em;
  }
}

.carousel-modal .carousel-modal__body-next button {
  background-color: #6d7c60;
  margin: 0;
  padding: 0 3em;
  display: inline-block !important;
}

.carousel-modal__body {
  color: #fff;
}

.carousel-modal__body .col-xl-6:first-of-type {
  padding-right: 2.25em;
}

@media (max-width: 1200px) {
  .carousel-modal__body .col-xl-6:first-of-type {
    padding-right: 0;
  }
}

.carousel-modal__body .col-xl-6:nth-child(2) {
  min-height: 520px;
  padding-left: 2.25em;
}

@media (max-width: 1200px) {
  .carousel-modal__body .col-xl-6:nth-child(2) {
    padding-left: 0;
  }
}

.carousel-modal__body {
  margin-bottom: 2em;
}

.carousel-modal__body-content {
  padding: 1em 0;
}

.carousel-modal__body-content p {
  letter-spacing: .2px;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

.carousel-modal__body-content p:first-of-type {
  font-size: 30px;
  line-height: 38px;
}

@media (max-width: 992px) {
  .carousel-modal__body-content p:first-of-type {
    font-size: 26px;
  }
}

.carousel-modal__body-image img {
  width: 100%;
}

.carousel-modal__body-next button, .carousel-modal__header-close {
  color: #fff;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #80936f;
  border: none;
  padding: 1em 2em;
  font-size: 1.25em;
  position: relative;
}

.carousel-modal__body-next button:after, .carousel-modal__header-close:after {
  content: "";
  height: 80px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .25s;
  position: absolute;
  right: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

@media (max-width: 450px) {
  .carousel-modal__body-next button, .carousel-modal__header-close {
    padding: 1em 2em 0 1em;
  }
}

.carousel-modal__body-next button:after {
  background-image: url("../images/icon-arrow-up-long.svg");
  bottom: -25px;
}

.carousel-modal__header-close {
  margin-right: 2em;
}

@media (max-width: 450px) {
  .carousel-modal__header-close {
    margin-right: 0;
  }
}

.carousel-modal__header-close:after {
  background-image: url("../images/icon-arrow-down-long.svg");
  top: -10%;
  right: -30px;
}

.carousel-modal__header-title {
  color: #fff;
  width: 80%;
  margin: .444444em 0 .666667em;
  font-size: 2.8125em;
  font-weight: normal;
  line-height: 1em;
}

@media (max-width: 1200px) {
  .carousel-modal__header-title {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .carousel-modal__header-title {
    font-size: 1.5em;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .carousel-modal__header-title {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .carousel-slides {
    font-size: .9375em;
  }
}

.carousel-slides--interactive {
  margin-left: 0;
  padding-top: 2em;
}

@media (max-width: 992px) {
  .carousel-slides--interactive {
    height: 0;
    width: 0;
    padding: 0;
  }
}

.carousel .carousel-slides-wrapper .slick-list.draggable {
  overflow: visible;
}

.carousel-slides--interactive .slick-slide {
  margin-left: 2.5em;
}

@media (max-width: 992px) {
  .carousel-slides__slide-imgwrapper {
    display: none;
  }
}

.carousel-slides:not(.carousel-slides--interactive) .slick-slide {
  opacity: .4;
}

.carousel-slides:not(.carousel-slides--interactive) .slick-slide.slick-current {
  opacity: 1;
}

@media (max-width: 450px) {
  .carousel-slides:not(.carousel-slides--interactive) .slick-slide.slick-current, .carousel-slides:not(.carousel-slides--interactive) .slick-slide {
    width: auto;
  }
}

.carousel-slides__slide {
  max-height: 500px;
  max-width: 900px;
  padding-right: 3.125em;
}

@media (max-width: 767px) {
  .carousel-slides__slide {
    margin-right: 1.875em;
  }
}

@media (max-width: 450px) {
  .carousel-slides__slide {
    padding: 0;
  }
}

.carousel-slides__slide--interactive {
  max-height: none;
  padding: 0 0 0 1.25em;
}

.carousel-slides__slide-image {
  height: 520px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 992px) {
  .carousel-slides__slide-image {
    max-height: 410px;
  }
}

.carousel-slides__slide--interactive {
  padding-left: 3em;
}

.carousel-slides__slide-imgwrapper {
  height: 592px;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 0 1.25em 2.5em 0;
  position: relative;
}

.carousel-slides__sidetext {
  min-width: 500px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  bottom: 0;
  left: -10px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.carousel-slides__sidetext--foreground-light {
  color: #fff;
}

.carousel-slides__slide-summary {
  color: #333;
  width: 55%;
  margin: 0 auto;
  padding-top: 1.25em;
  padding-bottom: 3.125em;
}

.carousel-slides__slide-summary p {
  line-height: 30px;
}

.carousel-slides__slide-summary--foreground-light, .carousel-slides__slide-summary--foreground-alt {
  color: #fff;
}

.carousel-slides__slide-summary--interactive {
  opacity: 0;
  width: 85%;
  margin: 0 auto 0 0;
  padding: 1.25em 0;
  -webkit-animation: .5s 1s forwards fadeIn;
  animation: .5s 1s forwards fadeIn;
}

@media (max-width: 992px) {
  .carousel-slides__slide-summary--interactive {
    opacity: 1;
    width: initial;
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 767px) {
  .carousel-slides__slide-summary--interactive {
    padding: 0 .5em 0 0;
  }

  .carousel-slides__slide-summary {
    width: 100%;
    padding: 0 1.875em 5.3125em;
  }
}

@media (max-width: 450px) {
  .carousel-slides__slide-summary {
    padding: 0 .625em 5.3125em;
    overflow: hidden;
  }
}

.carousel-slides__slide-title {
  color: #000;
  margin: 0;
  padding-top: .625em;
  padding-right: 1em;
  font-size: 4.375em;
  font-weight: normal;
  line-height: normal;
}

.carousel-slides__slide-title--foreground-light {
  color: #fff;
}

.carousel-slides__slide-title--right {
  position: relative;
}

.carousel-slides__slide-title--right:after {
  content: "";
  border-left: 1.5px solid #6d7c60;
  margin-top: 30px;
  margin-left: 5px;
  -webkit-animation: .75s .25s forwards grow;
  animation: .75s .25s forwards grow;
  display: block;
  bottom: -150px;
}

@media (max-width: 992px) {
  .carousel-slides__slide-title--right:after {
    display: none;
  }
}

.carousel-slides__slide-title--interactive {
  padding-top: 0;
  padding-right: .5em;
}

@media (max-width: 767px) {
  .carousel-slides__slide-title {
    padding-bottom: .8125em;
    font-size: 3.125em;
  }
}

@media (max-width: 450px) {
  .carousel-slides__slide-title {
    margin-bottom: .625em;
    padding: 0;
    font-size: 2.5em;
  }
}

.carousel-slides__slide-textwrapper {
  height: 592px;
  width: 100%;
  padding: 2.5em .5em 2.5em 4em;
}

.carousel-slides__slide-textwrapper h3 {
  color: #000;
  font-size: 3.125em;
}

@media (max-width: 992px) {
  .carousel-slides__slide-textwrapper {
    padding-top: 3em;
    padding-left: 1.875em;
  }
}

@media (max-width: 767px) {
  .carousel-slides__slide-textwrapper {
    height: initial;
    padding-left: 0;
  }
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: -50px;
}

@media (max-width: 1200px) {
  .slick-dots {
    left: -15px;
  }
}

@media (max-width: 992px) {
  .slick-dots {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 60px;
    top: 190px;
    left: 21%;
  }
}

@media (max-width: 767px) {
  .slick-dots {
    top: 50px;
    left: 45%;
  }
}

.slick-dots li:hover button, .slick-dots li.slick-active button {
  background: #888b8d;
}

.slick-dots li button {
  height: 12px;
  width: 12px;
  background: #ddd;
  border-radius: 30px;
  margin: 5px 7px;
  transition: opacity .2s;
  display: block;
}

.slick-dots li button:before {
  content: "";
}

@media (max-width: 992px) {
  .slick-slider:not(.carousel-modal__wrapper) {
    position: static;
  }
}

@-webkit-keyframes grow {
  from {
    height: 0;
  }

  to {
    height: 104px;
  }
}

@keyframes grow {
  from {
    height: 0;
  }

  to {
    height: 104px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.collapsible-content {
  padding: 2.5em 0;
}

.collapsible-content__section-intro--foreground-light {
  color: #fff;
}

.collapsible-content__section-intro--foreground-light .eyebrow {
  color: #fff !important;
}

.collapsible-content__section-intro--foreground-light .eyebrow:before {
  border-top: 1px solid #fff !important;
}

.collapsible-content__toggle {
  cursor: pointer;
  border-bottom: 1px solid #6d7c60;
  margin: .625em 0;
  padding: .375em .75em;
}

.collapsible-content__toggle--foreground-light {
  border-bottom: 1px solid #fff;
}

.collapsible-content__title {
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  display: inline-block;
}

@media (max-width: 992px) {
  .collapsible-content__title {
    font-size: 1.375em;
  }
}

.collapsible-content__title--foreground-light {
  color: #fff;
}

.collapsible__button {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  text-decoration: none !important;
}

.collapsible-content__toggle-icon {
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
}

.collapsible-content__toggle-icon i {
  color: #000;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4em;
  display: inline-block;
}

@media (max-width: 992px) {
  .collapsible-content__toggle-icon i {
    font-size: 1.5em;
  }
}

.collapsible-content__toggle-icon--foreground-light i {
  color: #fff;
}

.collapsible-content__content {
  padding: 2.5em 0;
  display: none;
}

.collapsible-content__content strong {
  color: #333;
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.collapsible-content__content p {
  color: #333;
  margin-bottom: 1.81818em;
  line-height: 1.18182em;
}

.collapsible-content__content:--active {
  display: block;
}

.collapsible-content__content--foreground-light strong, .collapsible-content__content--foreground-light p {
  color: #fff;
}

.column-content {
  padding: 6.25em 0;
}

.column-content__section-intro {
  margin-bottom: 1.25em;
}

.column-content__section-intro p {
  line-height: 1.18182em;
}

.column-content__section-intro--foreground-light {
  color: #fff;
}

.column-content__section-intro--foreground-light .eyebrow {
  color: #fff !important;
}

.column-content__section-intro--foreground-light .eyebrow:before {
  border-top: 1px solid #fff !important;
}

.column-content__section-intro--foreground-dark .eyebrow {
  letter-spacing: 3px;
  color: #888 !important;
}

.column-content__column--wsub {
  width: 49%;
  margin-top: 1.25em;
  margin-right: 1%;
  padding: 1.875em 3.125em;
}

.column-content__column--wsub:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .column-content__column--wsub {
    padding: 1.875em 1.5625em;
  }
}

.column__column-text {
  padding-right: 20px;
}

.column__column-text p {
  color: #333;
  letter-spacing: .2px;
  line-height: 1.2em;
}

@media (max-width: 992px) {
  .column__column-text p {
    font-size: 1.25em;
  }
}

.column__column-text .large-text {
  color: #000;
  margin: 0 0 .166667em;
  padding-bottom: 0;
  font-size: 3.75em !important;
}

@media (max-width: 767px) {
  .column__column-text .large-text {
    font-size: 2.5em !important;
  }
}

.column__column-text--foreground-light p, .column__column-text--foreground-light h3, .column__column-text--foreground-light .large-text {
  color: #fff;
}

.column__column-text--foreground-dark h2 {
  color: #000;
}

.column__column-text--foreground-dark p {
  font-size: 1.875em;
}

@media (max-width: 767px) {
  .column__column-text {
    padding-right: 0;
  }
}

.column__sub-column {
  max-width: 31%;
  margin-top: 1.3125em;
  margin-right: 3.5%;
}

.column__sub-column:last-child {
  margin-right: 0;
}

.column__column-text--wsub h3 {
  margin-top: 0;
  margin-bottom: .387097em;
  font-size: 1.9375em;
  line-height: 1.1em;
}

.column__column-text--wsub p {
  margin-bottom: .666667em;
  font-size: .9375em;
}

.sub-column__content hr {
  margin: 0;
  padding-bottom: .636364em;
}

.sub-column__content h4 {
  font-size: 1.375em;
  line-height: 1.18182em;
}

.sub-column__content p {
  width: 84%;
  font-size: .9375em;
  line-height: 1.2em;
}

.sub-column__content--foreground-light {
  color: #fff;
}

@media (max-width: 767px) {
  .column-content {
    padding: 3.125em 0;
  }

  .column-content__column {
    padding-bottom: 2.5em;
  }

  .column-content__column:last-child {
    padding-bottom: 0;
  }

  .column-content {
    padding: 1.875em 0;
  }

  .column-content .section-intro h2:not(.eyebrow) {
    margin-bottom: .5em;
    font-size: 2.5em;
  }

  .column-content .section-intro p, .column__sub-column__content h4 {
    font-size: 1.125em;
    line-height: 1.33333em;
  }

  .column__sub-column {
    max-width: 100%;
    margin-right: 0;
  }

  .column-content__column--wsub {
    width: 100%;
    margin-right: 0;
    padding: 1.875em;
  }
}

.content-with-visual {
  padding: 6.25em 0;
}

@media (max-width: 767px) {
  .content-with-visual {
    padding: 2.1875em 0;
  }
}

.content-with-visual--full_height_visual {
  padding: 0;
}

.content-with-visual__visual {
  max-height: 610px;
  overflow: hidden;
}

.content-with-visual__visual img, .content-with-visual__visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-with-visual__wysiwyg-content {
  color: #000;
}

.content-with-visual__wysiwyg-content--foreground-light {
  color: #fff;
}

@media (max-width: 767px) {
  .content-with-visual__content {
    padding-top: 1.25em;
  }
}

.content-with-visual__content--ssv {
  padding-top: 1.25em;
}

.content-with-visual__content--ssv.ssv-left {
  padding-right: 5%;
}

.content-with-visual__content--ssv.ssv-right, .content-with-visual__content--fh.fh-left {
  padding-left: 5%;
}

@media (max-width: 767px) {
  .content-with-visual__content--fh.fh-left {
    padding-top: 0;
    padding-left: 1.25em;
  }
}

.content-with-visual__content--fh.fh-right {
  padding-right: 5%;
}

@media (max-width: 767px) {
  .content-with-visual__content--fh.fh-right, .content-with-visual__content {
    padding-left: 1.25em;
  }
}

.content-with-visual__content--fh {
  padding: 5.25em 1.25em 2.5em 5.25em;
}

@media (max-width: 1200px) {
  .content-with-visual__content--fh {
    padding: 1.25em 1.25em 2.5em;
  }
}

@media (max-width: 992px) {
  .content-with-visual__content--fh {
    padding-top: 1.25em;
  }
}

@media (max-width: 767px) {
  .content-with-visual__content--fh {
    padding: 1.25em 1.25em 2.5em;
  }
}

.content-with-visual--half_and_half .content-with-visual__content {
  max-width: 500px;
  margin: auto;
}

@media (max-width: 767px) {
  .content-with-visual__wysiwyg-content {
    padding: 10px 15px 25px 0;
  }

  .content-with-visual__visual img, .content-with-visual__visual video {
    max-width: 500px;
    width: 100%;
  }

  .content-with-visual--half_and_half .content-with-visual__content, .content-with-visual--small_side_visual img, .content-with-visual--half_and_half img, .content-with-visual--small_side_visual video, .content-with-visual--half_and_half video {
    padding-left: 1.25em;
  }

  .content-with-visual--half_and_half img, .content-with-visual--half_and_half video {
    max-width: 100%;
  }

  .content-with-visual--half_and_half .content-with-visual__content {
    max-width: none;
  }
}

.call-to-action {
  padding: 3.125em 0;
}

.call-to-action__block {
  padding: 3.75em;
}

.call-to-action__wysiwyg-content .large-text {
  letter-spacing: .84px;
  color: #888b8d;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
}

.call-to-action__wysiwyg-content .green-button--contact {
  margin: 1.875em 0;
}

@media (max-width: 992px) {
  .call-to-action__block {
    padding: 1.25em;
  }

  .call-to-action__wysiwyg-content .large-text {
    margin: .666667em 0 .333333em;
    font-size: 1.875em;
    line-height: 1;
  }

  .call-to-action__wysiwyg-content .green-button--contact {
    margin: 2.22222em 0 3.33333em;
  }
}

.slateam-c-cta--main {
  -webkit-align-items: center;
  align-items: center;
  padding: 8.4375em 10.5em 8.125em;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-cta--main h2, .slateam-c-cta--main h3, .slateam-c-cta--main p {
  margin: 0;
}

@media (max-width: 1600px) {
  .slateam-c-cta--main {
    padding: 8.4375em 6.25em 8.125em;
  }
}

@media (max-width: 1200px) {
  .slateam-c-cta--main {
    padding: 8.4375em 4.6875em 8.125em;
  }
}

.slateam-c-cta--main--subcolumns {
  text-align: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8.125em 4.6875em 12.5em;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-cta--main--subcolumns h2, .slateam-c-cta--main--subcolumns h3, .slateam-c-cta--main--subcolumns p {
  margin: 0;
}

@media (max-width: 992px) {
  .slateam-c-cta--main--subcolumns {
    padding: 8.125em 1em 12.5em;
  }
}

.slateam-c-cta--row {
  width: 50%;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  gap: 5rem;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1600px) {
  .slateam-c-cta--row {
    gap: 3rem;
  }
}

.slateam-c-cta--row--subcolumns {
  width: 100%;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 8rem;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1200px) {
  .slateam-c-cta--row--subcolumns {
    gap: 5rem;
  }
}

@media (max-width: 992px) {
  .slateam-c-cta--row--subcolumns {
    gap: 2rem;
  }
}

.slateam-c-cta__content h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.11111em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16667em;
}

.slateam-c-cta__content h3 {
  color: #6d7c60;
  width: 100%;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .slateam-c-cta__content h3 {
    max-width: 90%;
  }
}

.slateam-c-cta__content--foreground-light h2, .slateam-c-cta__content--foreground-light h3 {
  color: #fff;
}

.slateam-c-cta__content--subcolumns {
  margin-bottom: 4.6875em;
}

.slateam-c-cta__content--subcolumns h3 {
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  max-width: 100% !important;
}

.slateam-c-cta-email-item {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: start;
  align-items: start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column !important;
  flex-flow: column !important;
}

.slateam-c-cta-email-item--subcolumns {
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: .625em;
}

.slateam-c-cta--column {
  width: 50%;
  -webkit-flex-flow: column;
  flex-flow: column;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-cta--image img {
  height: 58px;
}

.slateam-c-cta--email-icon img {
  height: auto;
  width: 24px;
}

.slateam-c-cta--email-title {
  margin-top: 1.11111em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.slateam-c-cta--email-title--foreground-light {
  color: #fff;
}

.slateam-c-cta--email-title--subcolumns {
  letter-spacing: .2px;
  font-size: 1.5em;
  line-height: 1.16667em;
}

.slateam-c-cta--email--foreground-light a {
  color: #fff;
}

.slateam-c-cta--email a {
  margin-top: 1.11111em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: underline;
}

.slateam-c-cta--email--subcolumns a {
  font-size: 1.5em;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 992px) {
  .slateam-c-cta__content--subcolumns h2 {
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .slateam-c-cta__content--subcolumns h3 {
    font-size: 2.375em;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .slateam-c-cta--main--subcolumns {
    text-align: center;
    padding: 4.375em 1em;
  }

  .slateam-c-cta--row--subcolumns {
    gap: 5rem;
  }

  .slateam-c-cta__content {
    text-align: center;
    margin-bottom: 2.8125em;
  }

  .slateam-c-cta__content h2 {
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .slateam-c-cta__content h3 {
    color: #000;
    max-width: 100%;
    margin-right: 0;
    font-size: 2em;
    line-height: 1;
  }

  .slateam-c-cta__content--foreground-light h3 {
    color: #fff;
  }

  .slateam-c-cta__content--subcolumns h2 {
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .slateam-c-cta__content--subcolumns h3 {
    font-size: 1.5em;
    line-height: 1.08333em;
  }

  .slateam-c-cta--column {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .slateam-c-cta--main {
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3.75em 4.6875em 0;
  }

  .slateam-c-cta--row {
    width: 100%;
    -webkit-flex-flow: column;
    flex-flow: column;
  }

  .slateam-c-cta-email-item {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
  }
}

.dev-listing-full__filters {
  max-width: 60%;
  -webkit-justify-content: end;
  justify-content: end;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}

.dev-listing-full__filters .facetwp-facet {
  margin-bottom: 0 !important;
}

.dev-listing-full__filters .facetwp-type-dropdown {
  display: inline-block;
}

.dev-listing-full__filters .select-wrapper {
  width: 90%;
  margin-right: 1em;
}

@media (max-width: 1200px) {
  .dev-listing-full__filters .select-wrapper {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .dev-listing-full__filters .select-wrapper {
    width: 100%;
  }
}

.dev-listing-full__filters select {
  color: #333;
  height: auto;
  min-width: 220px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 4px 40px 8px 0;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 992px) {
  .dev-listing-full__filters select {
    min-width: auto;
  }
}

.dev-listing-full__filters select:first-of-type {
  margin-right: 1.5em;
}

.dev-listing-full__filters .filters-results {
  color: #888b8d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: .625em;
}

@media (max-width: 992px) {
  .dev-listing-full__filters {
    max-width: none;
    -webkit-justify-content: start;
    justify-content: start;
    display: block;
  }

  .dev-listing-full__filters select {
    min-width: 100%;
    margin-right: 0 !important;
  }

  .dev-listing-full__filters .facetwp-type-dropdown {
    min-width: 100%;
    display: block;
  }
}

.dev-media__header h2 {
  letter-spacing: .84px;
  color: #000;
  margin: 0 .1875em .3125em;
  padding: 1.375em 0 0 2.8125em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 2.0625em;
  font-style: normal;
  font-weight: 400;
  line-height: .875em;
  position: relative;
}

@media (max-width: 450px) {
  .dev-media__header h2 {
    margin-bottom: .9375em;
    padding-left: 1.6875em;
    font-size: 1.5625em;
  }
}

.dev-media__header h2:before {
  content: "";
  height: 1px;
  width: 60px;
  border-top: 1px solid #ababab;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
}

@media (max-width: 450px) {
  .dev-media__header h2:before {
    width: 30px;
    border-color: #000;
    top: 46px;
  }
}

.dev-media__image img {
  height: 85.6vw;
  width: 100%;
  object-fit: cover;
  max-height: 450px;
  margin-bottom: 2.5em;
}

.dev-media__content {
  padding-left: 5.625em;
}

.dev-media__content img {
  max-height: 100px;
  max-width: 100px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .dev-media__content {
    padding-left: 0;
  }
}

@media (max-width: 450px) {
  .dev-media__content {
    padding-bottom: .9375em;
  }
}

.dev-media__content-title {
  color: #2b2e33;
  letter-spacing: .54px;
  margin: 30px 0 20px;
  padding: 0;
  font-family: CalibreWeb-Light, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

.dev-media__content-top .dev-media__source-text {
  text-transform: capitalize;
  opacity: .8;
  letter-spacing: .84px;
  margin: 0 0 0 .875em;
  padding-bottom: 4px;
  font-size: 1.375em;
  line-height: 1em;
}

.dev-media__content-top .dev-media__source-date {
  color: #333;
  opacity: .7;
  margin: 0 0 0 1.25em;
  font-size: 1em;
}

.dev-media__link a {
  color: #6d7c60;
  font-size: 1.125em;
}

.dev-media__link img {
  height: 16px;
  width: 16px;
  margin-bottom: .125em;
  margin-left: .9375em;
}

.dev-media__content-bottom p {
  margin-bottom: .8125em;
  font-size: 1em;
  line-height: 1.125em;
}

.post-development__media {
  background-color: #f8f8f8;
  margin-top: 1.875em;
  padding: 0 1.25em;
}

.post-development__media .container--main, .post-development__media .post--single-profile .profile-listing .section-intro, .post--single-profile .profile-listing .post-development__media .section-intro {
  overflow: visible;
}

.dev-media__body {
  width: 90%;
}

.dev-media__body--wcarousel {
  width: 100%;
  margin-bottom: 4.375em;
}

@media (max-width: 767px) {
  .dev-media__body--wcarousel {
    margin-bottom: 0;
  }
}

.dev-media__carousel {
  padding: 1.5625em .375em;
}

.dev-media__carousel .dev-media__carousel__paginator {
  color: #80936f;
  font-family: CalibreWeb-Light, sans-serif;
  font-size: 1.1875em;
  font-style: normal;
  font-weight: 300;
}

.dev-media__carousel .dev-media__carousel__paginator h3 {
  margin: 0;
}

.dev-media__carousel .dev-media__carousel__paginator h3 span {
  font-size: 1em;
  line-height: .8125em;
}

.dev-media__carousel .dev-media__carousel__paginator h3 > span:first-of-type {
  padding-right: .625em;
}

.dev-media__carousel .dev-media__carousel__paginator h3 > span:nth-child(2) {
  padding-left: .375em;
}

.dev-media__carousel .dev-media__carousel-slides {
  padding-top: 3.75em;
}

.dev-media__carousel .dev-media__item {
  padding: 10px 180px 0 0;
}

@media (max-width: 767px) {
  .dev-media__carousel .dev-media__item {
    padding: 0;
  }
}

.dev-media__carousel .slick-slide {
  opacity: .4;
}

.dev-media__carousel .slick-slide.slick-current {
  opacity: 1;
}

.dev-listing--partial_listing .dev-listing-partial {
  padding: 4em 0;
}

.dev-listing.background--black {
  background: none;
}

.dev-listing.background--black .dev-listing-full, .dev-listing.background--black .dev-listing-partial {
  background-color: #000;
}

.dev-listing.background--white .dev-listing__item {
  background-color: #f8f8f8;
}

.dev-listing__section-intro--partial {
  padding-top: 4em;
  color: #2b2e33 !important;
}

.dev-listing-full-top {
  padding: 5em 0 6.25em;
}

@media (max-width: 992px) {
  .dev-listing-full-top {
    padding: 2.5em 0 1.25em;
  }
}

.dev-listing__section-intro--full {
  max-width: 40%;
}

@media (max-width: 992px) {
  .dev-listing__section-intro--full {
    margin-bottom: .75em;
  }
}

@media (max-width: 767px) {
  .dev-listing__section-intro--full {
    max-width: 100%;
  }
}

.dev-listing__section-intro--full .section-intro {
  margin: 0;
}

.dev-listing__section-intro--full .large-text {
  color: #333;
  letter-spacing: .84px;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .dev-listing__section-intro--full .large-text {
    font-size: 2.5em;
  }
}

.dev-listing__section-intro--foreground-light {
  color: #fff;
}

.dev-listing__section-intro h2 {
  font-family: CalibreWeb-Light, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.dev-listing__tagline {
  color: #2b2e33;
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.375em;
  position: relative;
}

@media (max-width: 992px) {
  .dev-listing__tagline {
    margin-bottom: .5em;
  }
}

.dev-listing__tagline:before {
  content: "";
  height: 1px;
  width: 30px;
  border-top: 1px solid #d4d4d4;
  display: block;
  position: absolute;
  top: 15.5px;
  left: 0;
}

.dev-listing__item {
  margin-bottom: 4.375em;
}

.dev-listing__item--halfw {
  width: 49%;
  background: #fff;
  padding: 0;
}

@media (max-width: 992px) {
  .dev-listing__item--halfw {
    width: 100%;
  }
}

.dev-listing__item--fullw {
  position: relative;
}

.dev-listing__item-bottom--halfw {
  width: 100%;
  padding: .625em 3.75em 2.5em 0;
  position: absolute;
  bottom: 0;
}

@media (max-width: 992px) {
  .dev-listing__item-bottom--halfw {
    padding-right: .625em;
    position: static;
  }
}

.dev-listing__item-bottom--halfw a {
  color: #888b8d;
  font-size: 1.125em;
}

.dev-listing__item-bottom--halfw p {
  margin: 0;
  font-size: 1.25em;
}

.dev-listing__item-bottom--fullw {
  margin-top: auto;
  padding: .625em 2.5em 2.5em 0;
}

@media (max-width: 992px) {
  .dev-listing__item-bottom--fullw {
    width: 100%;
    padding-right: .625em;
    position: static;
  }
}

.dev-listing__item-bottom--fullw a {
  font-size: 1.25em;
}

.dev-listing__item-bottom--fullw p {
  color: #333;
  margin: 0;
  font-size: 1.25em;
}

.dev-listing__image img {
  height: 420px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 992px) {
  .dev-listing__image img {
    height: auto;
  }
}

.dev-listing__item-info--fullw {
  padding: 3.125em .625em 0 3.75em;
}

@media (max-width: 992px) {
  .dev-listing__item-info--fullw {
    padding-left: 1.25em;
  }
}

.dev-listing__item-info--fullw h3 {
  color: #333;
  margin-top: 0;
  padding-top: .125em;
  font-size: 4.375em;
  font-weight: normal;
  line-height: 60px;
}

@media (max-width: 992px) {
  .dev-listing__item-info--fullw h3 {
    margin-bottom: 1.375em;
    padding-top: 0;
    font-size: 1.875em;
    line-height: 30px;
  }
}

.dev-listing__item-info--halfw {
  padding: 3.125em .625em 0 1.25em;
  position: relative;
}

@media (max-width: 992px) {
  .dev-listing__item-info--halfw {
    padding-left: 1.25em;
  }
}

.dev-listing__item-info--halfw h3 {
  margin-top: 0;
  padding-right: .125em;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 42px;
}

@media (max-width: 992px) {
  .dev-listing__item-info--halfw h3 {
    margin-bottom: 1.375em;
    padding-top: 0;
    font-size: 1.875em;
    line-height: 1.875em;
  }
}

.facetwp-facet-developments_paginator {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}

.facetwp-facet-developments_paginator .facetwp-pager {
  display: inline-block;
}

.facetwp-facet-developments_paginator .facetwp-page {
  color: #80936f;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  text-align: center;
  border: 1px solid #80936f;
  margin-right: 15px;
  font-size: 1.375em;
  line-height: 1.63636em;
}

.facetwp-facet-developments_paginator .facetwp-page.active, .facetwp-facet-developments_paginator .facetwp-page:hover {
  color: #fff;
  cursor: pointer;
  background-color: #80936f;
  text-decoration: none !important;
}

.facetwp-facet-developments_paginator .facetwp-page.next {
  background: url("../images/icon-arrow-right-green.png") 5px / 32px no-repeat;
  border: none;
  color: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 767px) {
  .dev-listing__carousel .num_total_slides--desktop {
    display: none;
  }
}

.dev-listing__carousel .num_total_slides--mobile {
  display: none;
}

@media (max-width: 767px) {
  .dev-listing__carousel .num_total_slides--mobile {
    display: inline-block;
  }
}

.dev-listing__carousel .dev-listing__carousel-btn {
  cursor: pointer;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #80936f;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: .777778em 2.22222em;
  font-size: 1.125em;
  transition: all .25s;
  display: -webkit-flex;
  display: flex;
  color: #fff !important;
}

@media (max-width: 340px) {
  .dev-listing__carousel .dev-listing__carousel-btn {
    padding: .555556em;
  }
}

.dev-listing__carousel .dev-listing__carousel-btn span {
  margin-right: .5em;
}

.dev-listing__paginator--foreground-light h3 {
  color: #80936f;
}

.dev-listing__paginator--foreground-light .num_current_slide {
  padding: .125em .625em .125em 0;
}

.dev-listing__paginator--foreground-light .num_total_slides {
  padding: .125em .5625em;
}

.dev-listing__carousel-slides .slick-slide {
  margin-right: 1.875em;
}

.dev-listing__carousel-slides .dev-listing__image img {
  height: 350px;
}

.dev-listing__carousel-slides .dev-listing__item-info--halfw {
  padding-left: 1.875em;
}

.dev-listing__carousel-slides .dev-listing__item-info--halfw .dev-listing__tagline {
  padding-left: 2.875em;
  font-size: 1.25em;
}

@media (max-width: 992px) {
  .dev-listing__carousel-slides .dev-listing__item-info--halfw .dev-listing__tagline {
    padding-left: 1.875em;
  }
}

@media (max-width: 767px) {
  .dev-listing__carousel-slides .dev-listing__item-info--halfw .dev-listing__tagline {
    padding-left: 2.875em;
  }
}

.dev-listing__carousel-slides .dev-listing__item-info--halfw .dev-listing__tagline:before {
  width: 48px;
}

@media (max-width: 992px) {
  .dev-listing__carousel-slides .dev-listing__item-info--halfw .dev-listing__tagline:before {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .dev-listing__carousel-slides .dev-listing__item-info--halfw .dev-listing__tagline:before {
    width: 48px;
  }
}

.dev-listing__carousel-slides .dev-listing__item-info--halfw h3 {
  color: #000;
  font-size: 1.4375em;
}

.dev-listing__carousel-slides .dev-listing__item-info--halfw p {
  color: #000;
  font-size: 1.1875em;
}

@media (max-width: 992px) {
  .dev-listing-single .dev-listing__image {
    width: 50%;
  }

  .dev-listing-single .dev-listing__image img {
    height: 420px;
  }

  .dev-listing-single .dev-listing__item-bottom--halfw {
    padding-right: 2em;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .dev-listing-single .dev-listing__image {
    width: 100%;
  }

  .dev-listing-single .dev-listing__item-bottom--halfw {
    position: static;
  }
}

.downloads {
  padding: .625em 0;
}

.downloads__section-intro--foreground-light {
  color: #fff;
}

.downloads__section-intro--foreground-light .eyebrow {
  color: #fff !important;
}

.downloads__section-intro--foreground-light .eyebrow:before {
  border-top: 1px solid #fff !important;
}

.downloads__download-link {
  color: #000;
  height: 17.5em;
  width: 15em;
  padding: 1.875em 1.875em 5em;
  transition: background-color .5s;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.downloads__download-link:hover {
  color: #fff;
  background-color: #9ea3a6;
  text-decoration: none;
}

.downloads__download-link:hover .download__name:after {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.downloads__download-link--foreground-alt:hover {
  background-color: #000;
}

.downloads__download-link--foreground-light {
  color: #fff;
}

.downloads__download-link--foreground-light:hover {
  color: #000;
  background-color: #fff;
}

.download__name {
  -webkit-align-self: end;
  align-self: end;
  margin: 0;
  font-size: 1.625em;
  line-height: 1.07692em;
}

.download__name:after {
  content: "";
  height: 33px;
  width: 22px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: all .25s;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 767px) {
  .downloads__download-link {
    height: 15.625em;
    width: 98%;
  }

  .download__name {
    font-size: 1.25em;
    line-height: 1.1em;
  }
}

.full-width-visual, .full-width-visual__image {
  position: relative;
}

.full-width-visual__image img {
  height: auto;
  max-height: 960px;
  object-fit: cover;
  width: 100%;
}

.full-width-visual__image--wlinks {
  min-height: 630px;
  background-position: center;
  background-size: cover;
}

.full-width-visual__image--wcontent img {
  max-height: 780px;
}

@media (max-width: 767px) {
  .full-width-visual__image--wcontent img {
    min-height: 500px;
  }
}

.full-width-visual__image-content {
  max-width: 625px;
  background: #fff;
  padding: 2.125em 3.4375em;
  position: absolute;
  top: 9.125em;
  right: 5.375em;
}

@media (max-width: 992px) {
  .full-width-visual__image-content {
    max-width: initial;
    padding: 1.5em 2em;
    top: 31px;
    left: 16px;
    right: 16px;
  }
}

.full-width-visual__image-content h2 {
  color: #6d7c60;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.full-width-visual__image-content p {
  color: #000;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
}

.full-width-visual__image-content p:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .full-width-visual__image-content p {
    font-size: 1.125em;
  }
}

.full-width-visual__image-content .large-text {
  color: #6d7c60;
  margin-top: 0;
  margin-bottom: .875em;
  padding-right: 1.25em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .full-width-visual__image-content .large-text {
    font-size: 1.5em;
    line-height: 26px;
  }
}

.full-width-visual__image-content .small-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16667em;
}

@media (max-width: 1200px) {
  .full-width-visual__image-content .small-text {
    font-size: .9375em;
    line-height: 1em;
  }
}

.full-width-visual__image-content .button {
  color: #fff;
  cursor: pointer;
  letter-spacing: .2px;
  min-width: 256px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #000;
  margin-top: 2.3em;
  padding: 1.2em 3.5em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: .833333em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  transition: all .25s;
  display: block;
}

.full-width-visual__image-content .button:hover {
  background-color: #b4b86b;
  text-decoration: none;
}

.full-width-visual__image-content .button a {
  color: #fff;
  text-decoration: none;
}

.full-width-visual__image-content .button--foreground-light {
  color: #000;
  background-color: #fff;
}

.full-width-visual__image-content .button--foreground-light a {
  color: #000;
}

.full-width-visual__image-content .button--foreground-alt:hover {
  background-color: #fff;
}

.full-width-visual__image-content .button--foreground-alt:hover a {
  color: #000;
}

@media (max-width: 1200px) {
  .full-width-visual__image-content .button {
    min-width: 164px;
    padding: .714286em 3.57143em;
    font-size: .875em;
    line-height: 1.42857em;
  }
}

.full-width-visual__images {
  position: relative;
}

.full-width-visual__images .slick-arrow {
  color: #f3f3f3;
  z-index: 99;
  padding: 0 2em;
  position: absolute;
  top: 45%;
  -webkit-transform: scale(2);
  transform: scale(2);
  display: inline !important;
}

@media (max-width: 992px) {
  .full-width-visual__images .slick-arrow {
    top: 45%;
  }
}

.full-width-visual__images .slick-prev {
  left: 0;
}

.full-width-visual__images .slick-next {
  right: 0;
}

.full-width-visual__images-links, .full-width-visual__image-links {
  min-width: 556px;
  margin-bottom: -3%;
  margin-right: 5%;
}

@media (max-width: 992px) {
  .full-width-visual__images-links, .full-width-visual__image-links {
    min-width: unset;
  }
}

.full-width-visual__images-link, .full-width-visual__image-link {
  letter-spacing: .2px;
  max-width: 485px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.625em;
  font-weight: normal;
  line-height: 22px;
  transition: all .25s;
}

.full-width-visual__images-link:not(:last-of-type), .full-width-visual__image-link:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.full-width-visual__images-link:hover:not(:last-of-type), .full-width-visual__image-link:hover:not(:last-of-type) {
  border-bottom: 1px solid #6d7c60;
}

.full-width-visual__images-link-anchor, .full-width-visual__image-link-anchor {
  height: 106px;
  width: 100%;
  background: #80936f;
  padding: .75em 3.875em .75em 1.5625em;
  transition: all .25s;
  position: relative;
  color: #fff !important;
}

@media (max-width: 992px) {
  .full-width-visual__images-link-anchor, .full-width-visual__image-link-anchor {
    padding-right: 3.75em;
  }
}

.full-width-visual__images-link-anchor:after, .full-width-visual__image-link-anchor:after {
  content: "";
  height: 50px;
  width: 50px;
  background: url("../images/icon-arrow-up-white.png");
  transition: all .25s;
  position: absolute;
  top: 28px;
  right: 35px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.full-width-visual__images-link-anchor:hover, .full-width-visual__image-link-anchor:hover {
  background: #6d7c60;
  text-decoration: none;
}

.full-width-visual__images-link-anchor:hover:after, .full-width-visual__image-link-anchor:hover:after {
  right: 25px;
}

.full-width-visual__images-slide {
  cursor: pointer;
  position: relative;
}

.full-width-visual__images-slide img {
  height: auto;
  -webkit-filter: brightness(.7);
  filter: brightness(.7);
  max-height: 630px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .full-width-visual__images-slide img {
    min-height: 630px;
  }
}

.fw-visual__section-intro {
  z-index: 99;
  color: #000;
  padding: 1.25em 0 3.75em;
}

@media (max-width: 992px) {
  .fw-visual__section-intro {
    padding-bottom: .4375em;
  }
}

.fw-visual__section-intro hr {
  border-top: 2px solid #d4d4d5;
  margin-bottom: 5.4375em;
}

.fw-visual__section-intro h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.22222em;
  padding: 0 4.16667em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16667em;
}

.fw-visual__section-intro h3 {
  color: #6d7c60;
  max-width: 75%;
  margin-top: 0;
  padding: 0 1.2931em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.fw-visual__section-intro--foreground--light {
  color: #fff;
}

.fw-visual__section-intro--foreground--light hr {
  border-top: 2px solid #fff;
}

.full-width-visual__info {
  padding: 1.25em 0 .5em 1em;
}

.full-width-visual__info--foreground-light * {
  color: #fff;
}

.full-width-visual__info * {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.full-width-visual__info a {
  margin-right: .75em;
  text-decoration: underline;
}

.full-width-visual__info p {
  margin-left: .75em;
}

@media (max-width: 992px) {
  .full-width-visual__info {
    padding-top: .8125em;
  }
}

@media (max-width: 1200px) {
  .fw-visual__section-intro h2 {
    margin-bottom: .769231em;
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .fw-visual__section-intro h3 {
    max-width: 75%;
    font-size: 2.375em;
  }
}

@media (max-width: 992px) {
  .fw-visual__section-intro h3 {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .fw-visual__section-intro {
    padding: .3125em 0 .4375em;
  }

  .fw-visual__section-intro hr {
    display: none;
  }

  .fw-visual__section-intro h2 {
    margin-bottom: .615385em;
    padding: 0;
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .fw-visual__section-intro h3 {
    max-width: 100%;
    padding: 0;
    font-size: 1.5em;
  }
}

.gallery {
  padding-top: 4em;
}

.gallery-header__paginator {
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 22%;
  padding: .5em 2em .5em .25em;
  font-size: 1.1875em;
}

.gallery-header__paginator--foreground-light {
  color: #fff;
}

.gallery-header__paginator h3 {
  font-weight: normal;
}

.gallery-header__paginator h3 span {
  padding: 2px 10px;
}

@media (max-width: 1200px) {
  .gallery-header__paginator {
    margin-left: 10px;
    padding-left: .25em;
  }
}

.gallery-slides {
  padding-bottom: 4.375em;
}

@media (max-width: 767px) {
  .gallery-slides {
    padding-bottom: 2.5em;
  }
}

.gallery-slides .slick-list {
  padding-left: .5em !important;
}

.gallery-slides .slick-track {
  margin-left: 23.5%;
}

@media (max-width: 1200px) {
  .gallery-slides .slick-track {
    margin-left: 10px;
  }
}

.gallery-slides .slick-slide {
  opacity: .4;
}

.gallery-slides .slick-slide.slick-current {
  opacity: 1;
}

@media (max-width: 992px) {
  .gallery-slides__slide {
    margin-left: 0;
  }
}

.gallery-slides__slide-image {
  width: auto;
  max-height: 65vh;
  max-width: 100%;
  padding-right: 10%;
}

@media (max-width: 1200px) {
  .gallery-slides__slide-image {
    max-height: 50vh;
  }
}

@media (max-width: 992px) {
  .gallery-slides__slide-image {
    max-height: 40vh;
  }
}

.gallery-slides__summary {
  color: #333;
  max-width: 100%;
  margin-top: 1.25em;
  margin-left: .1875em;
  padding-left: 3.63636em;
  font-size: 1.375em;
  line-height: 18px;
  position: relative;
}

.gallery-slides__summary:before {
  content: "";
  height: 1px;
  width: 3.18182em;
  color: #2b2e33;
  border-top: 1px solid;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-slides__summary--foreground-light {
  color: #fff;
}

.gallery-slides__summary--foreground-light:before {
  border-color: #fff;
}

@media (max-width: 767px) {
  .gallery-slides__summary {
    padding-right: 1em;
  }
}

.gallery-strip__column {
  padding-bottom: 3em;
}

.gallery-strip__column:first-of-type {
  padding-right: 1em;
}

@media (max-width: 992px) {
  .gallery-strip__column:first-of-type {
    padding-bottom: 2em;
    padding-right: 0;
  }
}

.gallery-strip__column:nth-child(2) {
  padding-left: 1em;
}

@media (max-width: 992px) {
  .gallery-strip__column:nth-child(2) {
    padding-left: 0;
  }
}

.gallery-strip__column-image {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .gallery-strip__column-image {
    height: auto;
    max-height: 450px;
  }
}

.gallery-strip__column-summary {
  margin-top: 1em;
  font-size: 15px;
  line-height: 18px;
}

.gallery-strip__column-summary--foreground-light {
  color: #fff;
}

.hero:not(.hero--default) .container--full {
  max-height: 960px;
}

.hero--animated-section {
  position: relative;
}

.hero__animated-section {
  max-height: 960px;
  position: relative;
  overflow: hidden;
}

.hero__animated-section--full-view {
  transition: height 1s;
}

.hero__animated-video {
  -webkit-filter: brightness(.5);
  filter: brightness(.5);
}

@media (min-width: 1700px) {
  .hero__animated-video {
    width: 100%;
  }
}

.hero__animated-text {
  text-align: center;
  width: 100%;
  z-index: 99;
  position: absolute;
}

.hero__animated-text * {
  max-width: 900px;
  margin: 0 auto;
}

.hero__animated-text h1 {
  color: #b4b86b;
  opacity: 0;
  font-size: 4.875em;
  line-height: 1em;
  -webkit-animation: 1s 1s forwards generic-fadein;
  animation: 1s 1s forwards generic-fadein;
}

@media (max-width: 992px) {
  .hero__animated-text h1 {
    padding: 0 .375em;
    font-size: 2em;
    line-height: 1em;
  }
}

.hero__animated-text h5 {
  color: #fff;
  letter-spacing: 2px;
  opacity: 0;
  text-transform: uppercase;
  margin-bottom: 2.875em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875em;
  -webkit-animation: 1s 2s forwards generic-fadein;
  animation: 1s 2s forwards generic-fadein;
}

@media (max-width: 992px) {
  .hero__animated-text h5 {
    margin-bottom: 1.625em;
    padding: 0 .375em;
    font-size: .8125em;
  }
}

.hero__animated-text .animated-emphasis {
  color: #fff;
  opacity: 0;
  -webkit-animation: 1s 1.5s forwards generic-fadein;
  animation: 1s 1.5s forwards generic-fadein;
}

.hero__animated-text__option {
  display: none;
}

.hero__intro {
  color: #333;
  letter-spacing: .84px;
  width: 1190px;
  margin: 0 auto;
  padding: .571429em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 4.375em;
  font-style: normal;
  font-weight: 400;
  line-height: .9em;
}

@media (max-width: 1200px) {
  .hero__intro {
    width: 100%;
    padding: .625em .3125em;
    font-size: 3em;
    line-height: .9375em;
  }
}

.hero__wrapper {
  display: -webkit-flex;
  display: flex;
}

.hero__wrapper img {
  max-height: 1000px;
}

.hero__visual-wrapper {
  max-width: 50%;
  -webkit-align-items: end;
  align-items: end;
  display: -webkit-flex;
  display: flex;
  overflow: visible;
}

.hero__wrapper--default .hero__visual {
  height: auto;
  width: 1000px;
}

@media (max-width: 1200px) {
  .hero__wrapper--default .hero__visual {
    height: 700px;
    object-fit: cover;
    width: 750px;
  }
}

.hero__wrapper--full-width .hero__visual {
  height: auto;
  width: 100vw;
}

.hero__content-wrapper {
  -webkit-align-items: end;
  align-items: end;
  display: -webkit-flex;
  display: flex;
}

.hero__wysiwyg-content {
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
  background-color: #2b2e33;
}

.hero__wysiwyg-content--default {
  padding: 5em 5em 3.125em;
}

.hero__wysiwyg-content--full-width {
  padding: 3.125em;
}

.hero__wysiwyg-content--full-width .green-button--contact, .hero__wysiwyg-content--full-width .green-button {
  margin: 0;
}

.hero__wysiwyg-content .large-text {
  letter-spacing: .84px;
  margin: 0;
  padding-bottom: .5em;
  font-size: 2.5em;
  line-height: 1em;
}

.hero__wysiwyg-content a {
  color: #6d7c60;
}

@media (max-width: 767px) {
  .hero__wysiwyg-content p {
    font-size: 1.125em;
  }
}

.hero__wysiwyg-content ul {
  margin: .227273em 0 .909091em;
  padding-left: 0;
  font-size: 1.375em;
  list-style: none;
}

@media (max-width: 992px) {
  .hero__visual-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .hero__wrapper--default .hero__visual {
    height: auto;
    width: 100%;
  }

  .hero__wysiwyg-content {
    margin: -20px 0 0 15px;
  }

  .hero__wysiwyg-content--default {
    padding: 1.5625em;
  }

  .hero__wysiwyg-content--full-width {
    padding: 1.875em;
  }
}

@media (max-width: 767px) {
  .hero__wysiwyg-content--full-width .large-text {
    font-size: 1.875em;
  }

  .hero__wysiwyg-content--full-width p {
    font-size: 1.25em;
    line-height: 1.3em;
  }
}

.hero__animated-image {
  width: 100%;
  max-height: 975px;
  object-fit: cover;
  -webkit-filter: brightness(.5);
  filter: brightness(.5);
}

@media (max-width: 767px) {
  .hero__animated-image {
    height: 400px;
  }
}

.grid {
  padding-top: 4.75em;
  padding-bottom: 5em;
}

.grid__section-intro {
  color: #000;
  text-align: center;
}

.grid__section-intro h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.11111em;
  padding: 0;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16667em;
}

.grid__section-intro h3 {
  margin-top: 0;
  padding: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
}

.grid__section-intro--foreground--light {
  color: #fff;
}

.grid__item-wrapper {
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 86px;
  display: -webkit-flex;
  display: flex;
}

.grid__grid-item {
  width: 25%;
  padding: 0 12px;
  position: relative;
}

.grid-item__image {
  width: 100%;
}

.grid__content {
  width: 84%;
  background-color: #fff;
  margin-bottom: -15%;
  padding: .9375em 1.0625em;
  position: relative;
  top: -15%;
}

.grid__content h4 {
  color: #6d7c60;
  margin-bottom: .466667em;
  padding: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5em;
}

.grid__content p {
  color: #000;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.grid__button-wrapper {
  margin-top: 3.4375em;
}

@media (max-width: 1200px) {
  .grid {
    padding-top: 2.625em;
    padding-bottom: 2.625em;
  }

  .grid__section-intro h2 {
    margin-bottom: .769231em;
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .grid__section-intro h3 {
    font-size: 2.375em;
  }

  .grid__item-wrapper {
    margin-top: 35px;
  }

  .grid__content h4 {
    margin-bottom: .466667em;
    font-size: 1.25em;
    line-height: 1.2em;
  }

  .grid__content p {
    font-size: .9375em;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .grid__section-intro h2 {
    margin-bottom: .769231em;
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .grid__section-intro h3 {
    font-size: 1.5em;
  }

  .grid__grid-item {
    max-width: 361px;
    width: 100%;
    margin-bottom: 1.375em;
    padding: 0;
  }

  .grid__content {
    width: 90%;
    padding: .625em;
  }

  .grid__content h4 {
    color: #000;
    margin-bottom: .466667em;
    font-size: 1.25em;
    line-height: 1.2em;
  }

  .grid__content p {
    color: #000;
    font-size: .9375em;
    line-height: 1.2em;
  }

  .grid__button-wrapper {
    margin-top: 33px;
  }
}

.job-listing {
  background-color: #fff;
  padding: 3.75em 0;
}

.job-listing__section-intro .large-text {
  color: #2b2e33;
  letter-spacing: .84px;
  margin: 10px 0 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
}

.job-listing__location-filters {
  min-width: 18.5%;
  display: inline-block;
}

.location-filters .facetwp-counter {
  display: none;
}

.location-filters .facetwp-display-value {
  padding-right: 0;
}

.location-filters .facetwp-radio {
  color: #a2b097;
  background: none;
  margin-bottom: 0;
  margin-left: 20px;
  padding: .333333em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.location-filters .facetwp-radio:hover {
  text-decoration: underline;
}

.location-filters .facetwp-radio.checked {
  color: #6d7c60;
  background-image: none;
}

.location-filters .facetwp-radio.checked:before {
  content: "";
  vertical-align: super;
  background-color: #80936f;
  margin-bottom: -7px;
  margin-left: -20px;
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
}

.location-filters__label {
  color: #888b8d;
  margin: .227273em 0 1.36364em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
}

.job-listing__wrapper--full {
  display: -webkit-flex;
  display: flex;
}

.job-listing__jobs {
  display: block;
}

.job-listing__roles-label {
  color: #888b8d;
  margin: .227273em 0 1.36364em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
}

.job-listing__roles-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

.facetwp-template[data-name="jobs_listing"] {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

.job-listing__facet-result-wrapper {
  width: 100%;
  padding-left: 75px;
}

.job-listing__role {
  border-bottom: 1px solid #a2b097;
  margin: 0 1.25em .625em 0;
  padding: 1.875em 0;
}

.job-listing__role:nth-child(-n+3) {
  border-top: 1px solid #a2b097;
}

.job-listing__role--partial {
  width: 24%;
}

.job-listing__role--full {
  width: 30%;
}

.job-listing__role-location {
  color: #888b8d;
  margin: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.09091em;
}

.job-listing__role-title {
  color: #888b8d;
  margin: .333333em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.job-listing__role-department {
  color: #2b2e33;
  margin: 0 0 1.36364em;
  padding-right: 2.27273em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.09091em;
}

.job-listing__role-link {
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 400;
  color: #80936f !important;
}

.job-listing__role-link:before {
  content: "";
  background: url("../images/icon-external-green.png") 0 / 20px no-repeat;
  padding-left: 25px;
  top: 50%;
}

@media (max-width: 992px) {
  .job-listing {
    padding: 2.5em 0;
  }

  .job-listing .section-intro {
    margin-bottom: 1.875em;
  }

  .job-listing__section-intro .large-text {
    font-size: 2.625em;
  }

  .job-listing__wrapper--full {
    display: block;
  }

  .job-listing__facet-result-wrapper {
    padding-left: 0;
  }

  .job-listing__roles-label {
    margin-bottom: .454545em;
  }

  .job-listing__role {
    border-top: 1px solid #a2b097;
    border-bottom: none;
    margin: .625em 0;
    width: 100% !important;
  }

  .job-listing__role--partial {
    width: 24%;
  }
}

.slateam-c-location-listing--main {
  width: 100%;
  height: auto;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 6.25em 1em 11.1875em;
  display: -webkit-flex;
  display: flex;
  background-color: #000 !important;
}

.slateam-c-location-listing--col {
  max-width: 100%;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: start;
  align-items: start;
  gap: 2rem;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-location-listing--row {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: start;
  align-items: start;
  gap: 8rem;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1200px) {
  .slateam-c-location-listing--row {
    gap: 4rem;
  }
}

.slateam-c-location-listing--listings-block {
  max-width: 42rem;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-location-listing--grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-gap: 0rem;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  -webkit-align-content: center;
  align-content: center;
  justify-items: center;
  gap: 1rem;
  display: grid;
}

.slateam-c-location-listing--grid-item > *, .slateam-c-location-listing--grid-item:before {
  grid-area: box;
}

.slateam-c-location-listing--grid-item {
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slateam-c-location-listing--grid-item img {
  text-align: center;
  color: #fff;
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.slateam-c-location-listing--grid-item a {
  padding: 0;
  font-size: 1.125em;
  line-height: 2.5em;
  text-decoration: none;
}

.slateam-c-location-listing--grid-item--right {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slateam-c-location-listing--grid-item .u-placement {
  z-index: 100;
  background: #000;
  -webkit-align-self: end;
  align-self: end;
  justify-self: start;
  padding: 0;
  font-size: 9px;
}

.slateam-c-location-listing--grid-item .u-absolute h3 {
  margin: .5rem;
  padding: 0 1rem;
  line-height: 1.5;
}

.slateam-c-location-listing--grid-item .grid-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-location-listing--grid-item .grid-col {
  max-width: 60%;
}

.location-listing__featured-info {
  width: 80%;
  background-color: #000;
  margin-top: -160px;
  margin-right: auto;
  padding: 1.6875em 1.875em 0 1.25em;
  position: relative;
}

.location-listing__featured-info h3 {
  margin-top: 0;
  margin-bottom: .666667em;
  color: #fff !important;
}

.location-listing__featured-info p {
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125em;
  color: #fff !important;
}

.location-listing__featured-info a {
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5em;
  color: #fff !important;
}

.location-listing__featured-info .slateam-c-location-listing--box-title {
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

@media (max-width: 1200px) {
  .location-listing__featured-info {
    width: 85%;
  }
}

.location-listing__address {
  margin-bottom: 1.11111em !important;
}

h3.slateam-c-location-listing--box-title {
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
}

.u-absolute.u-text-heading.grid-row {
  gap: 3rem;
}

p.u-text-start {
  color: #fff;
  margin-left: 1.5rem;
}

.slateam-c-location-listing--listings-dynamic {
  max-width: 35rem;
  width: 40%;
  position: relative;
}

.slateam-c-location-listing--video-text-row {
  gap: 2rem;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-location-listing--video-text-row p {
  color: #fff;
  padding: 1rem;
}

.slateam-c-location-listing--title {
  color: #fff;
  -webkit-flex-flow: column;
  flex-flow: column;
  gap: 1rem;
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  display: -webkit-flex;
  display: flex;
}

.slateam-c-location-listing--title h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: .5625em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16667em;
}

@media (max-width: 1200px) {
  .slateam-c-location-listing--title h2 {
    font-size: .9375em;
    line-height: 1em;
  }
}

.slateam-c-location-listing--title h3 {
  margin-top: 0;
  padding: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.5625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
}

.slateam-c-location-listing--title p {
  color: #fff;
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  list-style: none;
}

.slateam-c-location-listing--listings-dynamic .slateam-c-location-listing--grid-item:not(.u-display) {
  display: none;
}

.slateam-c-location-listing--city-tagline-box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-absolute.u-text-heading.grid-row .grid-col {
  padding: 1rem .5rem;
}

.grid-col {
  -webkit-flex-flow: column;
  flex-flow: column;
  display: -webkit-flex;
  display: flex;
}

.u-absolute {
  z-index: 100;
  background-color: #000;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: start;
  align-items: start;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  display: -webkit-flex;
  display: flex;
}

.u-absolute h3 {
  color: #fff;
}

.u-grid-4-4 {
  grid-template-rows: repeat(3, 1fr) !important;
  grid-template-columns: repeat(4, 1fr) !important;
}

.slateam-c-location-listing--grid-item:hover:not(.u-display) .u-absolute {
  background-color: #fff;
}

.u-map {
  color: #fff;
  padding: 1rem;
  text-decoration: underline !important;
}

.u-map:hover {
  color: #fff;
}

.u-absolute.slateam-c-location-listing--city-tagline h3 {
  margin: .3rem;
}

h3 p {
  margin: 0;
}

.slateam-c-location-listing--grid-item:hover:not(.u-display) .u-absolute h3 {
  color: #000;
}

.slateam-c-location-listing--grid-item:not(.u-display) {
  border: 2px solid #000;
}

.slateam-c-location-listing--grid-item:hover:not(.u-display) {
  border: 2px solid #fff;
}

.location-listing__photo--feature {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 767) {
  .location-listing__video-wrapper {
    max-height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .location-listing__video-wrapper {
    width: 50%;
    height: 50%;
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .location-listing__featured-info {
    margin-top: -80px;
    padding: 1.25em 1.25em 0 1em;
  }

  .location-listing__featured-info h3 {
    margin-bottom: .5em;
  }

  .location-listing__featured-info p {
    font-size: 1em;
    line-height: 1.2;
  }

  .location-listing__featured-info a {
    font-size: 1em;
    line-height: 1.875em;
  }

  .location-listing__featured-info .slateam-c-location-listing--box-title {
    font-size: 1.25em;
    line-height: 1.5em;
  }

  .slateam-c-location-listing--row {
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .slateam-c-location-listing--main {
    padding: 3.5625em .9375em 2.4375em;
  }

  .slateam-c-location-listing--row {
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
  }

  .slateam-c-location-listing--grid-item.display-block {
    padding: .5rem 0;
  }

  .u-absolute {
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 !important;
  }

  .u-absolute.u-text-heading.grid-row .grid-col {
    text-align: start !important;
    padding: 0 !important;
  }

  .u-control {
    display: none;
  }

  .slateam-c-location-listing--listings-block {
    display: none !important;
  }

  .slateam-c-location-listing--video-text-row p {
    color: #fff;
    padding: 0;
  }

  .display-block {
    width: 100%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 1rem;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .u-display {
    display: -webkit-flex;
    display: flex;
  }

  .slateam-c-location-listing--listings-dynamic .slateam-c-location-listing--grid-item:not(.u-display) {
    display: block;
  }

  .slateam-c-location-listing--grid-item .u-placement {
    width: 100%;
    -webkit-align-self: auto;
    align-self: auto;
    justify-self: auto;
  }

  h3.u-text-start, p.u-text-start {
    text-align: start;
  }

  .slateam-c-location-listing--col {
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .u-map {
    margin-left: 1.5rem;
    padding: 0 !important;
  }

  .u-absolute.u-text-heading.grid-row {
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: start;
    align-items: start;
    text-align: start !important;
  }

  .grid-col h3, .grid-col p, .grid-col a {
    text-align: start !important;
  }

  .slateam-c-location-listing--listings-dynamic {
    width: 100%;
  }

  .slateam-c-location-listing--grid-item {
    width: 100%;
    background: #000;
    border: 2px solid #000;
    grid-template-areas: "box";
    display: grid;
    overflow: hidden;
  }

  .slateam-c-location-listing--grid-item img {
    width: 100%;
    height: 100%;
  }

  .slateam-c-location-listing--grid-item .grid-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .slateam-c-location-listing--title {
    color: #fff;
    text-align: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    gap: 0;
    margin: 0;
    font-size: 1em;
    list-style: none;
    display: -webkit-flex;
    display: flex;
  }

  .slateam-c-location-listing--title h2 {
    margin-bottom: 15px;
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .slateam-c-location-listing--title h3 {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1;
  }

  .slateam-c-location-listing--title p {
    color: #fff;
    margin: 0;
    font-family: CalibreWeb-Regular, sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    list-style: none;
  }

  .location-listing__featured-info {
    width: 50%;
    margin-top: 0;
    padding: 0 0 0 1.25em;
  }

  .location-listing__featured-info .location-listing__address {
    margin-bottom: 0 !important;
  }

  .location-listing__featured-info .grid-col {
    max-width: 100%;
    width: 100%;
  }

  .location-listing__featured-info .slateam-c-location-listing--box-title {
    margin-bottom: 0;
  }

  .location-listing__featured-info p {
    font-size: 1em;
    line-height: 1.25em;
  }

  .location-listing__featured-info .u-map {
    text-decoration: underline;
  }

  .location-listing__featured-info .slateam-c-location-listing--video-text-row {
    margin-top: .9375em;
  }
}

.list {
  position: relative;
}

.list--default {
  max-width: 1200px;
  margin: 0 auto;
}

.list--default .list--horizontal {
  padding: 4.1875em 0 7.3125em;
}

@media (max-width: 450px) {
  .list--default .list--horizontal {
    overflow: hidden;
  }
}

.list--default .list--vertical {
  padding: 4.0625em 0;
}

.list--default .section-intro h2.large-text {
  color: #2b2e33;
  font-size: 3.75em;
}

.list--default .section-intro p {
  max-width: 60%;
}

@media (max-width: 767px) {
  .list--default .section-intro p {
    max-width: 100%;
  }

  .list--default .section-intro .eyebrow {
    margin: 0 1em;
  }
}

@media (max-width: 1200px) {
  .list--default {
    padding: 35px 0;
  }
}

.list__section-intro-wrapper {
  padding-left: .9375em;
}

.list__section-intro-wrapper .section-intro {
  padding-top: 3em;
  margin-bottom: 0 !important;
}

.list__section-intro-wrapper .section-intro h2 {
  margin: 0;
  padding: 0;
}

.list__bg-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .list__bg-image {
    height: auto;
  }
}

.list__section-intro hr {
  border-top: 2px solid #d4d4d5;
  margin-bottom: 3.6875em;
}

.list__section-intro--foreground-alt .eyebrow:before {
  border-top: 1px solid #717171;
}

.list__section-intro--foreground-light {
  color: #fff !important;
}

.list__section-intro--foreground-light hr {
  border-top: 2px solid #fff;
}

.list__list-item--horizontal {
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}

.list__list-item--vertical {
  border-top: 1px solid #6d7c60;
}

.list__list-item--vertical:last-child {
  border-bottom: 1px solid #6d7c60;
}

.list__list-item--vertical--foreground-alt {
  border-top: 1px solid #333 !important;
}

.list__list-item--vertical--foreground-alt:last-child {
  border-bottom: 1px solid #333 !important;
}

.list__list-item--vertical--foreground-light {
  border-top: 1px solid #fff !important;
}

.list__list-item--vertical--foreground-light:last-child {
  border-bottom: 1px solid #fff !important;
}

.list--horizontal__box {
  max-width: 23.3125em;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2.5em .75em;
  display: -webkit-flex;
  display: flex;
}

.list__image {
  height: 88.45px;
  object-fit: contain;
  width: auto;
  margin-bottom: 28.7px;
  display: block;
}

.list__title {
  color: #6d7c60;
  letter-spacing: .84px;
  margin: .333333em 0 .166667em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
  line-height: .833333em;
}

.list__title--foreground-alt {
  color: #000;
}

.list__title--foreground-light {
  color: #fff !important;
}

.list__title--text-alone {
  color: #6d7c60;
  letter-spacing: .84px;
  margin: .4em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 3.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.list__title--text-alone--foreground-alt {
  color: #000;
}

.list__title--text-alone--foreground-light {
  color: #fff;
}

.list__content--horizontal h4, .list__content--horizontal h2 {
  color: #6d7c60;
  margin: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.list__content--horizontal p {
  color: #2b2e33;
  text-align: center;
  margin: .875em auto 0;
  padding: 0 .333333em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.list__content--horizontal .small-text {
  font-size: .6em;
  line-height: 1.22222em;
  display: block;
}

.list__content--vertical {
  color: #000;
  padding-top: .952381em;
  padding-bottom: .952381em;
  font-size: 1.3125em;
  line-height: 1.2381em;
}

.list__content--vertical p {
  padding-right: 10%;
  margin: 0 !important;
}

.list__content--foreground-alt h4 {
  color: #000 !important;
}

.list__content--foreground-light {
  color: #fff !important;
}

@media (max-width: 767px) {
  .list__content--horizontal h4, .list__content--horizontal h2 {
    color: #6d7c60;
    margin: 0;
    font-family: Inter-Medium, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
  }

  .list__content--horizontal p {
    text-align: center;
    margin: 1.16667em auto 0;
    padding: 0;
    font-family: CalibreWeb-Regular, sans-serif;
    font-size: .9375em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
  }

  .list__content--vertical {
    max-width: 95%;
    padding-top: 1.11111em;
    padding-bottom: 1.11111em;
    font-size: 1.125em;
    line-height: 1.22222em;
  }

  .list--default .list--horizontal {
    padding: 2.5em 0;
  }

  .list--horizontal__box {
    min-height: 12.5em;
    padding: 1.25em .5em;
  }

  .list__list-item--text-alone {
    margin: 0;
  }

  .list__list-item--vertical {
    margin: 0 20px;
  }

  .list__title {
    margin: .4em 0 .2em;
    font-size: 3.125em;
    line-height: 1em;
  }

  .list__title--text-alone {
    margin: 1em 0;
    font-size: 1.875em;
  }
}

.list__fv-list--vertical {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 7.0625em 11.3125em 3.8125em 13em;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1600px) {
  .list__fv-list--vertical {
    padding: 7.0625em 5.4375em 3.8125em 6.25em;
  }
}

.fv-list__list-wrapper {
  z-index: 1;
}

.fv-list__list-wrapper--horizontal {
  padding: 0 9.8125em;
}

@media (max-width: 1400px) {
  .fv-list__list-wrapper--horizontal {
    padding: 0 1.875em;
  }
}

.fv-list__list-wrapper--vertical {
  max-width: 51.75em;
  width: 58%;
  margin-top: 1.5625em;
  padding-right: 10em;
}

@media (max-width: 1600px) {
  .fv-list__list-wrapper--vertical {
    padding-right: 6.25em;
  }
}

.fv-list__section-intro h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 2.22222em;
  font-family: CalibreWeb-Bold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16667em;
}

.fv-list__section-intro h3 {
  margin: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3.375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
}

.fv-list__section-intro hr {
  border-top: 2px solid #d4d4d5;
  margin-bottom: 3.6875em;
}

.fv-list__section-intro--horizontal {
  padding: 4.5em 5.625em 6.25em;
}

.fv-list__section-intro--horizontal h2 {
  color: #000;
  padding: 0 4.44444em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.fv-list__section-intro--horizontal h3 {
  color: #6d7c60;
  max-width: 90%;
  padding: 0 1.37931em;
  font-size: 3.625em !important;
}

@media (max-width: 1400px) {
  .fv-list__section-intro--horizontal {
    padding: 4.5em 1.875em 6.25em;
  }
}

.fv-list__section-intro--vertical {
  color: #fff;
  margin-bottom: 6.6875em;
}

.fv-list__section-intro--vertical--foreground-dark {
  color: #000 !important;
}

.fv-list__section-intro--foreground-light hr {
  border-top: 2px solid #fff;
}

.list__fv-list--vertical .list__button {
  margin-top: 3.9em;
}

.fv-list__list-items--horizontal {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.75em 0 0;
  display: -webkit-flex;
  display: flex;
}

.fv-list__list-item-wrapper--horizontal {
  width: 33.33%;
  margin-bottom: 6.25em;
  padding-right: 1.625em;
}

.fv-list__list-item-wrapper--horizontal:nth-child(3n+3) {
  padding-right: 0 !important;
}

.fv-list__list-item--horizontal {
  border-top: 2px solid #d4d4d5;
  padding-top: 2.5em;
}

.fv-list__list-item--vertical {
  min-height: 8.25em;
  width: 100%;
  border-top: 1px solid #d4d4d5;
  display: -webkit-flex;
  display: flex;
}

.fv-list__list-item--vertical:hover {
  background-color: #fff;
}

.fv-list__list-item--vertical:hover > *, .fv-list__list-item--vertical:hover .fv-list__content-wrapper > * {
  color: #000 !important;
}

.fv-list__list-item--vertical:hover .fv-list__item-content {
  color: #000;
  display: block;
}

.fv-list__list-item--vertical:hover .fv-list__plus-indicator {
  color: #000;
}

.fv-list__list-item--vertical--foreground-dark:hover {
  background-color: #000;
}

.fv-list__list-item--vertical--foreground-dark:hover > *, .fv-list__list-item--vertical--foreground-dark:hover .fv-list__content-wrapper > * {
  color: #fff !important;
}

.fv-list__list-item--vertical--foreground-dark:hover .fv-list__item-content {
  color: #fff;
  display: block;
}

.fv-list__list-item--vertical--foreground-dark:hover .fv-list__plus-indicator {
  color: #fff;
}

.fv-list__list-item--vertical:last-child {
  border-bottom: 1px solid #d4d4d5;
}

.fv-list__item-label {
  color: #b4b86b;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 7.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
}

.fv-list__item-label--horizontal {
  margin-bottom: .166667em;
}

.fv-list__item-label--foreground-alt {
  color: #fff;
}

.fv-list__item-label--vertical {
  min-width: .5em;
  min-width: 81px;
  -webkit-align-self: center;
  align-self: center;
  padding: 0 .133333em;
  transition: all .25s;
}

.fv-list__content-wrapper {
  color: #fff;
}

.fv-list__content-wrapper--foreground-dark {
  color: #000 !important;
}

.fv-list__content-wrapper--vertical {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.fv-list__text-wrapper {
  color: #fff;
  max-width: 75%;
}

.fv-list__text-wrapper--foreground-dark {
  color: #000 !important;
}

.fv-list__item-title {
  vertical-align: middle;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  transition: all .25s;
}

.fv-list__item-title--vertical {
  margin: 0;
  padding-left: .5em;
}

.fv-list__item-title--horizontal {
  margin-top: 0;
  margin-bottom: .625em;
  line-height: 1.5em;
}

.fv-list__plus-indicator {
  color: #fff;
  vertical-align: middle;
  padding-right: .78125em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
}

.fv-list__item-content {
  font-family: Inter-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.fv-list__item-content--horizontal {
  color: #d4d4d5;
}

.fv-list__item-content--horizontal--foreground-dark {
  color: #000;
}

.fv-list__item-content--horizontal p {
  margin: 0;
  padding-right: .5em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.fv-list__item-content--vertical {
  color: #fff;
  padding-left: .727273em;
  font-size: 1.375em;
  line-height: 1.2em;
  display: none;
}

.fv-list__item-content--vertical p {
  margin: 0;
}

.fv-list__visual-wrapper {
  z-index: 1;
  overflow: hidden;
}

.fv-list__visual-wrapper img, .fv-list__visual-wrapper .fv-list__video {
  max-width: 100%;
}

.fv-list__visual-wrapper--vertical {
  max-width: 587px;
  width: 42%;
  -webkit-align-items: center;
  align-items: center;
}

.fv-list__visual-wrapper--vertical img, .fv-list__visual-wrapper--vertical video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-list__visual-wrapper--vertical img.--captioned, .fv-list__visual-wrapper--vertical video.--captioned {
  height: auto;
  max-height: calc(100% - 40px);
}

.fv-list__visual-labels {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: end;
  justify-content: end;
  margin-top: 1.125em;
  display: -webkit-flex;
  display: flex;
}

.fv-list__visual-labels > * {
  padding-right: .833333em;
}

.fv-list__visual-labels > :last-child {
  padding-right: 0;
}

.fv-list__visual-labels a {
  color: #fff;
  letter-spacing: 2px;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16667em;
  text-decoration: underline;
  display: inline-block;
}

.fv-list__visual-labels p {
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16667em;
  display: inline-block;
}

.fv-list__visual-labels--foreground-dark > * {
  color: #000 !important;
}

@media (max-width: 1200px) {
  .fv-list__list-wrapper--horizontal {
    padding: 0 1em;
  }

  .fv-list__list-item--vertical {
    min-height: 6.625em;
  }

  .fv-list__list-item--horizontal {
    padding-top: 2em;
  }

  .fv-list__section-intro h2 {
    margin-bottom: .769231em;
    font-size: .8125em;
    line-height: 1.15385em;
  }

  .fv-list__section-intro h3 {
    font-size: 2.375em;
  }

  .fv-list__section-intro--horizontal {
    padding: 3.75em 1em;
  }

  .fv-list__section-intro--horizontal .section-intro {
    margin-bottom: 0;
  }

  .fv-list__section-intro--horizontal h3 {
    font-size: 2.375em !important;
  }

  .fv-list__section-intro--vertical {
    margin-bottom: 2.1875em;
  }

  .fv-list__item-label {
    min-width: 0;
    padding: 0 .285714em;
    font-size: 3.5em;
  }

  .fv-list__item-label--horizontal {
    padding: 0 !important;
  }

  .fv-list__item-title {
    font-size: 1.5em;
  }

  .fv-list__item-title--vertical {
    padding-left: .666667em;
  }

  .fv-list__plus-indicator {
    padding-right: 1.04167em;
    font-size: 1.5em;
  }

  .fv-list__item-content {
    font-size: 1em;
    line-height: 1.5em;
  }

  .fv-list__item-content--vertical {
    padding-left: 1em;
  }

  .fv-list__item-content--horizontal p {
    font-size: 1em;
    line-height: 1.5em;
  }

  .fv-list__visual-labels a, .fv-list__visual-labels p {
    font-size: .8125em;
  }
}

@media (max-width: 992px) {
  .list__fv-list--vertical {
    padding: 4.3125em 1em 2.875em;
  }

  .fv-list__list-wrapper--vertical {
    padding-right: 2.1875em;
  }
}

@media (max-width: 767px) {
  .list__fv-list--vertical {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 0 2.875em;
  }

  .list__section-intro hr {
    display: none;
  }

  .fv-list__list-wrapper--vertical {
    margin-top: 4.3125em;
    padding: 0 1em;
    padding-right: 1em !important;
  }

  .fv-list__section-intro--horizontal h2 {
    padding: 0;
  }

  .fv-list__section-intro--horizontal h3 {
    max-width: 100%;
    padding: 0;
  }

  .fv-list__section-intro h3 {
    font-size: 1.5em !important;
  }

  .fv-list__section-intro hr {
    display: none;
  }

  .fv-list__list-wrapper--vertical {
    width: 100%;
    padding-right: 0;
  }

  .fv-list__list-item-wrapper--horizontal {
    width: 100%;
    margin-bottom: 2.5em;
    padding-right: 0;
  }

  .fv-list__list-item--horizontal {
    display: -webkit-flex;
    display: flex;
  }

  .fv-list__list-item--vertical {
    cursor: none;
    border-top: 1px solid #6f7173;
  }

  .fv-list__list-item--vertical:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .fv-list__list-item--vertical:hover > * {
    color: #fff !important;
  }

  .fv-list__list-item--vertical:hover .fv-list__item-label {
    color: #b4b86b !important;
  }

  .fv-list__list-item--vertical:hover .fv-list__content-wrapper > * {
    color: #fff !important;
  }

  .fv-list__list-item--vertical:hover .fv-list__item-content {
    color: #fff;
  }

  .fv-list__list-item--vertical--foreground-dark:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .fv-list__list-item--vertical--foreground-dark:hover > * {
    color: #000 !important;
  }

  .fv-list__list-item--vertical--foreground-dark:hover .fv-list__item-label {
    color: #b4b86b !important;
  }

  .fv-list__list-item--vertical--foreground-dark:hover .fv-list__content-wrapper > * {
    color: #000 !important;
  }

  .fv-list__list-item--vertical--foreground-dark:hover .fv-list__item-content {
    color: #000;
  }

  .fv-list__list-item--vertical:last-child {
    border-bottom: 1px solid #6f7173;
  }

  .fv-list__text-wrapper {
    max-width: 100%;
  }

  .fv-list__item-label {
    min-width: 30px;
    padding: 0;
  }

  .fv-list__plus-indicator {
    display: none;
  }

  .fv-list__item-title--vertical {
    padding-left: 1.08333em;
  }

  .fv-list__item-content--vertical {
    color: #fff;
    padding-left: 1.625em;
    display: block;
  }

  .fv-list__item-content--vertical--foreground-dark {
    color: #000;
  }

  .fv-list__visual-wrapper--vertical {
    max-height: 407px;
    width: 100%;
    overflow: hidden;
  }

  .fv-list__visual-wrapper--horizontal {
    min-height: 224.5px;
    overflow: hidden;
  }

  .fv-list__visual-wrapper--horizontal img {
    height: 224.5px;
  }

  .fv-list__visual-labels {
    display: none;
  }

  .list__fv-list--vertical .list__button {
    margin-top: 2.78571em;
  }
}

.map-container {
  width: 100%;
  height: 540px;
}

.map-embed {
  width: 100%;
  height: 100%;
}

.posts-listing {
  position: relative;
}

.posts-listing__full {
  background-color: #e5e5e5;
}

.posts-listing__full .press-promo__box a:before {
  margin-right: 1.125em;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.posts-listing__news-facet {
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 15px;
  display: -webkit-flex;
  display: flex;
}

.posts-listing__news-facet .facetwp-facet {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  margin-bottom: 0;
  margin-right: .9375em;
}

.posts-listing__news-facet select {
  color: #2b2e33;
  max-width: 100%;
  min-width: 130px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #717171;
  padding: 8px 35px 8px 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

.posts-listing__news-facet .facetwp-facet-news_years_facet {
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
}

.facetwp-facet-category_news_facet {
  margin-bottom: 0;
}

.posts-listing__wrapper {
  padding-top: 5em;
}

.partial-posts {
  padding: 10.6875em 0 12.5em;
}

@media (max-width: 1200px) {
  .partial-posts {
    padding: 10.6875em 0 8.8125em;
  }
}

@media (max-width: 992px) {
  .partial-posts {
    padding: 5em 0 3.125em;
  }
}

.partial-posts__section-intro {
  text-align: center;
  margin-bottom: 86px;
}

.partial-posts__section-intro h2 {
  color: #000;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 0;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125em;
}

.partial-posts__section-intro h3 {
  color: #6d7c60;
  max-width: 1005px;
  margin: 0 auto;
  padding: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
}

.partial-posts__section-intro hr {
  border-top: 2px solid #d4d4d5;
  margin-bottom: 3.6875em;
}

.partial-posts__wrapper {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}

.partial-text__wrapper {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -webkit-flex;
  display: flex;
}

.partial-post__category {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .833333em;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16667em;
}

.partial-post__title {
  color: #000;
  margin-top: 0;
  margin-bottom: .5em;
  padding: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.875em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.partial-post__title:hover {
  text-decoration: underline;
}

.partial-post__blurb {
  color: #6f7173;
  margin-bottom: .555556em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22222em;
}

.partial-post__blurb p {
  margin-top: .833333em;
  margin-bottom: 1.22222em;
}

.partial-post__date {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.66667em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.partial-post__date--featured {
  padding-bottom: 0 !important;
}

.partial-post__link:hover {
  text-decoration: none;
}

.posts-listing__news-bar {
  height: 240px;
  max-width: 100%;
  z-index: 1;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
  transition: all .5s;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.posts-listing__news-bar--scroll {
  height: 70px;
  width: 100%;
  z-index: 999;
  border-top: 1px solid rgba(0, 0, 0, .12);
  border-bottom: 1px solid #000;
  position: fixed;
}

.posts-listing__news-container {
  width: 100%;
}

.posts-listing__news-row {
  height: 100%;
}

.posts-listing__news-bar-header {
  color: #888b8d;
  letter-spacing: 2px;
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 5.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  transition: all .5s;
}

.posts-listing__news-bar-header--scroll {
  color: #000;
  padding-left: 0;
  font-size: 1em;
}

.posts-listing__paginator {
  padding: 1.875em .9375em;
}

.posts-listing__paginator .facetwp-page {
  color: #7a8766;
  background-color: #fff;
  border: 1px solid #7a8766;
  margin-bottom: .454545em;
  margin-right: .454545em;
  padding: .227273em 1.36364em;
  font-size: 1.375em;
  line-height: 1.81818em;
}

.posts-listing__paginator .facetwp-page.active, .posts-listing__paginator .facetwp-page:hover {
  color: #fff;
  background-color: #6d7c60;
  border: 1px solid #6d7c60;
  text-decoration: none;
}

.posts-listing__paginator .facetwp-page.next, .posts-listing__paginator .facetwp-page.prev {
  padding: .227273em 2.72727em;
}

@media (max-width: 992px) {
  .partial-posts {
    padding: 3em 0 4.75em;
  }

  .partial-posts__section-intro {
    margin-bottom: 30px;
  }

  .partial-posts__section-intro h2 {
    margin-bottom: .769231em;
    font-size: .8125em;
    line-height: 1.5625em;
  }

  .partial-posts__section-intro h3 {
    font-family: CalibreWeb-Medium, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
  }

  .partial-posts__section-intro {
    margin-bottom: 30px;
  }

  .partial-posts__section-intro h2 {
    margin-bottom: .769231em;
    font-size: .8125em;
    line-height: .9375em;
  }

  .partial-posts__section-intro h3 {
    font-size: 2.375em;
  }

  .partial-post__category {
    margin-bottom: .8em;
    font-size: .8125em;
    line-height: .9375em;
  }

  .partial-post__title {
    margin-bottom: .6em;
    font-size: 1.25em;
  }

  .partial-post__date {
    padding-bottom: .8em;
    font-size: .9375em;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .posts-listing__news-bar-header {
    font-size: 5.625em;
  }

  .partial-posts__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partial-posts__section-intro {
    margin-bottom: 25px;
  }

  .partial-posts__section-intro h3 {
    max-width: 90%;
    font-size: 1.5em;
  }
}

@media (max-width: 450px) {
  .posts-listing__news-bar {
    height: 13.125em;
  }

  .posts-listing__news-row {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .posts-listing__news-bar-header {
    margin: .6em 0;
    font-size: 3.75em;
    line-height: 1em;
  }
}

.profile-listing {
  padding: 4em 0;
}

.profile-listing__section-intro {
  padding-left: .9375em;
}

.profile-listing__section-intro--single_focus {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 9.25em;
}

@media (max-width: 1200px) {
  .profile-listing__section-intro--single_focus {
    max-width: 970px;
    padding-left: 3.5em;
  }
}

@media (max-width: 992px) {
  .profile-listing__section-intro--single_focus {
    max-width: 750px;
    padding-left: .9375em;
  }
}

.profile-listing__section-intro--with_quotes {
  padding-left: 8.375em !important;
}

@media (max-width: 1200px) {
  .profile-listing__section-intro--with_quotes {
    padding-left: 2em !important;
  }
}

@media (max-width: 767px) {
  .profile-listing__section-intro--with_quotes {
    padding-left: .9375em !important;
  }
}

.profile-listing__focus-items {
  position: relative;
}

.profile-listing__focus-image {
  padding: 2em 2em 2em 0;
}

@media (max-width: 992px) {
  .profile-listing__focus-image {
    padding-right: 0;
  }
}

.profile-listing__focus-image img {
  height: 480px;
  max-width: 320px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 992px) {
  .profile-listing__focus-image img {
    height: auto;
    max-height: none;
    max-width: 100%;
  }
}

.profile-listing__focus-info {
  height: 50%;
  padding: 0 2em 2em;
}

@media (max-width: 992px) {
  .profile-listing__focus-info {
    padding-bottom: 0;
    padding-left: 0;
  }
}

.profile-listing__focus-info h2, .profile-listing__focus-info p {
  margin: .375em 0;
}

.profile-listing__focus-info .profile-listing__focus-location {
  padding-bottom: .75em;
}

@media (max-width: 992px) {
  .profile-listing__focus-info .profile-listing__focus-location, .profile-listing__focus-info .profile-listing__focus-role {
    font-size: 1.25em;
  }
}

.profile-listing__focus-info h2 {
  font-size: 4.375em;
  font-weight: normal;
  line-height: 60px;
}

@media (max-width: 992px) {
  .profile-listing__focus-info h2 {
    font-size: 2.25em;
    line-height: 36px;
  }
}

.profile-listing__focus-info a {
  color: #80936f;
  height: auto;
  padding: 0 4.0625em 0 0;
  font-size: 1.375em;
  line-height: 24px;
  position: relative;
}

@media (max-width: 992px) {
  .profile-listing__focus-info a {
    font-size: 1.25em;
  }
}

.profile-listing__focus-info a i {
  padding-left: .5em;
  transition: all .25s;
  position: absolute;
  top: 3px;
}

.profile-listing__focus-info a:hover {
  text-decoration: none;
}

.profile-listing__focus-info a:hover i, .profile-listing__focus-info i:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.profile-listing__focus-location {
  font-size: 1.375em;
  font-weight: normal;
  line-height: 24px;
}

.profile-listing__focus-role {
  color: #2b2e33;
  margin-top: .9375em;
  font-size: 1.375em;
  line-height: 20px;
}

.profile-listing__carousel {
  width: 58.3333%;
  padding: 2em 1.5em 1.625em;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 992px) {
  .profile-listing__carousel {
    width: 100%;
    padding-top: 1.25em;
    padding-left: 0;
    padding-right: 0;
  }
}

.profile-listing__carousel .slick-arrow {
  color: #80936f;
}

.profile-listing__carousel--foreground-light .slick-arrow {
  color: #fff;
}

.profile-listing__carousel .slick-arrow {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  left: 10px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  display: initial !important;
  position: absolute !important;
}

@media (max-width: 992px) {
  .profile-listing__carousel .slick-arrow {
    display: none !important;
  }
}

.profile-listing__carousel .slick-prev {
  left: 35px;
}

.profile-listing__carousel .slick-next {
  left: 70px;
}

.cards-carousel__item, .profile-listing__carousel-item {
  height: 100%;
  padding: 0 .5em;
  position: relative;
}

.cards-carousel__item:after, .profile-listing__carousel-item:after {
  content: "";
  height: 270px;
  width: 93%;
  margin: 0 .5em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 -76px 68px -5px #292929;
}

@media (max-width: 1200px) {
  .cards-carousel__item:after, .profile-listing__carousel-item:after {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .cards-carousel__item:after, .profile-listing__carousel-item:after {
    width: 96.5%;
    margin: 0;
  }
}

@media (max-width: 450px) {
  .cards-carousel__item:after, .profile-listing__carousel-item:after {
    width: 96%;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .cards-carousel__item, .profile-listing__carousel-item {
    padding-left: 0;
  }
}

.cards-carousel__item img, .profile-listing__carousel-item img {
  height: 270px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 992px) {
  .cards-carousel__item img, .profile-listing__carousel-item img {
    width: 100%;
  }
}

.cards-carousel__item-info, .profile-listing__carousel-item-title {
  z-index: 99;
  margin-bottom: 7px;
  padding: .5em;
  position: absolute;
  bottom: 0;
}

.cards-carousel__item-info a, .profile-listing__carousel-item-title a {
  color: #fff;
}

.cards-carousel__item-role {
  color: #fff;
  margin-top: 0;
  line-height: normal;
}

@media (max-width: 992px) {
  .cards-carousel__item-role {
    margin-top: .5em;
  }
}

.cards-carousel__item-title {
  color: #fff;
  margin: 1.875em 0 .0625em;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 40px;
  display: block;
}

.profile-listing-cards__carousel .slick-slide {
  max-width: none;
  opacity: .4;
}

.profile-listing-cards__carousel .slick-slide.slick-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .profile-listing-cards__carousel .slick-slide {
    max-width: none;
  }
}

.profile-listing-cards__paginator {
  display: none;
}

@media (max-width: 992px) {
  .profile-listing-cards__paginator {
    padding: 0 .625em;
    display: block;
  }

  .profile-listing-cards__paginator h3 {
    display: -webkit-flex;
    display: flex;
  }
}

.profile-listing-cards__paginator h3 span:first-of-type {
  padding: 0 .625em .125em 0;
}

.profile-listing-cards__paginator .num_total_slides {
  padding: 0 .625em;
}

.profile-listing-cards__paginator .num_total_slides.num_total_slides--mobile {
  display: none;
}

@media (max-width: 992px) {
  .profile-listing-cards__paginator .num_total_slides.num_total_slides--mobile {
    display: block;
  }
}

.cards-carousel__item-info {
  margin-bottom: 0;
  padding: 1.875em;
}

@media (max-width: 992px) {
  .cards-carousel__item-info {
    width: 100%;
    padding: .9375em;
  }
}

.cards-carousel__item-info p {
  font-size: 1.375em;
}

@media (max-width: 450px) {
  .cards-carousel__item-info p {
    font-size: 1.125em;
  }
}

.cards-carousel__item-info .cards-carousel__item-link {
  width: 100%;
  font-size: 1.375em;
}

.cards-carousel__item-info .cards-carousel__item-link i {
  padding-right: 1.625em;
  transition: all .25s;
}

.cards-carousel__item-info .cards-carousel__item-link:hover {
  text-decoration: none;
}

.cards-carousel__item-info .cards-carousel__item-link:hover i, .cards-carousel__item-info i:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.cards-carousel__item {
  padding: 0 .625em;
}

.cards-carousel__item img {
  height: 440px;
}

@media (max-width: 992px) {
  .cards-carousel__item img {
    height: auto;
    max-height: 1250px;
  }
}

.cards-carousel__item:after {
  height: 440px;
  width: 95%;
  box-shadow: inset 0 -57px 102px 48px #000;
}

@media (max-width: 992px) {
  .cards-carousel__item:after {
    height: 100%;
    width: 97.7%;
    margin-left: .625em;
    box-shadow: inset 0 -68px 64px 5px #000;
  }
}

@media (max-width: 767px) {
  .cards-carousel__item:after {
    width: 97.4%;
    margin-left: .625em;
  }
}

@media (max-width: 450px) {
  .cards-carousel__item:after {
    width: 95%;
  }
}

.profile-listing-wquotes__paginator {
  color: #80936f;
  padding-left: 8.375em !important;
}

@media (max-width: 1200px) {
  .profile-listing-wquotes__paginator {
    padding-left: 2em !important;
  }
}

@media (max-width: 767px) {
  .profile-listing-wquotes__paginator {
    padding-left: .9375em !important;
  }
}

.profile-listing-wquotes__paginator h3 {
  padding-bottom: 1.5em;
  font-size: 1.375em;
  font-weight: normal;
}

.profile-listing-wquotes__paginator h3 span:first-of-type {
  padding-right: .5em;
}

.profile-listing-wquotes__paginator h3 span:nth-child(2) {
  padding-left: .375em;
}

.profile-listing-wquotes__carousel .slick-list {
  padding-left: 7.5em !important;
}

@media (max-width: 1200px) {
  .profile-listing-wquotes__carousel .slick-list {
    padding-left: .9375em !important;
  }
}

@media (max-width: 767px) {
  .profile-listing-wquotes__carousel .slick-list {
    padding-left: 0 !important;
  }
}

.profile-listing-wquotes__carousel .slick-slide {
  opacity: .4;
}

.profile-listing-wquotes__carousel .slick-slide.slick-current {
  opacity: 1;
}

.profile-listing-wquotes__carousel .col-12 {
  padding: 0 .9375em;
}

.profile-listing-wquotes__carousel img {
  max-height: 450px;
  object-fit: cover;
  width: 100%;
  max-width: 619px;
  min-width: 0;
}

@media (max-width: 767px) {
  .profile-listing-wquotes__carousel img {
    height: 85.6vw;
  }
}

.wquotes-carousel__item-quote p {
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 34px;
}

.wquotes-carousel__item .wquotes-carousel__item-title {
  letter-spacing: .84px;
  width: 100%;
  margin: .5em 0;
  font-size: 2.5em;
  font-weight: normal;
  line-height: .9em;
}

@media (max-width: 767px) {
  .wquotes-carousel__item .wquotes-carousel__item-title {
    margin-bottom: 0;
  }
}

.wquotes-carousel__item .wquotes-carousel__item-link {
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: 1em;
  font-weight: normal;
  line-height: .9em;
  position: relative;
}

@media (max-width: 767px) {
  .wquotes-carousel__item .wquotes-carousel__item-link {
    margin-left: .25em;
  }
}

.wquotes-carousel__item .wquotes-carousel__item-link:hover {
  text-decoration: none;
}

.wquotes-carousel__item .wquotes-carousel__item-link i {
  position: absolute;
  top: 3px;
  right: -20px;
}

.wquotes-carousel__item .wquotes-carousel__item-role {
  font-size: 1.25em;
  line-height: normal;
}

@media (max-width: 767px) {
  .wquotes-carousel__item .wquotes-carousel__item-role {
    margin-top: .5em;
  }
}

.cards__paginator .profile-listing__focus-location, .wquotes__paginator .profile-listing__focus-location, .profile-listing__focus-info .profile-listing__focus-location, .wquotes-carousel__item-info .profile-listing__focus-location {
  color: #888b8d;
}

.cards__paginator--foreground-light *, .cards__paginator--foreground-light a, .cards__paginator--foreground-light .profile-listing__focus-location, .wquotes__paginator--foreground-light *, .wquotes__paginator--foreground-light a, .wquotes__paginator--foreground-light .profile-listing__focus-location, .profile-listing__focus-info--foreground-light *, .profile-listing__focus-info--foreground-light a, .profile-listing__focus-info--foreground-light .profile-listing__focus-location, .wquotes-carousel__item-info--foreground-light *, .wquotes-carousel__item-info--foreground-light a, .wquotes-carousel__item-info--foreground-light .profile-listing__focus-location {
  color: #fff;
}

.cards__paginator--foreground-dark .wquotes-carousel__item-link, .wquotes__paginator--foreground-dark .wquotes-carousel__item-link, .profile-listing__focus-info--foreground-dark .wquotes-carousel__item-link, .wquotes-carousel__item-info--foreground-dark .wquotes-carousel__item-link {
  color: #80936f;
}

.profile-listing__section-intro {
  margin-bottom: 1.25em;
}

.profile-listing__section-intro p {
  font-size: 2.0625em;
  line-height: 1.18182em;
}

@media (max-width: 767px) {
  .profile-listing__section-intro p {
    font-size: 1.25em;
  }
}

.profile-listing__section-intro--foreground-light {
  color: #fff;
}

.profile-listing__section-intro--foreground-light .eyebrow {
  color: #fff !important;
}

.profile-listing__section-intro--foreground-light .eyebrow:before {
  border-top: 1px solid #fff !important;
}

.profile-listing__section-intro--foreground-dark .section-intro h2.large-text {
  color: #2b2e33;
  font-size: 3.75em;
}

.quote {
  padding: 6.25em 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 767px) {
  .quote {
    padding: 2.1875em 0;
  }
}

.quote.background--neutral {
  background: #f3f3f3;
}

.quote__citation {
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.625em;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.quote__citation-person {
  color: #5f5f5f;
  margin: 0 0 .3125em;
  padding: 0 0 0 80px;
  font-family: CalibreWeb-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.quote__citation-person--wrole {
  color: #5f5f5f;
}

.quote__citation-person--foreground-light {
  color: #fff !important;
}

@media (max-width: 767px) {
  .quote__citation-person {
    padding: 1px 20px 0 37px;
    font-size: .818182em;
  }
}

.quote__citation-person:before {
  content: "";
  height: 1px;
  width: 60px;
  border-top: 1px solid #d4d4d4;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}

.quote__citation-person::before--foreground-light {
  border-top: 1px solid #fff !important;
}

@media (max-width: 767px) {
  .quote__citation-person:before {
    width: 27px;
    top: 9px;
  }
}

.quote__citation-role {
  color: #b5b5b5;
  margin-top: .125em;
  margin-bottom: 0;
  padding: 0 0 0 80px;
}

.quote__citation-role--foreground-light {
  color: #fff;
}

@media (max-width: 767px) {
  .quote__citation-role {
    padding: 0 20px 0 37px;
    font-size: .818182em;
  }
}

.quote__content-text, .quote__content-text--mixed {
  color: #6d7c60;
  font-family: CalibreWeb-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.quote__content-text--foreground-light, .quote__content-text--mixed--foreground-light {
  color: #fff !important;
}

.quote__content-text .wysiwyg-content p {
  letter-spacing: .84px;
  margin: .571429em 0 .357143em;
  font-size: 4.375em;
  line-height: .857143em;
}

@media (max-width: 992px) {
  .quote__content-text .wysiwyg-content p {
    margin: .666667em 0 .416667em;
    font-size: 2.72727em;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .quote__content-text .wysiwyg-content p {
    margin: .8em 0 .5em;
    font-size: 2.27273em;
    line-height: 1;
  }
}

.quote__content-text--mixed .wysiwyg-content p {
  letter-spacing: .84px;
  margin: .615385em 0 .384615em;
  font-size: 4.0625em;
  line-height: 1.07692em;
}

@media (max-width: 992px) {
  .quote__content-text--mixed .wysiwyg-content p {
    margin: 1.42857em 0 .892857em;
    font-size: 28px;
    line-height: 1.21429em;
  }
}

.quote__content-img {
  align-self: top;
  height: auto;
  max-width: 294px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .quote__content-text {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .quote__content-img {
    padding-left: .5em;
  }
}

.stats {
  padding: 8.9375em 0;
  position: relative;
}

@media (max-width: 992px) {
  .stats {
    padding: 3.1875em 0 2.6875em;
  }
}

.stats .stats_bg-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .stats .stats_bg-image {
    height: auto;
  }
}

.stats__row {
  padding-bottom: 2.125em;
}

@media (max-width: 992px) {
  .stats__row {
    padding-bottom: 0;
  }
}

.stats__section-intro {
  z-index: 99;
  opacity: 0;
  padding-bottom: 2.5em;
  transition: opacity 1s;
}

.stats__section-intro--foreground-light *, .stats__section-intro--foreground-alt * {
  color: #fff;
}

.stats__section-intro h2 {
  letter-spacing: 2px;
  opacity: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: CalibreWeb-Bold, sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16667em;
  transition: opacity 1s;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1200px) {
  .stats__section-intro h2 {
    font-size: .9375em;
    line-height: 1em;
  }
}

.stats__section-intro h3 {
  opacity: 0;
  max-width: 64%;
  margin-top: .689655em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  transition: opacity 1.5s;
}

@media (max-width: 1200px) {
  .stats__section-intro h3 {
    max-width: 80%;
    margin-top: 1.05263em;
    font-size: 2.375em;
  }
}

@media (max-width: 767px) {
  .stats__section-intro h3 {
    max-width: 100%;
    margin-top: .333333em;
    font-size: 1.5em;
  }
}

.stats__section-intro.touched-inView, .stats__section-intro.touched-inView h2, .stats__section-intro.touched-inView h3 {
  opacity: 1;
}

@media (max-width: 767px) {
  .stats__section-intro {
    padding-bottom: 1.25em;
  }
}

.stats__item {
  width: 21%;
  z-index: 99;
  border-top: 1px solid #6f7173;
  margin-bottom: 2.625em;
  margin-right: 2.1875em;
}

.stats__item:last-of-type {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .stats__item {
    width: 23%;
    margin-bottom: 0;
    margin-right: 1em;
  }

  .stats__item:last-of-type {
    margin-right: 1em;
  }
}

@media (max-width: 992px) {
  .stats__item {
    width: 44%;
    margin-right: 1.25em;
  }

  .stats__item:last-of-type {
    margin-right: 1.25em;
  }
}

@media (max-width: 340px) {
  .stats__item {
    margin-right: .625em;
  }
}

.stats__item h4 {
  color: #b4b86b;
  overflow-wrap: break-word;
  margin: .5em 0 .25em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 7.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}

@media (max-width: 1200px) {
  .stats__item h4 {
    font-size: 5.625em;
    line-height: 65px;
  }
}

@media (max-width: 992px) {
  .stats__item h4 {
    margin: .375em 0 0;
    font-size: 3.5em;
    line-height: 55px;
  }
}

.stats__item h4 + p {
  margin: 0;
}

.stats__item p {
  margin: .625em 0;
  font-family: Inter-Regular, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.stats__item--foreground-alt {
  border-color: #fff;
}

.stats__item--foreground-light *, .stats__item--foreground-alt * {
  color: #fff;
}

.stats__item--foreground-alt h4 {
  color: #fff !important;
}

@media (max-width: 992px) {
  .stats__link {
    display: none;
  }
}

.tabs-layout {
  padding: 6.25em 0;
}

.tabs-layout .eyebrow {
  color: #333 !important;
}

.tabs__section-intro--foreground-light .eyebrow {
  color: #fff !important;
}

.tabs__section-intro--foreground-light .eyebrow:before {
  border-top: 1px solid #fff !important;
}

.tabs-layout__tab-titles {
  margin: 0;
  padding-left: 1em;
  list-style-type: none;
}

.tabs-layout__tab-title {
  color: #000;
  cursor: pointer;
  background-color: #f1f1f1;
  margin-bottom: .107143em;
  padding: .714286em;
  font-size: 1.75em;
  line-height: 1.25em;
}

.tabs-layout__tab-title:hover, .tabs-layout__tab-title.active {
  color: #fff;
  background-color: #80936f;
}

.tabs-layout__tab-title.active {
  cursor: default;
}

.tabs-layout__tab-title--foreground-light {
  color: #fff;
  background-color: #b5b5b5;
}

.tabs-layout__tab-title--foreground-light:hover, .tabs-layout__tab-title--foreground-light.active {
  color: #000;
  background-color: #fff;
}

.tabbed-content__content-container {
  margin-left: 160px;
  position: relative;
}

.tabs-layout__tab-content {
  display: none;
}

.tabs-layout__tab-content.active {
  -webkit-animation: .5s forwards generic-fadein;
  animation: .5s forwards generic-fadein;
  display: block;
}

.tab-content__wysiwyg-content {
  color: #333;
  letter-spacing: .2px;
}

.tab-content__wysiwyg-content--foreground-light {
  color: #fff;
}

.tab-content__wysiwyg-content .intro {
  margin-bottom: 1.33333em;
  font-size: 1.875em;
  line-height: 1.26667em;
}

.tab-content__wysiwyg-content p {
  margin-bottom: 1.90476em;
  font-size: 1.3125em;
  line-height: 1.2381em;
}

@media (max-width: 992px) {
  .tabs-layout {
    padding: 3.125em 0;
  }

  .tabs-layout .eyebrow {
    font-size: 1.875em;
  }

  .tabs-layout .eyebrow:before {
    width: 60px;
    top: 50%;
  }

  .tab-content__wysiwyg-content .intro {
    font-family: CalibreWeb-Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .tabbed-content__content-container {
    margin-left: 0;
    padding-top: 4.375em;
    padding-bottom: 2.5em;
  }

  .tabs-layout__tab-titles {
    padding-left: 2.5em;
  }
}

@media (max-width: 450px) {
  .tabs-layout {
    padding: 3.125em 0;
  }

  .tabs-layout .eyebrow {
    font-size: 1.875em;
  }

  .tabs-layout__tab-titles {
    margin: 0 1.5625em .625em;
    padding-left: .9375em;
  }
}

.tab-content__image {
  width: 447px;
  height: 545px;
}

@media (max-width: 1400px) {
  .tab-content__image {
    height: 427px;
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .tab-content__image {
    height: 366px;
    width: 300px;
  }
}

@media (max-width: 992px) {
  .tab-content__image {
    height: 196px;
    width: 100%;
  }
}

.tab-content__image img {
  opacity: 1;
}

.hz-tabs__section-intro {
  padding: 0 5em 5.75em;
}

.hz-tabs__section-intro--foreground-light *, .hz-tabs__section-intro--foreground-alt * {
  color: #fff !important;
}

.hz-tabs__section-intro h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: CalibreWeb-SemiBold, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .hz-tabs__section-intro h2 {
    font-size: 13px;
    line-height: 15px;
  }
}

.hz-tabs__section-intro h3 {
  color: #6d7c60;
  letter-spacing: 1.2px;
  margin: .6875em 0 .625em;
  padding-bottom: 0;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 3.625em;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}

@media (max-width: 767px) {
  .hz-tabs__section-intro h3 {
    letter-spacing: .5px;
    margin-top: .5em;
    padding-top: 0;
    font-size: 1.5em;
    line-height: 26px;
  }
}

.hz-tabs__section-intro p {
  color: #000;
  font-size: 2em;
  line-height: 1.0625em;
}

@media (max-width: 767px) {
  .hz-tabs__section-intro p {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.hz-tabs__buttons {
  border-bottom: 2px solid #d4d4d5;
}

.hz-tabs__buttons .tabs-layout__buttons {
  max-width: none;
  border-bottom: 2px solid #d4d4d5;
}

.hz-tabs__buttons .tabs-layout__tab-titles {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.hz-tabs__buttons .tabs-layout__tab-title {
  background-color: inherit;
  color: #000;
  margin: 0;
  padding-bottom: 1.25em;
}

.hz-tabs__buttons .tabs-layout__tab-title.active {
  background-color: inherit;
  border-bottom: 3px solid #b4b86b;
  margin-bottom: -3px;
}

.hz-tabs__buttons .tabs-layout__tab-title:hover {
  cursor: pointer;
  background-color: inherit;
}

.hz-tabs__buttons .tabs-layout__tab-title h4 {
  margin: 0;
  font-size: .857143em;
}

.hz-tabs__buttons .tabs-layout__tab-title--foreground-light {
  color: #fff;
}

.hz-tabs__buttons .tabs-layout__tab-title--foreground-light.active {
  border-color: #fff;
}

.hz-tabs__wrapper--foreground-light {
  color: #fff !important;
}

.hz-tabs__sections .tabs-layout__tabs {
  padding: 6.375em 5em 0;
}

.hz-tabs__sections .tabs-layout__tabs .tab-content__subtabs-wrapper {
  min-height: 545px;
}

@media (max-width: 1400px) {
  .hz-tabs__sections .tabs-layout__tabs {
    padding: 5.125em 3.75em 12.6875em;
  }

  .hz-tabs__sections .tabs-layout__tabs .tab-content__subtabs-wrapper {
    min-height: auto;
  }
}

@media (max-width: 1200px) {
  .hz-tabs__sections .tabs-layout__tabs {
    padding: 3.75em 1.875em;
  }

  .hz-tabs__sections .tabs-layout__tabs .tab-content__subtabs-wrapper {
    min-height: auto;
  }
}

.hz-tabs__sections .tabs-layout__tab-content.active {
  display: -webkit-flex;
  display: flex;
}

.hz-tabs__sections .tabs-layout__tab-content--wimage .tab-content__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: .625em;
}

@media (max-width: 767px) {
  .hz-tabs__sections .tabs-layout__tab-content--wimage .tab-content__wrapper {
    width: 100%;
    padding-right: 0;
  }
}

.hz-tabs__sections .tab-content__wrapper {
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
}

.hz-tabs__sections .tabbed-content__content-container {
  margin: 0;
}

.hz-tabs__sections .tab-content__headline {
  max-width: 830px;
  padding-bottom: 6.0625em;
}

.hz-tabs__sections .tab-content__headline h5 {
  margin-top: 0;
  margin-bottom: .3125em;
  font-family: CalibreWeb-Medium, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.09375em;
}

@media (max-width: 767px) {
  .hz-tabs__sections .tab-content__headline h5 {
    font-family: CalibreWeb-Regular, sans-serif;
  }
}

.hz-tabs__sections .tab-content__headline p {
  margin: 0;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 2em;
  line-height: 1.0625em;
}

@media (max-width: 767px) {
  .hz-tabs__sections .tab-content__headline p {
    font-family: CalibreWeb-Regular, sans-serif;
  }
}

.hz-tabs__sections .tab-content__headline--foreground-light h5, .hz-tabs__sections .tab-content__headline--foreground-light p {
  color: #fff !important;
}

.hz-tabs__sections .right__columned-content img {
  height: auto;
}

.tab-content__subtabs-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tabs-layout__tab-content:first-child .tab-content__headline, .tabs-layout__tab-content:first-child .wysiwyg-content {
  opacity: 0;
  transition: all .5s .5s;
}

.tabs-layout__tab-content:first-child img {
  opacity: 0;
  transition: all .75s .5s;
}

.tabs-layout__tab-content:first-child.touched-inView img, .tabs-layout__tab-content:first-child.touched-inView .tab-content__headline, .tabs-layout__tab-content:first-child.touched-inView .wysiwyg-content {
  opacity: 1;
}

@media (max-width: 992px) {
  .hz-tabs__section-intro {
    padding: 0;
  }

  .hz-tabs__section-intro h2 {
    margin-bottom: .769231em;
    font-size: .8125em;
    line-height: .9375em;
  }

  .hz-tabs__section-intro h3 {
    font-size: 2.375em;
    line-height: 1em;
  }

  .hz-tabs__section-intro p {
    font-size: 1.5em;
    line-height: 1em;
  }

  .hz-tabs__sections .tabs-layout__tabs {
    padding: 0;
  }

  .hz-tabs__sections .tabs-layout__tab-title {
    padding-bottom: 1.125em;
    font-size: 1.25em;
    line-height: 1.1875em;
  }
}

@media (max-width: 767px) {
  .hz-tabs__section-intro p {
    font-size: 1.5em;
  }

  .hz-tabs__sections, .hz-tabs__buttons {
    position: relative;
  }

  .hz-tabs__buttons {
    overflow: scroll;
  }

  .hz-tabs__buttons .tabs-layout__tab-titles {
    width: 992px !important;
  }

  .hz-tabs__buttons .tabs-layout__tab-title {
    padding-bottom: 1.375em;
    font-size: 1.5em;
    line-height: 1em;
  }

  .hz-tabs__sections .tabs-layout__tab-content--wimage {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hz-tabs__sections .tabs-layout__tab-content--wimage img {
    margin-bottom: 1em;
  }

  .tabbed-content__content-container {
    padding-top: 1.875em;
  }

  .tab-content__headline {
    max-width: none !important;
  }

  .tab-content__headline--foreground-light h5 {
    color: #fff !important;
  }

  .right__columned-content {
    max-width: 100%;
  }
}

.tab-content__subtab-content {
  padding-left: 5.375em;
  padding-right: 0;
  display: none;
}

.tab-content__subtab-content.active {
  display: -webkit-flex;
  display: flex;
}

.tab-content__subtab-content .tab-content__image {
  height: 545px;
  width: 447px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 4.25em;
  transition: all .5s ease-in;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 1400px) {
  .tab-content__subtab-content .tab-content__image {
    height: 427px;
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .tab-content__subtab-content .tab-content__image {
    height: 366px;
    width: 300px;
  }
}

@media (max-width: 992px) {
  .tab-content__subtab-content .tab-content__image {
    height: 196px;
    width: 100%;
    margin-left: 0;
  }
}

.tab-content__subtab-content .tab-content__image img {
  transition: all .5s ease-in;
}

.tab-content__subtab-content .tab-content__image a, .tab-content__subtab-content .tab-content__image p {
  display: inline-block;
}

.tab-content__subtab-content .tab-content__image a {
  margin-right: .75em;
  text-decoration: underline;
}

.tab-content__subtab-content .tab-content__image a:before {
  content: " ";
}

.tab-content__subtab-content .tab-content__image p {
  margin-top: .75em;
  margin-bottom: 0;
  margin-left: .75em;
  font-size: 1em;
  line-height: 1.25em;
}

.tab-content__subtab-content--foreground-light * {
  color: #fff;
}

.tab-content__subtab-content--foreground-light a {
  color: #fff !important;
}

.tab-content__subtabs__image-wrapper {
  height: 545px;
  width: 447px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media (max-width: 1400px) {
  .tab-content__subtabs__image-wrapper {
    height: 427px;
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .tab-content__subtabs__image-wrapper {
    height: 366px;
    width: 300px;
  }
}

@media (max-width: 992px) {
  .tab-content__subtabs__image-wrapper {
    height: 196px;
    width: 100%;
    margin-bottom: 1.25em;
  }
}

.tab-content__image-labels-wrapper {
  width: 100%;
}

.tab-content__image-labels-wrapper p {
  color: #000;
  display: inline-block;
  margin: 0 !important;
  font-size: 1em !important;
}

.tab-content__image-labels-wrapper a {
  text-decoration: underline;
  color: #000 !important;
}

.tab-content__image-labels-wrapper a:before {
  position: relative;
  content: "" !important;
}

.tab-content__subtab-content p {
  font-size: 1.25em;
  line-height: 1.125em;
}

.tab-content__subtab-content strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.tab-content__body a, .tab-content__subtab-content a {
  color: #82677e;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.tab-content__body a:before, .tab-content__subtab-content a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: .75em;
  font-weight: 900;
  position: absolute;
  right: -25px;
}

.tab-content__subtab-title {
  cursor: pointer;
  height: 106px;
  width: 350px;
  border-bottom: 1px solid #6f7173;
  padding: 2.1875em 0;
  transition: all .25s;
  position: relative;
}

.tab-content__subtab-title:first-of-type {
  border-top: 1px solid #6f7173;
}

.tab-content__subtab-title.active, .tab-content__subtab-title:hover {
  background-color: #000;
  border-color: #000;
}

.tab-content__subtab-title.active *, .tab-content__subtab-title:hover * {
  color: #fff;
  transition: all .25s ease-in-out;
}

.tab-content__subtab-title.active i, .tab-content__subtab-title:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tab-content__subtab-title h6 {
  max-width: 90%;
  margin: 0;
  padding: 0 .8125em;
  font-size: 1.5em;
  line-height: 1.5em;
}

.tab-content__subtab-title i {
  margin-left: 1em;
  font-size: 1.5em;
  position: absolute;
  right: 30px;
}

.tab-content__subtab-title--foreground-light, .tab-content__subtab-title--foreground-light:first-of-type, .tab-content__subtab-title--foreground-light:hover {
  border-color: #fff;
}

.tab-content__subtab-title--foreground-light h6, .tab-content__subtab-title--foreground-light i {
  color: #fff;
}

.tab-content__subtab-title--foreground-light.active {
  background-color: #fff;
}

.tab-content__subtab-title--foreground-light.active h6, .tab-content__subtab-title--foreground-light.active i {
  color: #000;
}

.right__columned-content {
  max-width: 50%;
  padding-right: 1em;
}

.right__columned-content p {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: .875em !important;
}

.right__columned-content strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 767px) {
  .right__columned-content {
    max-width: none;
  }
}

.right__columned-content img {
  height: auto;
  max-height: 150px;
  max-width: 150px;
  object-fit: cover;
  width: auto;
}

@media (max-width: 767px) {
  .right__columned-content img {
    max-height: 100px !important;
    max-width: 100px !important;
  }
}

.right__columned-content--foreground-light * {
  color: #fff !important;
}

.right__horiz-content p {
  font-size: 1.25em;
  line-height: 1.125em;
  margin-bottom: .875em !important;
}

.right__horiz-content strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.right__horiz-content a {
  color: #82677e;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.right__horiz-content a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: .75em;
  font-weight: 900;
  position: absolute;
  right: -25px;
}

.right__horiz-content img {
  height: auto;
  max-height: 150px;
  max-width: 150px;
  object-fit: cover;
  width: auto;
}

@media (max-width: 767px) {
  .right__horiz-content img {
    max-height: 100px !important;
    max-width: 100px !important;
  }
}

.right__horiz-content--foreground-light * {
  color: #fff !important;
}

.tab-content__subtabs {
  position: relative;
}

.tabs-layout__tab-content:first-child .tab-content__subtabs-wrapper {
  opacity: 0;
  transition: all .5s .5s;
}

.tabs-layout__tab-content:first-child.touched-inView .tab-content__subtabs-wrapper {
  opacity: 1;
}

.tabs-layout__tab-content:first-child .tab-content__subtab-content:first-child .tab-content__image {
  height: 0;
  width: 0;
}

.tabs-layout__tab-content:first-child .tab-content__subtab-content:first-child .tab-content__image img {
  opacity: 0;
}

.tabs-layout__tab-content:first-child .tab-content__subtab-content:first-child.touched-inView .tab-content__image {
  width: 447px;
  height: 545px;
}

@media (max-width: 1400px) {
  .tabs-layout__tab-content:first-child .tab-content__subtab-content:first-child.touched-inView .tab-content__image {
    height: 427px;
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .tabs-layout__tab-content:first-child .tab-content__subtab-content:first-child.touched-inView .tab-content__image {
    height: 366px;
    width: 300px;
  }
}

@media (max-width: 992px) {
  .tabs-layout__tab-content:first-child .tab-content__subtab-content:first-child.touched-inView .tab-content__image {
    height: 196px;
    width: 100%;
  }
}

.tabs-layout__tab-content:first-child .tab-content__subtab-content:first-child.touched-inView .tab-content__image img {
  opacity: 1;
}

.tab-content__subtab-body {
  max-width: 40%;
  padding-right: .625em;
}

@media (max-width: 1600px) {
  .hz-tabs__sections .tab-content__subtab-body {
    max-width: 35%;
    padding-right: .625em;
  }

  .hz-tabs__sections .tab-content__headline {
    padding-bottom: 4em;
    font-size: .75em;
    line-height: 1.125em;
  }
}

@media (max-width: 1600px) and (max-width: 767px) {
  .hz-tabs__sections .tab-content__headline {
    font-family: CalibreWeb-Light, sans-serif;
    font-style: normal;
    font-weight: 300;
  }
}

@media (max-width: 1600px) {
  .hz-tabs__sections .tab-content__subtab-content {
    padding-left: 3.75em;
  }
}

@media (max-width: 1600px) and (max-width: 1400px) {
  .hz-tabs__sections .tab-content__subtab-content {
    padding-left: 2.5em;
    padding-right: .625em;
  }
}

@media (max-width: 1600px) {
  .hz-tabs__sections .tab-content__subtab-title {
    width: 234px;
  }

  .hz-tabs__sections .tab-content__subtab-title h6, .hz-tabs__sections .tab-content__subtab-title i {
    font-size: 1.25em;
  }

  .hz-tabs__sections .tab-content__image {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    justify-content: end;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 992px) {
  .hz-tabs__sections .tab-content__subtab-content.active {
    width: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
  }

  .hz-tabs__sections .tabs-layout__tab-content.tabs-layout__tab-content--wimage {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hz-tabs__sections .tab-content__headline {
    max-width: 70%;
  }

  .hz-tabs__sections .tab-content__subtab-body {
    max-width: 60%;
  }

  .hz-tabs__sections .tab-content__image {
    margin-top: .5em;
    margin-bottom: 1.25em;
    padding: 0;
    position: static;
  }
}

.mobile-subtabs__accordion--foreground-light .mobile-subtab__title {
  color: #fff;
  border-color: #fff;
}

.mobile-subtabs__accordion--foreground-light .mobile-subtab__content, .mobile-subtabs__accordion--foreground-light .mobile-subtab__content a {
  color: #fff !important;
}

.mobile-subtab__title {
  cursor: pointer;
  border-bottom: 1px solid #6f7173;
  padding: 1.25em 0;
  transition: all .25s ease-in-out;
  position: relative;
}

.mobile-subtab__title.active {
  background-color: #000;
  border-color: #000;
}

.mobile-subtab__title.active * {
  color: #fff;
  transition: all .25s ease-in-out;
}

.mobile-subtab__title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-subtab__title h6 {
  width: 100%;
  margin: 0;
  padding: 0 .8125em;
  font-size: 1.5em;
  line-height: 1.5em;
}

.mobile-subtab__title i {
  margin-left: 1em;
  font-size: 1.5em;
  transition: -webkit-transform .25s ease-in-out, transform .25s ease-in-out;
  position: absolute;
  top: 28px;
  right: 30px;
}

.mobile-subtab__content {
  padding-top: 1.25em;
}

.mobile-subtab__content p {
  font-size: 1.25em;
  line-height: 1.125em;
  margin-bottom: .875em !important;
}

.mobile-subtab__content strong {
  font-family: CalibreWeb-Medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.mobile-subtab__content a {
  color: #82677e;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.mobile-subtab__content a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: .75em;
  font-weight: 900;
  position: absolute;
  right: -25px;
}

.team-listing {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .team-listing {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .team-listing {
    padding: 0 !important;
  }
}

.team-listing__member-box {
  padding: 0 .9375em 1.875em;
  min-height: 250px !important;
}

.team-listing__member {
  background-color: #fff;
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  min-height: 250px !important;
}

.team-listing__member:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, .3);
  border-bottom: 6px solid #6d7c60 !important;
}

.team-listing__member a {
  display: -webkit-flex;
  display: flex;
}

.team-listing__member a:hover {
  text-decoration: none !important;
}

.team-listing__photo-container--no-image {
  width: 100%;
  height: 147.17px;
  overflow: hidden;
}

.team-listing__photo {
  -webkit-filter: grayscale();
  filter: grayscale();
  height: auto;
  max-width: 100%;
  width: 100%;
  transition: -webkit-filter .5s ease-in-out, filter .5s ease-in-out;
}

.team-listing__photo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-listing__content {
  color: #000;
  padding: .625em 1.5em .3125em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.team-listing__content--name {
  max-width: 11.625em;
  margin-bottom: .3em;
  font-family: CalibreWeb-Regular, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

.team-listing__content--role {
  font-size: .9375em;
  line-height: 1.0625em;
}

@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
