@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,700i,800,800i&display=swap");
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }
  @media (min-width: 800px) {
    .row {
      margin-right: -.65rem;
      margin-left: -.65rem; } }

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

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

[class^="col-"] {
  position: relative;
  padding-right: .5rem;
  padding-left: .5rem; }
  @media (min-width: 800px) {
    [class^="col-"] {
      padding-right: .65rem;
      padding-left: .65rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .container {
    margin: 0 auto;
    width: 80%; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.666%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 980px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.666%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1280px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.666%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

.show-xlg {
  display: none; }
  @media (min-width: 1280px) {
    .show-xlg {
      display: block; } }

.mb0 {
  margin-bottom: 0; }

.mt0 {
  margin-top: 0; }

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes dropDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes dropDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes dropLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4rem, 0, 0);
            transform: translate3d(-4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes dropLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4rem, 0, 0);
            transform: translate3d(-4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes dropRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4rem, 0, 0);
            transform: translate3d(4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes dropRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4rem, 0, 0);
            transform: translate3d(4rem, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes square-spin {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes square-spin {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes flipUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(0, -0.25em, 0);
            transform: translate3d(0, -0.25em, 0);
    opacity: 0; }
  40% {
    -webkit-transform: translate3d(0, 0.25em, 0);
            transform: translate3d(0, 0.25em, 0);
    opacity: 0; }
  60%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes flipUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  20% {
    -webkit-transform: translate3d(0, -0.25em, 0);
            transform: translate3d(0, -0.25em, 0);
    opacity: 0; }
  40% {
    -webkit-transform: translate3d(0, 0.25em, 0);
            transform: translate3d(0, 0.25em, 0);
    opacity: 0; }
  60%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes razorUp {
  0% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes razorUp {
  0% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@-webkit-keyframes pulseIn {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: none;
            transform: none; } }

@keyframes pulseIn {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: none;
            transform: none; } }

.spotify-embed {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .spotify-embed iframe,
  .spotify-embed object,
  .spotify-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.nav-open body {
  overflow: hidden !important; }
  @media (min-width: 800px) {
    .nav-open body {
      overflow: visible !important; } }

.overlay-open body {
  overflow: hidden !important; }

img {
  max-width: none; }

#page {
  padding-top: 5rem;
  min-height: 100%; }

.wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 4rem 1rem;
  max-width: 70rem;
  z-index: 1;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75); }
  @media (min-width: 520px) {
    .wrapper {
      padding: 4rem 2rem; } }
  @media (min-width: 800px) {
    .wrapper {
      padding: 4rem 6rem; } }
  @media (min-width: 980px) {
    .wrapper {
      padding: 5rem 6rem; } }
  .section:last-child .wrapper {
    padding-bottom: 6rem; }
    @media (min-width: 980px) {
      .section:last-child .wrapper {
        padding-bottom: 8rem; } }

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritance in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  background-attachment: fixed;
  color: #241f21; }
  @media (min-width: 800px) {
    body {
      font-size: 14px; } }
  @media (min-width: 980px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    body {
      font-size: 18px; } }
  body.paint-red {
    background: #ffffff url("/assets/img/bg-red.svg") center center repeat;
    background-size: 45em auto; }
  body.paint-blue {
    background: #ffffff url("/assets/img/bg-blue.svg") center center repeat;
    background-size: 45em auto; }
  body.paint-green {
    background: #ffffff url("/assets/img/bg-green.svg") center center repeat;
    background-size: 45em auto; }
  body.paint-yellow {
    background: #ffffff url("/assets/img/bg-yellow.svg") center center repeat;
    background-size: 45em auto; }
  body.paint-pink {
    background: #ffffff url("/assets/img/bg-pink.svg") center center repeat;
    background-size: 45em auto; }

p {
  margin: 0 0 1.5em;
  font-size: 0.9375em;
  line-height: 1.65;
  letter-spacing: 0.025em; }

strong {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800; }

em,
i {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic; }

ul {
  list-style: none;
  margin: 0; }

h1,
h2 {
  margin: 0 0 0.85em;
  padding-bottom: 0.65em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.025em;
  border-bottom: 1px solid; }
  .paint-red h1, .paint-red
  h2 {
    border-color: #d65c57; }
  .paint-blue h1, .paint-blue
  h2 {
    border-color: #00abc9; }
  .paint-green h1, .paint-green
  h2 {
    border-color: #57a345; }
  .paint-yellow h1, .paint-yellow
  h2 {
    border-color: #e3cc45; }
  .paint-pink h1, .paint-pink
  h2 {
    border-color: #f596bf; }
  h1.is-center,
  h2.is-center {
    text-align: center; }
  h1.is-clean,
  h2.is-clean {
    padding-bottom: 0;
    border: none; }

h2 {
  margin: 1em 0 0.85em;
  padding-bottom: 1.25em;
  text-transform: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 0.9375em; }
  h2.is-hero {
    margin: 0 0 0.15em;
    padding: 0;
    font-size: 1.5em;
    line-height: 1;
    border: none; }
    @media (min-width: 800px) {
      h2.is-hero {
        font-size: 3.5em; } }

h3 {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 0.9375em;
  line-height: 1.65;
  letter-spacing: 0.025em; }

h4,
h5,
h6 {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800; }

a {
  color: #241f21;
  text-decoration: none; }

blockquote {
  margin: 2rem 1rem; }
  @media (min-width: 800px) {
    blockquote {
      margin: 3rem auto;
      max-width: 35em; } }
  blockquote p {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.2; }

hr {
  margin: 3rem 0;
  border: none;
  height: 1px; }
  .paint-red hr {
    background: #d65c57; }
  .paint-blue hr {
    background: #00abc9; }
  .paint-green hr {
    background: #57a345; }
  .paint-yellow hr {
    background: #e3cc45; }
  .paint-pink hr {
    background: #f596bf; }

::-moz-selection {
  color: #ffffff; }
  .paint-red ::-moz-selection {
    background: #d65c57; }
  .paint-blue ::-moz-selection {
    background: #00abc9; }
  .paint-green ::-moz-selection {
    background: #57a345; }
  .paint-yellow ::-moz-selection {
    background: #e3cc45; }
  .paint-pink ::-moz-selection {
    background: #f596bf; }

::-moz-selection {
  color: #ffffff; }

::selection {
  color: #ffffff; }
  .paint-red ::-moz-selection {
    background: #d65c57; }
  .paint-red ::selection {
    background: #d65c57; }
  .paint-blue ::-moz-selection {
    background: #00abc9; }
  .paint-blue ::selection {
    background: #00abc9; }
  .paint-green ::-moz-selection {
    background: #57a345; }
  .paint-green ::selection {
    background: #57a345; }
  .paint-yellow ::-moz-selection {
    background: #e3cc45; }
  .paint-yellow ::selection {
    background: #e3cc45; }
  .paint-pink ::-moz-selection {
    background: #f596bf; }
  .paint-pink ::selection {
    background: #f596bf; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
  .icon--link {
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ffffff; }
    .paint-red .icon--link {
      background: #d65c57; }
    .paint-blue .icon--link {
      background: #00abc9; }
    .paint-green .icon--link {
      background: #57a345; }
    .paint-yellow .icon--link {
      background: #e3cc45; }
    .paint-pink .icon--link {
      background: #f596bf; }

.btn-group {
  position: relative;
  line-height: 0; }
  .btn-group.is-vertical {
    margin-right: 1rem;
    -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
            transform: translate3d(100%, 0, 0) rotate(90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }
  .btn-group.is-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -0.5rem; }
    .btn-group.is-split .btn {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      max-width: 100%;
      margin: 0 0.5rem; }

.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 1.5em 2.5em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.65em;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  background: #000000;
  color: #ffffff; }
  @media (min-width: 800px) {
    .btn {
      font-size: 0.85em; } }
  .btn.is-white {
    background: #ffffff;
    color: #241f21; }
    .paint-red .btn.is-white {
      color: #d65c57; }
    .paint-blue .btn.is-white {
      color: #00abc9; }
    .paint-green .btn.is-white {
      color: #57a345; }
    .paint-yellow .btn.is-white {
      color: #e3cc45; }
    .paint-pink .btn.is-white {
      color: #f596bf; }
  .btn.is-loading {
    cursor: default; }
    .btn.is-loading::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      z-index: 1; }
    .btn.is-loading::after {
      content: "";
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.75rem;
      margin-left: -0.75rem;
      border-radius: 50%;
      border: 2px solid rgba(0, 0, 0, 0.4);
      border-top-color: #000000;
      z-index: 2;
      -webkit-animation: spin 0.6s linear infinite;
              animation: spin 0.6s linear infinite; }
  .btn.is-secondary {
    background: transparent;
    color: #ffffff; }
    .btn.is-secondary:hover {
      background: #ffffff;
      color: #000000; }
  .btn.is-outlined {
    border: 1px solid;
    text-transform: none; }
    .paint-red .btn.is-outlined {
      border-color: #d65c57; }
    .paint-blue .btn.is-outlined {
      border-color: #00abc9; }
    .paint-green .btn.is-outlined {
      border-color: #57a345; }
    .paint-yellow .btn.is-outlined {
      border-color: #e3cc45; }
    .paint-pink .btn.is-outlined {
      border-color: #f596bf; }
    .btn.is-outlined:hover {
      color: #ffffff; }
      .paint-red .btn.is-outlined:hover {
        background: #d65c57; }
      .paint-blue .btn.is-outlined:hover {
        background: #00abc9; }
      .paint-green .btn.is-outlined:hover {
        background: #57a345; }
      .paint-yellow .btn.is-outlined:hover {
        background: #e3cc45; }
      .paint-pink .btn.is-outlined:hover {
        background: #f596bf; }
  .btn.is-small {
    font-size: 0.75em; }
  .btn.is-large {
    padding: 2em 2.5em; }
  .btn.is-block {
    display: block;
    width: 100%; }

.is-aspect {
  position: relative;
  overflow: hidden; }
  .paint-red .is-aspect {
    background: #d65c57; }
  .paint-blue .is-aspect {
    background: #00abc9; }
  .paint-green .is-aspect {
    background: #57a345; }
  .paint-yellow .is-aspect {
    background: #e3cc45; }
  .paint-pink .is-aspect {
    background: #f596bf; }
  .is-aspect--square {
    position: relative; }
    .is-aspect--square::before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
  .is-aspect--portrait {
    position: relative; }
    .is-aspect--portrait::before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 104%; }
  .is-aspect--landscape {
    position: relative; }
    .is-aspect--landscape::before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
  .is-aspect--feature {
    position: relative; }
    .is-aspect--feature::before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 75%; }
  .is-aspect--map {
    position: relative; }
    .is-aspect--map::before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 66.6666666667%; }
  @media (max-width: 799px) {
    .is-aspect--landscape-mobile {
      position: relative; }
      .is-aspect--landscape-mobile::before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; } }
  .is-aspect.has-error::after {
    content: "!";
    width: 1.5em;
    height: 1.5em;
    margin: 0;
    border: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
    background: rgba(209, 211, 212, 0.15);
    border-radius: 50%; }
  .is-aspect.has-error img {
    display: none; }
  .is-aspect.is-empty::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: transparent url("/assets/img/Sinderlyn-s-icon.svg") center center no-repeat;
    background-size: auto 80%;
    -webkit-animation: none;
            animation: none;
    opacity: 0.5; }
  .is-aspect::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem; }
  .is-aspect img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .is-aspect img.is-loaded {
      opacity: 1; }
  .is-aspect iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    z-index: 2; }

img.photo {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.45s linear;
  transition: opacity 0.45s linear; }
  img.photo.is-loaded {
    opacity: 1; }

.carousel-container {
  position: relative;
  margin: 4rem 1.5rem 0; }
  @media (min-width: 800px) {
    .carousel-container {
      margin: 4rem 0 0; } }

.carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -0.25rem;
  /* Fix of Webkit flickering */
  z-index: 1; }
  .carousel.is-inline {
    margin: 4rem auto 0; }
  .carousel.is-fullscreen {
    margin: 0;
    cursor: none; }
    .carousel.is-fullscreen[data-static="yes"] {
      cursor: auto; }
  .carousel--mask {
    overflow: hidden; }
  .carousel--wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  .carousel--cursor, .carousel--btn {
    margin: 0;
    padding: 0;
    background: none;
    -webkit-appearance: none !important;
    border: none;
    border-radius: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    z-index: 3;
    font-size: 0.65em;
    overflow: hidden; }
    .carousel--cursor[data-direction="left"], .carousel--btn[data-direction="left"] {
      border-top: 1.25em solid transparent;
      border-bottom: 1.25em solid transparent;
      border-right: 2em solid #d1d3d4; }
    .carousel--cursor[data-direction="right"], .carousel--btn[data-direction="right"] {
      border-top: 1.25em solid transparent;
      border-bottom: 1.25em solid transparent;
      border-left: 2em solid #d1d3d4; }
  .paint-red .carousel--btn[data-direction="left"] {
    border-right-color: #d65c57; }
  .paint-blue .carousel--btn[data-direction="left"] {
    border-right-color: #00abc9; }
  .paint-green .carousel--btn[data-direction="left"] {
    border-right-color: #57a345; }
  .paint-yellow .carousel--btn[data-direction="left"] {
    border-right-color: #e3cc45; }
  .paint-pink .carousel--btn[data-direction="left"] {
    border-right-color: #f596bf; }
  .paint-red .carousel--btn[data-direction="right"] {
    border-left-color: #d65c57; }
  .paint-blue .carousel--btn[data-direction="right"] {
    border-left-color: #00abc9; }
  .paint-green .carousel--btn[data-direction="right"] {
    border-left-color: #57a345; }
  .paint-yellow .carousel--btn[data-direction="right"] {
    border-left-color: #e3cc45; }
  .paint-pink .carousel--btn[data-direction="right"] {
    border-left-color: #f596bf; }
  .carousel--counter {
    position: absolute;
    bottom: 1rem;
    right: 0.75rem;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .carousel--counter span {
      min-width: 1.25em;
      display: block;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 0.85em;
      color: #ffffff; }
      .carousel--counter span.current {
        text-align: right; }
      .carousel--counter span.divider {
        height: 1.5em;
        background: #ffffff;
        -webkit-box-flex: 0;
        -webkit-flex: 0;
            -ms-flex: 0;
                flex: 0;
        min-width: 2px;
        -webkit-transform: skew(-15deg);
                transform: skew(-15deg);
        margin: 0 0.5em; }
  .carousel--slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    overflow: hidden; }
    .swiper-container-no-flexbox .carousel--slide {
      float: left; }
    .is-fullscreen .carousel--slide {
      background: #f1f2f2;
      color: #ffffff; }
  .carousel--nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2; }
  .carousel--btn {
    font-size: 0.35em;
    margin-top: calc(-0.5rem + -0.5em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: auto;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .carousel--btn[data-direction="left"] {
      right: 100%;
      margin-right: 1rem; }
      .carousel--btn[data-direction="left"]:hover {
        border-right-color: #241f21; }
        .is-black .carousel--btn[data-direction="left"]:hover {
          border-right-color: #f1f2f2; }
    .carousel--btn[data-direction="right"] {
      left: 100%;
      margin-left: 1rem; }
      .carousel--btn[data-direction="right"]:hover {
        border-left-color: #241f21; }
        .is-black .carousel--btn[data-direction="right"]:hover {
          border-left-color: #f1f2f2; }
  .carousel--link {
    display: block;
    color: #241f21;
    padding: 0.25rem; }
    .is-black .carousel--link {
      color: #f1f2f2; }
  .carousel--thumb {
    margin: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .carousel--caption {
    margin-top: 1rem;
    text-align: center;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9375em;
    line-height: 1.2; }

.overlay {
  cursor: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden; }
  .is-loaded .overlay {
    -webkit-transition: all .2s 1s linear;
    transition: all .2s 1s linear; }
  .overlay-open .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .overlay--bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    pointer-events: none; }
    .is-loaded .overlay--bg {
      -webkit-transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, -webkit-transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, -webkit-transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.9s linear, visibility 0.1s 0.9s linear, transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .overlay-open .overlay--bg {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .overlay--title {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    padding: 0 1rem;
    margin: 1.5rem 0 0;
    font-size: 1em; }
    @media (min-width: 800px) {
      .overlay--title {
        margin: 2rem 0 0; } }
  .overlay--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 2rem 1rem; }
    @media (min-width: 800px) {
      .overlay--inner {
        padding: 4rem 8rem calc(2rem + 1em); } }
  .overlay--content {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear; }
    .overlay-open .overlay--content {
      opacity: 1;
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
  .overlay--cursor {
    display: none;
    position: fixed;
    width: 4em;
    height: 4em;
    border: 4px solid #d1d3d4;
    border-radius: 50%;
    margin-left: -2em;
    margin-top: -2em;
    pointer-events: none;
    z-index: 3;
    font-size: .65em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear; }
    .overlay-open .overlay--cursor {
      opacity: 1; }
    .overlay--cursor::before, .overlay--cursor::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -2px;
      margin-top: -1.25em;
      height: 2.5em;
      width: 4px;
      background: #d1d3d4;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .overlay--cursor::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .overlay--cursor::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .overlay--cursor.is-controling[data-state="pause"]::before, .overlay--cursor.is-controling[data-state="pause"]::after {
      -webkit-transform: scaleY(0.75);
              transform: scaleY(0.75); }
    .overlay--cursor.is-controling[data-state="pause"]::before {
      left: 35%; }
    .overlay--cursor.is-controling[data-state="pause"]::after {
      left: 65%; }
    .overlay--cursor.is-controling[data-state="play"]::before {
      width: 0;
      height: 0;
      left: 50%;
      border-top: .85em solid transparent;
      border-bottom: .85em solid transparent;
      border-right: 1.5em solid #d1d3d4;
      -webkit-transform: none;
              transform: none;
      background: none;
      margin-left: -.95em;
      margin-top: -.85em; }
    .overlay--cursor.is-controling[data-state="play"]::after {
      -webkit-transform: scaleY(0);
              transform: scaleY(0); }

.sign-up--success {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0; }
  .sign-up--success p {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.65em;
    line-height: 1;
    letter-spacing: 0.05em; }
  .sign-up--success > p:last-child {
    margin-bottom: 0; }

.sign-up {
  position: relative;
  margin-top: 4rem; }

@media (min-width: 800px) {
  .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 -0.5rem; } }

.form-item {
  margin-bottom: 1rem;
  position: relative; }
  @media (min-width: 800px) {
    .form-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 0.5rem; } }
  .form-item.is-action {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .form-item label.error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.65em;
    font-size: 0.85em;
    color: #d65c57; }
    @media (min-width: 800px) {
      .form-item label.error {
        padding: 0 0.5rem; } }
  .form-item .btn {
    padding-left: 4em;
    padding-right: 4em;
    width: 100%; }

.form-control {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  border-bottom: 1px solid;
  width: 100%;
  padding: 0.5em 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.65em;
  line-height: 1;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .paint-red .form-control {
    border-color: #d65c57; }
  .paint-blue .form-control {
    border-color: #00abc9; }
  .paint-green .form-control {
    border-color: #57a345; }
  .paint-yellow .form-control {
    border-color: #e3cc45; }
  .paint-pink .form-control {
    border-color: #f596bf; }
  .error .form-control {
    border-color: #d65c57; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d3d4; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d3d4; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d3d4; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d3d4; }

.reveal-set {
  margin-bottom: 2rem; }

.reveal {
  margin-bottom: 1rem; }
  .reveal--toggle {
    position: relative;
    margin: 0;
    padding: 0.5em 1.5em 0.5em 0;
    font-size: 1.35em;
    line-height: 1.2;
    border-bottom: 1px solid;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
    cursor: pointer; }
    .paint-red .reveal--toggle {
      border-color: #d65c57; }
    .paint-blue .reveal--toggle {
      border-color: #00abc9; }
    .paint-green .reveal--toggle {
      border-color: #57a345; }
    .paint-yellow .reveal--toggle {
      border-color: #e3cc45; }
    .paint-pink .reveal--toggle {
      border-color: #f596bf; }
    .reveal--toggle::after {
      content: "";
      display: block;
      position: absolute;
      top: 3.5em;
      right: 0.5em;
      width: 0;
      height: 0;
      font-size: 0.25em;
      border-left: 1.25em solid transparent;
      border-right: 1.25em solid transparent;
      border-top: 2em solid;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .paint-red .reveal--toggle::after {
        border-top-color: #d65c57; }
      .paint-blue .reveal--toggle::after {
        border-top-color: #00abc9; }
      .paint-green .reveal--toggle::after {
        border-top-color: #57a345; }
      .paint-yellow .reveal--toggle::after {
        border-top-color: #e3cc45; }
      .paint-pink .reveal--toggle::after {
        border-top-color: #f596bf; }
      .is-open .reveal--toggle::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .reveal--content {
    height: 0;
    overflow: hidden; }
    .is-open .reveal--content {
      height: auto !important; }
  .reveal--wrapper {
    padding: 1rem 0; }
    .reveal--wrapper > *:last-child {
      margin-bottom: 0; }

.sticky {
  display: none;
  position: absolute;
  top: 0;
  z-index: 4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .sticky.is-left {
    left: 0; }
  .sticky.is-right {
    right: 0; }
  @media (min-width: 800px) {
    .sticky {
      display: block; } }
  .sticky--content {
    padding-top: 1rem;
    padding-left: 2rem; }
    .sticky--content.is-stuck {
      top: 5em;
      position: fixed; }
      .is-left .sticky--content.is-stuck {
        left: 0; }
      .is-right .sticky--content.is-stuck {
        right: 0; }
    .sticky--content .btn {
      -webkit-box-shadow: 0 0 0 1px #ffffff;
              box-shadow: 0 0 0 1px #ffffff; }

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 1rem;
  padding: 0.5em 0;
  font-size: 1.35em;
  line-height: 1.2;
  border-bottom: 1px solid; }
  .paint-red .strip {
    border-color: #d65c57; }
  .paint-blue .strip {
    border-color: #00abc9; }
  .paint-green .strip {
    border-color: #57a345; }
  .paint-yellow .strip {
    border-color: #e3cc45; }
  .paint-pink .strip {
    border-color: #f596bf; }
  .strip--icon {
    font-size: 0.625em;
    color: #ffffff;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }

@-webkit-keyframes triBoxCorners {
  0%,
  2.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  12.5%,
  15% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  25%,
  27.5% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0); }
  37.5%,
  40% {
    -webkit-transform: translate3d(200%, 100%, 0);
            transform: translate3d(200%, 100%, 0); }
  50%,
  52.5% {
    -webkit-transform: translate3d(200%, 200%, 0);
            transform: translate3d(200%, 200%, 0); }
  62.5%,
  65% {
    -webkit-transform: translate3d(100%, 200%, 0);
            transform: translate3d(100%, 200%, 0); }
  75%,
  77.5% {
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0); }
  87.5%,
  90% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes triBoxCorners {
  0%,
  2.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  12.5%,
  15% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  25%,
  27.5% {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0); }
  37.5%,
  40% {
    -webkit-transform: translate3d(200%, 100%, 0);
            transform: translate3d(200%, 100%, 0); }
  50%,
  52.5% {
    -webkit-transform: translate3d(200%, 200%, 0);
            transform: translate3d(200%, 200%, 0); }
  62.5%,
  65% {
    -webkit-transform: translate3d(100%, 200%, 0);
            transform: translate3d(100%, 200%, 0); }
  75%,
  77.5% {
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0); }
  87.5%,
  90% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes triBoxEnds {
  0%,
  2.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  12.5%,
  15% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  25%,
  27.5% {
    -webkit-transform: translate3d(100%, 100%, 0);
            transform: translate3d(100%, 100%, 0); }
  37.5%,
  40% {
    -webkit-transform: translate3d(100%, 200%, 0);
            transform: translate3d(100%, 200%, 0); }
  50%,
  52.5% {
    -webkit-transform: translate3d(0%, 200%, 0);
            transform: translate3d(0%, 200%, 0); }
  62.5%,
  65% {
    -webkit-transform: translate3d(-100%, 200%, 0);
            transform: translate3d(-100%, 200%, 0); }
  75%,
  77.5% {
    -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0); }
  87.5%,
  90% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes triBoxEnds {
  0%,
  2.5% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  12.5%,
  15% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  25%,
  27.5% {
    -webkit-transform: translate3d(100%, 100%, 0);
            transform: translate3d(100%, 100%, 0); }
  37.5%,
  40% {
    -webkit-transform: translate3d(100%, 200%, 0);
            transform: translate3d(100%, 200%, 0); }
  50%,
  52.5% {
    -webkit-transform: translate3d(0%, 200%, 0);
            transform: translate3d(0%, 200%, 0); }
  62.5%,
  65% {
    -webkit-transform: translate3d(-100%, 200%, 0);
            transform: translate3d(-100%, 200%, 0); }
  75%,
  77.5% {
    -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0); }
  87.5%,
  90% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9; }
  .is-showing .loader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s 1.5s linear;
    transition: all 0.8s 1.5s linear; }

.logo-deconstructed {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 8rem;
  height: 8rem; }
  .is-showing .logo-deconstructed {
    opacity: 0;
    -webkit-transition: opacity 0.3s 1.2s linear;
    transition: opacity 0.3s 1.2s linear; }
  .logo-deconstructed--base {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .logo-deconstructed--base .line-1,
    .logo-deconstructed--base .line-2 {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      opacity: 0; }
      .is-showing .logo-deconstructed--base .line-1, .is-showing
      .logo-deconstructed--base .line-2 {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
        -webkit-transition: opacity 0.15s 0.35s linear, -webkit-transform 0.35s 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.15s 0.35s linear, -webkit-transform 0.35s 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.35s 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s 0.35s linear;
        transition: transform 0.35s 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s 0.35s linear, -webkit-transform 0.35s 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .logo-deconstructed--base .line-1 {
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
    .logo-deconstructed--base .line-2 {
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0; }
  .logo-deconstructed--letters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative; }
  .logo-deconstructed .parts {
    position: relative;
    height: 2.6666666667rem;
    -webkit-flex-basis: 2.6666666667rem;
        -ms-flex-preferred-size: 2.6666666667rem;
            flex-basis: 2.6666666667rem; }
    .logo-deconstructed .parts span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .logo-deconstructed .parts span img {
        display: block;
        width: 100%;
        height: 100%; }
    .logo-deconstructed .parts.moving:nth-child(1) span, .logo-deconstructed .parts.moving:nth-child(3) span, .logo-deconstructed .parts.moving:nth-child(7) span, .logo-deconstructed .parts.moving:nth-child(9) span {
      -webkit-animation: triBoxCorners 4s cubic-bezier(0.645, 0.045, 0.355, 1) both;
              animation: triBoxCorners 4s cubic-bezier(0.645, 0.045, 0.355, 1) both;
      -webkit-animation-delay: -1.5s;
              animation-delay: -1.5s; }
    .logo-deconstructed .parts.moving:nth-child(2) span, .logo-deconstructed .parts.moving:nth-child(4) span, .logo-deconstructed .parts.moving:nth-child(6) span, .logo-deconstructed .parts.moving:nth-child(8) span {
      -webkit-animation: triBoxEnds 4s cubic-bezier(0.645, 0.045, 0.355, 1) both;
              animation: triBoxEnds 4s cubic-bezier(0.645, 0.045, 0.355, 1) both;
      -webkit-animation-delay: -1.5s;
              animation-delay: -1.5s; }
    .logo-deconstructed .parts--3, .logo-deconstructed .parts--6 {
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg); }
      .logo-deconstructed .parts--3 img, .logo-deconstructed .parts--6 img {
        -webkit-transform: rotateZ(-90deg);
                transform: rotateZ(-90deg); }
    .logo-deconstructed .parts--7, .logo-deconstructed .parts--4 {
      -webkit-transform: rotateZ(-90deg);
              transform: rotateZ(-90deg); }
      .logo-deconstructed .parts--7 img, .logo-deconstructed .parts--4 img {
        -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg); }
    .logo-deconstructed .parts--9, .logo-deconstructed .parts--8 {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
      .logo-deconstructed .parts--9 img, .logo-deconstructed .parts--8 img {
        -webkit-transform: rotateZ(-180deg);
                transform: rotateZ(-180deg); }

.is-404 body {
  color: #ffffff; }

.content-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100%;
  text-align: center; }
  .paint-red .content-404 {
    background: #d65c57; }
  .paint-blue .content-404 {
    background: #00abc9; }
  .paint-green .content-404 {
    background: #57a345; }
  .paint-yellow .content-404 {
    background: #e3cc45; }
  .paint-pink .content-404 {
    background: #f596bf; }
  .content-404 .wrapper {
    background: none; }
  .content-404 h1 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 25vw;
    -webkit-animation: 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s both fadeIn;
            animation: 3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s both fadeIn; }
  .content-404 p {
    -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s both fadeInUp;
            animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s both fadeInUp; }
    .content-404 p:nth-child(1) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .content-404 p:nth-child(2) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
  .content-404--action {
    -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.65s both fadeInUp;
            animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.65s both fadeInUp; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: #ffffff;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  -webkit-box-shadow: 0 0 0 1px rgba(36, 31, 33, 0.1);
          box-shadow: 0 0 0 1px rgba(36, 31, 33, 0.1);
  -webkit-animation: 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1) both dropDown;
          animation: 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1) both dropDown;
  z-index: 9; }
  .header.is-clean {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .nav-open .header {
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(36, 31, 33, 0.1);
            box-shadow: 0 0 0 1px rgba(36, 31, 33, 0.1); }
  .header--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 1rem; }
    @media (min-width: 800px) {
      .header--inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 2rem; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  height: 100%;
  z-index: 3;
  -webkit-animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both fadeIn;
          animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both fadeIn; }
  @media (min-width: 800px) {
    .logo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 100%;
      min-width: 0; } }
  .logo--link {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0;
    padding: 1.75rem 0;
    width: 100%;
    color: #241f21;
    text-decoration: none;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear; }
    .logo--link img {
      display: block;
      width: auto;
      height: 1.5rem; }
  .logo--icon {
    margin-right: 1rem; }

.main-navigation,
.footer-navigation {
  display: none; }
  @media (min-width: 800px) {
    .main-navigation,
    .footer-navigation {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 0px;
      max-width: 100%;
      padding: 0; } }
  .main-navigation > ul,
  .footer-navigation > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 800px) {
      .main-navigation > ul,
      .footer-navigation > ul {
        margin-right: -1em; } }
    .main-navigation > ul > li,
    .footer-navigation > ul > li {
      position: relative;
      -webkit-animation: 1s linear both fadeIn;
              animation: 1s linear both fadeIn;
      /* Desktop Dropdown Hovers */
      /* Dropdowns */ }
      .main-navigation > ul > li.nav-highlight,
      .footer-navigation > ul > li.nav-highlight {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 3px;
        -webkit-transition: background 0.15s linear;
        transition: background 0.15s linear;
        -webkit-animation: none;
                animation: none; }
        .paint-red .main-navigation > ul > li.nav-highlight, .paint-red
        .footer-navigation > ul > li.nav-highlight {
          background: #d65c57; }
        .paint-blue .main-navigation > ul > li.nav-highlight, .paint-blue
        .footer-navigation > ul > li.nav-highlight {
          background: #00abc9; }
        .paint-green .main-navigation > ul > li.nav-highlight, .paint-green
        .footer-navigation > ul > li.nav-highlight {
          background: #57a345; }
        .paint-yellow .main-navigation > ul > li.nav-highlight, .paint-yellow
        .footer-navigation > ul > li.nav-highlight {
          background: #e3cc45; }
        .paint-pink .main-navigation > ul > li.nav-highlight, .paint-pink
        .footer-navigation > ul > li.nav-highlight {
          background: #f596bf; }
      .main-navigation > ul > li:nth-child(1),
      .footer-navigation > ul > li:nth-child(1) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      .main-navigation > ul > li:nth-child(2),
      .footer-navigation > ul > li:nth-child(2) {
        -webkit-animation-delay: 0.55s;
                animation-delay: 0.55s; }
      .main-navigation > ul > li:nth-child(3),
      .footer-navigation > ul > li:nth-child(3) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
      .main-navigation > ul > li:nth-child(4),
      .footer-navigation > ul > li:nth-child(4) {
        -webkit-animation-delay: 0.65s;
                animation-delay: 0.65s; }
      .main-navigation > ul > li:nth-child(5),
      .footer-navigation > ul > li:nth-child(5) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; }
      .main-navigation > ul > li:nth-child(6),
      .footer-navigation > ul > li:nth-child(6) {
        -webkit-animation-delay: 0.75s;
                animation-delay: 0.75s; }
      .main-navigation > ul > li:nth-child(7),
      .footer-navigation > ul > li:nth-child(7) {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s; }
      .main-navigation > ul > li a,
      .footer-navigation > ul > li a {
        display: block;
        position: relative;
        text-align: center;
        text-decoration: none;
        margin: 0;
        padding: 2em 1em;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 0.85em;
        letter-spacing: 0.025em;
        text-transform: uppercase;
        color: #241f21;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .main-navigation > ul > li a:hover,
        .footer-navigation > ul > li a:hover {
          color: #241f21; }
        .main-navigation > ul > li a span,
        .footer-navigation > ul > li a span {
          display: block; }
      @media (min-width: 800px) {
        .main-navigation > ul > li.is-dropdown:hover ul,
        .footer-navigation > ul > li.is-dropdown:hover ul {
          visibility: visible;
          opacity: 1;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          z-index: 2; }
          .main-navigation > ul > li.is-dropdown:hover ul::before,
          .footer-navigation > ul > li.is-dropdown:hover ul::before {
            -webkit-transform: none;
                    transform: none; }
          .main-navigation > ul > li.is-dropdown:hover ul li,
          .footer-navigation > ul > li.is-dropdown:hover ul li {
            opacity: 1;
            -webkit-transform: none;
                    transform: none; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(1),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(1) {
              -webkit-transition-delay: 0.2s;
                      transition-delay: 0.2s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(2),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(2) {
              -webkit-transition-delay: 0.275s;
                      transition-delay: 0.275s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(3),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(3) {
              -webkit-transition-delay: 0.35s;
                      transition-delay: 0.35s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(4),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(4) {
              -webkit-transition-delay: 0.425s;
                      transition-delay: 0.425s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(5),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(5) {
              -webkit-transition-delay: 0.5s;
                      transition-delay: 0.5s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(6),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(6) {
              -webkit-transition-delay: 0.45s;
                      transition-delay: 0.45s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(7),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(7) {
              -webkit-transition-delay: 0.5s;
                      transition-delay: 0.5s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(8),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(8) {
              -webkit-transition-delay: 0.55s;
                      transition-delay: 0.55s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(9),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(9) {
              -webkit-transition-delay: 0.6s;
                      transition-delay: 0.6s; }
            .main-navigation > ul > li.is-dropdown:hover ul li:nth-child(10),
            .footer-navigation > ul > li.is-dropdown:hover ul li:nth-child(10) {
              -webkit-transition-delay: 0.65s;
                      transition-delay: 0.65s; } }
      .main-navigation > ul > li ul,
      .footer-navigation > ul > li ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none; }
        @media (min-width: 800px) {
          .main-navigation > ul > li ul,
          .footer-navigation > ul > li ul {
            display: block !important;
            position: absolute;
            top: 100%;
            right: 0;
            padding: 0 1em 0.5em;
            min-width: 7em;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.1s 0.4s linear;
            transition: all 0.1s 0.4s linear; }
            .main-navigation > ul > li ul::before,
            .footer-navigation > ul > li ul::before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -webkit-transform: scaleY(0);
                      transform: scaleY(0);
              -webkit-transform-origin: 0 0;
                      transform-origin: 0 0;
              -webkit-transition: background 0.15s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
              transition: background 0.15s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
              transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), background 0.15s linear;
              transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), background 0.15s linear, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
              background: #ffffff; }
            .main-navigation > ul > li ul li,
            .footer-navigation > ul > li ul li {
              opacity: 0;
              -webkit-transform: translate3d(0.5em, 0, 0);
                      transform: translate3d(0.5em, 0, 0);
              -webkit-transition: opacity 0.1s linear, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              transition: opacity 0.1s linear, -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              transition: opacity 0.1s linear, transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              transition: opacity 0.1s linear, transform 0.2s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0, 1);
              -webkit-transition-delay: 0s;
                      transition-delay: 0s; }
              .main-navigation > ul > li ul li a,
              .footer-navigation > ul > li ul li a {
                text-align: right;
                padding: 0.5em 0; } }

.menu-toggle {
  background: none;
  -webkit-appearance: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3; }
  @media (min-width: 800px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle span {
    display: block;
    -webkit-transition: width 0.15s ease-in-out, height 0.15s ease-in-out, background 0.15s linear;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out, background 0.15s linear; }
  .menu-toggle--hamburger {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .menu-toggle--hamburger span {
      width: 1.75rem;
      height: 2px;
      position: relative;
      top: calc(0.75rem - 1px);
      left: 0.625rem;
      margin: 5px 0; }
      .paint-red .menu-toggle--hamburger span {
        background: #d65c57; }
      .paint-blue .menu-toggle--hamburger span {
        background: #00abc9; }
      .paint-green .menu-toggle--hamburger span {
        background: #57a345; }
      .paint-yellow .menu-toggle--hamburger span {
        background: #e3cc45; }
      .paint-pink .menu-toggle--hamburger span {
        background: #f596bf; }
      .menu-toggle--hamburger span:nth-child(1) {
        -webkit-transition: width 0.2s 0.5s ease-in-out, height 0.2s 0.5s ease-in-out, background 0.15s linear;
        transition: width 0.2s 0.5s ease-in-out, height 0.2s 0.5s ease-in-out, background 0.15s linear; }
      .menu-toggle--hamburger span:nth-child(2) {
        -webkit-transition: width 0.2s 0.625s ease-in-out, height 0.2s 0.625s ease-in-out, background 0.15s linear;
        transition: width 0.2s 0.625s ease-in-out, height 0.2s 0.625s ease-in-out, background 0.15s linear; }
      .menu-toggle--hamburger span:nth-child(3) {
        -webkit-transition: width 0.2s 0.75s ease-in-out, height 0.2s 0.75s ease-in-out, background 0.15s linear;
        transition: width 0.2s 0.75s ease-in-out, height 0.2s 0.75s ease-in-out, background 0.15s linear; }
  .menu-toggle--close {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .paint-red .menu-toggle--close span {
      background: #d65c57; }
    .paint-blue .menu-toggle--close span {
      background: #00abc9; }
    .paint-green .menu-toggle--close span {
      background: #57a345; }
    .paint-yellow .menu-toggle--close span {
      background: #e3cc45; }
    .paint-pink .menu-toggle--close span {
      background: #f596bf; }
    .menu-toggle--close span:nth-child(1) {
      height: 0%;
      width: 2px;
      position: absolute;
      top: 15%;
      left: calc(1.5rem - 1px);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .menu-toggle--close span:nth-child(2) {
      width: 0%;
      height: 2px;
      position: absolute;
      left: 15%;
      top: calc(1.5rem - 1px);
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; }
  .nav-open .menu-toggle--hamburger span {
    width: 0%; }
    .nav-open .menu-toggle--hamburger span:nth-child(1) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .nav-open .menu-toggle--hamburger span:nth-child(2) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .nav-open .menu-toggle--hamburger span:nth-child(3) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
  .nav-open .menu-toggle--close span:nth-child(1) {
    height: 70%;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .nav-open .menu-toggle--close span:nth-child(2) {
    width: 70%;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; }

.mobile-nav {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 800px) {
    .mobile-nav {
      display: none; } }
  .is-loaded .mobile-nav {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-open .mobile-nav {
    opacity: 1;
    visibility: visible; }
  .mobile-nav--overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none; }
    @media (min-width: 800px) {
      .mobile-nav--overlay {
        display: none; } }
    .is-loaded .mobile-nav--overlay {
      -webkit-transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.1s 0.4s linear, visibility 0.1s 0.4s linear, transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .nav-open .mobile-nav--overlay {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }

.mobile-navigation ul {
  margin: 0;
  padding: 0; }
  .mobile-navigation ul li {
    position: relative;
    border-bottom: 1px solid rgba(36, 31, 33, 0.1); }
    .nav-open .mobile-navigation ul li {
      -webkit-animation: 1s linear both fadeIn;
              animation: 1s linear both fadeIn; }
    .mobile-navigation ul li:nth-child(1) {
      -webkit-animation-delay: 0.25s;
              animation-delay: 0.25s; }
    .mobile-navigation ul li:nth-child(2) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .mobile-navigation ul li:nth-child(3) {
      -webkit-animation-delay: 0.35s;
              animation-delay: 0.35s; }
    .mobile-navigation ul li:nth-child(4) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .mobile-navigation ul li:nth-child(5) {
      -webkit-animation-delay: 0.45s;
              animation-delay: 0.45s; }
    .mobile-navigation ul li:nth-child(6) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .mobile-navigation ul li:nth-child(7) {
      -webkit-animation-delay: 0.55s;
              animation-delay: 0.55s; }
    .mobile-navigation ul li:nth-child(8) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    .mobile-navigation ul li:nth-child(9) {
      -webkit-animation-delay: 0.65s;
              animation-delay: 0.65s; }
    .mobile-navigation ul li:nth-child(10) {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
    .mobile-navigation ul li a {
      display: block;
      position: relative;
      text-decoration: none;
      margin: 0;
      padding: 1em 3.875em 0.85em;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 1.125em;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      color: #241f21;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    .mobile-navigation ul li.is-dropdown ul {
      display: block;
      margin: 0;
      padding: 0;
      height: 0;
      overflow-y: hidden; }
      .mobile-navigation ul li.is-dropdown ul li {
        border-top: 1px solid rgba(36, 31, 33, 0.1);
        border-bottom: none; }
        .mobile-navigation ul li.is-dropdown ul li a {
          padding-left: 5.375em; }

.social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social-nav.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .social-nav.is-vertical a {
      margin: 1em 0; }
  .social-nav.is-white a {
    border: none;
    background: #ffffff; }
    .paint-red .social-nav.is-white a {
      color: #d65c57; }
    .paint-blue .social-nav.is-white a {
      color: #00abc9; }
    .paint-green .social-nav.is-white a {
      color: #57a345; }
    .paint-yellow .social-nav.is-white a {
      color: #e3cc45; }
    .paint-pink .social-nav.is-white a {
      color: #f596bf; }
  .social-nav a {
    display: block;
    margin: 0 0.75em;
    font-size: 0.85em; }
  .social-nav.is-footer {
    padding: 1.5rem 0;
    border-top: 1px solid #ffffff; }
    @media (min-width: 800px) {
      .social-nav.is-footer {
        padding: 0;
        border: none; }
        .social-nav.is-footer a:last-child {
          margin-right: 0; } }

.hero-section--bg {
  max-height: calc(100vh - 5rem);
  overflow: hidden;
  position: relative; }
  .hero-section--bg::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  .is-active .hero-section--bg {
    -webkit-animation: 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both pulseIn;
            animation: 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both pulseIn; }
  .hero-section--bg img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .is-active .hero-section--bg.is-contained {
    -webkit-animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both razorUp;
            animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both razorUp; }
  .hero-section--bg.is-contained img {
    -o-object-fit: contain;
       object-fit: contain;
    width: calc(100% - 2rem);
    height: calc(100% - 4rem); }
    @media (min-width: 800px) {
      .hero-section--bg.is-contained img {
        width: calc(100% - 4rem);
        height: calc(100% - 8rem); } }
    .hero-section--bg.is-contained img.is-20 {
      width: calc(20% - 2rem); }
    .hero-section--bg.is-contained img.is-25 {
      width: calc(25% - 2rem); }
    .hero-section--bg.is-contained img.is-40 {
      width: calc(40% - 2rem); }
    .hero-section--bg.is-contained img.is-50 {
      width: calc(50% - 2rem); }
    .hero-section--bg.is-contained img.is-60 {
      width: calc(60% - 2rem); }
    .hero-section--bg.is-contained img.is-75 {
      width: calc(75% - 2rem); }
    .hero-section--bg.is-contained img.is-80 {
      width: calc(80% - 2rem); }
  .hero-section--bg.is-left img {
    left: 1rem;
    right: auto;
    -o-object-position: left;
       object-position: left; }
    @media (min-width: 800px) {
      .hero-section--bg.is-left img {
        left: 4rem; } }
  .hero-section--bg.is-center img {
    left: 1rem;
    right: 1rem;
    -o-object-position: center;
       object-position: center; }
    @media (min-width: 800px) {
      .hero-section--bg.is-center img {
        left: 4rem;
        right: 4rem; } }
  .hero-section--bg.is-right img {
    right: 1rem;
    left: auto;
    -o-object-position: right;
       object-position: right; }
    @media (min-width: 800px) {
      .hero-section--bg.is-right img {
        right: 4rem; } }

.carousel .hero-section--overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; }

.hero-section--overlay .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: none; }
  .is-contained + .hero-section--overlay .wrapper {
    padding: 0 2rem;
    max-width: none; }
    @media (min-width: 800px) {
      .is-contained + .hero-section--overlay .wrapper {
        padding: 0 4rem; } }

.hero-section--content {
  display: block;
  position: relative; }
  .is-active .hero-section--content {
    -webkit-animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both fadeInUp;
            animation: 1.8s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both fadeInUp; }
  .hero-section--content.is-left {
    margin-right: auto; }
  .hero-section--content.is-center {
    margin: 0 auto;
    text-align: center; }
  .hero-section--content.is-right {
    margin-left: auto; }

.is-20 {
  width: calc(20% - 2rem); }

.is-25 {
  width: calc(25% - 2rem); }

.is-40 {
  width: calc(40% - 2rem); }

.is-50 {
  width: calc(50% - 2rem); }

.is-60 {
  width: calc(60% - 2rem); }

.is-75 {
  width: calc(75% - 2rem); }

.is-80 {
  width: calc(80% - 2rem); }

.section {
  position: relative; }
  .section.is-gray {
    background: #f1f2f2; }
    .section.is-gray .wrapper {
      background: none; }
  .section.is-colorized {
    background: #241f21;
    color: #ffffff; }
    .section.is-colorized .wrapper {
      background: none; }

.post--photo, .post--gallery {
  margin: 2rem 0; }
  @media (min-width: 800px) {
    .post--photo, .post--gallery {
      margin: 2rem -1rem; } }
  @media (min-width: 980px) {
    .post--photo, .post--gallery {
      margin: 3rem -3rem; } }
  @media (min-width: 1280px) {
    .post--photo, .post--gallery {
      margin: 3rem -6rem; } }
  [class*="col-"] .post--photo, [class*="col-"] .post--gallery {
    margin: 0; }

.post--gallery .post--photo {
  margin: 1rem 0; }

@media (min-width: 800px) {
  .post--gallery.is-collage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    .post--gallery.is-collage .post--photo {
      margin: 0.25rem 0;
      padding: 0 0.25rem;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
      .post--gallery.is-collage .post--photo.is-2-up {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 50%; }
      .post--gallery.is-collage .post--photo.is-3-up {
        -webkit-flex-basis: 33.3333%;
            -ms-flex-preferred-size: 33.3333%;
                flex-basis: 33.3333%;
        max-width: 33.33333%; }
      .post--gallery.is-collage .post--photo.is-4-up {
        -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
        max-width: 25%; } }

@media (min-width: 980px) {
  .post--gallery.is-collage {
    margin-left: -3.25rem;
    margin-right: -3.25rem; } }

@media (min-width: 1280px) {
  .post--gallery.is-collage {
    margin-left: -6.25rem;
    margin-right: -6.25rem; } }

.page-content {
  margin: 0 auto;
  max-width: 45em; }

@media (min-width: 800px) {
  .artists-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem -0.25rem 0; } }

.artist {
  position: relative; }
  @media (min-width: 800px) {
    .artist {
      padding: 0 0.25rem;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%; } }
  .artist--link {
    display: block;
    position: relative; }
  .artist--thumbnail {
    margin: 0; }
  .artist--name {
    margin: 0.5em 0 1.5em;
    padding: 0;
    border: none;
    text-align: center;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9375em;
    line-height: 1.65;
    letter-spacing: 0.025em; }

.artist-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1rem; }
  @media (min-width: 800px) {
    .artist-header {
      margin: 0 -1.5rem; } }
  @media (min-width: 980px) {
    .artist-header {
      margin: 0 -2.5rem; } }
  .artist-header--title, .artist-header--social {
    padding: 0 1rem;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 800px) {
      .artist-header--title, .artist-header--social {
        padding: 0 1.5rem; } }
    @media (min-width: 980px) {
      .artist-header--title, .artist-header--social {
        padding: 0 2.5rem; } }
  @media (min-width: 800px) {
    .artist-header--title {
      -webkit-flex-basis: 65%;
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%;
      max-width: 65%; } }
  .artist-header--social {
    margin-top: 1rem;
    font-size: 0.6060625em; }
    @media (min-width: 800px) {
      .artist-header--social {
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
        max-width: 35%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0; } }
    .artist-header--social a {
      margin: 0 0.5em; }
      .artist-header--social a:first-child {
        margin-left: 0; }
      .artist-header--social a:last-child {
        margin-right: 0; }
      .artist-header--social a:nth-child(1) {
        background: #57a345; }
      .artist-header--social a:nth-child(2) {
        background: #f596bf; }
      .artist-header--social a:nth-child(3) {
        background: #00abc9; }
      .artist-header--social a:nth-child(4) {
        background: #e3cc45; }
      .artist-header--social a:nth-child(5) {
        background: #d65c57; }
      .artist-header--social a:nth-child(6) {
        background: #57a345; }
      .artist-header--social a:nth-child(7) {
        background: #f596bf; }
      .artist-header--social a:nth-child(8) {
        background: #00abc9; }
      .artist-header--social a:nth-child(9) {
        background: #e3cc45; }
      .artist-header--social a:nth-child(10) {
        background: #d65c57; }

@media (min-width: 800px) {
  .artist-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -1.5rem; } }

@media (min-width: 980px) {
  .artist-details {
    margin: 0 -2.5rem; } }

.artist-details--bio, .artist-details--contact {
  position: relative; }
  @media (min-width: 800px) {
    .artist-details--bio, .artist-details--contact {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 1.5rem; } }
  @media (min-width: 980px) {
    .artist-details--bio, .artist-details--contact {
      padding: 0 2.5rem; } }

@media (min-width: 800px) {
  .artist-details--bio {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    max-width: 65%; } }

@media (min-width: 800px) {
  .artist-details--contact {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    max-width: 35%; } }

@media (min-width: 800px) {
  .videos-group {
    margin-bottom: 4rem; } }

.videos-grid {
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .videos-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 3rem -0.25rem 2rem; } }
  .videos-grid.mb0 {
    margin-bottom: 0; }

.video {
  position: relative; }
  @media (min-width: 800px) {
    .video {
      padding: 0 0.25rem;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%; } }
  .video--link {
    display: block;
    position: relative; }
    @media (min-width: 800px) {
      .video--link:hover .video--thumbnail .is-aspect::after {
        opacity: 0;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .video--link:hover .video--thumbnail img {
        opacity: 0.9; } }
  .video--thumbnail {
    margin: 0;
    position: relative; }
    .video--thumbnail .is-aspect::after {
      -webkit-transition: opacity 0s 0.45s linear;
      transition: opacity 0s 0.45s linear; }
  .video--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 4em;
    height: 4em;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.75em;
    z-index: 2;
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.15s linear, -webkit-transform 0.25s ease;
    transition: opacity 0.15s linear, -webkit-transform 0.25s ease;
    transition: opacity 0.15s linear, transform 0.25s ease;
    transition: opacity 0.15s linear, transform 0.25s ease, -webkit-transform 0.25s ease; }
    .paint-red .video--icon {
      background: #d65c57; }
    .paint-blue .video--icon {
      background: #00abc9; }
    .paint-green .video--icon {
      background: #57a345; }
    .paint-yellow .video--icon {
      background: #e3cc45; }
    .paint-pink .video--icon {
      background: #f596bf; }
    .is-loaded + .video--icon {
      opacity: 1; }
    .video--icon .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1em;
      margin-left: -1em; }
  .video--title {
    margin: 0.5em 0 1.5em;
    padding: 0;
    border: none;
    text-align: center;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9375em;
    line-height: 1.65;
    letter-spacing: 0.025em; }

.tour-group h1 {
  padding-top: 2rem; }

.tour-list {
  margin-bottom: 4rem; }
  .tour-list .bit-logo-container,
  .tour-list .bit-logo {
    display: none !important; }
  .tour-list .bit-widget {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px; }
    @media (min-width: 800px) {
      .tour-list .bit-widget {
        font-size: 16px; } }
    .tour-list .bit-widget img.bit-widget-loading {
      display: block;
      width: 2rem;
      height: 2rem;
      margin: 4rem auto;
      padding-left: 2rem;
      overflow: hidden;
      background: transparent url("/assets/img/Sinderlyn-s-icon.svg") center center no-repeat;
      -webkit-animation: square-spin 2s 0s cubic-bezier(0.77, 0, 0.175, 1) infinite;
              animation: square-spin 2s 0s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
    .tour-list .bit-widget .bit-top-track-button {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      padding: 2rem 0; }
    .tour-list .bit-widget .bit-play-my-city-button {
      background: none;
      margin: 2rem 0 0;
      text-transform: none;
      font-size: 0.85em;
      line-height: 1;
      padding: 1em;
      border: 1px solid; }
      .paint-red .tour-list .bit-widget .bit-play-my-city-button {
        border-color: #d65c57; }
      .paint-blue .tour-list .bit-widget .bit-play-my-city-button {
        border-color: #00abc9; }
      .paint-green .tour-list .bit-widget .bit-play-my-city-button {
        border-color: #57a345; }
      .paint-yellow .tour-list .bit-widget .bit-play-my-city-button {
        border-color: #e3cc45; }
      .paint-pink .tour-list .bit-widget .bit-play-my-city-button {
        border-color: #f596bf; }
      .paint-red .tour-list .bit-widget .bit-play-my-city-button {
        color: #d65c57; }
      .paint-blue .tour-list .bit-widget .bit-play-my-city-button {
        color: #00abc9; }
      .paint-green .tour-list .bit-widget .bit-play-my-city-button {
        color: #57a345; }
      .paint-yellow .tour-list .bit-widget .bit-play-my-city-button {
        color: #e3cc45; }
      .paint-pink .tour-list .bit-widget .bit-play-my-city-button {
        color: #f596bf; }
    .tour-list .bit-widget .bit-nav-bar-container {
      padding: 0; }
      .tour-list .bit-widget .bit-nav-bar-container .bit-nav-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0;
        padding: 1.5rem 0;
        border-bottom: 1px solid; }
        .paint-red .tour-list .bit-widget .bit-nav-bar-container .bit-nav-bar {
          border-color: #d65c57; }
        .paint-blue .tour-list .bit-widget .bit-nav-bar-container .bit-nav-bar {
          border-color: #00abc9; }
        .paint-green .tour-list .bit-widget .bit-nav-bar-container .bit-nav-bar {
          border-color: #57a345; }
        .paint-yellow .tour-list .bit-widget .bit-nav-bar-container .bit-nav-bar {
          border-color: #e3cc45; }
        .paint-pink .tour-list .bit-widget .bit-nav-bar-container .bit-nav-bar {
          border-color: #f596bf; }
    .tour-list .bit-widget .bit-event-list-title {
      padding: 0 0.5em 0 0;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 1.25em;
      text-transform: none;
      color: #241f21;
      text-decoration: none;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .tour-list .bit-widget .bit-event-list-title:first-child::after {
        content: "/";
        display: inline-block;
        padding-left: 0.5em;
        color: #d1d3d4; }
      .tour-list .bit-widget .bit-event-list-title.bit-clickable {
        color: #d1d3d4;
        text-decoration: none !important; }
    .tour-list .bit-widget .bit-upcoming-events,
    .tour-list .bit-widget .bit-past-events {
      border: none;
      margin: 0 !important; }
    .tour-list .bit-widget .bit-event {
      display: block !important;
      text-align: center;
      border: none;
      background: none !important;
      border-bottom: 1px solid;
      padding: 1rem 0 !important;
      text-transform: uppercase; }
      .paint-red .tour-list .bit-widget .bit-event {
        border-color: #d65c57; }
      .paint-blue .tour-list .bit-widget .bit-event {
        border-color: #00abc9; }
      .paint-green .tour-list .bit-widget .bit-event {
        border-color: #57a345; }
      .paint-yellow .tour-list .bit-widget .bit-event {
        border-color: #e3cc45; }
      .paint-pink .tour-list .bit-widget .bit-event {
        border-color: #f596bf; }
      @media (min-width: 800px) {
        .tour-list .bit-widget .bit-event {
          display: -webkit-box !important;
          display: -webkit-flex !important;
          display: -ms-flexbox !important;
          display: flex !important;
          text-align: left; } }
      .tour-list .bit-widget .bit-event .bit-details {
        display: block !important;
        margin: 0 !important; }
        @media (min-width: 800px) {
          .tour-list .bit-widget .bit-event .bit-details {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important; } }
        @media (min-width: 980px) {
          .tour-list .bit-widget .bit-event .bit-details {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -webkit-flex-direction: row !important;
                -ms-flex-direction: row !important;
                    flex-direction: row !important;
            -webkit-box-align: center !important;
            -webkit-align-items: center !important;
                -ms-flex-align: center !important;
                    align-items: center !important; } }
      .tour-list .bit-widget .bit-event .bit-date,
      .tour-list .bit-widget .bit-event .bit-venue {
        margin: 0; }
      .tour-list .bit-widget .bit-event .bit-rsvp-container,
      .tour-list .bit-widget .bit-event .bit-offers-container {
        -webkit-flex-basis: none;
            -ms-flex-preferred-size: none;
                flex-basis: none;
        margin: 0.5rem 0.5rem 0 !important; }
        @media (min-width: 800px) {
          .tour-list .bit-widget .bit-event .bit-rsvp-container,
          .tour-list .bit-widget .bit-event .bit-offers-container {
            margin: 0 0 0 1rem !important;
            padding: 0; } }
      .tour-list .bit-widget .bit-event .bit-date {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 800;
        min-width: 7.5em;
        font-size: 1.65em;
        line-height: 1;
        letter-spacing: 0.05em;
        white-space: nowrap;
        margin-bottom: 0.25em; }
      .tour-list .bit-widget .bit-event .bit-location,
      .tour-list .bit-widget .bit-event .bit-venue {
        margin: 0;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700; }
        @media (min-width: 980px) {
          .tour-list .bit-widget .bit-event .bit-location,
          .tour-list .bit-widget .bit-event .bit-venue {
            margin: 0 0 0 auto; } }
      .tour-list .bit-widget .bit-event .bit-venue {
        color: #d1d3d4; }
        @media (min-width: 980px) {
          .tour-list .bit-widget .bit-event .bit-venue {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 0 1rem; } }
      .tour-list .bit-widget .bit-event .bit-event-buttons {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
            -ms-flex-align: center !important;
                align-items: center !important; }
      .tour-list .bit-widget .bit-event .bit-button {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
        background: none;
        -webkit-appearance: none !important;
        border: none;
        border-radius: 0;
        outline: none;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        padding: 0.85em 1em;
        width: auto !important;
        min-width: 8em;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 1em;
        line-height: 1.2;
        letter-spacing: normal;
        text-transform: none;
        text-align: center;
        background: none;
        border: 1px solid; }
        .paint-red .tour-list .bit-widget .bit-event .bit-button {
          border-color: #d65c57; }
        .paint-blue .tour-list .bit-widget .bit-event .bit-button {
          border-color: #00abc9; }
        .paint-green .tour-list .bit-widget .bit-event .bit-button {
          border-color: #57a345; }
        .paint-yellow .tour-list .bit-widget .bit-event .bit-button {
          border-color: #e3cc45; }
        .paint-pink .tour-list .bit-widget .bit-event .bit-button {
          border-color: #f596bf; }
        .paint-red .tour-list .bit-widget .bit-event .bit-button {
          color: #d65c57; }
        .paint-blue .tour-list .bit-widget .bit-event .bit-button {
          color: #00abc9; }
        .paint-green .tour-list .bit-widget .bit-event .bit-button {
          color: #57a345; }
        .paint-yellow .tour-list .bit-widget .bit-event .bit-button {
          color: #e3cc45; }
        .paint-pink .tour-list .bit-widget .bit-event .bit-button {
          color: #f596bf; }
        .tour-list .bit-widget .bit-event .bit-button span {
          font-size: 1em !important; }
        .tour-list .bit-widget .bit-event .bit-button.bit-offers-menu {
          position: absolute;
          border: none;
          left: -1px;
          right: -1px;
          top: calc(100% + 0.5rem);
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 0;
          background: #241f21;
          color: #ffffff; }
          .tour-list .bit-widget .bit-event .bit-button.bit-offers-menu a.bit-offer {
            display: block;
            padding: 0.85em 2em;
            font-size: 1em;
            -webkit-transition: all 0.15s linear;
            transition: all 0.15s linear; }
            .tour-list .bit-widget .bit-event .bit-button.bit-offers-menu a.bit-offer:hover {
              background: #5b4e53;
              color: #ffffff; }
    .tour-list .bit-widget.bit-layout-row .bit-event:hover {
      background: none; }
    .tour-list .bit-widget.bit-layout-row .bit-rsvp-container,
    .tour-list .bit-widget.bit-layout-row .bit-offers-container {
      margin: 0 0 0 1rem;
      padding: 0; }
    .tour-list .bit-widget.bit-layout-row .bit-date {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0 3rem 0 0;
      min-width: 5em; }
    .tour-list .bit-widget.bit-layout-row .bit-venue {
      margin: 0 auto 0 0; }
    .tour-list .bit-widget.bit-layout-row .bit-location {
      margin: 0 2rem;
      font-weight: 400; }
    .tour-list .bit-widget .bit-no-dates-container {
      border: none;
      margin: 0;
      padding: 2rem 0; }
      @media (min-width: 800px) {
        .tour-list .bit-widget .bit-no-dates-container {
          padding: 4rem 0; } }
      .tour-list .bit-widget .bit-no-dates-container .bit-no-dates-title {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 800;
        text-transform: none;
        font-size: 1.65em; }
      .tour-list .bit-widget .bit-no-dates-container b {
        font-weight: 700; }
      .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
        display: inline-block;
        position: relative;
        margin: 2rem 0 0;
        padding: 0;
        background: none;
        -webkit-appearance: none !important;
        border: none;
        border-radius: 0;
        outline: none;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        width: auto;
        padding: 0.85em 2em;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 1em;
        line-height: 1.2;
        letter-spacing: normal;
        text-transform: none;
        text-align: center;
        background: none;
        border: 1px solid;
        overflow: hidden; }
        .paint-red .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          border-color: #d65c57; }
        .paint-blue .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          border-color: #00abc9; }
        .paint-green .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          border-color: #57a345; }
        .paint-yellow .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          border-color: #e3cc45; }
        .paint-pink .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          border-color: #f596bf; }
        .paint-red .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          color: #d65c57; }
        .paint-blue .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          color: #00abc9; }
        .paint-green .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          color: #57a345; }
        .paint-yellow .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          color: #e3cc45; }
        .paint-pink .tour-list .bit-widget .bit-no-dates-container .bit-track-button {
          color: #f596bf; }

.news-item {
  position: relative;
  margin: 2.5rem 0; }
  @media (min-width: 800px) {
    .news-item {
      margin: 4.5rem 0; } }
  .news-item.is-large, .news-item.is-featured {
    border-top: 1px solid #d1d3d4;
    margin: 4rem 0;
    padding: 4rem 0 0; }
    .news-item.is-large:first-child, .news-item.is-featured:first-child {
      border-top: none;
      padding-top: 0; }
  .news-item.is-end {
    text-align: center; }
    .news-item.is-end .icon {
      font-size: 2em;
      color: rgba(209, 211, 212, 0.5); }
  .news-item--date {
    display: block;
    margin-bottom: 1em;
    font-size: 0.85em;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic; }
  .news-item--title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500; }
    .is-featured .news-item--title {
      text-transform: none;
      letter-spacing: normal; }
  .news-item--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -1rem; }
    @media (min-width: 800px) {
      .news-item--content {
        margin: 0 -2.5rem; } }
    .is-large .news-item--content {
      display: block;
      margin: 0; }
  .news-item--header, .news-item--graphic, .news-item--preview {
    padding: 0 1rem;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 800px) {
      .news-item--header, .news-item--graphic, .news-item--preview {
        padding: 0 2.5rem; } }
    .is-large .news-item--header, .is-large .news-item--graphic, .is-large .news-item--preview {
      margin: 0 auto;
      padding: 0; }
  .news-item--header {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 800px) {
      .news-item--header {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 800px) {
      .is-large .news-item--header {
        max-width: 45em; } }
    @media (min-width: 800px) {
      .is-featured .news-item--header {
        -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
                flex-basis: 45%;
        max-width: 45%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .news-item--link {
    display: block;
    text-decoration: none; }
  .news-item--graphic {
    margin: 0 0 1.5rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 800px) {
      .news-item--graphic {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
        max-width: 35%; } }
    .is-large .news-item--graphic {
      margin: 0 0 2rem;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      max-width: none; }
      @media (min-width: 800px) {
        .is-large .news-item--graphic {
          margin: 0 0 3rem; } }
    @media (min-width: 800px) {
      .is-featured .news-item--graphic {
        -webkit-flex-basis: 55%;
            -ms-flex-preferred-size: 55%;
                flex-basis: 55%;
        max-width: 55%; } }
  .news-item--preview {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 800px) {
      .news-item--preview {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        -webkit-flex-basis: 65%;
            -ms-flex-preferred-size: 65%;
                flex-basis: 65%;
        max-width: 65%; } }
    .is-large .news-item--preview {
      max-width: none; }
      @media (min-width: 800px) {
        .is-large .news-item--preview {
          max-width: 45em; } }
    .is-featured .news-item--preview {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      max-width: none;
      padding: 0; }
  .news-item--btn {
    text-decoration: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #241f21; }

.article {
  position: relative; }
  .article--header {
    margin: 0 auto 3rem; }
    @media (min-width: 800px) {
      .article--header {
        max-width: 45em; } }
  .article--date {
    display: block;
    margin-bottom: 1em;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.85em;
    letter-spacing: 0.015em; }
  .article--title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .article--content {
    margin: 0 auto; }
    @media (min-width: 800px) {
      .article--content {
        max-width: 45em; } }
    .article--content a {
      color: #d1d3d4;
      border-bottom: 1px solid;
      -webkit-transition: color 0.15s linear, border 0.15s linear;
      transition: color 0.15s linear, border 0.15s linear; }
      .article--content a:hover {
        color: #241f21; }
    .article--content ul,
    .article--content ol {
      margin: 0 0 1.5em;
      font-size: 0.9375em;
      line-height: 1.65;
      letter-spacing: 0.025em; }
    .article--content ul {
      list-style: circle; }
    .article--content ol {
      list-style: decimal; }
    .article--content .video-wrapper {
      position: relative;
      margin: 0 0 1.5em;
      padding-bottom: 56.25%;
      height: 0; }
      .article--content .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .article--more {
    margin: 4rem 0; }

.feature {
  position: relative; }
  .feature--header {
    margin: 0 auto 3rem;
    padding-bottom: 3rem;
    text-align: center;
    border-bottom: 1px solid; }
    .paint-red .feature--header {
      border-color: #d65c57; }
    .paint-blue .feature--header {
      border-color: #00abc9; }
    .paint-green .feature--header {
      border-color: #57a345; }
    .paint-yellow .feature--header {
      border-color: #e3cc45; }
    .paint-pink .feature--header {
      border-color: #f596bf; }
    @media (min-width: 800px) {
      .feature--header {
        max-width: 45em; } }
  .feature--title {
    padding: 0;
    border: none;
    font-size: 2.25em;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0.025em; }
  .feature--subhead {
    margin: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.2; }
  .feature--meta {
    margin-top: 3rem;
    font-size: 1em;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.025em; }
  .feature--author {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .feature--meta-pipe {
    display: inline-block;
    margin: 0 0.25em; }
  .feature--content {
    margin: 0 auto; }
    @media (min-width: 800px) {
      .feature--content {
        max-width: 45em; } }
    .feature--content a:not(.btn) {
      border-bottom: 1px solid;
      -webkit-transition: color 0.15s linear, border 0.15s linear;
      transition: color 0.15s linear, border 0.15s linear; }
      .paint-red .feature--content a:not(.btn) {
        color: #d65c57; }
      .paint-blue .feature--content a:not(.btn) {
        color: #00abc9; }
      .paint-green .feature--content a:not(.btn) {
        color: #57a345; }
      .paint-yellow .feature--content a:not(.btn) {
        color: #e3cc45; }
      .paint-pink .feature--content a:not(.btn) {
        color: #f596bf; }
      .feature--content a:not(.btn):hover {
        color: #241f21; }
    .feature--content ul,
    .feature--content ol {
      margin: 0 0 1.5em;
      font-size: 0.9375em;
      line-height: 1.65;
      letter-spacing: 0.025em; }
    .feature--content ul {
      list-style: circle; }
    .feature--content ol {
      list-style: decimal; }
  .feature .logo--icon {
    display: block;
    margin: 6rem 0 4rem;
    text-align: center; }
    .paint-red .feature .logo--icon {
      color: #d65c57; }
    .paint-blue .feature .logo--icon {
      color: #00abc9; }
    .paint-green .feature .logo--icon {
      color: #57a345; }
    .paint-yellow .feature .logo--icon {
      color: #e3cc45; }
    .paint-pink .feature .logo--icon {
      color: #f596bf; }

.footer {
  color: #ffffff; }
  .paint-red .footer {
    background: #d65c57; }
  .paint-blue .footer {
    background: #00abc9; }
  .paint-green .footer {
    background: #57a345; }
  .paint-yellow .footer {
    background: #e3cc45; }
  .paint-pink .footer {
    background: #f596bf; }
  .footer--inner {
    padding: 0; }
    @media (min-width: 800px) {
      .footer--inner {
        padding: 1rem 0; } }
  @media (min-width: 800px) {
    .footer--row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0;
      padding: 0 1rem; } }
  @media (min-width: 800px) {
    .footer--col {
      padding: 0 1rem; }
      .footer--col.is-equal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .footer--col:first-child {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .footer--col:last-child {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .footer--bottom {
    padding: 2rem 0 4rem;
    border-top: 1px solid #ffffff;
    text-align: center; }
    @media (min-width: 800px) {
      .footer--bottom {
        padding: 3rem 0 5rem; } }
  .footer .logo {
    padding: 0.5rem 0; }
    @media (min-width: 800px) {
      .footer .logo {
        padding: 0; } }
    .footer .logo img {
      height: 7.5rem; }
  .footer-navigation > ul > li a {
    color: #ffffff; }
    .footer-navigation > ul > li a:hover {
      color: #ffffff; }

.back-to-top {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  .back-to-top strong {
    display: inline-block;
    position: relative; }
  .back-to-top:hover strong {
    -webkit-animation: flipUp 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: flipUp 1s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
