 {
  /* Just for the example. Fee free to delete these three lines */
  /* Style the thumbnails */
  /* The stage is the wrapper. The image fills 100% the height of the stage */
  /* Ths play, pause, prev and next buttons */
  /* The previous and next textual buttons */
  /*for the tool tips*/
  /* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */
  /* #account-edit-view {
border: 1px solid #DDD;
border-radius: 4px;
} */ }
  .visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .flex {
    display: flex; }
  .inline-flex {
    display: inline-flex; }
  .flex-auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex-nowrap {
    flex-wrap: nowrap; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .justify-center {
    justify-content: center; }
  .justify-start {
    justify-content: flex-start; }
  .justify-end {
    justify-content: flex-end; }
  .justify-around {
    justify-content: space-around; }
  .justify-between {
    justify-content: space-between; }
  .align-baseline {
    align-items: baseline; }
  .align-center {
    align-items: center; }
  .align-end {
    align-items: flex-end; }
  .align-start {
    align-items: flex-start; }
  .align-stretch {
    align-items: stretch; }
  .flex-column {
    flex-direction: column; }
  .flex-column-reverse {
    flex-direction: column-reverse; }
  .flex-row {
    flex-direction: row; }
  .flex-row-reverse {
    flex-direction: row-reverse; }
  @media (min-width: 26em) {
    .flex-xs {
      display: flex; }
    .flex-column-xs {
      flex-direction: column; }
    .flex-column-reverse-xs {
      flex-direction: column-reverse; }
    .flex-row-xs {
      flex-direction: row; }
    .flex-row-reverse-xs {
      flex-direction: row-reverse; }
    .align-center-xs {
      align-items: center; } }
  @media (min-width: 48em) {
    .flex-sm {
      display: flex; }
    .flex-column-sm {
      flex-direction: column; }
    .flex-column-reverse-sm {
      flex-direction: column-reverse; }
    .flex-row-sm {
      flex-direction: row; }
    .flex-row-reverse-sm {
      flex-direction: row-reverse; }
    .align-center-sm {
      align-items: center; } }
  @media (min-width: 54em) {
    .flex-md {
      display: flex; }
    .flex-column-md {
      flex-direction: column; }
    .flex-column-reverse-md {
      flex-direction: column-reverse; }
    .flex-row-md {
      flex-direction: row; }
    .flex-row-reverse-md {
      flex-direction: row-reverse; }
    .align-center-md {
      align-items: center; } }
  @media (min-width: 81em) {
    .flex-lg {
      display: flex; }
    .flex-column-lg {
      flex-direction: column; }
    .flex-column-reverse-lg {
      flex-direction: column-reverse; }
    .flex-row-lg {
      flex-direction: row; }
    .flex-row-reverse-lg {
      flex-direction: row-reverse; }
    .align-center-lg {
      align-items: center; } }
  @media (min-width: 91em) {
    .flex-xl {
      display: flex; }
    .flex-column-xl {
      flex-direction: column; }
    .flex-column-reverse-xl {
      flex-direction: column-reverse; }
    .flex-row-xl {
      flex-direction: row; }
    .flex-row-reverse-xl {
      flex-direction: row-reverse; }
    .align-center-xl {
      align-items: center; } }
  .dn {
    display: none; }
  .di {
    display: inline; }
  .db {
    display: block; }
  .dib {
    display: inline-block; }
  .flex {
    display: flex; }
  @media (min-width: 26em) {
    .dn-xs {
      display: none; }
    .db-xs {
      display: block; }
    .di-xs {
      display: inline; }
    .din-xs {
      display: inline-block; }
    .flex-xs {
      display: flex; } }
  @media (min-width: 48em) {
    .dn-sm {
      display: none; }
    .db-sm {
      display: block; }
    .di-sm {
      display: inline; }
    .din-sm {
      display: inline-block; }
    .flex-sm {
      display: flex; } }
  @media (min-width: 54em) {
    .dn-md {
      display: none; }
    .db-md {
      display: block; }
    .di-md {
      display: inline; }
    .din-md {
      display: inline-block; }
    .flex-md {
      display: flex; } }
  @media (min-width: 81em) {
    .dn-lg {
      display: none; }
    .db-lg {
      display: block; }
    .di-lg {
      display: inline; }
    .din-lg {
      display: inline-block; }
    .flex-lg {
      display: flex; } }
  @media (min-width: 91em) {
    .dn-xl {
      display: none; }
    .db-xl {
      display: block; }
    .di-xl {
      display: inline; }
    .din-xl {
      display: inline-block; }
    .flex-xl {
      display: flex; } }
  .i {
    font-style: italic; }
  .fs-normal {
    font-style: normal; }
  .ttc {
    text-transform: capitalize; }
  .ttl {
    text-transform: lowercase; }
  .ttu {
    text-transform: uppercase; }
  .ttn {
    text-transform: none; }
  .tl {
    text-align: left; }
  .tr {
    text-align: right; }
  .tc {
    text-align: center; }
  .tj {
    text-align: justify; }
  .tdn {
    text-decoration: none; }
  .underline {
    text-decoration: underline; }
  .no-underline {
    text-decoration: none; }
  @media (min-width: 26em) {
    .tr-xs {
      text-align: right; }
    .tl-xs {
      text-align: left; } }
  @media (min-width: 48em) {
    .tr-sm {
      text-align: right; }
    .tl-sm {
      text-align: left; } }
  @media (min-width: 54em) {
    .tr-md {
      text-align: right; }
    .tl-md {
      text-align: left; } }
  @media (min-width: 81em) {
    .tr-lg {
      text-align: right; }
    .tl-lg {
      text-align: left; } }
  @media (min-width: 91em) {
    .tr-xl {
      text-align: right; }
    .tl-xl {
      text-align: left; } }
  .static {
    position: static; }
  .relative {
    position: relative; }
  .absolute {
    position: absolute; }
  .fixed {
    position: fixed; }
  @media (min-width: 26em) {
    .static-xs {
      position: static; }
    .relative-xs {
      position: relative; }
    .absolute-xs {
      position: absolute; }
    .fixed-xs {
      position: fixed; } }
  @media (min-width: 48em) {
    .static-sm {
      position: static; }
    .relative-sm {
      position: relative; }
    .absolute-sm {
      position: absolute; }
    .fixed-sm {
      position: fixed; } }
  @media (min-width: 54em) {
    .static-md {
      position: static; }
    .relative-md {
      position: relative; }
    .absolute-md {
      position: absolute; }
    .fixed-md {
      position: fixed; } }
  @media (min-width: 81em) {
    .static-lg {
      position: static; }
    .relative-lg {
      position: relative; }
    .absolute-lg {
      position: absolute; }
    .fixed-lg {
      position: fixed; } }
  @media (min-width: 91em) {
    .static-xl {
      position: static; }
    .relative-xl {
      position: relative; }
    .absolute-xl {
      position: absolute; }
    .fixed-xl {
      position: fixed; } }
  *, *::before {
    box-sizing: border-box; }
  html {
    box-sizing: border-box;
    min-height: 100%;
    height: 100%; }
  body {
    min-height: 100vh;
    background: white; }
    body.is-block {
      overflow: hidden; }
  img {
    max-width: 100%; }
  .is-hidden {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden; }
  .main {
    padding-top: 4rem; }
    @media (min-width: 54em) {
      .main {
        padding-top: 7.3125rem; } }
  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='tel'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    background: none;
    outline: none; }
  .top-wrapper {
    width: 57.25rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.225s ease; }
    .top-wrapper.is-show {
      opacity: 1;
      visibility: visible; }
    .top-wrapper a {
      position: fixed;
      bottom: 6.25rem;
      z-index: 2; }
  a {
    color: #9b9b9b; }
    a:hover {
      color: #ef457d; }
  .row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 54em) {
      .row {
        margin-left: -20px;
        margin-right: -20px; } }
  [class^="col-"],
  [class*=" col-"] {
    padding: 0 0.625rem; }
    @media (min-width: 48em) {
      [class^="col-"],
      [class*=" col-"] {
        padding: 0 10px; } }
  .col-xs-1 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%; } }
  @media (min-width: 26em) {
    .col-xs-offset-1 {
      margin-left: 8.33333%; } }
  .col-xs-2 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%; } }
  @media (min-width: 26em) {
    .col-xs-offset-2 {
      margin-left: 16.66667%; } }
  .col-xs-3 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-3 {
        max-width: 25%;
        flex-basis: 25%; } }
  @media (min-width: 26em) {
    .col-xs-offset-3 {
      margin-left: 25%; } }
  .col-xs-4 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%; } }
  @media (min-width: 26em) {
    .col-xs-offset-4 {
      margin-left: 33.33333%; } }
  .col-xs-5 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%; } }
  @media (min-width: 26em) {
    .col-xs-offset-5 {
      margin-left: 41.66667%; } }
  .col-xs-6 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-6 {
        max-width: 50%;
        flex-basis: 50%; } }
  @media (min-width: 26em) {
    .col-xs-offset-6 {
      margin-left: 50%; } }
  .col-xs-7 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%; } }
  @media (min-width: 26em) {
    .col-xs-offset-7 {
      margin-left: 58.33333%; } }
  .col-xs-8 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%; } }
  @media (min-width: 26em) {
    .col-xs-offset-8 {
      margin-left: 66.66667%; } }
  .col-xs-9 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-9 {
        max-width: 75%;
        flex-basis: 75%; } }
  @media (min-width: 26em) {
    .col-xs-offset-9 {
      margin-left: 75%; } }
  .col-xs-10 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%; } }
  @media (min-width: 26em) {
    .col-xs-offset-10 {
      margin-left: 83.33333%; } }
  .col-xs-11 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%; } }
  @media (min-width: 26em) {
    .col-xs-offset-11 {
      margin-left: 91.66667%; } }
  .col-xs-12 {
    flex: 0 0 100%; }
    @media (min-width: 26em) {
      .col-xs-12 {
        max-width: 100%;
        flex-basis: 100%; } }
  @media (min-width: 26em) {
    .col-xs-offset-12 {
      margin-left: 100%; } }
  .col-sm-1 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%; } }
  @media (min-width: 48em) {
    .col-sm-offset-1 {
      margin-left: 8.33333%; } }
  .col-sm-2 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%; } }
  @media (min-width: 48em) {
    .col-sm-offset-2 {
      margin-left: 16.66667%; } }
  .col-sm-3 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-3 {
        max-width: 25%;
        flex-basis: 25%; } }
  @media (min-width: 48em) {
    .col-sm-offset-3 {
      margin-left: 25%; } }
  .col-sm-4 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%; } }
  @media (min-width: 48em) {
    .col-sm-offset-4 {
      margin-left: 33.33333%; } }
  .col-sm-5 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%; } }
  @media (min-width: 48em) {
    .col-sm-offset-5 {
      margin-left: 41.66667%; } }
  .col-sm-6 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-6 {
        max-width: 50%;
        flex-basis: 50%; } }
  @media (min-width: 48em) {
    .col-sm-offset-6 {
      margin-left: 50%; } }
  .col-sm-7 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%; } }
  @media (min-width: 48em) {
    .col-sm-offset-7 {
      margin-left: 58.33333%; } }
  .col-sm-8 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%; } }
  @media (min-width: 48em) {
    .col-sm-offset-8 {
      margin-left: 66.66667%; } }
  .col-sm-9 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-9 {
        max-width: 75%;
        flex-basis: 75%; } }
  @media (min-width: 48em) {
    .col-sm-offset-9 {
      margin-left: 75%; } }
  .col-sm-10 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%; } }
  @media (min-width: 48em) {
    .col-sm-offset-10 {
      margin-left: 83.33333%; } }
  .col-sm-11 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%; } }
  @media (min-width: 48em) {
    .col-sm-offset-11 {
      margin-left: 91.66667%; } }
  .col-sm-12 {
    flex: 0 0 100%; }
    @media (min-width: 48em) {
      .col-sm-12 {
        max-width: 100%;
        flex-basis: 100%; } }
  @media (min-width: 48em) {
    .col-sm-offset-12 {
      margin-left: 100%; } }
  .col-md-1 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%; } }
  @media (min-width: 54em) {
    .col-md-offset-1 {
      margin-left: 8.33333%; } }
  .col-md-2 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%; } }
  @media (min-width: 54em) {
    .col-md-offset-2 {
      margin-left: 16.66667%; } }
  .col-md-3 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-3 {
        max-width: 25%;
        flex-basis: 25%; } }
  @media (min-width: 54em) {
    .col-md-offset-3 {
      margin-left: 25%; } }
  .col-md-4 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%; } }
  @media (min-width: 54em) {
    .col-md-offset-4 {
      margin-left: 33.33333%; } }
  .col-md-5 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%; } }
  @media (min-width: 54em) {
    .col-md-offset-5 {
      margin-left: 41.66667%; } }
  .col-md-6 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-6 {
        max-width: 50%;
        flex-basis: 50%; } }
  @media (min-width: 54em) {
    .col-md-offset-6 {
      margin-left: 50%; } }
  .col-md-7 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%; } }
  @media (min-width: 54em) {
    .col-md-offset-7 {
      margin-left: 58.33333%; } }
  .col-md-8 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%; } }
  @media (min-width: 54em) {
    .col-md-offset-8 {
      margin-left: 66.66667%; } }
  .col-md-9 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-9 {
        max-width: 75%;
        flex-basis: 75%; } }
  @media (min-width: 54em) {
    .col-md-offset-9 {
      margin-left: 75%; } }
  .col-md-10 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%; } }
  @media (min-width: 54em) {
    .col-md-offset-10 {
      margin-left: 83.33333%; } }
  .col-md-11 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%; } }
  @media (min-width: 54em) {
    .col-md-offset-11 {
      margin-left: 91.66667%; } }
  .col-md-12 {
    flex: 0 0 100%; }
    @media (min-width: 54em) {
      .col-md-12 {
        max-width: 100%;
        flex-basis: 100%; } }
  @media (min-width: 54em) {
    .col-md-offset-12 {
      margin-left: 100%; } }
  .col-lg-1 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%; } }
  @media (min-width: 81em) {
    .col-lg-offset-1 {
      margin-left: 8.33333%; } }
  .col-lg-2 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%; } }
  @media (min-width: 81em) {
    .col-lg-offset-2 {
      margin-left: 16.66667%; } }
  .col-lg-3 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-3 {
        max-width: 25%;
        flex-basis: 25%; } }
  @media (min-width: 81em) {
    .col-lg-offset-3 {
      margin-left: 25%; } }
  .col-lg-4 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%; } }
  @media (min-width: 81em) {
    .col-lg-offset-4 {
      margin-left: 33.33333%; } }
  .col-lg-5 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%; } }
  @media (min-width: 81em) {
    .col-lg-offset-5 {
      margin-left: 41.66667%; } }
  .col-lg-6 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-6 {
        max-width: 50%;
        flex-basis: 50%; } }
  @media (min-width: 81em) {
    .col-lg-offset-6 {
      margin-left: 50%; } }
  .col-lg-7 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%; } }
  @media (min-width: 81em) {
    .col-lg-offset-7 {
      margin-left: 58.33333%; } }
  .col-lg-8 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%; } }
  @media (min-width: 81em) {
    .col-lg-offset-8 {
      margin-left: 66.66667%; } }
  .col-lg-9 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-9 {
        max-width: 75%;
        flex-basis: 75%; } }
  @media (min-width: 81em) {
    .col-lg-offset-9 {
      margin-left: 75%; } }
  .col-lg-10 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%; } }
  @media (min-width: 81em) {
    .col-lg-offset-10 {
      margin-left: 83.33333%; } }
  .col-lg-11 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%; } }
  @media (min-width: 81em) {
    .col-lg-offset-11 {
      margin-left: 91.66667%; } }
  .col-lg-12 {
    flex: 0 0 100%; }
    @media (min-width: 81em) {
      .col-lg-12 {
        max-width: 100%;
        flex-basis: 100%; } }
  @media (min-width: 81em) {
    .col-lg-offset-12 {
      margin-left: 100%; } }
  .col-xl-1 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%; } }
  @media (min-width: 91em) {
    .col-xl-offset-1 {
      margin-left: 8.33333%; } }
  .col-xl-2 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%; } }
  @media (min-width: 91em) {
    .col-xl-offset-2 {
      margin-left: 16.66667%; } }
  .col-xl-3 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-3 {
        max-width: 25%;
        flex-basis: 25%; } }
  @media (min-width: 91em) {
    .col-xl-offset-3 {
      margin-left: 25%; } }
  .col-xl-4 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%; } }
  @media (min-width: 91em) {
    .col-xl-offset-4 {
      margin-left: 33.33333%; } }
  .col-xl-5 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%; } }
  @media (min-width: 91em) {
    .col-xl-offset-5 {
      margin-left: 41.66667%; } }
  .col-xl-6 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-6 {
        max-width: 50%;
        flex-basis: 50%; } }
  @media (min-width: 91em) {
    .col-xl-offset-6 {
      margin-left: 50%; } }
  .col-xl-7 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%; } }
  @media (min-width: 91em) {
    .col-xl-offset-7 {
      margin-left: 58.33333%; } }
  .col-xl-8 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%; } }
  @media (min-width: 91em) {
    .col-xl-offset-8 {
      margin-left: 66.66667%; } }
  .col-xl-9 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-9 {
        max-width: 75%;
        flex-basis: 75%; } }
  @media (min-width: 91em) {
    .col-xl-offset-9 {
      margin-left: 75%; } }
  .col-xl-10 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%; } }
  @media (min-width: 91em) {
    .col-xl-offset-10 {
      margin-left: 83.33333%; } }
  .col-xl-11 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%; } }
  @media (min-width: 91em) {
    .col-xl-offset-11 {
      margin-left: 91.66667%; } }
  .col-xl-12 {
    flex: 0 0 100%; }
    @media (min-width: 91em) {
      .col-xl-12 {
        max-width: 100%;
        flex-basis: 100%; } }
  @media (min-width: 91em) {
    .col-xl-offset-12 {
      margin-left: 100%; } }
  .container {
    position: relative;
    width: 100%;
    max-width: 61.75rem;
    margin: 0 auto;
    padding: 0 0.625rem; }
    @media (min-width: 54em) {
      .container {
        padding: 0 2.5rem; } }
  html {
    min-height: 100%;
    position: relative;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
    html.wf-active {
      font-family: "Poppins", sans-serif; }
  body {
    line-height: inherit;
    font-family: "Poppins", sans-serif !important; }
  input,
  textarea {
    font-family: "Poppins", sans-serif !important; }
  a {
    color: #9b9b9b;
    text-decoration: none;
    cursor: pointer; }
  h1 {
    font-size: 1.125rem;
    color: #00b1d2;
    letter-spacing: 0.38px; }
    @media (min-width: 48em) {
      h1 {
        font-size: 1.75rem;
        letter-spacing: 0.7px; } }
  h2 {
    color: #00b1d2;
    font-size: 1.125rem; }
    @media (min-width: 48em) {
      h2 {
        font-size: 2rem; } }
  h3 {
    color: #4ac1e0;
    font-size: 1.3125rem; }
    @media (min-width: 48em) {
      h3 {
        font-size: 2rem; } }
  h4 {
    font-size: 1rem;
    color: #ef457d; }
    @media (min-width: 48em) {
      h4 {
        font-size: 1.375rem; } }
  h5 {
    font-size: 0.9375rem;
    color: #ef457d; }
    @media (min-width: 48em) {
      h5 {
        font-size: 1.75rem; } }
  h6 {
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      h6 {
        font-size: 1.125rem; } }
  p {
    letter-spacing: 0.26px;
    font-size: 0.875rem;
    line-height: 1.45;
    font-weight: 300; }
    @media (min-width: 48em) {
      p {
        letter-spacing: 0.45px;
        font-size: 1.125rem; } }
  button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    outline: none; }
  .btn {
    font-weight: 500;
    font-size: 0.875rem;
    min-width: 6.875rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.625rem;
    transition: background-color 0.225s ease, color 0.225s ease; }
    .btn:hover {
      color: white; }
    @media (min-width: 48em) {
      .btn {
        min-width: 10.4375rem;
        height: 2.5rem;
        font-size: 1rem; } }
    .btn--primary {
      background-color: #ef457d;
      color: white; }
      .btn--primary:hover {
        background-color: #d31d4b; }
    .btn--secondary {
      background-color: #00b1d2;
      color: white;
      width: 12.9375rem;
      height: 2.125rem; }
      .btn--secondary:hover {
        background-color: #4ac1e0; }
    .btn--outline {
      background-color: white;
      color: #ef457d;
      border: 1px solid #ef457d; }
      .btn--outline:hover {
        background-color: #ef457d;
        color: white; }
  .mainHeader {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 21;
    background-color: white; }
    @media (min-width: 54em) {
      .mainHeader {
        box-shadow: none; } }
    .mainHeader--content {
      padding: 0.8125rem 0.625rem; }
      @media (min-width: 54em) {
        .mainHeader--content {
          padding: 1.25rem 2.75rem; } }
    .mainHeader--logo {
      margin-left: 1.25rem; }
      @media (min-width: 48em) {
        .mainHeader--logo {
          margin-left: 0; } }
      .mainHeader--logo svg,
      .mainHeader--logo img {
        width: 3.9375rem;
        height: 1.9375rem; }
        @media (min-width: 48em) {
          .mainHeader--logo svg,
          .mainHeader--logo img {
            width: 9rem;
            height: 4.375rem; } }
  .btn {
    margin-left: auto; }
    @media (min-width: 48em) {
      .btn {
        margin-left: 0; } }
  .menu {
    margin-left: auto; }
    .menu li {
      margin-right: 1rem; }
      .menu li a {
        font-size: 0.875rem;
        color: black; }
        .menu li a:hover {
          border-bottom: 1px solid black; }
  .mainFooter {
    padding-top: 0.9375rem; }
    @media (min-width: 48em) {
      .mainFooter {
        padding-top: 5.625rem; } }
    .mainFooter--content {
      border-top: 1px solid #9b9b9b;
      padding: 3.75rem 0;
      position: relative; }
      .mainFooter--content ul {
        margin-bottom: 0.3125rem; }
        .mainFooter--content ul li {
          padding: 0 0.3125rem; }
          .mainFooter--content ul li:after {
            padding-left: 0.3125rem;
            content: '|';
            color: #9b9b9b;
            font-size: 0.5625rem; }
            @media (min-width: 48em) {
              .mainFooter--content ul li:after {
                font-size: 0.875rem; } }
          .mainFooter--content ul li:last-of-type:after {
            content: none; }
          .mainFooter--content ul li a {
            color: #9b9b9b;
            font-size: 0.5625rem;
            letter-spacing: 0.25px; }
            @media (min-width: 48em) {
              .mainFooter--content ul li a {
                font-size: 0.875rem; } }
      .mainFooter--content .mainFooter--social {
        margin-bottom: 1.875rem; }
        .mainFooter--content .mainFooter--social li {
          margin: 0 0.625rem; }
          .mainFooter--content .mainFooter--social li:before, .mainFooter--content .mainFooter--social li:after {
            content: none; }
          .mainFooter--content .mainFooter--social li svg path {
            transition: fill 0.225s ease; }
          .mainFooter--content .mainFooter--social li a:hover svg path {
            fill: #ef457d; }
  .toTop {
    /* position: absolute;
  top: -5px;
  right: 36px; */
    background-color: #ef457d;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: background-color 0.225s ease; }
    .toTop:hover {
      background-color: #eb165c; }
  .hero {
    height: 9.375rem;
    background-size: cover;
    background-position: center;
    max-width: 61.75rem;
    margin: 0 auto; }
    .hero--banner {
      display: block;
      height: auto;
      max-width: 100%; }
    @media (min-width: 48em) {
      .hero {
        height: 23.25rem; } }
  .menu-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 16.5rem;
    height: 100%;
    z-index: 22;
    background-color: white;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: translate3d(-100%, 0, 0);
    text-align: left;
    overflow: hidden; }
    .menu-mobile.is-open {
      transform: translateY(0);
      visibility: visible; }
  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.225s ease;
    z-index: 2; }
    .overlay.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
  .menu--header {
    padding: 0.875rem 1.125rem 0.75rem 1.1875rem;
    border-bottom: 1px solid #B4B3B5; }
  .menu--logo svg {
    width: 63px;
    height: 31px; }
  .menu--mobile li {
    font-size: 0.6875rem; }
  .menu--mobile__main {
    margin-bottom: 1.875rem; }
    .menu--mobile__main li {
      border-bottom: 1px solid #B4B3B5; }
      .menu--mobile__main li a {
        padding: 0.5625rem 1.1875rem;
        color: black; }
  .menu--mobile__secondary {
    margin-left: 1.1875rem; }
    .menu--mobile__secondary li {
      margin-bottom: 0.875rem; }
      .menu--mobile__secondary li a {
        color: #4ac1e0;
        font-weight: 500; }
  .country-selector {
    z-index: 4 !important; }
  .sign-up {
    position: fixed;
    bottom: 0;
    width: 100%;
    transform: translateY(236px);
    transition: transform 0.225s ease;
    z-index: 9; }
    @media (min-width: 48em) {
      .sign-up {
        width: 24.375rem; } }
    .sign-up--toggle {
      background-color: black;
      color: white;
      height: 3.5625rem;
      width: 100%;
      padding: 0 1.875rem;
      font-size: 0.9375rem;
      font-weight: 500; }
      .sign-up--toggle img {
        transition: transform 0.225s ease; }
    .sign-up.is-expanded {
      transform: translateY(0); }
      .sign-up.is-expanded .sign-up--toggle img {
        transform: rotate(180deg); }
    .sign-up--content {
      background-color: #ebebeb;
      padding-bottom: 2.1875rem; }
      .sign-up--content form {
        padding: 2.375rem 2.1875rem; }
        .sign-up--content form input,
        .sign-up--content form button {
          width: 100%;
          height: 2.5rem; }
        .sign-up--content form button {
          font-size: 0.875rem; }
        .sign-up--content form input {
          background-color: white;
          text-align: center;
          margin-bottom: 0.9375rem; }
        .sign-up--content form ::-ms-input-placeholder {
          color: black;
          font-size: 0.875rem; }
        :global .sign-up--content form ::-ms-input-placeholder {
          color: black;
          font-size: 0.875rem; }
        .sign-up--content form ::placeholder {
          color: black;
          font-size: 0.875rem; }
      .sign-up--content p {
        font-size: 0.6875rem; }
      .sign-up--content a {
        color: #ef457d;
        text-decoration: underline; }
    .sign-up #mc-embedded-subscribe {
      background-color: #ef457d;
      color: white;
      font-weight: 500;
      font-size: 0.875rem;
      margin-bottom: 0; }
      .sign-up #mc-embedded-subscribe:hover {
        background-color: #d31d4b; }
  .sign-up--wrapper {
    width: 61.25rem;
    margin: 0 auto; }
  #mc_embed_signup div.mce_inline_error {
    font-weight: 400 !important;
    font-size: 14px !important;
    background-color: #c51e1e !important; }
  #mce-responses {
    text-align: center;
    font-size: 14px; }
  input:not([type='checkbox']) {
    -webkit-appearance: none; }
  input,
  textarea,
  select {
    width: 100%;
    border: 1px solid #d7d7d7;
    font-size: 0.875rem;
    color: #898989;
    padding-left: 0.25rem; }
    @media (min-width: 48em) {
      input,
      textarea,
      select {
        padding-left: 0.625rem;
        font-size: 0.75rem; } }
  input:not([type='checkbox']),
  select {
    height: 1.375rem; }
    @media (min-width: 48em) {
      input:not([type='checkbox']),
      select {
        height: 2.5625rem; } }
  textarea {
    resize: none;
    height: 3.75rem; }
    @media (min-width: 48em) {
      textarea {
        height: 6.875rem; } }
  label {
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      label {
        font-size: 0.875rem; } }
  .input-row {
    margin-bottom: 0.6875rem; }
  .input-row--half .input-group {
    width: calc(50% - 4px); }
  select {
    border-radius: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAANCAMAAAC91e+5AAAAAXNSR0IB2cksfwAAAHhQTFRFAAAA5TB15jB25DF3/0CA5jB35S915y915jB25jB25i915i925TF25S915jF25y1z5zB15zF35jB25DB15TB25zB45zF15S914y135i915i915i915i925i925TF1zDNm5jF25zB26C545jB25jF2/zNm5TB0/wAAKCpnXQAAACh0Uk5TADvjLwS5/6hb////TujiSUpJUDBFQD9GLd/9/N9oWQXCsULrNAVPAZkuiaIAAABLSURBVHicVclJAkAwAATBsRtCCILY9///kBz1pQ4NOK4HwA/C6CNmkgogS8hcQhSyVBX+1Y3WbYfeDGZUmEjOwLJys3M/Tst1P8ALfQQDqgCREc4AAAAASUVORK5CYII=") no-repeat 98% white;
    -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  .border-box--header {
    border: 1px solid #ddd;
    border-bottom: 0 none;
    padding: 0.75rem;
    border-radius: 4px 4px 0 0; }
  .border-box h4 {
    color: black;
    font-size: 1rem; }
  .border-box--section {
    padding: 0.75rem;
    border: 1px solid #DDD; }
    .border-box--section input,
    .border-box--section select {
      width: 100%; }
      @media (min-width: 48em) {
        .border-box--section input,
        .border-box--section select {
          width: 17.5rem; } }
  .border-box--footer {
    padding: 0.75rem 1.5625rem;
    border: 1px solid #ddd;
    border-top: 0 none;
    border-radius: 0 0 4px 4px; }
    .border-box--footer .btn {
      margin: 0 auto; }
  .border-box--group {
    margin-bottom: 0.9375rem;
    width: 100%; }
    @media (min-width: 48em) {
      .border-box--group {
        margin-bottom: 1.625rem; } }
  .table {
    border-collapse: separate;
    border-spacing: 0.25rem 0.5rem;
    width: 100%; }
  body {
    font-family: Helvetica, sans-serif; }
  .pikachoose {
    width: 520px;
    margin: 0 auto; }
  .pika-thumbs {
    padding: 0 16px;
    height: 75px; }
  .pika-thumbs li {
    width: 144px;
    height: 74px;
    margin: 10px 0 0 17px;
    padding: 0;
    overflow: hidden;
    float: left;
    list-style-type: none;
    padding: 3px;
    margin: 0 5px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    cursor: pointer; }
  .pika-thumbs li .clip {
    position: relative;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden; }
  .pika-stage, .pika-textnav {
    width: 500px; }
  .pika-stage {
    position: relative;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 10px 10px 40px 10px;
    text-align: center;
    height: 250px; }
  .pika-stage img {
    height: 100%; }
  .pika-stage .caption {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid #141414;
    font-size: 11px;
    color: #fafafa;
    padding: 10px;
    text-align: right;
    bottom: 50px;
    right: 10px; }
  .pika-stage .caption p {
    padding: 0;
    margin: 0;
    line-height: 14px; }
  .pika-imgnav a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index: 3; }
  .pika-imgnav a.previous {
    background: url(prev.png) no-repeat left 45%;
    height: 100%;
    width: 50px;
    top: 10px;
    left: 10px;
    cursor: pointer; }
  .pika-imgnav a.next {
    background: url(next.png) no-repeat right 45%;
    height: 100%;
    width: 50px;
    top: 10px;
    right: 10px;
    cursor: pointer; }
  .pika-imgnav a.play {
    background: url(play.png) no-repeat 0% 50%;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer; }
  .pika-imgnav a.pause {
    background: url(pause.png) no-repeat 0% 50%;
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer; }
  .pika-textnav {
    overflow: hidden;
    margin: 10px 0 0 0;
    bottom: 10px;
    position: absolute; }
  .pika-textnav a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding: 4px; }
  .pika-textnav a.previous {
    float: left;
    width: auto;
    display: block; }
  .pika-textnav a.next {
    float: right;
    width: auto;
    display: block; }
  .pika-tooltip {
    font-size: 12px;
    position: absolute;
    color: white;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 3px solid black; }
  .pika-counter {
    position: absolute;
    bottom: 45px;
    left: 15px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    padding: 3px;
    border-radius: 5px; }
  .pika-loader {
    background: url(loading.gif) 3px 3px no-repeat #000;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    width: 60px;
    font-size: 11px;
    padding: 5px 3px;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px; }
  .pika-stage {
    width: 100%;
    height: auto; }
  .pika-thumbs {
    padding: 0;
    height: auto; }
    .pika-thumbs li {
      background: none;
      border: none;
      margin: 0 10px 20px 0;
      padding: 0;
      width: 87px; }
  .pika-stage {
    min-height: 0px;
    border: 0 none;
    padding: 0 0 5px 0; }
    @media (min-width: 54em) {
      .pika-stage {
        padding-left: 0;
        padding-bottom: 5px; } }
  div.pika-stage .pika-textnav, div.pika-stage .pika-imgnav, div.pika-stage .pika-aniwrap, div.pika-stage .pika-loader {
    display: none !important; }
  .how-it-works {
    background-color: #f6f6f6;
    padding: 0.9375rem 0;
    margin-bottom: 2.5rem; }
    @media (min-width: 48em) {
      .how-it-works {
        background-color: white; } }
    .how-it-works i {
      padding-bottom: 0.75rem; }
    .how-it-works p {
      margin: 0 auto;
      padding: 0 1.25rem;
      font-size: 0.875rem; }
      @media (min-width: 48em) {
        .how-it-works p {
          font-size: 0.9375rem; } }
    .how-it-works h5 {
      margin-bottom: 0.25rem;
      font-size: 1.125rem; }
      @media (min-width: 48em) {
        .how-it-works h5 {
          margin-bottom: 0.9375rem; } }
    .how-it-works--control {
      left: 0;
      right: 0;
      width: 100%;
      top: calc(50% - 10px);
      padding: 0 1.75rem; }
    .how-it-works--slider i {
      background-color: white;
      border-radius: 100%;
      height: 6.875rem;
      width: 6.875rem;
      margin: 0 auto;
      padding: 0; }
      .how-it-works--slider i img {
        max-width: 100px;
        max-height: 100px;
        width: 50%; }
  .interruptor {
    margin: 0 0 1.5625rem 0; }
    @media (min-width: 48em) {
      .interruptor {
        margin: 0 0 3.75rem 0; } }
    .interruptor--img {
      background-size: cover;
      background-position: center;
      height: auto;
      background-image: none; }
      @media (min-width: 48em) {
        .interruptor--img {
          height: 12.25rem;
          background-image: url("../images/confetti.jpg"); } }
  .intro {
    padding: 2.125rem 0; }
    @media (min-width: 48em) {
      .intro {
        padding: 3.75rem 0 3rem 0; } }
    .intro h2 {
      margin-bottom: 0.25rem; }
      @media (min-width: 48em) {
        .intro h2 {
          margin-bottom: 1.25rem; } }
    .intro p {
      margin-bottom: 0.75rem; }
      @media (min-width: 48em) {
        .intro p {
          margin-bottom: 1rem; } }
    .intro .btn {
      margin: 0 0.375rem; }
      @media (min-width: 48em) {
        .intro .btn {
          margin: 0 0.9375rem; } }
  .lifestyle {
    padding-top: 0.625rem;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .lifestyle {
        margin-bottom: 4.375rem; } }
    .lifestyle--content {
      margin-top: 2.25rem;
      padding: 0 0.625rem;
      opacity: 0;
      transition: opacity 0.225s ease; }
      .lifestyle--content h5 {
        color: #ef457d;
        font-size: 0.6875rem; }
        @media (min-width: 48em) {
          .lifestyle--content h5 {
            font-size: 1rem; } }
    .lifestyle .glide__slides {
      padding: 0;
      margin-bottom: 1.25rem; }
      @media (min-width: 54em) {
        .lifestyle .glide__slides {
          padding: 0 0 1.875rem 0; } }
  .glide__slide {
    margin: 1.875rem 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .glide__slide img {
      opacity: 1;
      transition: transform 0.225s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: relative;
      height: 14.0625rem;
      object-fit: cover;
      width: 100%;
      display: block; }
      @media (min-width: 54em) {
        .glide__slide img {
          opacity: 0.3; } }
  .glide__slide--active {
    transform: none;
    box-shadow: none;
    /* position: relative;
  z-index: 1;
  opacity: 1; */ }
    .glide__slide--active img {
      position: relative;
      z-index: 1;
      opacity: 1; }
      @media (min-width: 54em) {
        .glide__slide--active img {
          transform: scale(1.1) translateZ(1px);
          box-shadow: 0 9px 13px 1px rgba(0, 0, 0, 0.11); } }
    .glide__slide--active .lifestyle--content {
      opacity: 1; }
  .glide__bullets {
    z-index: 1;
    bottom: 0.9375rem;
    display: block;
    width: 100%;
    text-align: center;
    cursor: auto; }
    @media (min-width: 54em) {
      .glide__bullets {
        bottom: 1.25rem; } }
  .glide__bullet {
    background-color: white;
    border: 1px solid #b3b3b4;
    box-shadow: none;
    width: 0.8125rem;
    height: 0.8125rem;
    margin: 0 0.1875rem; }
    .glide__bullet:hover {
      border: 1px solid #b3b3b4;
      background-color: black; }
    .glide__bullet--active {
      background-color: black;
      border: 1px solid #b3b3b4; }
      .glide__bullet--active:hover, .glide__bullet--active:focus {
        background-color: black;
        border: 1px solid black; }
  .glide__arrows {
    position: absolute;
    top: 33%;
    width: calc(100% + 90px);
    align-items: center;
    justify-content: space-between;
    right: 0;
    text-align: center;
    left: -45px;
    display: none; }
    @media (min-width: 54em) {
      .glide__arrows {
        display: flex; } }
  .subscription {
    margin-top: 1.875rem;
    overflow: hidden; }
    .subscription--box {
      border: 2px solid #f6f6f6;
      padding: 1.375rem 0;
      margin-bottom: 1.5rem; }
      @media (min-width: 26em) {
        .subscription--box {
          padding: 1.375rem 1.25rem; } }
      @media (min-width: 48em) {
        .subscription--box {
          border: 0 none; } }
      .subscription--box ul {
        list-style: disc;
        margin-top: 1.5rem;
        margin-bottom: 0; }
        @media (min-width: 48em) {
          .subscription--box ul {
            margin-bottom: 1.875rem; } }
        .subscription--box ul li {
          font-size: 0.875rem;
          line-height: 1.69;
          margin: 0;
          letter-spacing: 0.45px; }
          @media (min-width: 48em) {
            .subscription--box ul li {
              margin: 0 1.5625rem;
              font-size: 1.125rem; } }
    .subscription svg {
      margin-top: 1.25rem; }
    .subscription .btn {
      margin: 0 auto 0.875rem auto; }
    .subscription--block {
      border: 0 none;
      margin: 0;
      padding: 2rem 2rem 0 2rem; }
      @media (min-width: 48em) {
        .subscription--block {
          margin: 0 1.25rem 1.5rem 1.25rem;
          border: 3px solid #f6f6f6;
          padding: 2rem;
          width: auto; } }
      @media (min-width: 54em) {
        .subscription--block {
          width: 24.375rem; } }
      .subscription--block__price {
        margin-bottom: 1rem; }
        .subscription--block__price--actual {
          font-size: 2rem;
          margin-right: 0.625rem;
          line-height: 1; }
        .subscription--block__price--old {
          font-size: 0.875rem;
          color: #d31d4b;
          text-decoration: line-through; }
    .subscription .save {
      font-size: 0.875rem;
      color: #d31d4b; }
    .subscription--text {
      font-size: 0.75rem;
      letter-spacing: 0.25px; }
  .testimonials {
    background: #f6f6f6;
    padding: 0.9375rem 1.875rem 1.875rem 1.875rem; }
    .testimonials h2 {
      margin-bottom: 0.875rem; }
    .testimonials .quote {
      font-size: 0.875rem;
      line-height: 1.6;
      margin-bottom: 0.625rem; }
      @media (min-width: 48em) {
        .testimonials .quote {
          font-size: 0.9375rem;
          line-height: 1.28; } }
    .testimonials .author {
      font-size: 0.75rem; }
      @media (min-width: 48em) {
        .testimonials .author {
          font-size: 0.875rem; } }
    .testimonials svg {
      margin-top: 1.375rem; }
    .testimonials .tns-outer {
      position: relative; }
    .testimonials .tns-controls {
      display: none; }
    .testimonials .tns-nav {
      position: absolute;
      bottom: -1.25rem;
      z-index: 2;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .testimonials .tns-nav button {
        width: 0.5rem;
        height: 0.5rem;
        background-color: white;
        border-radius: 100%;
        margin: 0 0.125rem; }
        .testimonials .tns-nav button.tns-nav-active {
          background-color: black; }
  .testimonial {
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .testimonial {
        margin-bottom: 1.5625rem; } }
  .video iframe {
    height: 13.75rem !important;
    width: 100%; }
    @media (min-width: 48em) {
      .video iframe {
        height: 23.4375rem !important; } }
  .video {
    height: 13.75rem;
    width: 100%; }
    @media (min-width: 48em) {
      .video {
        height: 23.4375rem; } }
  .faqs-landing {
    padding: 1.25rem 0 2.625rem 0; }
    @media (min-width: 48em) {
      .faqs-landing {
        padding: 4.25rem 0 2.625rem 0; } }
    .faqs-landing p {
      font-weight: 500;
      font-size: 1rem;
      display: inline-block; }
      @media (min-width: 48em) {
        .faqs-landing p {
          font-size: 1.125rem; } }
    .faqs-landing a {
      text-decoration: underline;
      color: #ef457d; }
  .faq-blocks {
    margin: 1.25rem auto 1.5625rem auto;
    max-width: 47.9375rem; }
    @media (min-width: 48em) {
      .faq-blocks {
        margin: 4.375rem auto 3.125rem auto; } }
    .faq-blocks a {
      text-decoration: none; }
  .faq-block {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ef457d;
    border: 1px solid #ef457d;
    margin-bottom: 0.8125rem;
    height: 2.125rem;
    width: 13rem;
    transition: background-color 0.225s ease, color 0.225s ease; }
    @media (min-width: 48em) {
      .faq-block {
        font-size: 1.375rem;
        height: 3.625rem;
        width: 22.1875rem;
        margin-bottom: 2.1875rem; } }
    .faq-block:hover {
      background-color: #ef457d;
      color: white; }
  .faq--header {
    padding: 1.875rem 0; }
  .faq--title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem; }
  .faq--back {
    font-size: 0.75rem;
    color: black; }
  .faq [data-trigger] {
    padding: 0.3125rem 0.625rem;
    background-color: #f6f6f6;
    width: 100%; }
    .faq [data-trigger] span {
      font-weight: 500;
      font-size: 0.8125rem;
      text-align: left; }
    .faq [data-trigger] i {
      width: 0.9375rem;
      height: 0.9375rem; }
      .faq [data-trigger] i:before, .faq [data-trigger] i:after {
        color: #ef457d;
        font-size: 0.9375rem; }
      .faq [data-trigger] i:before {
        content: '-';
        display: none; }
      .faq [data-trigger] i:after {
        content: '+'; }
  .faq [data-accordion] {
    margin-bottom: 0.625rem; }
    .faq [data-accordion].is-open [data-trigger] i:before {
      display: block; }
    .faq [data-accordion].is-open [data-trigger] i:after {
      display: none; }
  .faq--content {
    padding: 0.5rem 3.125rem 0.5rem 0.625rem; }
    .faq--content p {
      font-size: 0.75rem; }
  .contact {
    padding: 1.25rem 0 2.625rem 0; }
    @media (min-width: 48em) {
      .contact {
        padding: 4.25rem 0 2.625rem 0; } }
    .contact--header {
      padding: 1.25rem 0 1.875rem 0; }
      .contact--header h1 {
        margin-bottom: 0.625rem; }
      .contact--header p {
        font-size: 0.75rem; }
        @media (min-width: 48em) {
          .contact--header p {
            font-size: 1.125rem; } }
      .contact--header a {
        text-decoration: underline;
        color: #ef457d; }
    .contact--form {
      max-width: 33.125rem;
      margin: 0 auto; }
    .contact .btn {
      margin: 1.5625rem auto 0 auto; }
    .contact--info {
      margin-top: 1.875rem;
      padding-bottom: 0.9375rem; }
      @media (min-width: 48em) {
        .contact--info {
          margin-top: 5.625rem; } }
      .contact--info p {
        font-size: 0.875rem;
        line-height: 2; }
        @media (min-width: 48em) {
          .contact--info p {
            line-height: 1.55;
            font-size: 1.125rem; } }
        .contact--info p a {
          text-decoration: underline;
          color: #ef457d; }
  .page-text {
    padding: 1.25rem 0 0 0; }
    @media (min-width: 48em) {
      .page-text {
        padding: 3.125rem 0 0 0; } }
    .page-text--content {
      padding: 0 0.625rem; }
      @media (min-width: 54em) {
        .page-text--content {
          padding: 0 2.75rem; } }
    .page-text h1 {
      margin-bottom: 1.25rem; }
      @media (min-width: 48em) {
        .page-text h1 {
          margin-bottom: 2.1875rem; } }
    .page-text h3 {
      color: black;
      font-size: 1rem;
      margin-bottom: 0.9375rem;
      font-weight: 600; }
      @media (min-width: 48em) {
        .page-text h3 {
          font-size: 1.125rem;
          margin-bottom: 1.25rem; } }
    .page-text p {
      margin-bottom: 0.9375rem;
      line-height: 1.2; }
      @media (min-width: 48em) {
        .page-text p {
          margin-bottom: 1.25rem; } }
      .page-text p:last-of-type {
        margin-bottom: 0; }
  .account {
    padding-top: 1.25rem; }
    .account h1 {
      font-size: 1.5rem;
      margin-bottom: 1.5625rem; }
      @media (min-width: 48em) {
        .account h1 {
          margin-bottom: 3.125rem; } }
    .account h3 {
      font-size: 0.9375rem;
      color: #4A4A4A;
      text-align: left;
      padding: 0.5rem;
      border-bottom: 1px solid #DDD; }
    .account .panel-cratejoy {
      border: 1px solid #ddd;
      border-radius: 0.25rem; }
    .account .panel-cratejoy + .panel-cratejoy {
      margin-top: 1.5625rem; }
    .account .info-label {
      text-align: left;
      color: #888;
      font-size: 0.875rem; }
    .account .panel-footer {
      padding-bottom: 1.25rem;
      margin-top: 0.9375rem; }
      .account .panel-footer .row {
        margin: 0;
        padding: 0 0.625rem; }
    .account .text-center {
      text-align: center; }
    .account--login .border-box {
      margin-top: 3.125rem; }
      .account--login .border-box--section {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem; }
        @media (min-width: 48em) {
          .account--login .border-box--section {
            padding-left: 3.125rem;
            padding-right: 3.125rem; } }
      .account--login .border-box p {
        margin-bottom: 0.625rem; }
    .account--login h1 {
      margin-bottom: 0.9375rem; }
    .account--login p {
      font-size: 0.875rem; }
    .account--login a {
      color: #ef457d;
      font-size: 0.875rem; }
      .account--login a:hover {
        text-decoration: underline; }
    .account--login input {
      width: 100%; }
    .account--login .btn {
      margin-left: 0;
      margin-top: 0.625rem; }
      @media (min-width: 48em) {
        .account--login .btn {
          margin-left: 6.25rem;
          margin-bottom: 0;
          margin-top: 0; } }
    .account .container-fluid {
      position: relative;
      width: 100%;
      max-width: 61.75rem;
      margin: 0 auto;
      padding: 0 0.625rem; }
      @media (min-width: 54em) {
        .account .container-fluid {
          padding: 0 2.5rem; } }
      .account .container-fluid .checkout_content.container {
        margin-top: 1.5625rem; }
      .account .container-fluid .checkout_content section h3 {
        color: #00b1d2;
        border: 0 none;
        font-size: 1rem;
        margin-bottom: 1.375rem; }
    .account .account--details__right [class^="col-"], .account .account--details__right [class*=" col-"] {
      padding: 0; }
    .account .account--details__right .panel-cratejoy {
      font-size: 0.875rem; }
    .account .account--details__right .address-info {
      margin-bottom: 0.625rem; }
    .account .checkout_content .coupon_section #add_coupon_code {
      background-color: #ef457d;
      color: white;
      min-width: auto; }
    .account #checkout_button {
      background-color: #ef457d;
      color: white;
      height: 40px;
      width: 130px; }
    .account #coupon_form .col-xs-8 {
      max-width: 100%;
      flex-basis: 100%; }
    .account #coupon_form .input-group {
      display: flex; }
  #account-edit-view .inner-address-row .col-xs-6 {
    max-width: 100%;
    flex-basis: 100%; }
  #account-edit-view .inner-address-row .btn {
    float: none;
    margin: 0 auto;
    margin-top: 0.625rem; }
  #your-addresses-add-xs {
    display: none; }
  #your-addresses-add {
    float: none;
    margin: 0 auto;
    width: 300px;
    margin-bottom: 25px; }
  .account-view-subscriptions .info-label,
  .account-view-subscriptions .info-value {
    font-size: 0.875rem; }
  .account-view-subscriptions .btn {
    min-width: auto !important; }
  .account--details {
    min-width: 720px; }
    .account--details h2 {
      margin-bottom: 0; }
    .account--details .panel-body p:first-of-type {
      padding-top: 0.625rem; }
    .account--details .panel-body p:last-of-type {
      padding-bottom: 0.625rem; }
  .gift-card-container {
    width: 100%;
    margin-bottom: 0.875rem; }
  #gift-form .gift-exciting {
    font-size: 0.8125rem; }
  .checkout_content input[type="text"], .checkout_content input[type="date"], .checkout_content input[type="email"], .checkout_content input[type="password"] {
    height: 2.75rem; }
  .checkout_content input[type="text"].not-required + label[placeholder], .checkout_content input[type="text"][required] + label[placeholder], .checkout_content input[type="email"][required] + label[placeholder], .checkout_content input[type="password"][required] + label[placeholder] {
    line-height: 20px; }
  #is_gift {
    width: auto;
    height: auto; }
  ul.nav-pills {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    width: 100%;
    flex-direction: column; }
    @media (min-width: 48em) {
      ul.nav-pills {
        flex-direction: row; } }
    ul.nav-pills .nav-item {
      margin: 0.625rem 0; }
      @media (min-width: 48em) {
        ul.nav-pills .nav-item {
          margin: 0; } }
    ul.nav-pills .nav-link {
      color: #ef457d;
      padding: 0.3125rem 0.9375rem; }
      ul.nav-pills .nav-link.active {
        color: white;
        background-color: #ef457d; }
  .square-img-container div {
    height: 15.625rem; }
  .shop-listing-item {
    margin-bottom: 1.5625rem;
    display: block; }
  .shop-listing-item__price {
    color: #ef457d;
    text-align: center;
    font-size: 18px; }
  #subscription-term-container,
  #edit-subscription-form .panel-product .panel-body .row {
    margin: 0;
    padding: 0 0.625rem; }
  #edit-subscription-form .btn {
    border: 0 none; }
  #edit-subscription-form h3.panel-title {
    text-align: center; }
  input[type="radio"]:checked + label.cj-btn, #skip_button.skipped {
    background-color: #ef457d;
    border: 0 none;
    color: white; }
  input[type="radio"] + label.cj-btn {
    border-color: #ef457d;
    color: #ef457d; }
  #skip_button {
    margin-right: 12px;
    line-height: 20px;
    border-color: #ef457d;
    color: #ef457d;
    font-weight: 400; }
  #shipping-address-container,
  #customer-pay-container {
    margin: 0;
    padding: 10px 0; }
  #edit-subscription-form .row .col-xs-12 {
    padding: 10px 20px; }
  .component-forgot-password-form #submit,
  .component-password-reset-form #submit {
    background-color: #ef457d;
    color: white;
    margin: 1.5625rem auto; }
  .component-shop-product-title a {
    color: #ef457d;
    text-decoration: underline; }
  .btn-primary {
    color: white;
    background-color: #ef457d; }
  .shop-product__add-to-cart button.btn-primary {
    margin: 20px 0 20px 0; }
  .component-shop-product h3 {
    border: 0 none;
    font-size: 1.375rem;
    padding: 0;
    color: #ef457d;
    margin-bottom: 0.3125rem; }
  .sharing {
    margin-bottom: 1.875rem; }
    .sharing div {
      display: flex;
      justify-content: flex-start; }
      .sharing div span {
        margin-right: 0.3125rem; }
  h2.shop-product__name {
    margin-bottom: 5px; }
  h3.shop-product__price {
    margin-bottom: 1.25rem;
    font-size: 1.5rem; }
  .shop-product__review-share-mobile {
    display: none; }
  .shop-product__review-share-desktop {
    margin-left: 0; }
    @media (min-width: 54em) {
      .shop-product__review-share-desktop {
        margin-left: 0.625rem; } }
  .progress-bar-filler {
    background: #F3F2F0;
    width: 72%;
    height: 2px;
    margin: 0 14%;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    z-index: 10; }
  .progress-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .progress-bar .step {
      color: #757575;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .progress-bar .step .point {
        background-color: #FFFFFF;
        border: 4px solid #F3F2F0;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        z-index: 20; }
      .progress-bar .step strong {
        font-weight: 400;
        font-size: 0.875rem;
        margin-top: 0.25rem; }
      .progress-bar .step.active .point {
        background-color: #ef457d; }
  .progress-bar-container {
    margin-bottom: 1.5625rem; }
  .hidden-sm-down {
    display: none; }
    @media (min-width: 48em) {
      .hidden-sm-down {
        display: block; } }
  .component-subscribe-step-title .main {
    padding-top: 0; }
  .component-subscribe-step-title h1 {
    margin-bottom: 1.25rem; }
  .sf-item {
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 0.625rem;
    text-align: center;
    position: relative;
    min-height: auto; }
    @media (min-width: 48em) {
      .sf-item {
        min-height: 414px; } }
    .sf-item .btn {
      position: static; }
      @media (min-width: 48em) {
        .sf-item .btn {
          position: absolute;
          bottom: 10px;
          left: 10px;
          right: 10px; } }
  .component-terms-step-content .row {
    align-items: center;
    justify-content: center; }
  .component-rich-text-center {
    margin-top: 3.75rem; }
  .component-captioned-image-bar .row {
    justify-content: center; }
  .sf-item__footer h2 {
    padding: 0.9375rem 0; }
  .sf-item__name {
    border: 0 none; }
  .panel-sub-confirm h3 {
    border: 0 none;
    padding-left: 0; }
  .panel-sub-confirm .btn {
    border: 0 none; }
  .panel-sub-confirm .btn-secondary {
    color: #ef457d; }
  .panel-sub-confirm .btn {
    margin-top: 1.5625rem; }
  .panel-sub-confirm p {
    text-align: left; }
  .subscription_cancel .control-label {
    display: block;
    margin: 0.625rem auto; }
  .subscription_cancel .panel-body {
    padding: 0.625rem; }
  .subscription_cancel button, .subscription_cancel a {
    margin-top: 1.25rem; }
  .subscription_cancel textarea.form-control {
    margin-top: 1.25rem;
    padding: 0.3125rem; }
  .subscription_cancel .col-xs-12 {
    padding: 0 0.625rem; }
    @media (min-width: 48em) {
      .subscription_cancel .col-xs-12 {
        padding: 0 1.25rem; } }
  .confirm-dialog.skip-dialog .row {
    display: block; }
  .gift-card-container {
    display: none; }
  .account--details__right {
    margin-top: 0; }
    @media (min-width: 48em) {
      .account--details__right {
        margin-top: 3.4375rem; } }
  .cart_listing table {
    border: 0 none !important; }
  .checkout_content .alert-warning,
  .checkout_content .alert-info {
    border: 2px solid #ef457d;
    color: #ef457d;
    font-size: 16px;
    padding: 5px; }
  .checkout_content .alert-danger {
    border: 0 none; }
  #renewal-disclaimer {
    margin-bottom: 1.25rem; }
  .checkout_content select {
    height: 2.75rem; }
  .how-it-works--control:focus {
    outline: 0 none; }
  .address-info tr td {
    vertical-align: middle; }
  #is_primary {
    margin-top: 0; }
  #skip_cancel {
    color: #ef457d; }
  .btn--goback {
    border: 0 none;
    margin-right: 0; }
    @media (min-width: 48em) {
      .btn--goback {
        margin-right: 0.75rem; } }
  .cj-btn {
    font-weight: 400; }
    .cj-btn h4,
    .cj-btn h5 {
      font-size: 1rem; }
  .tooltip-text:hover:before {
    z-index: 10;
    font-size: 13px;
    padding: 20px;
    width: 300px;
    background-color: white;
    color: black;
    border: 1px solid black; }
  .tooltip-text:hover:after {
    border-top: 8px solid white; }
  #shipping-address-container select.form-control {
    width: 92%; }
    @media (min-width: 54em) {
      #shipping-address-container select.form-control {
        width: 65%; } }
  #edit-subscription-form .row .col-xs-12 a,
  #edit-subscription-form .row .col-xs-12 button {
    width: 100%;
    margin: 0.3125rem auto; }
    @media (min-width: 48em) {
      #edit-subscription-form .row .col-xs-12 a,
      #edit-subscription-form .row .col-xs-12 button {
        width: auto;
        margin: inherit; } }
  #edit-subscription-form .row .col-xs-12 #back_button {
    margin-right: 0; }
    @media (min-width: 48em) {
      #edit-subscription-form .row .col-xs-12 #back_button {
        margin-right: 0.75rem; } }
  .address-footer {
    display: none !important; }
  .address-panel {
    margin-bottom: 0.9375rem; }
  .address-container__right .faq--back {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 58px;
    margin-bottom: 10px; }
  .panel-sub-confirm .body h4,
  .panel-sub-confirm .heading h3 {
    font-weight: 400; }
  .alert-block a {
    color: red;
    text-decoration: underline; }
  .error_msg {
    color: red;
    margin-top: 0.8125rem;
    text-transform: capitalize; }
  .error_msg + br {
    display: none; }
  tr.detail-row.tax-row.sub {
    display: none; }
  .account--details h2 {
    font-size: 1.375rem;
    margin-bottom: 0.625rem; }
    @media (min-width: 48em) {
      .account--details h2 {
        margin-bottom: 1.875rem; } }
  .account--details p {
    font-size: 0.875rem; }
  .account--details .border-box {
    margin-top: 1.25rem; }
    .account--details .border-box--footer button {
      margin-right: 0; }
  .account--details__sidebar {
    margin-bottom: 1.5625rem; }
    @media (min-width: 48em) {
      .account--details__sidebar {
        margin-bottom: 0; } }
    .account--details__sidebar .border-box--section {
      padding-bottom: 1.5625rem;
      border-radius: 0 0 4px 4px; }
  .order_thanks {
    text-align: center;
    font-size: 1.5rem;
    color: #ef457d; }
  .cart_listing header {
    font-size: 14px;
    margin-bottom: 1.25rem; }
  .cart_listing table {
    font-size: 0.875rem; }
  .cart_listing strong {
    font-weight: bold; }
  .checkout_content section {
    border-color: #ddd; }
    .checkout_content section h3 {
      border-bottom: 0;
      color: #00b1d2;
      margin-bottom: 0.625rem; }
  .ship_to .adr {
    font-size: 0.875rem;
    line-height: 1.5; }
  .cart_listing table {
    border-bottom: 1px solid #ddd; }

/*# sourceMappingURL=main.css.map */