@charset "UTF-8";
/* ============ LIBRARIES ============ */
/* _flexbox-grid.scss */
@import url("https://use.typekit.net/xgq2wge.css");
@import url("https://use.typekit.net/dgx6ilu.css");
.flex-container,
.flex-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.flex-row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.flex-row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.flex-col-xs,
.flex-col-xs-1,
.flex-col-xs-2,
.flex-col-xs-3,
.flex-col-xs-4,
.flex-col-xs-5,
.flex-col-xs-6,
.flex-col-xs-7,
.flex-col-xs-8,
.flex-col-xs-9,
.flex-col-xs-10,
.flex-col-xs-11,
.flex-col-xs-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.flex-col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}

.flex-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.flex-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.flex-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.flex-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.flex-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.flex-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.flex-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.flex-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.flex-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.flex-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.flex-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.flex-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.flex-col-xs-offset-1 {
  margin-left: 8.333%;
}

.flex-col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.flex-col-xs-offset-4 {
  margin-left: 33.333%;
}

.flex-col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.flex-col-xs-offset-7 {
  margin-left: 58.333%;
}

.flex-col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.flex-col-xs-offset-10 {
  margin-left: 83.333%;
}

.flex-col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .flex-container {
    width: 750px;
  }

  .flex-col-sm,
.flex-col-sm-1,
.flex-col-sm-2,
.flex-col-sm-3,
.flex-col-sm-4,
.flex-col-sm-5,
.flex-col-sm-6,
.flex-col-sm-7,
.flex-col-sm-8,
.flex-col-sm-9,
.flex-col-sm-10,
.flex-col-sm-11,
.flex-col-sm-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .flex-col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .flex-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .flex-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .flex-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .flex-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .flex-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .flex-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .flex-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .flex-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .flex-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .flex-col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .flex-col-sm-offset-2 {
    margin-left: 16.667%;
  }

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

  .flex-col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .flex-col-sm-offset-5 {
    margin-left: 41.667%;
  }

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

  .flex-col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .flex-col-sm-offset-8 {
    margin-left: 66.667%;
  }

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

  .flex-col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .flex-col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-container {
    width: 970px;
  }

  .flex-col-md,
.flex-col-md-1,
.flex-col-md-2,
.flex-col-md-3,
.flex-col-md-4,
.flex-col-md-5,
.flex-col-md-6,
.flex-col-md-7,
.flex-col-md-8,
.flex-col-md-9,
.flex-col-md-10,
.flex-col-md-11,
.flex-col-md-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .flex-col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .flex-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .flex-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .flex-col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .flex-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .flex-col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .flex-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .flex-col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .flex-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .flex-col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .flex-col-md-offset-1 {
    margin-left: 8.333%;
  }

  .flex-col-md-offset-2 {
    margin-left: 16.667%;
  }

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

  .flex-col-md-offset-4 {
    margin-left: 33.333%;
  }

  .flex-col-md-offset-5 {
    margin-left: 41.667%;
  }

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

  .flex-col-md-offset-7 {
    margin-left: 58.333%;
  }

  .flex-col-md-offset-8 {
    margin-left: 66.667%;
  }

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

  .flex-col-md-offset-10 {
    margin-left: 83.333%;
  }

  .flex-col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .flex-container {
    width: 1240px;
  }

  .flex-col-lg,
.flex-col-lg-1,
.flex-col-lg-2,
.flex-col-lg-3,
.flex-col-lg-4,
.flex-col-lg-5,
.flex-col-lg-6,
.flex-col-lg-7,
.flex-col-lg-8,
.flex-col-lg-9,
.flex-col-lg-10,
.flex-col-lg-11,
.flex-col-lg-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .flex-col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .flex-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .flex-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .flex-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .flex-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .flex-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .flex-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .flex-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .flex-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .flex-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

  .flex-col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .flex-col-lg-offset-2 {
    margin-left: 16.667%;
  }

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

  .flex-col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .flex-col-lg-offset-5 {
    margin-left: 41.667%;
  }

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

  .flex-col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .flex-col-lg-offset-8 {
    margin-left: 66.667%;
  }

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

  .flex-col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .flex-col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/* ============ HELPERS ============ */
/* _mixins.scss */
/* ============ Pseudo Element Overlay ============ */
.shade {
  position: relative;
}
.shade::before {
  background: black;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  z-index: 0;
}

/* ============ BG Images ============ */
.bg-image,
.bg-image-js {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ============ Paddding Adjustments ============ */
.no-border {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.cushion-sm {
  padding: 2%;
}

.cushion-md {
  padding: 5%;
}

.cushion-lg {
  padding: 10%;
}

.cushion-v-sm {
  padding: 2% 0;
}

.cushion-v-md {
  padding: 5% 0;
}

.cushion-v-lg {
  padding: 10% 0;
}

.cushion-h-sm {
  padding: 0 2%;
}

.cushion-h-md {
  padding: 0 5%;
}

.cushion-h-lg {
  padding: 0 10%;
}

.white {
  color: white !important;
}

/* ============ Alignment ============ */
.center {
  text-align: center;
}

.centered {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.v-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.h-centered {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.flex-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-spread {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ============ Transitions ============ */
.transition-cubic {
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition-fast {
  transition: all 0.2s ease;
}

.transition {
  transition: all 0.5s ease;
}

.transition-slow {
  transition: all 1s ease;
}

.transition-bounce {
  transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}

.easeInOutBack {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ============ Animation delays ============ */
.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-6 {
  animation-delay: 0.6s;
}

/* ============ Fluid type ============ */
/* _helpers.scss */
/* ============ Responsive Embed Wrapper ============ */
.embed-container {
  height: 100%;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  top: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* ============ Better Browser Alert ============ */
iframe.get-a-better-browser {
  background: white;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}

/* _animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ============ BASE ============ */
/* _variables.scss */
/* ============ Colors ============ */
/* ============ Fonts ============ */
/* ============ Breakpoints ============ */
/*
.example {
  width: 100%;

  @include bp-sm {
    width: 50%;
  }
}
*/
/* _reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.locked {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

img {
  max-width: 100%;
}

*::selection {
  background-color: #1C1F33;
  color: white;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

*:target::before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}

*:target::before:focus {
  outline: none;
}

*:target:focus {
  outline: none;
}

hr {
  width: 100%;
}

a, a:visited, a:hover, a:focus, input, input:hover {
  transition: all 0.33s ease;
  text-decoration: none;
}

/* _typography.scss */
/* ============ FONTS ============ */
/* ============ TAGS ============ */
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}

h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 252px;
  line-height: normal;
  font-weight: 900;
  margin: 0;
}
h1 {
  font-size: 72px;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(
                    72px + 128 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 200px;
  }
}
h1 {
  line-height: 50px;
}
@media screen and (min-width: 375px) {
  h1 {
    line-height: calc(
                    50px + 150 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    line-height: 200px;
  }
}
.hero-sales h1 {
  font-size: 45px;
}
@media screen and (min-width: 375px) {
  .hero-sales h1 {
    font-size: calc(
                    45px + 155 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero-sales h1 {
    font-size: 200px;
  }
}
.hero-sales h1 {
  line-height: 45px;
}
@media screen and (min-width: 375px) {
  .hero-sales h1 {
    line-height: calc(
                    45px + 155 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero-sales h1 {
    line-height: 200px;
  }
}

h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  font-size: 44px;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(
                    44px + 16 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 60px;
  }
}
h2 {
  line-height: 50px;
}
@media screen and (min-width: 375px) {
  h2 {
    line-height: calc(
                    50px + 10 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    line-height: 60px;
  }
}

h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(
                    30px + 10 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}
h3 {
  line-height: 40px;
}
@media screen and (min-width: 375px) {
  h3 {
    line-height: calc(
                    40px + 10 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    line-height: 50px;
  }
}

h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h4 {
  font-size: 36px;
}
@media screen and (min-width: 375px) {
  h4 {
    font-size: calc(
                    36px + 4 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 40px;
  }
}
h4 {
  line-height: 40px;
}
@media screen and (min-width: 375px) {
  h4 {
    line-height: calc(
                    40px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    line-height: 40px;
  }
}

h5 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
h5 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  h5 {
    font-size: calc(
                    30px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 30px;
  }
}
h5 {
  line-height: 30px;
}
@media screen and (min-width: 375px) {
  h5 {
    line-height: calc(
                    30px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    line-height: 30px;
  }
}

p {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  color: #1C1F33;
  margin-bottom: 18px;
}

ol {
  margin: 0;
  padding: 0;
  padding-inline-start: 20px;
}
ol li {
  padding-bottom: 18px;
}
ol.check {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 40px;
}
ol.center {
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
  width: fit-content;
}

.default-post ul,
.about-intro ul,
.page-template-page-writing-courses .content-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 46px;
}
.default-post ul li,
.about-intro ul li,
.page-template-page-writing-courses .content-container ul li {
  position: relative;
  padding: 0 0 18px 0;
}
.default-post ul li:before,
.about-intro ul li:before,
.page-template-page-writing-courses .content-container ul li:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/speak/inc/assets/svgs/icon-unordered-list-arrow.svg");
  display: block;
  left: -46px;
  top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  width: 37px;
  height: 30px;
}

p a {
  position: relative;
  background: linear-gradient(to bottom, #d78521 0%, #d78521 100%);
  background-size: 0px 3px;
  background-repeat: no-repeat;
  background-position: left 23px;
  font-weight: 800;
}
p a:hover {
  background-size: 100% 3px;
}

img {
  height: auto;
}

ul {
  margin: 0;
  padding: 0 0 8px;
  padding-inline-start: 20px;
}
ul li {
  padding-bottom: 10px;
}
ul.check {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 40px;
}
ul.check li {
  position: relative;
  padding: 0 0 18px 0;
}
ul.check li:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/speak/inc/assets/svgs/icon-unordered-list-arrow.svg");
  display: block;
  left: -35px;
  top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 30px;
}
ul.center {
  margin: 0 auto !important;
  padding: 40px 0 !important;
  text-align: left !important;
  width: fit-content !important;
}

a {
  color: #d78521;
  text-transform: none;
}

blockquote {
  padding: 20px 20px 20px 60px;
  background: #2D939E;
  color: #ffffff;
  display: block;
  min-height: 35px;
  height: auto;
  position: relative;
  margin: 15px 15px 15px 0;
  background-image: radial-gradient(circle at -0.2px 0, rgba(255, 255, 255, 0) 15px, #fff 15.5px, #fff 19px, rgba(255, 255, 255, 0) 19.5px), radial-gradient(circle at -0.2px 35px, rgba(255, 255, 255, 0) 15px, #fff 15.5px, #fff 19px, rgba(255, 255, 255, 0) 19.5px);
  background-size: 20px 35px;
  background-position: 20px center;
  background-repeat: no-repeat;
  clear: both;
}
blockquote:before {
  content: "";
  width: 20px;
  height: calc(50% - 25px);
  border-left: 4px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-top-left-radius: 30px;
  position: absolute;
  top: 10px;
  left: 40px;
  box-sizing: border-box;
  margin-left: -5px;
}
blockquote:after {
  content: "";
  width: 20px;
  height: calc(50% - 25px);
  border-left: 4px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom-left-radius: 30px;
  position: absolute;
  bottom: 10px;
  left: 40px;
  box-sizing: border-box;
  margin-left: -5px;
}
blockquote * {
  color: #ffffff;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
}

.post .content-container h1 {
  text-transform: uppercase;
}
.post .content-container h1 {
  font-size: 60px;
}
@media screen and (min-width: 375px) {
  .post .content-container h1 {
    font-size: calc(
                    60px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .post .content-container h1 {
    font-size: 60px;
  }
}
.post .content-container h1 {
  line-height: 72px;
}
@media screen and (min-width: 375px) {
  .post .content-container h1 {
    line-height: calc(
                    72px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .post .content-container h1 {
    line-height: 72px;
  }
}
.post .content-container h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  color: #1C1F33;
}
.post .content-container h2 {
  font-size: 44px;
}
@media screen and (min-width: 375px) {
  .post .content-container h2 {
    font-size: calc(
                    44px + 16 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .post .content-container h2 {
    font-size: 60px;
  }
}
.post .content-container h2 {
  line-height: 50px;
}
@media screen and (min-width: 375px) {
  .post .content-container h2 {
    line-height: calc(
                    50px + 14 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .post .content-container h2 {
    line-height: 64px;
  }
}
.post .content-container h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #1C1F33;
}
.post .content-container h3 {
  font-size: 36px;
}
@media screen and (min-width: 375px) {
  .post .content-container h3 {
    font-size: calc(
                    36px + 4 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .post .content-container h3 {
    font-size: 40px;
  }
}
.post .content-container h3 {
  line-height: 40px;
}
@media screen and (min-width: 375px) {
  .post .content-container h3 {
    line-height: calc(
                    40px + 8 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .post .content-container h3 {
    line-height: 48px;
  }
}
.post .content-container h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #071D49;
}
.post .content-container p {
  padding: 0 !important;
}

input,
textarea {
  width: 100%;
  height: 40px;
  border: 2px solid #48e5c2;
}
input:focus-visible, input:focus,
textarea:focus-visible,
textarea:focus {
  outline-color: #19ae8d;
}

textarea {
  height: 112px;
}

#searchform input:not([type=submit]) {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 900;
  height: 80px;
  text-transform: uppercase;
  border: 4px solid #48e5c2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 50px;
  white-space: nowrap;
  width: 100%;
  max-width: 400px;
  min-width: 220px;
  background: transparent;
  outline: none;
  appearance: none;
  background-position-x: 95%;
}
#searchform input:not([type=submit]) + .button {
  min-width: 220px;
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 768px) {
  #searchform input:not([type=submit]) + .button {
    margin: 0 0 0 30px;
  }
}
#searchform input[type=submit] {
  cursor: pointer;
}
#searchform input[type=submit]:before {
  backface-visibility: hidden;
  border: 2px solid rgba(215, 133, 33, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all 280ms ease-in-out;
  width: 0;
  left: 50%;
  transform: translate(-50%);
}
#searchform input[type=submit]:hover:before {
  backface-visibility: hidden;
  border-color: #d78521;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.white-content p, .white-content h1, .white-content h2, .white-content h3, .white-content h4, .white-content h5, .white-content h6, .white-content a, .white-content ul li {
  color: white;
}

/* _buttons.scss */
.button {
  align-items: center;
  background: none;
  border: 4px solid #d78521;
  display: flex;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 900;
  height: auto;
  justify-content: center;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  width: fit-content;
  letter-spacing: 4px;
  max-width: fit-content;
}
.button:before {
  backface-visibility: hidden;
  border: 2px solid rgba(215, 133, 33, 0);
  bottom: 0px;
  content: " ";
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%);
  transition: all 280ms ease-in-out;
  width: 0;
}
@media (hover) {
  .button:hover:before {
    backface-visibility: hidden;
    border-color: #d78521;
    transition: width 350ms ease-in-out;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .button {
    white-space: nowrap;
  }
}
.button.light {
  color: #3D5A80;
}
.button.dark {
  color: #ffffff;
}
.button.small {
  padding: 0 25px;
  height: 60px;
  max-width: 250px;
}
.button.smaller {
  height: 32px;
  font-size: 14px;
  padding: 0 15px;
  letter-spacing: 0;
}
.hero .button {
  min-width: 300px;
}
.button.none img {
  display: none;
}
.button.media img {
  padding: 0 15px 0 0;
}
.button.subscribe img {
  padding: 0 15px 0 0;
}
.button + .button {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .button + .button {
    margin-left: 20px;
  }
}

.button-outline {
  align-items: center;
  background: none;
  border: 4px solid #d78521;
  display: flex;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 900;
  height: auto;
  justify-content: center;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  width: fit-content;
  letter-spacing: 4px;
  max-width: fit-content;
}
.button-outline:before {
  backface-visibility: hidden;
  border: 2px solid rgba(215, 133, 33, 0);
  bottom: 0px;
  content: " ";
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%);
  transition: all 280ms ease-in-out;
  width: 0;
}
@media (hover) {
  .button-outline:hover:before {
    backface-visibility: hidden;
    border-color: #d78521;
    transition: width 350ms ease-in-out;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .button-outline {
    white-space: nowrap;
  }
}
.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .form-group {
    flex-direction: row;
  }
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .button-wrapper {
    flex-direction: row;
  }
}

select {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 900;
  height: 80px;
  text-transform: uppercase;
  border: 4px solid #48e5c2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 50px;
  white-space: nowrap;
  width: 100%;
  max-width: 400px;
  min-width: 220px;
  background: transparent;
  outline: none;
  background: url(/wp-content/uploads/select-arrow.png) no-repeat right transparent;
  appearance: none;
  background-position-x: 95%;
}
select + .button {
  min-width: 220px;
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 768px) {
  select + .button {
    margin: 0 0 0 30px;
  }
}

/* ============ COMPONENTS ============ */
/* _header.scss */
header {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 5%;
}
@media only screen and (min-width: 1024px) {
  header.active {
    height: 90px;
  }
  header.active .logo-wrap {
    max-width: 200px;
  }
}
header .logo-wrap {
  max-width: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: 0.2s;
}
header .logo-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo-wrap img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  header .logo-wrap {
    max-width: 350px;
    margin-right: 0;
  }
  header .logo-wrap img {
    max-width: 100%;
    height: auto;
  }
}
header nav.flex-nav .mainnav.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header nav.flex-nav .mainnav.desktop {
    display: flex;
    width: 100%;
    min-width: max-content;
  }
  header nav.flex-nav .mainnav.desktop > ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin-left: auto;
  }
  header nav.flex-nav .mainnav.desktop > ul > li {
    padding-bottom: 0;
    padding-left: 2%;
    position: relative;
    display: block;
    min-width: fit-content;
  }
  header nav.flex-nav .mainnav.desktop > ul > li > a {
    letter-spacing: 4px;
  }
  header nav.flex-nav .mainnav.desktop > ul > li a {
    font-size: 21px;
    font-weight: bold;
    color: #1C1F33;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
  }
  header nav.flex-nav .mainnav.desktop > ul > li.current-menu-item > a, header nav.flex-nav .mainnav.desktop > ul > li.current_page_item > a, header nav.flex-nav .mainnav.desktop > ul > li.current-menu-parent > a, header nav.flex-nav .mainnav.desktop > ul > li:hover > a {
    color: #DC582A;
  }
  header nav.flex-nav .mainnav.desktop > ul > li:hover .sub-menu {
    display: flex;
  }
  header nav.flex-nav .mainnav.desktop > ul > li .sub-menu {
    position: absolute;
    left: -30px;
    margin: 22px 0 0 0;
    top: 0;
    background: #ffffff;
    padding: 40px 30px 20px;
    list-style-type: none;
    display: none;
    flex-direction: column;
    z-index: 1;
    width: 440px;
  }
  header nav.flex-nav .mainnav.desktop > ul > li .sub-menu li {
    padding-bottom: 20px;
  }
  header nav.flex-nav .mainnav.desktop > ul > li .sub-menu li a {
    font-weight: 600;
    text-transform: none;
  }
  header nav.flex-nav .mainnav.desktop > ul > li .sub-menu li:hover a, header nav.flex-nav .mainnav.desktop > ul > li .sub-menu li.current-menu-item a {
    color: #DC582A;
  }
}
@media only screen and (min-width: 1024px) {
  header nav.flex-nav {
    width: 100%;
  }
}
header .subscribe {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  header {
    height: 148px;
  }
  header .subscribe {
    display: none;
  }
}

#menu-menu {
  list-style-type: none;
}
#menu-menu li a {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #1C1F33;
  text-transform: uppercase;
}

.hero.hero-home, .hero.hero-sales {
  background-color: #1C1F33;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 80px 40px;
  flex-flow: wrap;
}
@media only screen and (min-width: 768px) {
  .hero.hero-home, .hero.hero-sales {
    flex-flow: nowrap;
  }
}
.hero.hero-home .hero-wrapper, .hero.hero-sales .hero-wrapper {
  font-family: "brandon-grotesque", sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  z-index: 0;
  left: 0;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 300;
  line-height: 36px;
}
.hero.hero-home h1, .hero.hero-sales h1 {
  color: #ffffff;
  line-height: 1;
  margin: 0 0 10px 0;
  position: relative;
  text-transform: uppercase;
  padding-right: 5%;
}
@media only screen and (min-width: 768px) {
  .hero.hero-home h1, .hero.hero-sales h1 {
    font-size: 83px;
    line-height: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero.hero-home h1, .hero.hero-sales h1 {
    font-size: calc(72px + 128 * (100vw - 375px) / 1225);
    line-height: calc(50px + 150 * (100vw - 375px) / 1225);
    margin: 0 0 0 0;
  }
}
.hero.hero-home h1 span, .hero.hero-sales h1 span {
  color: #DC582A;
  display: block;
}
.hero.hero-home .hero-content, .hero.hero-sales .hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 470px;
}
.hero.hero-home .hero-content span, .hero.hero-sales .hero-content span {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.hero.hero-home .button, .hero.hero-sales .button {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .hero.hero-home .button, .hero.hero-sales .button {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero.hero-home .button, .hero.hero-sales .button {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero.hero-home, .hero.hero-sales {
    padding: 100px 40px;
  }
}
.hero.block {
  background-color: #1C1F33;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 5%;
  flex-flow: wrap;
  overflow: hidden;
}
.hero.block .hero-wrapper {
  font-family: "brandon-grotesque", sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  z-index: 0;
  left: 0;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 300;
  line-height: 36px;
}
.hero.block h1 {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.hero.block h1 {
  font-size: 45px;
}
@media screen and (min-width: 375px) {
  .hero.block h1 {
    font-size: calc(
                    45px + 155 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero.block h1 {
    font-size: 200px;
  }
}
.hero.block h1 {
  line-height: 45px;
}
@media screen and (min-width: 375px) {
  .hero.block h1 {
    line-height: calc(
                    45px + 155 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero.block h1 {
    line-height: 200px;
  }
}
.hero.block h1 span {
  color: #DC582A;
  display: block;
}
#bookfox-plus .hero.block h1 span {
  display: unset;
}
.hero.block .hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 470px;
}
.hero.block .hero-content span {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.hero.block .button {
  margin-top: 40px;
}
.hero.has-video {
  min-height: 41.25vw;
}
.hero.hero-default {
  background-color: #1C1F33;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 5%;
}
.hero.hero-default .hero-wrapper {
  font-family: "brandon-grotesque", sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  z-index: 0;
  left: 0;
  text-transform: uppercase;
  word-break: break-all;
  color: #2c3c59;
  font-weight: 300;
  line-height: 36px;
}
.hero.hero-default h1 {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.hero.hero-default h1 {
  font-size: 45px;
}
@media screen and (min-width: 375px) {
  .hero.hero-default h1 {
    font-size: calc(
                    45px + 155 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-default h1 {
    font-size: 200px;
  }
}
.hero.hero-default h1 {
  line-height: 45px;
}
@media screen and (min-width: 375px) {
  .hero.hero-default h1 {
    line-height: calc(
                    45px + 155 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-default h1 {
    line-height: 200px;
  }
}
.hero.hero-default h1 span {
  color: #DC582A;
}
.hero.hero-default.hero-blog {
  height: auto;
  min-height: 284px;
  justify-content: center;
}
.hero.hero-default.hero-blog h1 {
  text-transform: none;
}
.hero.hero-default.hero-blog h1 {
  font-size: 56px;
}
@media screen and (min-width: 375px) {
  .hero.hero-default.hero-blog h1 {
    font-size: calc(
                    56px + 28 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-default.hero-blog h1 {
    font-size: 84px;
  }
}
.hero.hero-default.hero-blog h1 {
  line-height: 62px;
}
@media screen and (min-width: 375px) {
  .hero.hero-default.hero-blog h1 {
    line-height: calc(
                    62px + 34 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .hero.hero-default.hero-blog h1 {
    line-height: 96px;
  }
}
.hero .play-button {
  width: 50px;
  height: 50px;
  margin: 2% auto;
  cursor: pointer;
  opacity: 0.8;
}
.hero .play-button:hover {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .hero .play-button {
    width: 100px;
    height: 100px;
  }
}
.hero .video-wrapper {
  position: absolute;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  height: 100%;
  width: 100%;
  left: 0;
}
.hero .video-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(28, 31, 51, 0.6);
  top: 0;
  left: 0;
}

/* _flex-nav.scss */
nav.flex-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}
nav.flex-nav ul#mainnav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.flex-nav ul#mainnav li {
  flex: 0 1 auto;
}
nav.flex-nav ul#mainnav li a {
  display: flex;
}
nav.flex-nav ul#mainnav li a:hover {
  background: #ddd;
}
nav.flex-nav ul#mainnav li > a.current {
  background: #ddd;
}
nav.flex-nav ul#mainnav li ul {
  display: none;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2000;
}
nav.flex-nav ul#mainnav li ul > li {
  display: block;
  position: relative;
  white-space: nowrap;
  z-index: 999;
}
nav.flex-nav ul#mainnav li ul > li a {
  background: #eee;
  display: block;
  padding: 8px 12px;
  width: 100%;
}
nav.flex-nav ul#mainnav li ul > li ul {
  left: 100%;
  top: 0;
}
nav.flex-nav ul#mainnav a {
  text-decoration: none;
}
nav.flex-nav ul#mainnav > li:hover > ul,
nav.flex-nav ul#mainnav > li > ul > li:hover > ul {
  display: flex;
}

/* _sidecar.scss */
#siteWrapper {
  background-color: white;
  min-height: 100vh;
  position: relative;
}

.madebyspeak {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #071D49;
  display: flex;
  flex-direction: column;
}
.madebyspeak svg {
  background: white;
  margin: -50px auto 40px;
  width: 100px;
}
.madebyspeak a {
  color: white;
  letter-spacing: 0.2em;
  margin: 0 0 50px;
  text-align: center;
  text-transform: uppercase;
}

.body-overlay {
  background: black;
  cursor: col-resize;
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-delay: 0.44s !important;
  transition: opacity 0.55s ease;
  visibility: hidden;
  width: 0;
  z-index: -100;
}
.body-overlay.active {
  height: 100%;
  opacity: 0.6;
  transition-delay: 0.2s !important;
  transition: opacity 0.55s ease;
  visibility: visible;
  width: 100%;
  z-index: 100;
}

#sidecar-toggle {
  cursor: pointer;
  display: flex;
  height: 40px;
  min-width: 30px;
  border: 0;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: transparent;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  #sidecar-toggle {
    display: none;
  }
}

/* ============ Sidecar Drawer ============ */
#sidecar {
  background-color: white;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: -100%;
  text-align: left;
  top: 0;
  transition: right 0.44s ease;
  width: 100%;
  z-index: 99999 !important;
}
#sidecar .close-sidecar {
  background: none;
  padding: 12px 20px 12px 24px;
  margin-left: auto;
  border: 0;
  display: flex;
  cursor: pointer;
}
#sidecar ul#mainnav {
  right: 0px;
}
@media only screen and (min-width: 480px) {
  #sidecar {
    background-color: white;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    right: -300px;
    text-align: left;
    top: 0;
    transition: right 0.44s ease;
    width: 300px;
    z-index: 99999 !important;
  }
}
#sidecar .mobilenav {
  padding: 30px 35px;
}
#sidecar .mobilenav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidecar .mobilenav .menu > li {
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
}
#sidecar .mobilenav .menu > li a {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #1C1F33;
  text-transform: uppercase;
}
#sidecar .mobilenav .menu > li a:hover {
  color: #d78521;
}
#sidecar .mobilenav .menu > li.menu-item-has-children .expand {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  transform: translate(0, 5px) rotate(0deg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  transform-origin: center;
  background-image: url("/wp-content/uploads/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#sidecar .mobilenav .menu > li.menu-item-has-children.opened .expand {
  background-image: url("/wp-content/themes/speak/inc/assets/svgs/icon-minus.svg");
  transform: translate(0, 5px) rotate(0);
}
#sidecar .mobilenav .menu > li.menu-item-has-children.opened .sub-menu {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
}
#sidecar .mobilenav .menu > li .sub-menu {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 20px;
  transition: all 0.3s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
#sidecar .mobilenav .menu > li .sub-menu li a {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #1C1F33;
  text-transform: none;
}
#sidecar .mobilenav .menu > li .sub-menu li a:hover {
  color: #d78521;
}

#sidecar.slide-right {
  left: inherit;
  opacity: 1;
  right: -100%;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
}
#sidecar.slide-right.active {
  box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  right: 0;
  transition: all 0.44s ease;
}
#sidecar.slide-right.active ul#mainnav li a {
  margin-left: 0px;
  opacity: 1;
}
@media only screen and (min-width: 480px) {
  #sidecar.slide-right {
    right: -300px;
  }
}

/* ============ Sidecar Menu ============ */
nav#sidecar ul#mainnav {
  -webkit-padding-start: 0px;
  background: transparent;
  display: block;
  height: auto;
  margin: 100px 0 40px;
  position: relative;
  width: 100%;
}
nav#sidecar ul#mainnav #mn-home {
  display: none;
}
nav#sidecar ul#mainnav li {
  background: transparent;
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
nav#sidecar ul#mainnav li:nth-child(1) a {
  transition-delay: 0.05s !important;
}
nav#sidecar ul#mainnav li:nth-child(2) a {
  transition-delay: 0.1s !important;
}
nav#sidecar ul#mainnav li:nth-child(3) a {
  transition-delay: 0.15s !important;
}
nav#sidecar ul#mainnav li:nth-child(4) a {
  transition-delay: 0.2s !important;
}
nav#sidecar ul#mainnav li:nth-child(5) a {
  transition-delay: 0.25s !important;
}
nav#sidecar ul#mainnav li:nth-child(6) a {
  transition-delay: 0.3s !important;
}
nav#sidecar ul#mainnav li:nth-child(7) a {
  transition-delay: 0.35s !important;
}
nav#sidecar ul#mainnav li:nth-child(8) a {
  transition-delay: 0.4s !important;
}
nav#sidecar ul#mainnav li:nth-child(9) a {
  transition-delay: 0.45s !important;
}
nav#sidecar ul#mainnav li ul {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  float: none;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0 0 0 0px;
  position: relative;
  transition: max-height 0.25s ease-in;
}
nav#sidecar ul#mainnav li ul li a {
  border: none;
  font: normal 1.6rem sans-serif;
  padding: 8px 0px 8px 16px;
}
nav#sidecar ul#mainnav li ul.active {
  display: block;
  float: none;
  max-height: 500px;
  transition: max-height 0.44s ease-in;
}
nav#sidecar ul#mainnav li a {
  color: black;
  display: inline-block;
  font: normal 2rem sans-serif;
  height: auto;
  opacity: 0;
  padding: 8px 16px;
  position: relative;
  transition: all 0.44s ease;
  width: 100%;
}
nav#sidecar ul#mainnav li a.expand {
  background: url("/sitefiles/XXXX/images/ui/arrow-dark.svg") center/50% no-repeat;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
nav#sidecar ul#mainnav li a.expand.active {
  transform: rotate(180deg);
}

/* _alert.scss */
.page-alert {
  background-color: white;
  left: 50%;
  opacity: 0;
  padding: 24px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease 0.2s;
  visibility: hidden;
  z-index: -100;
}
.page-alert--active {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.page-alert__dismiss {
  cursor: pointer;
}

/* _footer.scss */
footer#footer {
  border-top: 7px solid #1C1F33;
  padding: 5vw 0;
  margin-top: 15%;
}
footer#footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
footer#footer .footer-wrapper > img {
  position: absolute;
  top: calc(-5vw - 60px);
  max-width: 100px;
}
@media only screen and (min-width: 1024px) {
  footer#footer .footer-wrapper > img {
    max-width: 200px;
  }
}
footer#footer .footer-wrapper .links {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 10% 4% 0 7%;
  width: -webkit-fill-available;
  max-width: 450px;
  padding-inline-start: 0;
}
footer#footer .footer-wrapper .links li {
  padding: 0 0 30px 0;
  text-align: center;
}
footer#footer .footer-wrapper .links li a {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #3D5A80;
  text-transform: uppercase;
}
footer#footer .footer-wrapper .links li a:hover {
  color: #d78521;
}
@media only screen and (min-width: 1024px) {
  footer#footer .footer-wrapper .links {
    margin: 0 4% 0 7%;
  }
  footer#footer .footer-wrapper .links li {
    padding: 0 0 30px 0;
    text-align: left;
  }
}
footer#footer .footer-wrapper .social {
  width: 100%;
}
footer#footer .footer-wrapper .social .button {
  width: -webkit-fill-available;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  footer#footer .footer-wrapper .social .button {
    margin: unset;
  }
}
footer#footer .footer-wrapper .social-link {
  display: flex;
  list-style-type: none;
  max-width: 350px;
  margin: 60px auto;
  height: 36px;
  padding-inline-start: 0;
  justify-content: space-between;
}
footer#footer .footer-wrapper .social-link li a {
  height: 36px;
}
footer#footer .footer-wrapper .social-link li a svg path {
  fill: #071D49;
}
footer#footer .footer-wrapper .social-link li:hover a svg path {
  fill: #d78521;
}
@media only screen and (min-width: 1024px) {
  footer#footer .footer-wrapper .social-link {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer#footer .footer-wrapper {
    flex-direction: row;
  }
  footer#footer .footer-wrapper img {
    position: unset;
  }
}
footer#footer .footer-wrapper .copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  footer#footer .footer-wrapper .copyright {
    display: unset;
  }
}
@media only screen and (min-width: 1024px) {
  footer#footer {
    margin-top: 10%;
    border-top: 13px solid #1C1F33;
    margin: 0;
  }
}

/* _gdpr.scss */
#gdpr-bar {
  background: black;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  width: 100vw;
  z-index: 101;
}
#gdpr-bar.active {
  transform: translate(0, 0);
}
#gdpr-bar p, #gdpr-bar a {
  color: white;
}
/* ============ PAGES ============ */
/* _home.scss */
.about {
  background: #1C1F33;
}
.about .about-wrapper {
  display: none;
}
.about .about-wrapper.mobile {
  display: block;
}
.about .about-wrapper.mobile h2 {
  color: #B0D0D3;
  padding: 5%;
  text-align: center;
  margin: 0;
}
.about .about-wrapper.mobile > .img {
  height: 100%;
  width: 100%;
  position: relative;
}
.about .about-wrapper.mobile > .img img {
  height: 100%;
  width: 100%;
}
.about .about-wrapper.mobile > .img img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.about .about-wrapper.mobile .about-content {
  padding: 5%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: center;
  max-height: fit-content;
}
.about .about-wrapper.mobile .about-content p,
.about .about-wrapper.mobile .about-content span {
  color: #ffffff;
}
.about .about-wrapper.mobile:hover > .img img {
  opacity: 0;
}
.about .about-wrapper.mobile:hover > .img img:nth-of-type(2) {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .about .about-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .about .about-wrapper > .img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .about .about-wrapper > .img img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
  .about .about-wrapper > .img img:nth-of-type(2) {
    opacity: 0;
    transition: all 0.3s ease;
  }
  .about .about-wrapper .about-content {
    border: 8px solid #343a5b;
    padding: 5%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-self: center;
    max-height: fit-content;
    margin-left: 50%;
    margin-right: 10%;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .about .about-wrapper .about-content h2 {
    color: #B0D0D3;
    text-align: left;
  }
  .about .about-wrapper .about-content p,
.about .about-wrapper .about-content span {
    color: #ffffff;
    max-width: 580px;
  }
  .about .about-wrapper.mobile {
    display: none;
  }
}
.about:hover .about-wrapper > .img img:nth-of-type(2) {
  opacity: 1;
  transition: all 0.3s ease;
}

.services {
  padding: 5vw 0;
}
.services .services-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1160px;
  padding: 0 5%;
  margin: 0 auto;
}
.services .services-wrapper .service {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .services .services-wrapper .service img,
.services .services-wrapper .service content {
    width: 50%;
    padding: 0 5%;
  }
}
.services .services-wrapper .service img {
  display: none;
}
.services .services-wrapper .service img.mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .services .services-wrapper .service img {
    display: block;
  }
  .services .services-wrapper .service img.mobile {
    display: none;
  }
}
.services .services-wrapper .service .button {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .services .services-wrapper .service.even .content {
    order: 1;
  }
  .services .services-wrapper .service.even img {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .services .services-wrapper .content {
    width: 50%;
    padding: 0 5%;
  }
}

.testimonials {
  padding: 5vw;
}
.testimonials .testimonials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 5% 10% 5% 10%;
  margin: 0 auto;
  border: 3px solid #071d49;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.testimonials .testimonials-wrapper .testimonials-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.testimonials .testimonials-wrapper .testimonials-slider:before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  background-image: url(/wp-content/uploads/testimonial-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -30px;
  left: 10px;
}
@media only screen and (min-width: 1024px) {
  .testimonials .testimonials-wrapper .testimonials-slider:before {
    width: 22vw;
    height: 10vw;
    top: -4vw;
    left: 30px;
  }
  .testimonials .testimonials-wrapper .testimonials-slider:after {
    position: absolute;
    content: "";
    display: block;
    width: 22vw;
    height: 10vw;
    background-image: url(/wp-content/uploads/testimonial-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -4vw;
    right: 30px;
    z-index: 0;
    background-position: right;
  }
}

.testimonials .testimonials-wrapper h2 {
  text-align: left;
  z-index: 999;
  position: relative;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 375px) {
  .testimonials .testimonials-wrapper h2 {
    font-size: calc(30px + 30 * ((100vw - 375px) / 1225));
    line-height: calc(40px + 20 * ((100vw - 375px) / 1225));
  }
}
@media screen and (min-width: 1600px) {
  .testimonials .testimonials-wrapper h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

.testimonials .testimonials-wrapper .testimonial > p,
.testimonials .testimonials-wrapper .testimonial > span,
.testimonials .testimonials-wrapper .testimonial > span p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .testimonials .testimonials-wrapper .testimonial > p,
  .testimonials .testimonials-wrapper .testimonial > span,
  .testimonials .testimonials-wrapper .testimonial > span p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1600px) {
  .testimonials .testimonials-wrapper .testimonial > p,
  .testimonials .testimonials-wrapper .testimonial > span,
  .testimonials .testimonials-wrapper .testimonial > span p {
    font-size: 36px;
    line-height: 52px;
  }
}

.testimonials .testimonials-wrapper .testimonial .author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
}
.testimonials .testimonials-wrapper .testimonial .author > p {
  font-family: "brandon-grotesque", sans-serif;
  margin: 0;
  font-size: 21px;
  line-height: 1;
}
@media screen and (min-width: 1600px) {
  .testimonials .testimonials-wrapper .testimonial .author > p {
    font-size: 24px;
    line-height: 1;
  }
}

.testimonials .testimonials-wrapper .testimonial .author img {
  margin-left: 30px;
  width: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 100px;
  object-fit: cover;
  min-width: 100px;
  min-height: 100px;
}
.testimonials .testimonials-wrapper .button {
  bottom: 0;
  transform: translateY(50%);
  background: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .testimonials .testimonials-wrapper .button {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    background: #ffffff;
  }
}
.testimonials .testimonials-wrapper .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.testimonials .testimonials-wrapper .slick-slide {
  overflow: hidden;
}
.testimonials .testimonials-wrapper .slick-slide.slick-current {
  overflow: unset;
}
.testimonials .testimonials-wrapper .slick-arrow {
  position: absolute;
  top: -60px;
  transform: translateY(50%);
  cursor: pointer;
  z-index: 1;
  bottom: auto;
}
.testimonials .testimonials-wrapper .slick-arrow.slick-prev {
  right: calc(5% + 80px);
}
.testimonials .testimonials-wrapper .slick-arrow.slick-next {
  right: 5%;
}
@media only screen and (min-width: 1024px) {
  .testimonials .testimonials-wrapper .slick-arrow {
    position: absolute;
    bottom: auto;
    top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
  }
  .testimonials .testimonials-wrapper .slick-arrow.slick-prev {
    right: calc(5% + 80px);
  }
  .testimonials .testimonials-wrapper .slick-arrow.slick-next {
    right: 5%;
  }
}
#bookfox-plus .testimonials {
  padding: 10vw 0;
}
#bookfox-plus .testimonials .testimonials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  padding: 5% 5%;
  margin: 0 auto;
  border: none;
  position: relative;
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial {
  position: relative;
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span,
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: italic;
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span,
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span p {
  font-size: 24px;
}
@media screen and (min-width: 375px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial > span,
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span p {
    font-size: calc(
                    24px + 12 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial > span,
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span p {
    font-size: 36px;
  }
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span,
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span p {
  line-height: 30px;
}
@media screen and (min-width: 375px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial > span,
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span p {
    line-height: calc(
                    30px + 22 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial > span,
#bookfox-plus .testimonials .testimonials-wrapper .testimonial > span p {
    line-height: 52px;
  }
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial .author {
  display: flex;
  flex-direction: column-reverse;
  margin: 100px 0 0 0;
  justify-content: center;
  align-items: center;
  height: 166px;
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
  font-family: "brandon-grotesque", sans-serif;
  margin: 0;
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
  font-size: 21px;
}
@media screen and (min-width: 375px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    font-size: calc(
                    21px + 3 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    font-size: 24px;
  }
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
  line-height: 21px;
}
@media screen and (min-width: 375px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    line-height: calc(
                    21px + 3 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    line-height: 24px;
  }
}
#bookfox-plus .testimonials .testimonials-wrapper .testimonial .author img {
  margin-left: 30px;
  width: 100px;
  border-radius: 100px;
  overflow: hidden;
  height: 100px;
  object-fit: cover;
}
#bookfox-plus .testimonials .testimonials-wrapper .slick-arrow {
  display: none !important;
}
#bookfox-plus .testimonials .testimonials-slider:before {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 76px;
  background-image: url(/wp-content/uploads/testimonial-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
#bookfox-plus .testimonials .testimonials-slider:after {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 76px;
  background-image: url(/wp-content/uploads/testimonial-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  right: auto;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  #bookfox-plus .testimonials {
    padding: 2vw 5vw;
  }
  #bookfox-plus .testimonials .testimonials-slider:before, #bookfox-plus .testimonials .testimonials-slider:after {
    display: none;
  }
  #bookfox-plus .testimonials .testimonials-slider:before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 76px;
    background-image: url(/wp-content/uploads/testimonial-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: -150px;
    transform: none;
  }
  #bookfox-plus .testimonials .testimonials-slider:after {
    position: absolute;
    content: "";
    display: block;
    width: 140px;
    height: 76px;
    background-image: url(/wp-content/uploads/testimonial-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: -150px;
    left: auto;
    transform: none;
  }
  #bookfox-plus .testimonials .testimonials-wrapper {
    max-width: calc(100% - 280px);
    padding: 0 2%;
    margin: 0 auto;
    border: none;
    position: relative;
  }
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: unset;
    flex-direction: unset;
    padding: unset;
    margin: unset;
  }
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    font-family: "brandon-grotesque", sans-serif;
    margin: 0;
  }
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 375px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    font-size: calc(
                    21px + 3 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    line-height: 21px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 375px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    line-height: calc(
                    21px + 3 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author > p {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  #bookfox-plus .testimonials .testimonials-wrapper .testimonial .author img {
    margin-left: 30px;
    max-width: 100px;
    border-radius: 100px;
    overflow: hidden;
  }
}

.courses-offers {
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.courses-offers h2 {
  margin-bottom: 5vw;
}
.courses-offers .courses-offers-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.courses-offers .courses-offers-wrapper .course {
  height: 375px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4%;
  overflow: hidden;
}
.courses-offers .courses-offers-wrapper .course > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 0;
  font-size: 36px;
  line-height: 36px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  opacity: 0.5;
  word-break: break-all;
}
.courses-offers .courses-offers-wrapper .course h3 {
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
}
.courses-offers .courses-offers-wrapper .course .button {
  position: relative;
  height: 60px;
  border-color: #ffffff;
  max-width: unset;
}
@media only screen and (min-width: 768px) {
  .courses-offers .courses-offers-wrapper .course .button {
    max-width: fit-content;
  }
}
.courses-offers .courses-offers-wrapper .course .button:hover:before {
  border-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .courses-offers .courses-offers-wrapper {
    flex-direction: row;
  }
  .courses-offers .courses-offers-wrapper .course {
    flex: 1;
    height: 540px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 4%;
    overflow: hidden;
  }
  .courses-offers .courses-offers-wrapper .course > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 0;
    font-size: 36px;
    line-height: 36px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    opacity: 0.5;
    word-break: break-all;
  }
  .courses-offers .courses-offers-wrapper .course h3 {
    position: relative;
    color: #ffffff;
    height: 70%;
  }
  .courses-offers .courses-offers-wrapper .course .button {
    position: relative;
    height: 60px;
    border-color: #ffffff;
  }
  .courses-offers .courses-offers-wrapper .course .button:hover:before {
    border-color: #ffffff;
  }
}

.tips-and-tricks {
  padding: 5vw 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.tips-and-tricks h2 {
  max-width: 700px;
  text-align: center;
  margin-bottom: 2%;
}
.tips-and-tricks .tips-and-tricks-wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 5% 5% 0 5%;
}
.tips-and-tricks .tips-and-tricks-wrapper .slide {
  display: flex !important;
  flex-direction: column;
}
.tips-and-tricks .tips-and-tricks-wrapper .slide > img {
  height: auto;
  margin-bottom: 30px;
  max-width: unset;
  width: 100%;
}
.tips-and-tricks .tips-and-tricks-wrapper .slide .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.tips-and-tricks .tips-and-tricks-wrapper .slide .content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.tips-and-tricks .tips-and-tricks-wrapper .slide .content span {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 600;
}
.tips-and-tricks .tips-and-tricks-wrapper .slide .content span {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .tips-and-tricks .tips-and-tricks-wrapper .slide .content span {
    font-size: calc(
                    30px + -6 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .tips-and-tricks .tips-and-tricks-wrapper .slide .content span {
    font-size: 24px;
  }
}
.tips-and-tricks .tips-and-tricks-wrapper .slide .content span {
  line-height: 36px;
}
@media screen and (min-width: 375px) {
  .tips-and-tricks .tips-and-tricks-wrapper .slide .content span {
    line-height: calc(
                    36px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .tips-and-tricks .tips-and-tricks-wrapper .slide .content span {
    line-height: 36px;
  }
}
.tips-and-tricks .tips-and-tricks-wrapper .slide .content p {
  font-style: italic;
}
.tips-and-tricks .tips-and-tricks-wrapper .slide .content a {
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .tips-and-tricks .tips-and-tricks-wrapper .slide {
    flex-direction: row;
  }
  .tips-and-tricks .tips-and-tricks-wrapper .slide > img {
    max-width: 60%;
    margin: 0;
  }
  .tips-and-tricks .tips-and-tricks-wrapper .slide .content {
    padding: 0 0 0 40px;
  }
}
.tips-and-tricks .tips-and-tricks-wrapper .button {
  align-self: center;
  display: flex;
  margin-top: 150px;
}
.tips-and-tricks .tips-and-tricks-wrapper .slick-list {
  padding: 0 !important;
  max-width: 90vw;
}
.tips-and-tricks .tips-and-tricks-wrapper .slick-initialized .slick-slide {
  display: flex;
}
.tips-and-tricks .tips-and-tricks-wrapper .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 108%;
  transform: translateY(-50%);
}
.tips-and-tricks .tips-and-tricks-wrapper .slick-arrow.slick-prev {
  left: calc(40% - 50px);
}
.tips-and-tricks .tips-and-tricks-wrapper .slick-arrow.slick-next {
  right: calc(40% - 50px);
}
@media only screen and (min-width: 1024px) {
  .tips-and-tricks .tips-and-tricks-wrapper .slick-arrow {
    top: 118%;
  }
  .tips-and-tricks .tips-and-tricks-wrapper .slick-arrow.slick-prev {
    left: calc(46% - 50px);
  }
  .tips-and-tricks .tips-and-tricks-wrapper .slick-arrow.slick-next {
    right: calc(46% - 50px);
  }
}
.tips-and-tricks.blog {
  background: #3D5A80;
}
.tips-and-tricks.blog .tips-and-tricks-wrapper {
  padding: 0;
}
.tips-and-tricks.blog .tips-and-tricks-wrapper h4, .tips-and-tricks.blog .tips-and-tricks-wrapper p,
.tips-and-tricks.blog .tips-and-tricks-wrapper .button {
  color: #ffffff;
}
.tips-and-tricks.blog .tips-and-tricks-wrapper .slide .content {
  align-items: flex-start;
  justify-content: center;
}
.tips-and-tricks.blog .tips-and-tricks-wrapper .slide .content h4 {
  font-style: normal;
}
.tips-and-tricks.blog .tips-and-tricks-wrapper .slide > img {
  object-fit: cover;
  width: 100%;
}
.tips-and-tricks.blog .tips-and-tricks-wrapper .button {
  align-self: flex-start;
  margin-top: 10px;
}

/* _default.scss */
#default-main {
  padding: 5% 3%;
  position: relative;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  #default-main {
    padding: 5%;
  }
}
#default-main.no-padding {
  padding: 0;
}
#default-main article {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #default-with-sidebar #default-main .with-sidebar {
    width: calc(95% - 300px);
  }
}
#default-main aside {
  display: none;
}
#default-main aside h5 {
  border-bottom: 5px solid #1C1F33;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#default-main aside .online-courses .online-courses-wrapper > a:not(.button) {
  padding-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  #default-main aside.sidebar {
    display: block;
    min-width: 300px;
    max-width: 300px;
    margin-left: 5%;
  }
}
#default-main aside.sidebar.fixed {
  position: fixed;
  position: fixed;
  right: 5%;
  top: 38px;
}
.single #default-main {
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 850px;
  padding: 5% 3%;
}
@media only screen and (min-width: 1024px) {
  .single #default-main {
    flex-direction: row;
    padding: 5% 0;
  }
}
@media only screen and (min-width: 768px) {
  .single #default-main .features-wrapper {
    padding: 2% 0%;
  }
}
.single #default-main .back-to-blog {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single #default-main .back-to-blog.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .single #default-main .back-to-blog.desktop {
    display: flex;
    width: 100%;
  }
}
.single #default-main .back-to-blog.mobile {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .single #default-main .back-to-blog.mobile {
    display: none;
  }
}
.single #default-main .default-post {
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .single #default-main .default-post {
    margin: 0 0 0 30px;
    width: calc(100% - 70px);
  }
}
.single #default-main .default-post .heateor_sss_sharing_container {
  display: none;
}
.single #default-main #button {
  display: inline-block;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid #1C1F33;
}
.single #default-main #button::after {
  content: "";
  background: url(/wp-content/uploads/back.png);
  width: 26px;
  height: 12px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
}
.single #default-main #button:hover {
  cursor: pointer;
  background-color: #d78521;
}
.single #default-main #button:hover:after {
  background: url(/wp-content/uploads/back-hover.png);
}
.single #default-main #button:active {
  background-color: #d78521;
}
.single #default-main #button:active:after {
  color: #ffffff;
}
.single #default-main #button.show {
  opacity: 1;
  visibility: visible;
}

.error-404 h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 5px solid #1C1F33;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.error-404 h2 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  .error-404 h2 {
    font-size: calc(
                    30px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .error-404 h2 {
    font-size: 30px;
  }
}
.error-404 h2 {
  line-height: 30px;
}
@media screen and (min-width: 375px) {
  .error-404 h2 {
    line-height: calc(
                    30px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .error-404 h2 {
    line-height: 30px;
  }
}

.no-padding {
  padding: 0;
}

.featured-course {
  background: white;
  margin-bottom: 30px;
  margin-left: calc(-50vw + 50%);
  margin-top: 30px;
  padding: 80px 40px;
  position: relative;
  width: 100vw;
  width: 100%;
  margin: 30px auto;
}
.featured-course.full {
  margin-bottom: 30px;
  margin-left: calc(-50vw + 50%);
  margin-top: 30px;
  width: 100vw;
}
@media only screen and (min-width: 1024px) {
  .featured-course {
    padding: 80px;
  }
  .featured-course.full {
    margin-left: calc(-50vw + 50% - 35px);
  }
}
.featured-course__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .featured-course__wrapper {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.featured-course__image {
  margin: 0 0 30px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .featured-course__image {
    margin: 0 auto;
    width: auto;
    max-width: 45%;
    padding-right: 5%;
  }
}
.featured-course__content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .featured-course__content {
    width: 50%;
  }
}

.mentions-wrapper,
.books-wrapper,
.reviews-wrapper,
.tips-and-tricks-wrapper {
  /* Slider */
}
.mentions-wrapper .slick-slide,
.books-wrapper .slick-slide,
.reviews-wrapper .slick-slide,
.tips-and-tricks-wrapper .slick-slide {
  margin: 0px 20px;
}
.mentions-wrapper .slick-slide > div,
.books-wrapper .slick-slide > div,
.reviews-wrapper .slick-slide > div,
.tips-and-tricks-wrapper .slick-slide > div {
  width: 100%;
}
.mentions-wrapper .slick-slide > img,
.books-wrapper .slick-slide > img,
.reviews-wrapper .slick-slide > img,
.tips-and-tricks-wrapper .slick-slide > img {
  width: 100%;
}
.mentions-wrapper .slick-slider,
.books-wrapper .slick-slider,
.reviews-wrapper .slick-slider,
.tips-and-tricks-wrapper .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.mentions-wrapper .slick-list,
.books-wrapper .slick-list,
.reviews-wrapper .slick-list,
.tips-and-tricks-wrapper .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mentions-wrapper .slick-list:focus,
.books-wrapper .slick-list:focus,
.reviews-wrapper .slick-list:focus,
.tips-and-tricks-wrapper .slick-list:focus {
  outline: none;
}
.mentions-wrapper .slick-list.dragging,
.books-wrapper .slick-list.dragging,
.reviews-wrapper .slick-list.dragging,
.tips-and-tricks-wrapper .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.mentions-wrapper .slick-slider .slick-track,
.mentions-wrapper .slick-slider .slick-list,
.books-wrapper .slick-slider .slick-track,
.books-wrapper .slick-slider .slick-list,
.reviews-wrapper .slick-slider .slick-track,
.reviews-wrapper .slick-slider .slick-list,
.tips-and-tricks-wrapper .slick-slider .slick-track,
.tips-and-tricks-wrapper .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mentions-wrapper .slick-track,
.books-wrapper .slick-track,
.reviews-wrapper .slick-track,
.tips-and-tricks-wrapper .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.mentions-wrapper .slick-track:before,
.mentions-wrapper .slick-track:after,
.books-wrapper .slick-track:before,
.books-wrapper .slick-track:after,
.reviews-wrapper .slick-track:before,
.reviews-wrapper .slick-track:after,
.tips-and-tricks-wrapper .slick-track:before,
.tips-and-tricks-wrapper .slick-track:after {
  display: table;
  content: "";
}
.mentions-wrapper .slick-track:after,
.books-wrapper .slick-track:after,
.reviews-wrapper .slick-track:after,
.tips-and-tricks-wrapper .slick-track:after {
  clear: both;
}
.mentions-wrapper .slick-loading .slick-track,
.books-wrapper .slick-loading .slick-track,
.reviews-wrapper .slick-loading .slick-track,
.tips-and-tricks-wrapper .slick-loading .slick-track {
  visibility: hidden;
}
.mentions-wrapper .slick-slide,
.books-wrapper .slick-slide,
.reviews-wrapper .slick-slide,
.tips-and-tricks-wrapper .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.mentions-wrapper [dir=rtl] .slick-slide,
.books-wrapper [dir=rtl] .slick-slide,
.reviews-wrapper [dir=rtl] .slick-slide,
.tips-and-tricks-wrapper [dir=rtl] .slick-slide {
  float: right;
}
.mentions-wrapper .slick-slide img,
.books-wrapper .slick-slide img,
.reviews-wrapper .slick-slide img,
.tips-and-tricks-wrapper .slick-slide img {
  display: block;
}
.mentions-wrapper .slick-slide.slick-loading img,
.books-wrapper .slick-slide.slick-loading img,
.reviews-wrapper .slick-slide.slick-loading img,
.tips-and-tricks-wrapper .slick-slide.slick-loading img {
  display: none;
}
.mentions-wrapper .slick-slide.dragging img,
.books-wrapper .slick-slide.dragging img,
.reviews-wrapper .slick-slide.dragging img,
.tips-and-tricks-wrapper .slick-slide.dragging img {
  pointer-events: none;
}
.mentions-wrapper .slick-initialized .slick-slide,
.books-wrapper .slick-initialized .slick-slide,
.reviews-wrapper .slick-initialized .slick-slide,
.tips-and-tricks-wrapper .slick-initialized .slick-slide {
  display: block;
}
.mentions-wrapper .slick-loading .slick-slide,
.books-wrapper .slick-loading .slick-slide,
.reviews-wrapper .slick-loading .slick-slide,
.tips-and-tricks-wrapper .slick-loading .slick-slide {
  visibility: hidden;
}
.mentions-wrapper .slick-vertical .slick-slide,
.books-wrapper .slick-vertical .slick-slide,
.reviews-wrapper .slick-vertical .slick-slide,
.tips-and-tricks-wrapper .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.mentions-wrapper .slick-arrow.slick-hidden,
.books-wrapper .slick-arrow.slick-hidden,
.reviews-wrapper .slick-arrow.slick-hidden,
.tips-and-tricks-wrapper .slick-arrow.slick-hidden {
  display: none;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
}

.tab {
  width: 100%;
  color: #1C1F33;
  overflow: hidden;
  border-bottom: 3px solid #B0D0D3;
  position: relative;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 10% 1.5em 5%;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  /* Icon */
}
@media only screen and (min-width: 768px) {
  .tab-label {
    padding: 1.5em 0 1.5em 0;
  }
}
.tab-label:hover {
  background: rgba(0, 0, 0, 0);
}
.tab-label::after {
  content: "❯";
  position: absolute;
  right: 1em;
  text-align: center;
  transition: all 0.35s;
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .tab-label::after {
    right: calc(1em + 10%);
  }
}
.tab * {
  margin: 0;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  height: 100%;
}
.tab input:checked + .tab-label {
  background: rgba(0, 0, 0, 0);
}
.tab input:checked + .tab-label::after {
  transform: rotate(270deg);
}
.tab input:checked ~ .tab-content {
  max-height: unset;
  padding: 0 1em 1em 1em;
  width: 100%;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #1C1F33;
  background: transparent;
  transition: all 0.35s;
  width: 100%;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: transparent;
  cursor: pointer;
}
.tab-close:hover {
  background: rgba(0, 0, 0, 0);
}

.press-mentions {
  height: 300px;
  text-align: center;
  position: relative;
}
.press-mentions span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #1a5e63;
  display: block;
  position: absolute;
  left: 50%;
  top: 6%;
  width: 100%;
  transform: translate(-50%);
}
@media only screen and (min-width: 1024px) {
  .press-mentions span {
    top: 26%;
    max-width: 90%;
    margin: 0 auto;
  }
}
.press-mentions .mentions-wrapper {
  display: block;
  position: relative;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) {
  .press-mentions .mentions-wrapper {
    top: 60%;
  }
}
.press-mentions .mentions-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.press-mentions .mentions-wrapper .slick-track .slick-slide a {
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.press-mentions .mentions-wrapper .slick-track .slick-slide a img {
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: inherit;
  filter: grayscale(100%);
  opacity: 0.7;
}
.press-mentions .mentions-wrapper .slick-track .slick-slide a:hover img {
  filter: none;
  opacity: 1;
}
.press-mentions .mentions-wrapper .slick-list {
  max-width: 90vw;
  width: 90%;
  margin: 0 auto;
}
.press-mentions .mentions-wrapper .slick-arrow {
  position: absolute;
  top: 130%;
  transform: translateY(-50%);
  cursor: pointer;
}
.press-mentions .mentions-wrapper .slick-arrow.slick-prev {
  left: 43%;
}
.press-mentions .mentions-wrapper .slick-arrow.slick-next {
  right: 43%;
}
@media only screen and (min-width: 768px) {
  .press-mentions .mentions-wrapper .slick-arrow {
    top: 50%;
  }
  .press-mentions .mentions-wrapper .slick-arrow.slick-prev {
    left: 2%;
  }
  .press-mentions .mentions-wrapper .slick-arrow.slick-next {
    right: 2%;
  }
}
@media only screen and (min-width: 1024px) {
  .press-mentions {
    height: 400px;
  }
}
#sales .press-mentions span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #1C1F33;
}
#sales .press-mentions span {
  font-size: 44px;
}
@media screen and (min-width: 375px) {
  #sales .press-mentions span {
    font-size: calc(
                    44px + 16 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  #sales .press-mentions span {
    font-size: 60px;
  }
}
#sales .press-mentions span {
  line-height: 50px;
}
@media screen and (min-width: 375px) {
  #sales .press-mentions span {
    line-height: calc(
                    50px + 10 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  #sales .press-mentions span {
    line-height: 60px;
  }
}
.press-mentions.big-headline {
  padding: 5% 0;
  height: 350px;
}
.press-mentions.big-headline .mentions-wrapper {
  display: block;
  position: relative;
  top: unset;
  left: 0;
  transform: none;
}
@media only screen and (min-width: 1024px) {
  .press-mentions.big-headline .mentions-wrapper {
    top: unset;
  }
}
.press-mentions.big-headline .mentions-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.press-mentions.big-headline .mentions-wrapper .slick-track .slick-slide a {
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.press-mentions.big-headline .mentions-wrapper .slick-track .slick-slide a img {
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: inherit;
  filter: grayscale(100%);
  opacity: 0.7;
}
.press-mentions.big-headline .mentions-wrapper .slick-track .slick-slide a:hover img {
  filter: none;
  opacity: 1;
}
.press-mentions.big-headline .mentions-wrapper .slick-list {
  max-width: 90vw;
  width: 90%;
  margin: 0 auto;
}
.press-mentions.big-headline .mentions-wrapper .slick-arrow {
  position: absolute;
  top: 130%;
  transform: translateY(-50%);
  cursor: pointer;
}
.press-mentions.big-headline .mentions-wrapper .slick-arrow.slick-prev {
  left: 43%;
}
.press-mentions.big-headline .mentions-wrapper .slick-arrow.slick-next {
  right: 43%;
}
@media only screen and (min-width: 768px) {
  .press-mentions.big-headline .mentions-wrapper .slick-arrow {
    top: 50%;
  }
  .press-mentions.big-headline .mentions-wrapper .slick-arrow.slick-prev {
    left: 2%;
  }
  .press-mentions.big-headline .mentions-wrapper .slick-arrow.slick-next {
    right: 2%;
  }
}
@media only screen and (min-width: 1024px) {
  .press-mentions.big-headline {
    height: 400px;
  }
}
.press-mentions.big-headline h2 {
  margin: 0 0 30px 0;
}
.press-mentions.big-headline h2 + span {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  color: #1C1F33;
  text-transform: none;
  letter-spacing: unset;
  display: block;
  position: relative;
  left: unset;
  top: unset;
  width: 100%;
  transform: none;
  margin-bottom: 30px;
}

section h2 {
  margin: 40px 0 45px;
}

.sellbox {
  background: #e9f2f3;
  padding: 5vw 0;
}
.sellbox .sellbox-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
.sellbox .sellbox-wrapper h2 {
  margin-bottom: 0;
}
.sellbox .sellbox-wrapper h2 + .form-group {
  margin-top: 5%;
}
.sellbox .sellbox-wrapper h2 + span {
  margin: 30px 0;
}
.sellbox.block .sellbox-wrapper {
  background: #e9f2f3;
}

.value-prop {
  padding: 3vw 0;
}
.value-prop .value-prop-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
.value-prop .value-prop-wrapper h3 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .value-prop .value-prop-wrapper {
    flex-direction: row;
    padding: 0 10%;
  }
}
.value-prop .value-prop-wrapper [class*=value-prop-] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .value-prop .value-prop-wrapper [class*=value-prop-] {
    width: 50%;
  }
}
.value-prop .value-prop-wrapper:nth-of-type(2n) .value-prop-text {
  order: unset;
}
@media only screen and (min-width: 768px) {
  .value-prop .value-prop-wrapper:nth-of-type(2n) .value-prop-text {
    order: 2;
  }
}

.features {
  padding: 3vw 0;
}
.features .headline-wrapper {
  background: #e9f2f3;
  padding: 5vw 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
}
.features .headline-wrapper h2 {
  margin: 0;
}
.features.about-page .headline-wrapper {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: unset;
  align-items: unset;
  justify-content: unset;
  margin: 0;
  text-align: left;
}
.features .features-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
.features .features-wrapper h3 {
  margin-bottom: 30px;
}
.features .features-wrapper [class*=feature-] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .features .features-wrapper [class*=feature-] {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.features .features-wrapper .feature-text {
  padding: 0;
}
.features .features-wrapper .feature-text img {
  width: 100%;
}
.features .features-wrapper .feature-image {
  padding: 0 0 30px 0;
}
.features .features-wrapper .feature-image img {
  width: 100%;
}
.features .features-wrapper:nth-of-type(2n + 1) .feature-text {
  order: unset;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .features .features-wrapper:nth-of-type(2n + 1) .feature-text {
    order: 2;
  }
}
.features .features-wrapper:nth-of-type(2n + 1) .feature-image {
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .features .features-wrapper {
    flex-direction: row;
    margin: 30px 0;
    padding: 2% 10%;
  }
  .features .features-wrapper .feature-text {
    padding: 0 3% 0 0;
  }
  .features .features-wrapper .feature-image {
    padding: 0 0 0 3%;
    min-height: 15vw;
  }
  .features .features-wrapper .feature-image img {
    width: 100%;
  }
  .features .features-wrapper:nth-of-type(2n + 1) .feature-text {
    order: unset;
    padding: 0 0 0 3%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .features .features-wrapper:nth-of-type(2n + 1) .feature-text {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .features .features-wrapper:nth-of-type(2n + 1) .feature-image {
    padding: 0 3% 0 0;
  }
}

.faq,
.courses {
  padding: 3vw 0;
}
.faq .headline-wrapper,
.courses .headline-wrapper {
  background: #e9f2f3;
  border-bottom: 3px solid #B0D0D3;
  padding: 5vw 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.faq .headline-wrapper h2,
.courses .headline-wrapper h2 {
  margin: 0;
}
.faq .tabs .tab,
.courses .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .faq .tabs .tab,
.courses .tabs .tab {
    padding: 0 10%;
  }
}

.offers,
.cons,
.perks {
  margin: 30px 0;
  padding: 80px 10px;
}
.offers .headline-wrapper,
.cons .headline-wrapper,
.perks .headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
  padding: 0 5%;
}
.offers .headline-wrapper h2,
.cons .headline-wrapper h2,
.perks .headline-wrapper h2 {
  margin: 0;
}
.offers .cons-wrapper,
.offers .perks-wrapper,
.cons .cons-wrapper,
.cons .perks-wrapper,
.perks .cons-wrapper,
.perks .perks-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .offers .cons-wrapper,
.offers .perks-wrapper,
.cons .cons-wrapper,
.cons .perks-wrapper,
.perks .cons-wrapper,
.perks .perks-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .offers .cons-wrapper,
.offers .perks-wrapper,
.cons .cons-wrapper,
.cons .perks-wrapper,
.perks .cons-wrapper,
.perks .perks-wrapper {
    padding: 0 10%;
  }
}
.offers .cons-wrapper .con,
.offers .cons-wrapper .perk,
.offers .perks-wrapper .con,
.offers .perks-wrapper .perk,
.cons .cons-wrapper .con,
.cons .cons-wrapper .perk,
.cons .perks-wrapper .con,
.cons .perks-wrapper .perk,
.perks .cons-wrapper .con,
.perks .cons-wrapper .perk,
.perks .perks-wrapper .con,
.perks .perks-wrapper .perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5%;
  width: 100%;
}
.offers .cons-wrapper .con img,
.offers .cons-wrapper .perk img,
.offers .perks-wrapper .con img,
.offers .perks-wrapper .perk img,
.cons .cons-wrapper .con img,
.cons .cons-wrapper .perk img,
.cons .perks-wrapper .con img,
.cons .perks-wrapper .perk img,
.perks .cons-wrapper .con img,
.perks .cons-wrapper .perk img,
.perks .perks-wrapper .con img,
.perks .perks-wrapper .perk img {
  max-height: 100px;
  margin-bottom: 30px;
}
.offers .cons-wrapper .con h3,
.offers .cons-wrapper .perk h3,
.offers .perks-wrapper .con h3,
.offers .perks-wrapper .perk h3,
.cons .cons-wrapper .con h3,
.cons .cons-wrapper .perk h3,
.cons .perks-wrapper .con h3,
.cons .perks-wrapper .perk h3,
.perks .cons-wrapper .con h3,
.perks .cons-wrapper .perk h3,
.perks .perks-wrapper .con h3,
.perks .perks-wrapper .perk h3 {
  margin-bottom: 40px;
  display: flex;
}
.offers .cons-wrapper .con span,
.offers .cons-wrapper .perk span,
.offers .perks-wrapper .con span,
.offers .perks-wrapper .perk span,
.cons .cons-wrapper .con span,
.cons .cons-wrapper .perk span,
.cons .perks-wrapper .con span,
.cons .perks-wrapper .perk span,
.perks .cons-wrapper .con span,
.perks .cons-wrapper .perk span,
.perks .perks-wrapper .con span,
.perks .perks-wrapper .perk span {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .offers .cons-wrapper .con,
.offers .cons-wrapper .perk,
.offers .perks-wrapper .con,
.offers .perks-wrapper .perk,
.cons .cons-wrapper .con,
.cons .cons-wrapper .perk,
.cons .perks-wrapper .con,
.cons .perks-wrapper .perk,
.perks .cons-wrapper .con,
.perks .cons-wrapper .perk,
.perks .perks-wrapper .con,
.perks .perks-wrapper .perk {
    width: 33.3333333333%;
    padding: 0 2%;
    margin-bottom: 0;
  }
  .offers .cons-wrapper .con h3,
.offers .cons-wrapper .perk h3,
.offers .perks-wrapper .con h3,
.offers .perks-wrapper .perk h3,
.cons .cons-wrapper .con h3,
.cons .cons-wrapper .perk h3,
.cons .perks-wrapper .con h3,
.cons .perks-wrapper .perk h3,
.perks .cons-wrapper .con h3,
.perks .cons-wrapper .perk h3,
.perks .perks-wrapper .con h3,
.perks .perks-wrapper .perk h3 {
    min-height: 100px;
  }
}
.offers .offers-wrapper,
.cons .offers-wrapper,
.perks .offers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .offers .offers-wrapper,
.cons .offers-wrapper,
.perks .offers-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.offers .offers-wrapper .offer,
.cons .offers-wrapper .offer,
.perks .offers-wrapper .offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5%;
  width: 100%;
}
.offers .offers-wrapper .offer img,
.cons .offers-wrapper .offer img,
.perks .offers-wrapper .offer img {
  max-height: 100px;
  margin-bottom: 30px;
}
.offers .offers-wrapper .offer h3,
.cons .offers-wrapper .offer h3,
.perks .offers-wrapper .offer h3 {
  margin-bottom: 10px;
  display: flex;
}
.offers .offers-wrapper .offer span,
.cons .offers-wrapper .offer span,
.perks .offers-wrapper .offer span {
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .offers .offers-wrapper .offer,
.cons .offers-wrapper .offer,
.perks .offers-wrapper .offer {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 0;
  }
  .offers .offers-wrapper .offer:last-of-type,
.cons .offers-wrapper .offer:last-of-type,
.perks .offers-wrapper .offer:last-of-type {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .offers .offers-wrapper .offer,
.cons .offers-wrapper .offer,
.perks .offers-wrapper .offer {
    width: 33.3333333333%;
  }
  .offers .offers-wrapper .offer:last-of-type,
.cons .offers-wrapper .offer:last-of-type,
.perks .offers-wrapper .offer:last-of-type {
    width: 33.3333333333%;
  }
}

.courses .tabs .tab .tab-label {
  justify-content: flex-start;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  color: #1C1F33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.courses .tabs .tab .tab-label {
  font-size: 21px;
}
@media screen and (min-width: 375px) {
  .courses .tabs .tab .tab-label {
    font-size: calc(
                    21px + 9 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .courses .tabs .tab .tab-label {
    font-size: 30px;
  }
}
.courses .tabs .tab .tab-label {
  line-height: 21px;
}
@media screen and (min-width: 375px) {
  .courses .tabs .tab .tab-label {
    line-height: calc(
                    21px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .courses .tabs .tab .tab-label {
    line-height: 21px;
  }
}
.courses .tabs .tab .tab-label span {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #DC582A;
  margin-right: 10px;
}
.courses .tabs .tab .tab-label span {
  font-size: 36px;
}
@media screen and (min-width: 375px) {
  .courses .tabs .tab .tab-label span {
    font-size: calc(
                    36px + 12 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .courses .tabs .tab .tab-label span {
    font-size: 48px;
  }
}
.courses .tabs .tab .tab-label span {
  line-height: 36px;
}
@media screen and (min-width: 375px) {
  .courses .tabs .tab .tab-label span {
    line-height: calc(
                    36px + 12 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .courses .tabs .tab .tab-label span {
    line-height: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .courses .tabs .tab .tab-label span {
    font-weight: 900;
  }
}
.courses .tabs .tab .tab-content {
  column-count: unset;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .courses .tabs .tab .tab-content {
    column-count: 2;
    width: 80%;
  }
}
.courses .tabs .tab .tab-content .course {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.courses .tabs .tab .tab-content .course span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 50px;
  position: relative;
}
.courses .tabs .tab .tab-content .course span img {
  position: absolute;
  left: 0;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 10px 0;
}

.star-rating {
  display: flex;
}

.star-rating svg {
  width: 18px;
  height: 18px;
  color: #ff9900;
}

.star-rating svg:not(:last-child) {
  margin-right: 3px;
}

.books {
  padding: 3vw 0;
}
.books .headline-wrapper {
  padding: 5vw 10% 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
}
.books .headline-wrapper h2 {
  margin: 0 0 30px 0;
}
.books .books-wrapper .slide img {
  max-height: 300px;
  width: auto;
  margin: auto;
}
.books .books-wrapper .slide span {
  text-align: center;
  display: block;
}
.books .books-wrapper .slick-list {
  max-width: 90vw;
  width: 90%;
  margin: 0 auto;
}
.books .books-wrapper .slick-arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.books .books-wrapper .slick-arrow.slick-prev {
  left: 3%;
}
.books .books-wrapper .slick-arrow.slick-next {
  right: 3%;
}
@media only screen and (min-width: 1024px) {
  .books .books-wrapper .slick-arrow {
    top: 45%;
  }
  .books .books-wrapper .slick-arrow.slick-prev {
    left: calc(5% - 50px);
  }
  .books .books-wrapper .slick-arrow.slick-next {
    right: calc(5% - 50px);
  }
}
.books.has-bg-color {
  padding: 0;
}
.books.has-bg-color .headline-wrapper {
  background: rgba(233, 242, 243, 0.56);
}

.cons {
  padding: 3vw 0;
}
.cons .headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
  padding: 0 5%;
}
.cons .headline-wrapper h2 {
  margin: 0;
}

.text-image-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5%;
}
.text-image-alt > div,
.text-image-alt .img {
  width: 100%;
}
.text-image-alt > div:not(.img) {
  order: 2;
}
.text-image-alt .img {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .text-image-alt {
    flex-direction: row;
  }
  .text-image-alt > div:not(.img) {
    width: 60%;
    max-width: 60%;
    padding: 5%;
  }
  .text-image-alt .img {
    width: 40%;
  }
}
.text-image-alt:nth-of-type(2n) > div:not(.img) {
  order: 2;
}
.text-image-alt:nth-of-type(2n) .img {
  order: 1;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .text-image-alt:nth-of-type(2n) > div:not(.img) {
    order: 2;
    padding-right: 0;
  }
  .text-image-alt:nth-of-type(2n) .img {
    order: 1;
    justify-content: flex-start;
  }
}
.text-image-alt:nth-of-type(2n + 1) > div:not(.img) {
  order: 2;
}
.text-image-alt:nth-of-type(2n + 1) .img {
  order: 1;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .text-image-alt:nth-of-type(2n + 1) > div:not(.img) {
    order: 1;
    padding-left: 0;
  }
  .text-image-alt:nth-of-type(2n + 1) .img {
    order: 2;
    justify-content: flex-end;
  }
}

.pros {
  padding: 3vw 0;
}
.pros .pros-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pros .pros-wrapper {
    flex-direction: row;
    padding: 0 10%;
  }
}
.pros .pros-wrapper .pro {
  width: 100%;
}
.pros .pros-wrapper .pro h4 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pros .pros-wrapper .pro {
    width: 60%;
    padding: 0 0 0 5%;
  }
}
.pros .pros-wrapper img {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .pros .pros-wrapper img {
    width: 40%;
    margin: unset;
  }
}

.with-sidebar .about-intro {
  padding: 0;
}

.about-intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
}
.about-intro .img {
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .about-intro .img {
    margin: 0 0 0;
    padding: 5%;
  }
}
.about-intro > .img img {
  height: auto;
  left: 0;
  top: 0;
}
.about-intro > .img img:nth-of-type(2) {
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.about-intro:hover > .img img:nth-of-type(2) {
  opacity: 1;
  transition: all 0.3s ease;
}
.about-intro > div:not(.img) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about-intro {
    flex-direction: row;
  }
  .about-intro .img {
    width: 40%;
    text-align: unset;
    padding: 0;
  }
  .about-intro > div:not(.img) {
    width: 60%;
    padding: 5%;
  }
}

.stories {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3% 0;
}
.stories .story {
  max-width: 356px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stories .story h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .stories {
    flex-direction: row;
    justify-content: space-evenly;
  }
}

.compliments {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.compliments > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
  text-align: center;
  width: 100%;
}
.compliments img {
  display: flex;
  align-self: center;
  justify-self: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .compliments {
    flex-direction: row;
    justify-content: space-between;
  }
  .compliments > div {
    width: 33.3333333333%;
  }
}

.pricing {
  padding: 3vw 0;
}
.pricing .headline-wrapper {
  background: #e9f2f3;
  padding: 5vw 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
}
.pricing .headline-wrapper h2 {
  margin: 0 0 30px 0;
}
.pricing .pricing-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pricing .pricing-wrapper {
    flex-direction: row;
    padding: 0 10%;
  }
}
.pricing .pricing-wrapper .get-access {
  padding: 5% 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pricing .pricing-wrapper .get-access {
    padding: 0 5% 0 0;
    width: 50%;
  }
}
.pricing .pricing-wrapper .prices {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pricing .pricing-wrapper .prices {
    width: 50%;
  }
}
.pricing .pricing-wrapper .prices .price-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pricing .pricing-wrapper .prices .price-row {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.pricing .pricing-wrapper .prices .price-row .button {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .pricing .pricing-wrapper .prices .price-row .button {
    margin: 0 0 0 0;
  }
}
.pricing .pricing-wrapper .prices .price-row .price {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing .pricing-wrapper .prices .price-row .price span {
  color: #48e5c2;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.pricing .pricing-wrapper .prices .price-row .price p {
  color: #1C1F33;
  font-family: "proxima-nova", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}

.reviews {
  background: #1C1F33;
  position: relative;
  margin: 80px 0 50px;
}
.reviews:before {
  background-image: url(/wp-content/uploads/testimonial-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 60px;
  left: 30px;
  position: absolute;
  top: -30px;
  width: 100px;
}
.reviews .slick-list {
  max-width: 90vw;
  width: 90%;
  margin: 0 auto;
}
.reviews .slick-list h2,
.reviews .slick-list span,
.reviews .slick-list p {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .reviews .slick-list {
    max-width: 70vw;
    width: 70%;
    margin: 0 auto;
  }
}
.reviews .slick-arrow {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: auto;
  transform: translateY(50%);
  z-index: 1;
}
.reviews .slick-arrow.slick-prev {
  right: calc(5% + 80px);
}
.reviews .slick-arrow.slick-next {
  right: 5%;
}
@media only screen and (min-width: 1024px) {
  .reviews .slick-arrow {
    bottom: auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .reviews .slick-arrow.slick-prev {
    right: calc(5% + 80px);
  }
  .reviews .slick-arrow.slick-next {
    right: 5%;
  }
}
.reviews .review {
  align-items: flex-end;
  display: flex !important;
  flex-direction: column;
}
.reviews .review h2 {
  align-self: flex-start;
  display: flex;
}
.reviews .review p {
  font-size: 23px;
  text-align: justify;
}
.reviews .review p {
  font-size: 23px;
}
@media screen and (min-width: 375px) {
  .reviews .review p {
    font-size: calc(
                    23px + 13 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .reviews .review p {
    font-size: 36px;
  }
}
.reviews .review p {
  line-height: 30px;
}
@media screen and (min-width: 375px) {
  .reviews .review p {
    line-height: calc(
                    30px + 22 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .reviews .review p {
    line-height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .reviews:before {
    position: absolute;
    content: "";
    display: block;
    width: 12vw;
    height: 8vw;
    background-image: url(/wp-content/uploads/testimonial-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -4vw;
    left: 30px;
  }
  .reviews:after {
    position: absolute;
    content: "";
    display: block;
    width: 12vw;
    height: 8vw;
    background-image: url(/wp-content/uploads/testimonial-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -4vw;
    right: 30px;
  }
}
.reviews .reviews-wrapper {
  height: 100%;
}
.reviews .reviews-wrapper h2 {
  display: block;
  padding: 0 20px;
  max-width: 90vw;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .reviews .reviews-wrapper h2 {
    max-width: 70vw;
    width: 70%;
  }
}
.reviews .reviews-wrapper .reviews-slider {
  padding: 40px 0 10vw 0;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .reviews .reviews-wrapper .reviews-slider {
    padding: calc(5vw + 60px) 0 5vw 0;
  }
}
.reviews .reviews-wrapper .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.reviews-wrapper .slick-slide {
  padding: 40px 0;
}
.guarantees {
  padding: 3vw 0;
}
.guarantees .guarantees-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .guarantees .guarantees-wrapper {
    flex-direction: row;
    padding: 0 10%;
  }
}
.guarantees .guarantees-wrapper .guarantee {
  width: 100%;
}
.guarantees .guarantees-wrapper .guarantee h4 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .guarantees .guarantees-wrapper .guarantee {
    width: 60%;
    padding: 0 0 0 5%;
  }
}
.guarantees .guarantees-wrapper img {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .guarantees .guarantees-wrapper img {
    width: 40%;
    margin: unset;
  }
}

.section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-wrapper {
    padding: 0 10%;
  }
}

.subscriptions {
  background: #ffffff;
  padding: 3vw 0;
  border-bottom: 20px solid #2D939E;
}
.subscriptions .headline-wrapper {
  background: #2D939E;
  padding: 5vw 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.subscriptions .headline-wrapper h2 {
  margin: 0 0 30px 0;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .subscriptions .headline-wrapper {
    background: transparent;
  }
}
.subscriptions .subscriptions-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.subscriptions .subscriptions-wrapper .subscription {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 20px 0;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(1) {
  width: 66%;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(1) h4 {
  width: 100%;
  padding: 0 0 0 10%;
  justify-content: flex-start;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(1) span {
  padding: 10px 0 10px 10%;
  justify-content: stretch;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) {
  width: 17%;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
  color: transparent;
  position: relative;
  font-size: 0;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 60px;
  background: url(/wp-content/uploads/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) span p {
  text-align: center;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) {
  width: 17%;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
  color: transparent;
  position: relative;
  font-size: 0;
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4:before {
  content: "";
  position: absolute;
  width: 52px;
  height: 60px;
  background: url(/wp-content/uploads/academy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
}
.subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) span p {
  text-align: center;
}
.subscriptions .subscriptions-wrapper .subscription h4 {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C1F33;
  text-transform: none;
}
.subscriptions .subscriptions-wrapper .subscription span {
  border-top: 5px solid #48e5c2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  min-height: 97px;
  text-align: center;
}
.subscriptions .subscriptions-wrapper .subscription span p {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}
.subscriptions .subscriptions-wrapper .subscription span p img {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .subscriptions {
    background: #2D939E;
    border-bottom: 0;
  }
  .subscriptions .subscriptions-wrapper {
    padding: 0 10%;
    margin: 0 auto;
    position: relative;
  }
  .subscriptions .subscriptions-wrapper .subscription {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 20px 30px;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(1) {
    width: 36%;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(1) h4 {
    padding: 0;
    justify-content: center;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(1) span {
    padding: 0;
    justify-content: center;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) {
    width: 30%;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
    color: initial;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 375px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
    font-size: calc(
                    36px + 4 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 375px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
    line-height: calc(
                    40px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(2) h4:before {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) {
    width: 30%;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
    color: initial;
  }
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 375px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
    font-size: calc(
                    36px + 4 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 375px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
    line-height: calc(
                    40px + 0 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions .subscriptions-wrapper .subscription:nth-of-type(3) h4:before {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions .subscriptions-wrapper .subscription h4 {
    height: 110px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #1C1F33;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1024px) {
  .subscriptions .subscriptions-wrapper .subscription span {
    border-top: 5px solid #48e5c2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    height: 95px;
    text-align: center;
  }
  .subscriptions .subscriptions-wrapper .subscription span p {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 24px;
  }
}

.intro-two-columns {
  padding: 3vw 5vw;
}
.intro-two-columns .headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
  padding: 0 5%;
}
.intro-two-columns .headline-wrapper h2 {
  margin: 0;
}
.intro-two-columns .intro-two-columns-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.intro-two-columns .intro-two-columns-wrapper .intro-column {
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.intro-two-columns .intro-two-columns-wrapper .intro-column:first-of-type:before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 5px;
  background: #2D939E;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .intro-two-columns .intro-two-columns-wrapper {
    flex-direction: row;
  }
  .intro-two-columns .intro-two-columns-wrapper .intro-column {
    width: auto;
    padding: 0 5%;
  }
  .intro-two-columns .intro-two-columns-wrapper .intro-column:first-of-type:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 100px;
    background: #2D939E;
    left: auto;
    bottom: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.sales {
  padding: 3vw 5vw;
}
.sales .sales-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sales .sales-wrapper .sales-column {
  width: 100%;
  position: relative;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sales .sales-wrapper .sales-column > div {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sales .sales-wrapper .sales-column > div span {
  font-size: 144px;
  color: #d78521;
}
.sales .sales-wrapper .sales-column > div span sup {
  font-size: 70px;
  font-weight: 500;
  top: 15px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .sales .sales-wrapper .sales-column > div {
    display: unset;
    line-height: 50px;
  }
}
.sales .sales-wrapper .sales-column > span {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  .sales .sales-wrapper .sales-column > span {
    margin: 40px 0;
  }
}
.sales .sales-wrapper .sales-column:first-of-type {
  margin-bottom: 40px;
}
.sales .sales-wrapper .sales-column:first-of-type:before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 5px;
  background: #2D939E;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.sales .sales-wrapper .sales-column .button {
  white-space: normal;
}
@media only screen and (min-width: 1440px) {
  .sales .sales-wrapper {
    flex-direction: row;
  }
  .sales .sales-wrapper .sales-column {
    width: 50%;
    padding: 0 5%;
  }
  .sales .sales-wrapper .sales-column:first-of-type:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 50%;
    background: #2D939E;
    left: auto;
    bottom: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.feature-box {
  background: #071D49;
  width: 100%;
  margin-top: 5%;
  padding: 5%;
}
.feature-box * {
  color: #ffffff;
}
.feature-box .feature-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-box.layout-1 .feature-box-wrapper .feature-text {
  width: 100%;
  overflow: hidden;
}
.feature-box.layout-1 .feature-box-wrapper .feature-text h3,
.feature-box.layout-1 .feature-box-wrapper .feature-text h4,
.feature-box.layout-1 .feature-box-wrapper .feature-text h5,
.feature-box.layout-1 .feature-box-wrapper .feature-text h6 {
  margin-bottom: 20px;
}
.feature-box.layout-1 .feature-box-wrapper .feature-image {
  position: relative;
  width: 100%;
}
.feature-box.layout-1 .feature-box-wrapper .feature-image img {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .feature-box.layout-1 .feature-box-wrapper {
    flex-direction: row;
  }
  .feature-box.layout-1 .feature-box-wrapper .feature-text {
    width: 40%;
    padding-right: 5%;
  }
  .feature-box.layout-1 .feature-box-wrapper .feature-image {
    position: relative;
    min-height: 440px;
    width: 60%;
  }
  .feature-box.layout-1 .feature-box-wrapper .feature-image img {
    position: absolute;
    bottom: -5vw;
  }
}
.feature-box.layout-2 .feature-box-wrapper .feature-text {
  width: 100%;
  order: 2;
  overflow: hidden;
}
.feature-box.layout-2 .feature-box-wrapper .feature-text h3,
.feature-box.layout-2 .feature-box-wrapper .feature-text h4,
.feature-box.layout-2 .feature-box-wrapper .feature-text h5,
.feature-box.layout-2 .feature-box-wrapper .feature-text h6 {
  margin-bottom: 20px;
}
.feature-box.layout-2 .feature-box-wrapper .feature-image {
  position: relative;
  width: 100%;
  order: 1;
  top: -11vw;
}
.feature-box.layout-2 .feature-box-wrapper .feature-image img {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .feature-box.layout-2 .feature-box-wrapper {
    flex-direction: row;
  }
  .feature-box.layout-2 .feature-box-wrapper .feature-text {
    order: 1;
    width: 40%;
    padding-right: 5%;
  }
  .feature-box.layout-2 .feature-box-wrapper .feature-image {
    order: 2;
    position: relative;
    min-height: 440px;
    width: 60%;
    overflow: unset;
    top: unset;
    margin: 2% 0;
  }
  .feature-box.layout-2 .feature-box-wrapper .feature-image img {
    position: relative;
    right: -30%;
    width: 100%;
    transform: scale(1.4);
  }
}
@media only screen and (min-width: 1024px) {
  .feature-box.layout-2 {
    overflow-x: hidden;
  }
}

.numbered-features .numbered-features-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.numbered-features .numbered-features-wrapper .feature-container {
  margin: 5% 0;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.numbered-features .numbered-features-wrapper .feature-container:last-of-type .feature:before {
  display: none;
}
.numbered-features .numbered-features-wrapper .feature {
  width: 280px;
  height: 280px;
  border-radius: 280px;
  border: 5px solid #DC582A;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.numbered-features .numbered-features-wrapper .feature h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  color: #DC582A;
  margin: 0;
}
.numbered-features .numbered-features-wrapper .feature h6 {
  font-size: 72px;
}
@media screen and (min-width: 375px) {
  .numbered-features .numbered-features-wrapper .feature h6 {
    font-size: calc(
                    72px + 68 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .numbered-features .numbered-features-wrapper .feature h6 {
    font-size: 140px;
  }
}
.numbered-features .numbered-features-wrapper .feature h6 {
  line-height: 72px;
}
@media screen and (min-width: 375px) {
  .numbered-features .numbered-features-wrapper .feature h6 {
    line-height: calc(
                    72px + 68 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .numbered-features .numbered-features-wrapper .feature h6 {
    line-height: 140px;
  }
}
.numbered-features .numbered-features-wrapper .feature h6.counter {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 90px;
}
@media only screen and (min-width: 1024px) {
  .numbered-features .numbered-features-wrapper .feature h6.counter {
    height: 150px;
  }
}
.numbered-features .numbered-features-wrapper .feature h6.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}
.numbered-features .numbered-features-wrapper .feature h6.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(1) > span {
  transition-delay: 0s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(9) > span {
  transition-delay: 3s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(17) > span {
  transition-delay: 6s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}
.numbered-features .numbered-features-wrapper .feature h6.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}
.numbered-features .numbered-features-wrapper .feature span.title {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  color: #071D49;
  margin: 0;
}
.numbered-features .numbered-features-wrapper .feature span.title {
  font-size: 36px;
}
@media screen and (min-width: 375px) {
  .numbered-features .numbered-features-wrapper .feature span.title {
    font-size: calc(
                    36px + 9 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .numbered-features .numbered-features-wrapper .feature span.title {
    font-size: 45px;
  }
}
.numbered-features .numbered-features-wrapper .feature span.title {
  line-height: 36px;
}
@media screen and (min-width: 375px) {
  .numbered-features .numbered-features-wrapper .feature span.title {
    line-height: calc(
                    36px + 9 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .numbered-features .numbered-features-wrapper .feature span.title {
    line-height: 45px;
  }
}
.numbered-features .numbered-features-wrapper .feature p {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  color: #071D49;
  margin: 0;
}
.numbered-features .numbered-features-wrapper .feature p {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .numbered-features .numbered-features-wrapper .feature p {
    font-size: calc(
                    25px + 5 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .numbered-features .numbered-features-wrapper .feature p {
    font-size: 30px;
  }
}
.numbered-features .numbered-features-wrapper .feature p {
  line-height: 25px;
}
@media screen and (min-width: 375px) {
  .numbered-features .numbered-features-wrapper .feature p {
    line-height: calc(
                    25px + 5 *
                        ((100vw - 375px) / 1225)
                );
  }
}
@media screen and (min-width: 1600px) {
  .numbered-features .numbered-features-wrapper .feature p {
    line-height: 30px;
  }
}
.numbered-features .numbered-features-wrapper .feature:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  z-index: 0;
  width: 5px;
  height: 100%;
  background-image: url("/wp-content/uploads/dot.png");
  background-repeat: repeat-y;
}
@media only screen and (min-width: 1024px) {
  .numbered-features .numbered-features-wrapper {
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-evenly;
    background-image: url("/wp-content/uploads/transparent-logo.png");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 50% -170px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .numbered-features .numbered-features-wrapper .feature-container {
    flex: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .numbered-features .numbered-features-wrapper .feature-container:last-of-type {
    z-index: 1;
    position: relative;
  }
  .numbered-features .numbered-features-wrapper .feature-container:last-of-type .feature:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translate(-50%);
    z-index: 0;
    width: 619px;
    height: 379px;
    background-image: url("/wp-content/uploads/dots.png");
    background-repeat: no-repeat;
  }
  .numbered-features .numbered-features-wrapper .feature {
    width: 400px;
    height: 400px;
    border-radius: 400px;
    border: 10px solid #DC582A;
    z-index: 1;
  }
  .numbered-features .numbered-features-wrapper .feature:before {
    display: none;
  }
}

.steps {
  padding: 3vw 0;
  background: rgba(72, 229, 194, 0.14);
}
.steps .headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
  padding: 0 5%;
}
.steps .headline-wrapper h2 {
  margin: 0;
}
.steps .steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.steps-progress {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.steps-progress:after {
  content: "";
  display: table;
  clear: both;
}
.steps-progress input[type=radio] {
  display: none;
}
.steps-progress label {
  display: inline-block;
  padding: 1.5em 10% 3em 10%;
}
.steps-progress label span {
  width: 80px;
  height: 80px;
  max-width: 80px;
  border-radius: 80px;
  border: 6px solid #2D939E;
  flex: 1 1 25%;
  margin: 0 auto;
  color: #2D939E;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.steps-progress label span:hover {
  color: #ffffff;
  background: #d78521;
  border: 6px solid #d78521;
}
.steps-progress label h4 {
  text-align: center;
  margin: 20px 0;
}
.steps-progress label:after {
  left: 50%;
  right: auto;
  transform: translate(-50%) rotate(90deg);
  font-size: 34px;
  color: #2D939E;
}
.steps-progress__content {
  display: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 5%;
}
.steps-progress__content h4 {
  margin-bottom: 15px;
}
.steps-progress [id^=chck-1]:checked + label span {
  color: #ffffff;
  background: #d78521;
  border: 8px solid #d78521;
}
.steps-progress [id^=chck-1]:checked + label:after {
  transform: translate(-50%) rotate(270deg);
}
.steps-progress #tab1:checked ~ #tab_1,
.steps-progress #tab2:checked ~ #tab_2,
.steps-progress #tab3:checked ~ #tab_3,
.steps-progress #tab4:checked ~ #tab_4 {
  display: flex;
  flex-direction: column;
}
.steps-progress .course-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.steps-progress .course-wrapper .course {
  display: flex;
  flex-direction: column;
  margin: 2% 1%;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
.steps-progress .course-wrapper .course a {
  height: 220px;
  width: 100%;
}
.steps-progress .course-wrapper .course a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.steps-progress .course-wrapper .course span {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #071D49;
  margin-top: 10px;
}
.steps-progress.desktop {
  list-style: none;
  display: none;
  flex-flow: row wrap;
  width: 100%;
}
.steps-progress.desktop:after {
  content: "";
  display: table;
  clear: both;
}
.steps-progress.desktop input[type=radio] {
  display: none;
}
.steps-progress.desktop label {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  max-width: 100px;
  border-radius: 100px;
  flex: 1 1 25%;
  margin: 0 auto;
  padding: 0;
}
.steps-progress.desktop label span {
  display: inline-block;
  width: 100px;
  height: 100px;
  max-width: 100px;
  border-radius: 100px;
  border: 8px solid #2D939E;
  flex: 1 1 25%;
  margin: 0 auto;
  color: #2D939E;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 66px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  line-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.steps-progress.desktop label span:hover {
  color: #ffffff;
  background: #d78521;
  border: 8px solid #d78521;
}
.steps-progress.desktop label:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(22vw - 100px);
  height: 1px;
  border-bottom: 4px dashed #2D939E;
  top: 50%;
  left: calc(100% + 8px);
  z-index: 0;
}
.steps-progress.desktop label:last-of-type::before {
  display: none;
}
.steps-progress.desktop__content {
  display: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 5%;
}
.steps-progress.desktop__content h4 {
  margin-bottom: 15px;
}
.steps-progress.desktop [id^=tab]:checked + label span {
  color: #ffffff;
  background: #d78521;
  border: 8px solid #d78521;
}
.steps-progress.desktop #tab1:checked ~ #tab_1,
.steps-progress.desktop #tab2:checked ~ #tab_2,
.steps-progress.desktop #tab3:checked ~ #tab_3,
.steps-progress.desktop #tab4:checked ~ #tab_4 {
  display: flex;
  flex-direction: column;
}
.steps-progress.desktop #tab1:checked ~ #tab_1 .course-wrapper,
.steps-progress.desktop #tab2:checked ~ #tab_2 .course-wrapper,
.steps-progress.desktop #tab3:checked ~ #tab_3 .course-wrapper,
.steps-progress.desktop #tab4:checked ~ #tab_4 .course-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.steps-progress.desktop #tab1:checked ~ #tab_1 .course-wrapper .course,
.steps-progress.desktop #tab2:checked ~ #tab_2 .course-wrapper .course,
.steps-progress.desktop #tab3:checked ~ #tab_3 .course-wrapper .course,
.steps-progress.desktop #tab4:checked ~ #tab_4 .course-wrapper .course {
  display: flex;
  flex-direction: column;
  margin: 2% 1%;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
.steps-progress.desktop #tab1:checked ~ #tab_1 .course-wrapper .course a,
.steps-progress.desktop #tab2:checked ~ #tab_2 .course-wrapper .course a,
.steps-progress.desktop #tab3:checked ~ #tab_3 .course-wrapper .course a,
.steps-progress.desktop #tab4:checked ~ #tab_4 .course-wrapper .course a {
  height: 220px;
  width: 100%;
}
.steps-progress.desktop #tab1:checked ~ #tab_1 .course-wrapper .course a img,
.steps-progress.desktop #tab2:checked ~ #tab_2 .course-wrapper .course a img,
.steps-progress.desktop #tab3:checked ~ #tab_3 .course-wrapper .course a img,
.steps-progress.desktop #tab4:checked ~ #tab_4 .course-wrapper .course a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.steps-progress.desktop #tab1:checked ~ #tab_1 .course-wrapper .course span,
.steps-progress.desktop #tab2:checked ~ #tab_2 .course-wrapper .course span,
.steps-progress.desktop #tab3:checked ~ #tab_3 .course-wrapper .course span,
.steps-progress.desktop #tab4:checked ~ #tab_4 .course-wrapper .course span {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #071D49;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .steps-progress {
    display: none;
  }
  .steps-progress.desktop {
    display: flex;
    padding: 0 5%;
  }
}

.save-more {
  padding: 5vw;
}
.save-more .headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5vw auto;
  text-align: center;
  padding: 0 5%;
}
.save-more .headline-wrapper h2 {
  margin: 0;
}
.save-more .save-more-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .save-more .save-more-wrapper .space {
    width: 10%;
  }
}
.save-more .save-more-wrapper .save-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.save-more .save-more-wrapper .save-column .savings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .save-more .save-more-wrapper .save-column .savings {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 12px;
  }
}
.save-more .save-more-wrapper .save-column .savings .saving {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.save-more .save-more-wrapper .save-column .savings .saving a {
  width: 100%;
  height: 100%;
}
.save-more .save-more-wrapper .save-column .savings .saving a img {
  width: 100%;
}
.save-more .save-more-wrapper .save-column .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3% 0;
}
.save-more .save-more-wrapper .save-column .info h5 {
  text-transform: none;
  color: #1C1F33;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 1024px) {
  .save-more .save-more-wrapper .save-column .info {
    min-height: 160px;
    padding: 0;
  }
}
.save-more .save-more-wrapper .save-column .info + img {
  width: 100%;
}
.save-more .save-more-wrapper .save-column .info span {
  margin-top: 10px;
  margin-bottom: 15px;
}
.save-more .save-more-wrapper .save-column .info span ul li {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .save-more .save-more-wrapper {
    flex-direction: row;
  }
  .save-more .save-more-wrapper .save-column {
    width: 50%;
  }
}
.save-more .button-wrapper {
  margin-top: 4%;
}

.comments {
  clear: both;
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #1C1F33;
  margin-top: 5%;
  padding-top: 2%;
}
.comments .form-submit {
  align-items: center;
  background: none;
  border: 4px solid #d78521;
  display: flex;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 900;
  height: auto;
  justify-content: center;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  width: fit-content;
  letter-spacing: 4px;
  max-width: fit-content;
}
.comments .form-submit:before {
  backface-visibility: hidden;
  border: 2px solid rgba(215, 133, 33, 0);
  bottom: 0px;
  content: " ";
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%);
  transition: all 280ms ease-in-out;
  width: 0;
}
@media (hover) {
  .comments .form-submit:hover:before {
    backface-visibility: hidden;
    border-color: #d78521;
    transition: width 350ms ease-in-out;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .comments .form-submit {
    white-space: nowrap;
  }
}
.comments .form-submit input[type=submit] {
  border: 0;
  font-size: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  background: inherit;
}
.comments .form-submit:hover {
  cursor: pointer;
}
.comments .reply-title {
  color: #071D49;
}
.comments ol {
  list-style-type: none;
  padding: 0;
}
.comments h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  color: #1C1F33;
  font-weight: 700;
}
.comments .comment-author {
  display: flex;
  align-items: center;
}
.comments .comment-author .img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(/wp-content/uploads/default-avatar.png);
  background-position: center;
  background-repeat: no-repeat;
}
.comments .comment-author .img img {
  width: 100%;
  height: auto;
  border-radius: 60px;
}
.comments .comment-author .author {
  margin-left: 20px;
}
.comments .comment-metadata,
.comments .comment-content {
  padding-left: 80px;
}
.comments .reply {
  text-align: right;
  position: relative;
  padding-bottom: 20px;
}
.comments .reply:before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  border-bottom: 1px solid #48e5c2;
  bottom: 0;
  right: 0;
}
.comments .list + div#respond {
  padding-left: 80px;
}
.comments h3#reply-title {
  display: flex;
  flex-direction: column;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  color: #1C1F33;
  font-weight: 700;
}

[class*=comment-form-] {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
}
[class*=comment-form-] input,
[class*=comment-form-] textarea {
  width: 100%;
  height: 40px;
  border: 2px solid #48e5c2;
}
[class*=comment-form-] input:focus-visible, [class*=comment-form-] input:focus,
[class*=comment-form-] textarea:focus-visible,
[class*=comment-form-] textarea:focus {
  outline-color: #19ae8d;
}
[class*=comment-form-] textarea {
  height: 112px;
}
[class*=comment-form-] label {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #1C1F33;
  text-transform: uppercase;
  margin-bottom: 10px;
}

input[type=image] {
  height: auto;
  width: 200px;
}

.videomodal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.videomodal .modal-body {
  padding: 0px;
  position: relative;
  height: 100%;
  width: 100%;
}
.videomodal .modal-body .close {
  cursor: pointer;
}

.videomodal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(28, 31, 51, 0.9);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  height: 100%;
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.embed-responsive {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-content iframe {
  height: 50%;
  position: absolute;
  min-width: 100%;
  width: 100%;
  top: 25%;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wp-block-categories-list {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.wp-block-categories-list li {
  height: 40px;
  border: 1px solid #d78521;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 5px 10px 5px;
}
.wp-block-categories-list li a {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1C1F33;
  line-height: 18px;
  white-space: nowrap;
}
.wp-block-categories-list li:hover, .wp-block-categories-list li.selected {
  background: #d78521;
}
.wp-block-categories-list li:hover a, .wp-block-categories-list li.selected a {
  color: #ffffff;
}

.content-container {
  display: block;
  width: 100%;
}

.wp-block-latest-posts {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 5%;
  align-items: center;
}
.wp-block-latest-posts > li {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 3%;
}
.wp-block-latest-posts > li .post {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-latest-posts > li .post > a {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1C1F33;
  line-height: 24px;
  padding: 10px 0 0 0;
}
.wp-block-latest-posts > li .post .excerpt {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #48e5c2;
}
.wp-block-latest-posts > li .post .excerpt p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-latest-posts > li .post .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 0 0;
}
.wp-block-latest-posts > li .post .meta p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #48e5c2;
  margin: 1px 0 0 0;
}
.wp-block-latest-posts > li .post .meta .read-more {
  color: #DC582A;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
}
.wp-block-latest-posts > li .wp-block-latest-posts__featured-image {
  max-width: 400px;
  width: 100%;
}
.wp-block-latest-posts > li .wp-block-latest-posts__featured-image a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.wp-block-latest-posts > li .wp-block-latest-posts__featured-image a img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-latest-posts > li {
    max-width: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 10px 3% 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-latest-posts > li {
    width: 100%;
    max-width: calc(33.3333333333% - 20px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 10px 3% 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-latest-posts {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 5%;
    align-items: flex-start;
  }
}

.categories {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.categories .post-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  flex-flow: wrap;
}
.categories .post-categories li {
  margin: 0;
  padding: 0 10px 0 0;
  display: block;
  width: auto;
  margin: 0 10px 0 0;
  max-width: unset;
  position: relative;
}
.categories .post-categories li:last-of-type:before {
  display: none;
}
.categories .post-categories li:before {
  content: "";
  position: absolute;
  display: block;
  border-right: 1px solid #1C1F33;
  width: 1px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.categories .post-categories li a {
  color: #DC582A;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
}
.categories img {
  padding-right: 10px;
}

.pagination {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: max-content;
}
.pagination .pagination-item {
  color: #3D5A80;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.pagination .pagination-item:first-child:hover {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d78521;
  cursor: pointer;
}
.pagination .pagination-item:first-child:not(.inactive):hover {
  background: transparent;
  color: #3D5A80;
  cursor: auto;
}
.pagination .pagination-item:last-child:hover {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d78521;
  cursor: pointer;
}
.pagination .pagination-item:last-child:not(.inactive):hover {
  background: transparent;
  color: #3D5A80;
  cursor: auto;
}
.pagination .pagination-item.current {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d78521;
  cursor: pointer;
}
.pagination .pagination-item.inactive {
  background: transparent;
  color: #3D5A80;
}
.pagination .pagination-item:not(:first-child):not(:last-child) {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-item:not(:first-child):not(:last-child).inactive {
  background: transparent;
  color: #3D5A80;
}
.pagination .pagination-item:not(:first-child):not(:last-child).inactive:hover {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d78521;
  cursor: pointer;
}

.yarp h3 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  margin: 50px 0 20px 0;
  border-bottom: 1px solid #1C1F33;
  padding: 0 0 10px 0;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Show more";
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  position: relative;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Show less";
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  position: relative;
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  position: relative;
}

.yarpp-thumbnails-horizontal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  align-items: flex-start;
  width: 100% !important;
  height: auto !important;
  margin: 5px;
  margin-left: 0px;
  display: inline-flex !important;
  flex-flow: wrap;
  border: 0 !important;
}
@media only screen and (min-width: 480px) {
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 300px !important;
  }
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
  width: 100%;
  height: auto;
  margin: 5px;
}
@media only screen and (min-width: 768px) {
  .yarpp-thumbnails-horizontal {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .yarpp-thumbnails-horizontal {
    display: unset;
  }
}

.wpcf7-form input[type=submit] {
  background: transparent;
  align-items: center;
  background: none;
  border: 4px solid #d78521;
  display: flex;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 900;
  height: auto;
  justify-content: center;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  width: fit-content;
  letter-spacing: 4px;
  max-width: fit-content;
}
.wpcf7-form input[type=submit]:before {
  backface-visibility: hidden;
  border: 2px solid rgba(215, 133, 33, 0);
  bottom: 0px;
  content: " ";
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%);
  transition: all 280ms ease-in-out;
  width: 0;
}
@media (hover) {
  .wpcf7-form input[type=submit]:hover:before {
    backface-visibility: hidden;
    border-color: #d78521;
    transition: width 350ms ease-in-out;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .wpcf7-form input[type=submit] {
    white-space: nowrap;
  }
}
.wpcf7-form label {
  font-family: "proxima-nova", sans-serif;
  font-size: 21px;
  color: #1C1F33;
  font-weight: 600;
  padding-bottom: 20px;
  display: block;
}
.wpcf7-form input,
.wpcf7-form textarea {
  height: 50px;
  padding: 10px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}
.wpcf7-form textarea {
  height: 100px;
}

.wp-block-button__link {
  background: transparent;
  border-radius: 0;
  color: #3D5A80 !important;
  align-items: center;
  background: none;
  border: 4px solid #d78521;
  display: flex;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 21px;
  font-weight: 900;
  height: auto;
  justify-content: center;
  padding: 15px 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  width: fit-content;
  letter-spacing: 4px;
}
.wp-block-button__link:before {
  backface-visibility: hidden;
  border: 2px solid rgba(215, 133, 33, 0);
  bottom: 0px;
  content: " ";
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%);
  transition: all 280ms ease-in-out;
  width: 0;
}
@media (hover) {
  .wp-block-button__link:hover:before {
    backface-visibility: hidden;
    border-color: #d78521;
    transition: width 350ms ease-in-out;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-button__link {
    white-space: nowrap;
  }
}

.wp-block-query .wp-block-post-template {
  list-style-type: none;
  padding-inline-start: 0 !important;
}
.wp-block-query .wp-block-post-template li:before {
  display: none !important;
}
.wp-block-query .wp-block-post-template li .wp-block-post-title a {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1C1F33;
  line-height: 24px;
  font-style: italic;
  padding: 10px 0 0 0;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px 0;
  min-height: 61px !important;
}

.slick-container {
  margin: 0 auto;
}

.slick-dots-container {
  margin: 20px 0 30px 0;
}
@media only screen and (min-width: 1024px) {
  .slick-dots-container {
    margin: 0 0 0 0;
    position: relative;
    top: -10px;
  }
}

.slick-dots-container > ul {
  padding: 0;
  display: flex !important;
  justify-content: center;
  transition: all 0.25s;
  transform: translateX(0) !important;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.slick-dots-container > ul li {
  background-color: #efd5d5;
  border-radius: 50%;
  border: none;
  height: 1.25rem;
  margin: 0 0.5rem;
  padding: 0 !important;
  width: 1.25rem;
}
.slick-dots-container > ul li:before {
  display: none !important;
}

.slick-dots-container > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8);
}

.slick-dots-container > ul li.slick-active {
  transform: scale(1.3);
  transform-origin: center;
  background: #d78521;
}

.slick-dots li button:before {
  display: none;
}

.default-post__sidebar {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .default-post__sidebar {
    margin: 0;
    width: auto;
  }
}
.default-post__sidebar .heateor_sss_sharing_container {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 1024px) {
  .default-post__sidebar .heateor_sss_sharing_container {
    left: 0;
    margin: 20px 0 0 0;
    position: sticky;
    top: 140px;
  }
  .default-post__sidebar .heateor_sss_sharing_container ul,
.default-post__sidebar .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-inline-start: 0;
  }
}

.wp-block-image img {
  height: auto;
}

.guest-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .guest-author {
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0;
    text-align: left;
  }
}
.guest-author__image {
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
@media only screen and (min-width: 1024px) {
  .guest-author__image {
    margin: 0 30px 0 0;
    width: 190px;
  }
}
.guest-author__image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.guest-author__content {
  width: fit-content;
}

/* _sitemap.scss */
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap ul li {
  display: block;
}
.sitemap ul > li {
  font: bold 2.4rem serif;
  margin-top: 12px;
}
.sitemap ul > li > ul {
  padding-left: 16px;
}
.sitemap ul > li > ul > li {
  font: bold 2rem sans-serif;
  margin-top: 8px;
}
.sitemap ul > li > ul > li > ul {
  padding-left: 16px;
}
.sitemap ul > li > ul > li > ul > li {
  font: normal 1.6rem sans-serif;
  margin-top: 4px;
}

/* _404.scss */
/* _styleguide.scss */
body.styleguide hr {
  margin: 50px 0 20px;
}

.swatch {
  background: var(--color);
  border-radius: 8px;
  display: inline-block;
  height: 80px;
  margin: 0 8px 8px 0;
  text-align: center;
  width: 80px;
}
.swatch::after {
  content: attr(color);
  display: block;
  font: normal 16px monospace;
  margin-bottom: 16px;
  position: relative;
  top: calc(100% + 4px);
}

/**
 * WordPress Core
 */
.alignnone {
  display: block;
  margin: 0.5em 1.5em 1.5em 0;
}

.aligncenter {
  display: block;
  margin: 0.5em auto 0.5em auto;
}

.alignright {
  float: right;
  margin: 0.5em 0 1.5em 1.5em;
}

.alignleft {
  float: left;
  margin: 0.5em 1.5em 1.5em 0;
}

.aligncenter {
  display: block;
  margin: 0.5em auto 0.5em auto;
}

a img.alignright {
  float: right;
  margin: 0.5em 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0.5em 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0.5em 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 0.5em 1.5em 1.5em 0;
}

.wp-caption.alignleft {
  margin: 0.5em 1.5em 1.5em 0;
}

.wp-caption.alignright {
  margin: 0.5em 0 1.5em 1.5em;
}

.wp-caption img {
  display: block;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  font-style: italic;
  margin: 0.5em 0;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
